自动化立体仓库 - WMS系统
1
zhang
2025-06-12 eea34e49d048ed36d4afc3ffa08c08fb38c81e7d
src/main/java/com/zy/asrs/service/WrkMastService.java
@@ -2,6 +2,7 @@
import com.baomidou.mybatisplus.service.IService;
import com.zy.asrs.entity.WrkMast;
import com.zy.asrs.entity.result.FindLocNoAttributeVo;
import java.util.List;
@@ -21,4 +22,9 @@
     * @return
     */
    int getStoreCount(Integer crnNo);
    int selectWrkMastBareBoardStaNo(Integer ioType,Integer staNo);
    List<WrkMast> selectWrkMastWrkDetl(Integer ioType, FindLocNoAttributeVo findLocNoAttributeVo, Integer crnNo);
}