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