whycxzp
2023-08-28 ee0934f03c4af4967d1bfaf5dfbfcd28d5203d93
1
2
3
4
5
6
7
8
9
package com.whyc.util;
 
import java.util.Properties;
 
public class PropertiesUtil {
 
    public static Properties props;
 
}