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