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