refactor: 移除字典强制覆盖能力

This commit is contained in:
root
2026-01-29 13:47:18 +00:00
parent bc1c4cc41b
commit f42213951f
3 changed files with 9 additions and 69 deletions

View File

@@ -8,10 +8,5 @@ public enum OverrideType
/// <summary>
/// 租户定制:租户覆盖系统字典的显示值。
/// </summary>
TenantCustomization = 1,
/// <summary>
/// 平台强制:平台管理员强制修正租户字典的显示值。
/// </summary>
PlatformEnforcement = 2
TenantCustomization = 1
}