自动化立体仓库 - WMS系统
#
Administrator
2023-06-03 d6258da9eb0203cbc812689197eb3d347799a8d0
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 "";