ycl-platform/src/main/java/com/ycl/entity/dict/DataDictionary.java
@@ -49,7 +49,6 @@ */ @TableField("code") @ApiModelProperty(value = "编码 ps:暂时不传",dataType = "String") @NotBlank(message = "编码为空") private String code; /** @@ -57,7 +56,7 @@ */ @TableField("parent_id") @ApiModelProperty(value = "父级id ps:为上一级的id",dataType = "String") private String parentId; private Integer parentId; /** * 层级