自动化立体仓库 - WMS系统
LSH
2023-08-04 0245612378ff186c1957952acf182a1d2e9b88d2
src/main/java/com/zy/asrs/entity/LocDetl.java
@@ -271,6 +271,18 @@
        return locMast.getLocType2$();
    }
    public Integer getMatType() {
        if (Cools.isEmpty(this.matnr)) {
            return null;
        }
        MatService matService = SpringUtils.getBean(MatService.class);
        Mat mat = matService.selectByMatnr(this.matnr);
        if (mat == null) {
            return null;
        }
        return mat.getMatType();
    }
    public String getMatType$() {
        if (Cools.isEmpty(this.matnr)) {
            return "";