rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/MatnrGroup.java
@@ -21,8 +21,8 @@ import java.util.List; @Data @ApiModel(value = "物料类") @TableName("man_matnr_group") @ApiModel(value = "MatnrGroup", description = "物料分类信息") public class MatnrGroup implements Serializable { private static final long serialVersionUID = 1L; @@ -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; } }