gongchunyi
昨天 b504b19b0881a7c1bd9e280ba41e993956b7f94e
src/main/java/com/ruoyi/production/mapper/ProductOrderMapper.java
@@ -25,4 +25,10 @@
    List<ProcessRoute> listProcessRoute(@Param("productModelId") Long productModelId);
    List<ProductStructureDto> listProcessBom(@Param("orderId") Long orderId);
    Integer countCreated(@Param("startDate") String startDate, @Param("endDate") String endDate);
    Integer countCompleted(@Param("startDate") String startDate, @Param("endDate") String endDate);
    Integer countPending(@Param("startDate") String startDate, @Param("endDate") String endDate);
}