fix(权限点):删除重复字段

This commit is contained in:
zhansihu 2023-09-06 11:39:04 +08:00
parent 5db09f1883
commit cfc3aa9e4e

View File

@ -29,11 +29,6 @@ public class SaasFeature extends BaseEntity<SaasFeature> implements Serializable
private static final long serialVersionUID = 1L;
/**
* id
*/
@TableId(value = "id", type = IdType.AUTO)
private Long id;
/**
* 名称
@ -105,26 +100,12 @@ public class SaasFeature extends BaseEntity<SaasFeature> implements Serializable
*/
private Integer featureType;
/**
* 是否删除
*/
private Long isDelete;
/**
* 创建人id
*/
private Long createBy;
/**
* 创建时间
*/
private LocalDateTime createAt;
/**
* 更新时间
*/
private LocalDateTime updateAt;
/**
* 修改人id
*/