whycxzp
2023-08-17 771efd0f91f56a27eee11fef318e87e37983492b
1
2
3
4
5
6
7
8
9
package com.whyc.util;
 
import java.util.Properties;
 
public class PropertiesUtil {
 
    public static Properties props;
 
}