huminmin
2026-07-10 2ee9e158e3129070f6b1fd953da1540f05d4f2b0
src/main/java/com/ruoyi/production/service/ProductionAccountService.java
@@ -20,4 +20,8 @@
    IPage<ProductionAccountVo> listPage(Page<ProductionAccountDto> page, ProductionAccountDto dto);
    IPage<ProductionProductMainDto> listProductionDetails(ProductionAccountDto productionAccountDto, Page page);
    Boolean batchAccounting(ProductionAccountDto dto);
    Boolean singleAdjust(ProductionAccountDto dto);
}