screen-api/src/main/java/com/moral/api/entity/SysDictData.java
@@ -16,7 +16,7 @@ * </p> * * @author moral * @since 2021-03-09 * @since 2021-04-16 */ @Data @EqualsAndHashCode(callSuper = false) @@ -29,11 +29,6 @@ */ @TableId(value = "id", type = IdType.AUTO) private Integer id; /** * 父Id */ private Integer parentId; /** * 数据类型Id @@ -53,11 +48,6 @@ private String dataValue; /** * 排列顺序 */ private Integer sort; /** * 创建时间 */ private Date createTime; @@ -72,10 +62,5 @@ */ private String isDelete; @Override protected Serializable pkVal() { return this.id; } }