forked from gongxuegit/tiku-backend.net
feat(saas): implement marketplace and tenant onboarding
This commit is contained in:
@@ -56,7 +56,7 @@ public sealed class BackendPermission : AuditableEntity
|
||||
public string Code { get; set; } = string.Empty;
|
||||
public string Name { get; set; } = string.Empty;
|
||||
public BackendPermissionArea Area { get; set; } = BackendPermissionArea.Tenant;
|
||||
public string Module { get; set; } = string.Empty;
|
||||
public string PermissionModuleCode { get; set; } = string.Empty;
|
||||
public string? Description { get; set; }
|
||||
public bool IsSystem { get; set; } = true;
|
||||
public int SortOrder { get; set; } = 100;
|
||||
|
||||
Reference in New Issue
Block a user