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