| | |
| | | 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; |
| | |
| | | |
| | | 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); |