| | |
| | | |
| | | import com.baomidou.mybatisplus.service.IService; |
| | | import com.zy.asrs.entity.WrkMast; |
| | | import com.zy.asrs.entity.result.FindLocNoAttributeVo; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | |
| | | int selectWrkMastBareBoardStaNo(Integer ioType,Integer staNo); |
| | | |
| | | List<WrkMast> selectWrkMastWrkDetlMatnrBatch(Integer ioType,String matnr , String batch ,String grade,Integer crnNo); |
| | | List<WrkMast> selectWrkMastWrkDetl(Integer ioType, FindLocNoAttributeVo findLocNoAttributeVo, Integer crnNo); |
| | | |
| | | WrkMast selectWrkMast(Integer workNo,String barcode); |
| | | |
| | | } |