| | |
| | | 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; |
| | |
| | | Page<LocDetl> getStockStatis(Page<LocDetl> page); |
| | | Page<LocDetlAll> getStockStatisAll(Page<LocDetlAll> page); |
| | | |
| | | Page<LocDetlAll> getWarningNumPage(Page<LocDetlAll> page); |
| | | |
| | | Double sumAll(); |
| | | |
| | | Double getSumAnfme(String matnr); |
| | |
| | | // -------------------------------------------------- |
| | | |
| | | 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); |
| | | |
| | |
| | | |
| | | int selectAllCount(LocDetlDTO locDetlDTO); |
| | | int selectAllPymentcount(LocDetlDTO locDetlDTO); |
| | | |
| | | List<LocDetlWarningDTO> selectAllWarning(LocDetlWarningDTO locDetlWarningDTO); |
| | | |
| | | int getAllWarningCount(LocDetlWarningDTO locDetlWarningDTO); |
| | | } |