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