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