whycxzp
2025-05-09 38b00bb8323977553a4f6b686d050849deca4e25
1
2
3
4
5
6
7
8
9
package com.whyc.util;
 
import java.util.Properties;
 
public class PropertiesUtil {
 
    public static Properties props;
 
}