RoleEntity constructor
RoleEntity({})
Implementation
RoleEntity({
this.id,
this.createTime,
this.appId,
this.roleName,
this.roleKey,
this.parentId,
this.sortNum,
this.remark,
this.uniqueFlag,
this.enableFlag,
this.tenantId,
});