liding
2025-07-18 b78fe5762fcc6b767e858e6efa193b02eb70588b
main-business/src/main/java/com/ruoyi/business/service/OfficialInventoryService.java
@@ -21,7 +21,7 @@
 */
public interface OfficialInventoryService extends IService<OfficialInventory> {
    IPage<OfficialInventoryDto> selectOfficialInventoryList(Page page, OfficialInventoryDto officialInventoryDto);
    IPage<OfficialInventoryDto> selectOfficialInventoryList(Page<OfficialInventory> page, OfficialInventoryDto officialInventoryDto);
    int mergeAll(OfficialInventoryDto officialInventoryDto);