whyclxw
2025-03-21 319d732f12a54e91079b843f83824a0274b7b5f7
1
2
3
4
5
6
7
8
9
package com.whyc.util;
 
import java.util.Properties;
 
public class PropertiesUtil {
 
    public static Properties props;
 
}