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