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