|
@@ -35,12 +35,16 @@ public class Constant {
|
|
|
public static final Integer UPDATE_AUTHORITY = 0;//修改权限
|
|
|
public static final Integer DOWNLOAD_AUTHORITY = 1;//下载权限
|
|
|
public static final Integer VIEW_AUTHORITY = 2;//浏览权限
|
|
|
+ public static final Integer MAINTAIN_TYPE = 1;//保养类型
|
|
|
+ public static final Integer APPROVEL_TYPE = 0;//审批类型
|
|
|
+ public static final Integer EMERGENCY_TYPE = 2;//告警类型
|
|
|
public static final Integer APPROVAL_AUTHORITY = 3;//审批权限
|
|
|
public static final String WARNING_NOTICE_TEMPLATE_ID = "-EpBbqgMN2cCBf6pUSlFXGNlstkeCidVEejTOhrGcy4";//告警通知模板id
|
|
|
public static final String MAINTAIN_NOTICE_TEMPLATE_ID = "VcU9E2f3Nn4uR6S1z57VBaLeBAhEO4vfivo3Tug_BKE";//保养通知模板id
|
|
|
public static final String WECHAT_SECRET = "473ee2fab33e6d8a885800403d777581";//secret
|
|
|
public static final String WECHAT_APPID = "wx42c0f9d19a4756a7";//appId
|
|
|
- public static final String PLAN_TYPE = "保养类型";//appId
|
|
|
+ public static final String PLAN_TYPE = "保养类型";//保养类型
|
|
|
+ public static final String MAIN_TAIN_NOTICE = "该模具需要保养,请前往处理";//保养通知
|
|
|
// public static void main(String[] args){
|
|
|
// System.out.println("222222");
|
|
|
// String url = "https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid="
|