lxw
2023-11-30 41c27388a023a7b33b40b46b655896f123ef432c
1
2
3
4
5
6
7
8
9
package com.whyc.util;
 
import java.util.Properties;
 
public class PropertiesUtil {
 
    public static Properties props;
 
}