自动化立体仓库 - WMS系统
#
lsh
2024-12-17 5919f1e14ea00a57c6022a48ecb089e82c9f105c
src/main/java/com/zy/asrs/service/LocDetlService.java
@@ -3,6 +3,8 @@
import com.baomidou.mybatisplus.plugins.Page;
import com.baomidou.mybatisplus.service.IService;
import com.zy.asrs.entity.LocDetl;
import com.zy.asrs.entity.result.LocDetlAll;
import com.zy.asrs.entity.result.LocDetlDTO;
import com.zy.asrs.entity.result.StockVo;
import java.util.List;
@@ -13,6 +15,11 @@
    Page<LocDetl> getPage(Page<LocDetl> page);
    List<LocDetlAll> selectAllOwner(LocDetlDTO locDetlDTO);
    int selectAllCount(LocDetlDTO locDetlDTO);
    LocDetl selectItem(String locNo, String matnr, String batch);
    Page<LocDetl> getStockOut(Page<LocDetl> page);