| | |
| | | package com.zy.asrs.mapper; |
| | | |
| | | import com.baomidou.mybatisplus.mapper.BaseMapper; |
| | | import com.zy.asrs.entity.LocDetl; |
| | | import com.zy.asrs.entity.ManLocDetl; |
| | | import com.zy.asrs.entity.ViewLocMapDto; |
| | | import com.zy.asrs.entity.result.StockVo; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import org.apache.ibatis.annotations.Param; |
| | |
| | | |
| | | int updateLocNo0(Long nodeId, String locNo); |
| | | |
| | | List<ManLocDetl> selectLocNo0(String locNo, String matnr); |
| | | 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); |
| | | |
| | | List<ViewLocMapDto> getViewLocBays(@Param("row") String row, @Param("lev") String lev); |
| | | |
| | | /** |
| | | * 按库位号查询平库库存 |
| | | * @param locNo 库位号 |
| | | */ |
| | | List<LocDetl> selectLocDetlByLocNo(@Param("locNo") String locNo); |
| | | } |