refactor: 移除字典强制覆盖能力
This commit is contained in:
@@ -8,10 +8,5 @@ public enum OverrideType
|
||||
/// <summary>
|
||||
/// 租户定制:租户覆盖系统字典的显示值。
|
||||
/// </summary>
|
||||
TenantCustomization = 1,
|
||||
|
||||
/// <summary>
|
||||
/// 平台强制:平台管理员强制修正租户字典的显示值。
|
||||
/// </summary>
|
||||
PlatformEnforcement = 2
|
||||
TenantCustomization = 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user