skyouc
2025-03-26 a935fc71d8e52f2ba10e42cfdb9e75ef9cb32bd7
rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/MatnrGroup.java
@@ -41,9 +41,15 @@
    private String name;
    /**
     * 分组编码
     */
    @ApiModelProperty("上级分组编码")
    private String parCode;
    /**
     * 物料编码
     */
    @ApiModelProperty(value= "物料编码")
    @ApiModelProperty(value= "分组编码")
    private String code;
    /**
@@ -196,4 +202,8 @@
        }
    }
    public String getLabel(){
        return this.name;
    }
}