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