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