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