namespace Atomx.Common.Enums { public enum ConfigType { /// /// 系统设置 /// System = 0, /// /// 产品分类 /// ProductCategory = 10, } }