whycxzp
2022-07-27 6c7c7eca8250cb73ccf6c88b408e39c1077200db
1
2
3
4
5
6
7
8
9
package com.whyc.util;
 
import java.util.Properties;
 
public class PropertiesUtil {
 
    public static Properties props;
 
}