| | |
| | | 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 java.util.List; |
| | | |
| | |
| | | * 导出全部库存统计 |
| | | * @return |
| | | */ |
| | | List<LocDetl> getStockStatisExcel(); |
| | | List<LocDetl> getStockStatisExcel(LocDetl locDetl); |
| | | |
| | | /** |
| | | * 搜索库存统计 |
| | |
| | | */ |
| | | public List<LocDetl> getStockSum(); |
| | | |
| | | List<LocDetlWarningDTO> selectAllWarning(LocDetlWarningDTO locDetlWarningDTO); |
| | | |
| | | int getAllWarningCount(LocDetlWarningDTO locDetlWarningDTO); |
| | | } |