| | |
| | | package com.zy.asrs.service; |
| | | |
| | | import com.baomidou.mybatisplus.service.IService; |
| | | import com.zy.asrs.entity.LocDetl; |
| | | import com.zy.asrs.entity.LocMast; |
| | | |
| | | import java.util.List; |
| | |
| | | |
| | | LocMast findNearloc(String locNo); |
| | | |
| | | LocMast findInnerLoc(String locNo); |
| | | |
| | | List<LocMast> selectAllPeakLoc(); |
| | | |
| | | Boolean checkAllLocEmpty(List<String> groupOuterLoc); |
| | |
| | | |
| | | Integer updateLocType2ByRBL(Integer locType2, Integer startRow, Integer endRow, Integer startBay, Integer endBay, Integer startLev, Integer endLev); |
| | | |
| | | void updateByLocNo(LocMast locMast); |
| | | } |