rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/MatnrGroup.java
@@ -60,6 +60,8 @@ @ApiModelProperty(value= "上级分类ID") private Long parentId; private Integer sort; /** * 状态 1: 正常 0: 冻结 */ @@ -70,6 +72,7 @@ * 是否删除 1: 是 0: 否 */ @ApiModelProperty(value= "是否删除 1: 是 0: 否 ") @TableLogic private Integer deleted; /**