| | |
| | | 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 String STRING_TWO_THREE= "23"; |
| | | |
| | | |
| | | public static final Integer INTEGER_ONE_ONE= 11; |
| | | public static final Integer INTEGER_ONE_TWO= 12; |
| | | public static final Integer INTEGER_TWO_ONE= 21; |
| | | public static final Integer INTEGER_TWO_FIVE= 25; |
| | | public static final Integer INTEGER_TWO_THREE= 23; |
| | | |
| | | public static final String OP010_SNCODE1 = "OP010.OP010.SNCode1"; |
| | | |
| | | |
| | | public static final Integer USE_ING= 0; |
| | |
| | | public static final String ONE= "1"; |
| | | public static final String ZERO= "0"; |
| | | public static final String TWO= "2"; |
| | | public static final String THREE = "3"; |
| | | public static final String FOUR= "4"; |
| | | public static final String FIVE= "5"; |
| | | |
| | | public static final String OP010= "OP010"; |
| | | public static final String OP020= "OP020"; |
| | |
| | | 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"); //拧紧数据 |
| | | |
| | | } |