chore: 提交当前变更
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
namespace TakeoutSaaS.Domain.Dictionary.Enums;
|
||||
|
||||
/// <summary>
|
||||
/// 参数字典作用域。
|
||||
/// </summary>
|
||||
public enum DictionaryScope
|
||||
{
|
||||
/// <summary>
|
||||
/// 系统级参数,所有租户共享。
|
||||
/// </summary>
|
||||
System = 1,
|
||||
|
||||
/// <summary>
|
||||
/// 业务级参数,仅当前租户可见。
|
||||
/// </summary>
|
||||
Business = 2
|
||||
}
|
||||
Reference in New Issue
Block a user