liding
2025-07-01 49e1bc66ebaf696ebd3fc3ed33d65c8795fd3cde
main-business/src/main/java/com/ruoyi/business/service/PendingInventoryService.java
@@ -16,9 +16,11 @@
 */
public interface PendingInventoryService extends IService<PendingInventory> {
    IPage<PendingInventory> selectPendingInventoryList(Page page, PendingInventoryDto pendingInventoryDto);
    IPage<PendingInventoryDto> selectPendingInventoryList(Page page, PendingInventoryDto pendingInventoryDto);
    int addOrEditPending(PendingInventoryDto pendingInventoryDto);
    int delByIds(Long[] ids);
    int addOrEditCoalValue(PendingInventoryDto pendingInventoryDto);
}