liding
4 天以前 0f8f4c5de1d817aa87c4c79e966d3cfbd0997aeb
main-business/src/main/java/com/ruoyi/business/service/PendingInventoryService.java
@@ -16,11 +16,13 @@
 */
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);
    boolean addPending(PendingInventoryDto pendingInventoryDto);
}