whycxzp
2023-12-22 059f92c876540e505226b59d2184fdec0f9e13e7
1
2
3
4
5
6
7
8
9
package com.whyc.util;
 
import java.util.Properties;
 
public class PropertiesUtil {
 
    public static Properties props;
 
}