RoleEntity constructor

RoleEntity({
  1. String? id,
  2. String? createTime,
  3. String? appId,
  4. String? roleName,
  5. String? roleKey,
  6. String? parentId,
  7. int? sortNum,
  8. String? remark,
  9. int? uniqueFlag,
  10. int? enableFlag,
  11. String? tenantId,
})

Implementation

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