| | |
| | | package com.zy.asrs.mapper; |
| | | |
| | | import com.baomidou.mybatisplus.mapper.BaseMapper; |
| | | import com.zy.asrs.entity.LocDetlWarningDTO; |
| | | import com.zy.asrs.entity.ManLocDetl; |
| | | import com.zy.asrs.entity.result.StockVo; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | |
| | | List<ManLocDetl> unreason(); |
| | | |
| | | Double selectLocDetlSumQty(String locNo); |
| | | |
| | | int updateLocNo0(Long nodeId, String locNo); |
| | | |
| | | ManLocDetl selectLocNo0(String locNo, String matnr); |
| | | |
| | | List<ManLocDetl> selectItem0(String locNo, String matnr); |
| | | |
| | | int deleteLocNo0(String locNo, String matnr); |
| | | |
| | | int updateAnfme0(double anfme, Long nodeId); |
| | | |
| | | List<ManLocDetl> listByOutPage(Map<String, Object> condition); |
| | | |
| | | long listByOutPageCount(Map<String, Object> condition); |
| | | |
| | | List<ManLocDetl> selectAllPage(Map<String, Object> condition); |
| | | |
| | | long selectAllPageSize(Map<String, Object> condition); |
| | | |
| | | ManLocDetl selectInventory(String LocNo, String Matnr, String batch); |
| | | |
| | | int deleteDatailed (String locNo, String matnr,String batch); |
| | | |
| | | int increase(Double anfme,String locNo, String matnr,String batch,Double weight); |
| | | |
| | | List<LocDetlWarningDTO> selectAllWarning(); |
| | | } |