创建人姓名和修改人姓名

This commit is contained in:
yangsong 2023-09-12 19:14:30 +08:00
parent d1c7059e6d
commit 041145b8e5

View File

@ -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