| | |
| | | |
| | | List<Map<String, String>> selectPrintMp(String orderId, FlowCard flowCard); |
| | | |
| | | List<Map<String, String>> getPrimaryList(String processId, Integer technologyNumber); |
| | | List<Map<String, String>> getPrimaryList(String processId, String technologyNumber); |
| | | |
| | | List<Map<String, Object>> getDetailList(String processId, Integer technologyNumber); |
| | | |
| | |
| | | List<Map<String, Object>> getGlassNumber(Integer technologyNumber, String processId); |
| | | |
| | | Boolean updatePrintStateMp(Integer printState, String processId, Integer technologyNumber); |
| | | |
| | | List<Map<String, String>> printFlowCardOrderSortMp(String orderId, FlowCard flowCard); |
| | | |
| | | Boolean printOrderSortMp(String processId, Integer orderNumber, Integer technologyNumber, Integer sort); |
| | | |
| | | List<Map<String, String>> getPrimaryListMerge(String processId, String technologyNumber); |
| | | } |