| | |
| | | |
| | | public static final List<String> OP040_OP160 = new ArrayList<>();//主线人工工位 |
| | | |
| | | public static final List<String> OP0170_OP220 = new ArrayList<>();//环线人工工位 |
| | | |
| | | public static final List<String> ModuleList = new ArrayList<>();//模组工位,用于校验是否传入模组码 |
| | | |
| | | public static final Map<String,String> materialMap = new HashMap();//人工工位 |
| | | public static final Map<String,String> materialMap = new HashMap();//物料集合 |
| | | |
| | | public static final Map<String,String> facMaterialMap = new HashMap();//生产物料转工厂物料请求工单 |
| | | |
| | | public static final Map<String,String> thoroughfareMap = new HashMap();//人工工位 |
| | | public static final String YES = "Y"; |
| | |
| | | public static final String RECORD_DATA= "RecordData"; |
| | | public static final String RECORD_SN= "RecordSN"; |
| | | |
| | | public static final String SCREW = "Screw"; |
| | | public static final String SCREW = "PLCScrew"; |
| | | public static final String ONE= "1"; |
| | | public static final String ZERO= "0"; |
| | | public static final String TWO= "2"; |
| | |
| | | |
| | | |
| | | public static final String OP110= "OP110"; |
| | | public static final String OP120= "OP120"; |
| | | public static final String OP120_2= "OP120-2"; |
| | | public static final String OP130= "OP130"; |
| | | public static final String OP140= "OP140"; |
| | | public static final String OP150= "OP150"; |
| | | public static final String OP160= "OP160"; |
| | | public static final String OP165= "OP165"; |
| | | public static final String OP170= "OP170"; |
| | | public static final String OP180= "OP180"; |
| | | public static final String OP190= "OP190"; |
| | | public static final String OP200= "OP200"; |
| | | public static final String OP210= "OP210"; |
| | | public static final String OP220= "OP220"; |
| | | public static final String OP230= "OP230"; |
| | | |
| | | public static final Integer INT_ONE= 1; |
| | | public static final Integer INT_TWO= 2; |
| | | 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_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"; |
| | | |
| | | |