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