创建人姓名和修改人姓名
This commit is contained in:
parent
d1c7059e6d
commit
041145b8e5
@ -37,13 +37,13 @@ public class SaasPermissionGroup extends BaseEntity<SaasPermissionGroup> {
|
|||||||
*/
|
*/
|
||||||
private Long createBy;
|
private Long createBy;
|
||||||
|
|
||||||
private String createName;
|
private String creatorName;
|
||||||
/**
|
/**
|
||||||
* 更新者
|
* 更新者
|
||||||
*/
|
*/
|
||||||
private Long updateBy;
|
private Long updateBy;
|
||||||
|
|
||||||
private String updateName;
|
private String updatorName;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 权限集类型:feature data
|
* 权限集类型:feature data
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user