he wei
2023-12-01 26ed3b259b5df82f2815ce3c1a911f146562737d
1
2
3
4
5
6
7
8
9
package com.whyc.util;
 
import java.util.Properties;
 
public class PropertiesUtil {
 
    public static Properties props;
 
}