自动化立体仓库 - WMS系统
zyx
2024-04-07 012f80529db9aa5065f51bde3fd65ff1ffe9eb61
src/main/java/com/zy/asrs/service/LocDetlService.java
@@ -3,6 +3,7 @@
import com.baomidou.mybatisplus.plugins.Page;
import com.baomidou.mybatisplus.service.IService;
import com.zy.asrs.entity.LocDetl;
import com.zy.asrs.entity.LocDetlWarningDTO;
import com.zy.asrs.entity.result.LocDetlAll;
import com.zy.asrs.entity.result.LocDetlDTO;
import com.zy.asrs.entity.result.StockVo;
@@ -38,6 +39,8 @@
    Page<LocDetl> getStockStatis(Page<LocDetl> page);
    Page<LocDetlAll> getStockStatisAll(Page<LocDetlAll> page);
    Page<LocDetlAll> getWarningNumPage(Page<LocDetlAll> page);
    Double sumAll();
    Double getSumAnfme(String matnr);
@@ -53,7 +56,7 @@
    // --------------------------------------------------
    List<LocDetl> queryStock(String matnr, String batch,int owner);
    List<LocDetl> queryStock2(String matnr, String batch,int owner);
    List<LocDetl> queryStock2(String matnr, String batch);
    Double queryStockAnfme(String matnr, String batch);
@@ -74,4 +77,8 @@
    int selectAllCount(LocDetlDTO locDetlDTO);
    int selectAllPymentcount(LocDetlDTO locDetlDTO);
    List<LocDetlWarningDTO> selectAllWarning(LocDetlWarningDTO locDetlWarningDTO);
    int getAllWarningCount(LocDetlWarningDTO locDetlWarningDTO);
}