自动化立体仓库 - WMS系统
pang.jiabao
2024-12-16 28da1cf550b22c5eedf565ebae7e94b33a209f4c
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);