自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-06-11 b930175d06df0f9898e6992ef86230cbe7659802
src/main/java/com/zy/common/service/DoubleDeepService.java
@@ -23,7 +23,7 @@
    /**
     * 生成工作号
     * @param wrkMk 0:入出库 ; 1:其他
     * @return
     * @return workNo(工作号)
     */
    public int getWorkNo(Integer wrkMk) {
        WrkLastno wrkLastno = wrkLastnoService.selectById(wrkMk);
@@ -57,5 +57,13 @@
        return workNo;
    }
    /**
     * 检索库位号
     * @param
     * @return
     */
    public String getLocNo() {
        return null;
    }
}