自动化立体仓库 - WMS系统
zwl
2 天以前 eaa43b12bfe9185b4f0b8f09d9ca081895a4d185
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> {
@@ -21,4 +23,11 @@
     * @return
     */
    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);
}