|
@@ -21,7 +21,7 @@ public class SysDicTypeConsts
|
|
|
public const string Identity = "Identity";
|
|
|
|
|
|
/// <summary>
|
|
|
- /// 国籍/地区
|
|
|
+ /// 国籍/地区(字典)
|
|
|
/// </summary>
|
|
|
public const string Nationality = "Nationality";
|
|
|
|
|
@@ -31,47 +31,62 @@ public class SysDicTypeConsts
|
|
|
public const string Nation = "Nation";
|
|
|
|
|
|
/// <summary>
|
|
|
- /// 市场主体类型
|
|
|
+ /// 市场主体类型(字典)
|
|
|
/// </summary>
|
|
|
public const string MarketType = "MarketType";
|
|
|
|
|
|
/// <summary>
|
|
|
- /// 行业分类
|
|
|
+ /// 行业分类(数据错误(编码重复))
|
|
|
/// </summary>
|
|
|
public const string IndustryClassify = "IndustryClassify";
|
|
|
|
|
|
/// <summary>
|
|
|
- /// 商品分类/品牌
|
|
|
+ /// 商品分类/品牌(字典)
|
|
|
/// </summary>
|
|
|
public const string Brand = "Brand";
|
|
|
|
|
|
/// <summary>
|
|
|
- /// 客体类别
|
|
|
+ /// 客体类别(字典)
|
|
|
/// </summary>
|
|
|
public const string ObjectClassify = "ObjectClassify";
|
|
|
|
|
|
/// <summary>
|
|
|
- /// 销售方式
|
|
|
+ /// 销售方式(字典)
|
|
|
/// </summary>
|
|
|
public const string SalesMode = "SalesMode";
|
|
|
|
|
|
/// <summary>
|
|
|
- /// 电商平台
|
|
|
+ /// 电商平台(字典)
|
|
|
/// </summary>
|
|
|
public const string ECommercePlatform = "ECommercePlatform";
|
|
|
|
|
|
/// <summary>
|
|
|
- /// 投诉问题类别
|
|
|
+ /// 投诉问题类别(字典)
|
|
|
/// </summary>
|
|
|
public const string ComplainClassify = "ComplainClassify";
|
|
|
|
|
|
/// <summary>
|
|
|
- /// 举报问题类别
|
|
|
+ /// 举报问题类别(字典)
|
|
|
/// </summary>
|
|
|
public const string ReportClassify = "ReportClassify";
|
|
|
|
|
|
/// <summary>
|
|
|
- /// 年龄段
|
|
|
+ /// 年龄段(字典)
|
|
|
/// </summary>
|
|
|
public const string AgeRange = "AgeRange";
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 来源渠道(省:诉求渠道)
|
|
|
+ /// </summary>
|
|
|
+ public const string SourceChannel = "SourceChannel";
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 工单类型
|
|
|
+ /// </summary>
|
|
|
+ public const string OrderType = "OrderType";
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 紧急程度
|
|
|
+ /// </summary>
|
|
|
+ public const string Urgency = "Urgency";
|
|
|
}
|