main-business/src/main/java/com/ruoyi/business/service/OfficialInventoryService.java
@@ -16,5 +16,5 @@ */ public interface OfficialInventoryService extends IService<OfficialInventory> { IPage<OfficialInventory> selectOfficialInventoryList(Page page, OfficialInventoryDto officialInventoryDto); IPage<OfficialInventoryDto> selectOfficialInventoryList(Page page, OfficialInventoryDto officialInventoryDto); }