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