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; } }