whycxzp
2024-01-03 f7733dc8aaca5590f7194ff4bd491e80d8c92ab3
1
2
3
4
5
6
7
8
9
package com.whyc.util;
 
import java.util.Properties;
 
public class PropertiesUtil {
 
    public static Properties props;
 
}