| | |
| | | package com.billion.main.plc.constant; |
| | | |
| | | import java.util.ArrayList; |
| | | import java.util.HashMap; |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | import java.util.*; |
| | | |
| | | public class Constants { |
| | | |
| | |
| | | public static final Integer INT_THREE= 3; |
| | | public static final Integer INT_FOUR= 4; |
| | | public static final Integer INT_ZERO= 0; |
| | | // public static final String FACTORY_EMS_UAT_GET_RUL = "https://imes-uat-group.geelycv-test.com/api/mom-open/restful/aMesSysIntegration/"; |
| | | // public static final String FACTORY_EMS_UAT_POST_RUL = "https://imes-uat-group.geelycv-test.com/api/mom-open/restful/interface/"; |
| | | public static final String FACTORY_EMS_UAT_GET_RUL = "https://imes-group.geelycv.com/api/mom-open/restful/aMesSysIntegration/"; |
| | | public static final String FACTORY_EMS_UAT_POST_RUL = "https://imes-group.geelycv.com/api/mom-open/restful/interface/"; |
| | | public static final String FACTORY_EMS_SITE_CODE = "3983"; |
| | | |
| | | public static final List LEAKAGEDETECTION_LIST = Arrays.asList("OP660","OP670"); //外漏检测 |
| | | public static final List OIL_FILLING_LIST = Arrays.asList("OP430"); //机油加注数据 |
| | | public static final List TIGHTENCOLLECTION_LIST = Arrays.asList("OP160", "OP220", "OP240", "OP390"); //拧紧数据 |
| | | |
| | | } |