chenlu
2024-04-25 e42a1f99f14136657f78c0a803014acb9e03972c
north-glass-erp/src/main/java/com/example/erp/mapper/pp/FlowCardMapper.java
@@ -69,4 +69,10 @@
    List<Map<String, String>> selectPrintFlowCardMp(Date selectTime1, Date selectTime2, String orderId, String project, FlowCard flowCard);
    List<Map<String, String>> selectPrintMp(String orderId, FlowCard flowCard);
    List<Map<String, String>> getPrimaryList(String processId, Integer technologyNumber);
    List<Map<String, Object>> getDetailList(String processId, Integer technologyNumber);
    List<Map<String, Object>> getProcessList(String processId, Integer technologyNumber);
}