guoshilong
2024-03-13 c8b03d3da4e29fc3fb9a42ca157738256c331a00
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package cn.gistack.alerts.notice.constant;
 
/**
 * 平台服务信息常量
 * @author zhongrj
 * @since 2023-04-21
 */
public class PtInfoConstant {
 
    /**
     * 平台服务电话
     */
    public static final String serverPhone = "01234567890";
 
}