自动化立体仓库 - WMS系统
#
zjj
2023-09-14 9c468fe6e597c5bb70d64872aa94835d49a60036
src/main/java/com/zy/asrs/service/LocDetlService.java
@@ -2,6 +2,7 @@
import com.baomidou.mybatisplus.plugins.Page;
import com.baomidou.mybatisplus.service.IService;
import com.core.common.R;
import com.zy.asrs.entity.LocDetl;
import com.zy.asrs.entity.result.LocDetlAll;
import com.zy.asrs.entity.result.LocDetlDTO;
@@ -36,6 +37,9 @@
    List<LocDetl> queryStockViewMerge(String locNo);
    Page<LocDetl> getStockStatis(Page<LocDetl> page);
    Page<LocDetlAll> getStockStatisAll(Page<LocDetlAll> page);
    Double sumAll();
    Double getSumAnfme(String matnr);
@@ -71,4 +75,6 @@
    int selectAllCount(LocDetlDTO locDetlDTO);
    int selectAllPymentcount(LocDetlDTO locDetlDTO);
    String selectLocNoF(String locNo);
}