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