refactor: 清理平台表述并统一为系统

This commit is contained in:
root
2026-01-29 13:49:03 +00:00
parent b3d611304b
commit 52fb4fde72
30 changed files with 44 additions and 84 deletions

View File

@@ -71,7 +71,7 @@ public sealed class TenantPackageDto
public string? FeaturePoliciesJson { get; init; }
/// <summary>
/// 是否仍启用(平台控制)。
/// 是否仍启用(系统控制)。
/// </summary>
public bool IsActive { get; init; }