廖井涛
2024-07-06 a63145ac1499a46cac039fc8aaba229e7156148f
north-glass-erp/src/main/java/com/example/erp/mapper/pp/FlowCardMapper.java
@@ -84,6 +84,8 @@
    List<Map<String, String>> getPrintLabel(String projectNo);
    List<Map<String, String>> getPrintLabel1(String processId,Integer technologyNumber);
    List<Map<String, String>> printFlowCardDetailsMp(String processId, String technologyNumber, FlowCard flowCard);
    Boolean printSortMp(String processId, Integer orderNumber, Integer technologyNumber, Integer sort);
@@ -103,4 +105,6 @@
    List<Map<String, Object>> getRepairPrintCustomData(String processId, Integer technologyNumber);
    List<Map<String, Object>> getGlassNumber(Integer technologyNumber, String processId);
    Boolean updatePrintStateMp(Integer printState, String processId, Integer technologyNumber);
}