whyczh
2022-04-23 3d4d4ba6282b68a5d25e140e9dbc85c8e050d00d
1
2
3
4
5
6
7
8
9
package com.whyc.util;
 
import java.util.Properties;
 
public class PropertiesUtil {
 
    public static Properties props;
 
}