添加项目文件。
This commit is contained in:
15
Atomx.Common/Enums/ConfigType.cs
Normal file
15
Atomx.Common/Enums/ConfigType.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
namespace Atomx.Common.Enums
|
||||
{
|
||||
public enum ConfigType
|
||||
{
|
||||
/// <summary>
|
||||
/// 系统设置
|
||||
/// </summary>
|
||||
System = 0,
|
||||
|
||||
/// <summary>
|
||||
/// 产品分类
|
||||
/// </summary>
|
||||
ProductCategory = 10,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user