@@ -33,10 +33,6 @@ public class PermissionEntity extends GenericEntity<String> {
@Comment("状态")
private Byte status;
- @Column
- @Comment("类型")
- private String type;
-
@Column
@ColumnType(jdbcType = JDBCType.LONGVARCHAR)
@JsonCodec
@@ -46,7 +46,7 @@ public class DictionaryEntity extends GenericEntity<String> implements RecordCre
@Column(length = 32,name = "classified")
private String classified;
//说明
- @Column(nullable = false)
+ @Column
private String describe;
//创建时间
@Column(name = "create_time")