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