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