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