自动化立体仓库 - WMS系统
#
lty
昨天 cfa2d1bf7847e5c982c68e0892f5d2ca64638934
src/main/java/com/zy/asrs/service/WrkMastService.java
@@ -2,7 +2,9 @@
import com.baomidou.mybatisplus.service.IService;
import com.zy.asrs.entity.WrkMast;
import com.zy.asrs.entity.result.FindLocNoAttributeVo;
import java.util.Date;
import java.util.List;
public interface WrkMastService extends IService<WrkMast> {
@@ -23,4 +25,9 @@
    int getStoreCount(Integer crnNo);
    int selectWrkMastBareBoardStaNo(Integer ioType,Integer staNo);
    List<WrkMast> selectWrkMastWrkDetl(Integer ioType, FindLocNoAttributeVo findLocNoAttributeVo, Integer crnNo);
    int updatePublishError(Integer wrkNo, String updMk, Date errorTime, String errorMemo);
}