| | |
| | | |
| | | public static final List<String> OP040_OP160 = new ArrayList<>();//主线人工工位 |
| | | |
| | | public static final List<String> OP0170_OP230 = 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 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"; |
| | | |
| | | |