using Hotline.Share.Dtos.Order; namespace Hotline.Settings; /// /// 字典类型编码 /// public class SysDicTypeConsts { /// /// 证件类型(字典) /// public const string LicenceType = "LicenceType"; /// /// 提供方身份类型(字典) /// public const string ProviderIdentityType = "ProviderIdentityType"; /// /// 提供方身份(字典) /// public const string Identity = "Identity"; /// /// 国籍/地区(字典) /// public const string Nationality = "Nationality"; /// /// 民族(字典) /// public const string Nation = "Nation"; /// /// 市场主体类型(字典) /// public const string MarketType = "MarketType"; /// /// 行业分类(数据错误(编码重复)) /// public const string IndustryClassify = "IndustryClassify"; /// /// 商品分类/品牌(字典) /// public const string Brand = "Brand"; /// /// 客体类别(字典) /// public const string ObjectClassify = "ObjectClassify"; /// /// 销售方式(字典) /// public const string SalesMode = "SalesMode"; /// /// 电商平台(字典) /// public const string ECommercePlatform = "ECommercePlatform"; /// /// 投诉问题类别(字典) /// public const string ComplainClassify = "ComplainClassify"; /// /// 举报问题类别(字典) /// public const string ReportClassify = "ReportClassify"; /// /// 年龄段(字典) /// public const string AgeRange = "AgeRange"; /// /// 来源渠道(省:诉求渠道) /// public const string SourceChannel = "SourceChannel"; /// /// 工单类型 /// public const string OrderType = "OrderType"; /// /// 紧急程度 /// public const string Urgency = "Urgency"; /// /// 专利类型 /// public const string PatentType = "PatentType"; /// /// 推送分类 /// public const string PushType = "PushType"; /// /// 投诉举报目标 /// public const string AffairTarget = "AffairTarget"; /// /// 回访满意度 /// public const string VisitSatisfaction = "VisitSatisfaction"; /// /// 不满意原因 /// public const string DissatisfiedReason = "DissatisfiedReason"; /// /// 回访态度 /// public const string VisitManner = "VisitManner"; /// /// 流程节点组件 /// public const string WorkflowStepComponent = "WorkflowStepComponent"; /// /// 工单重办理由 /// public const string OrderRedoReason = "OrderRedoReason"; /// /// 销售渠道 /// public const string SalesChannel = "SalesChannel"; /// /// 附件分类 /// public const string FileClassify = "FileClassify"; /// /// 甄别申请类型 /// public const string ScreenType = "ScreenType"; /// /// 工单受理类型 /// public const string AcceptType = "AcceptType"; /// /// 质检项目分组 /// public const string QualityItemGrouping = "QualityItemGrouping"; /// /// 违禁词分类 /// public const string ProhibitedClassify = "ProhibitedClassify"; /// /// 违禁词属性 /// public const string ProhibitedType = "ProhibitedType"; /// /// 公告类型 /// public const string BulletinType = "BulletinType"; /// /// 公告范围 /// public const string BulletinPushRange = "BulletinPushRange"; /// /// 公告显示位置 /// public const string BulletinDisplayLocation = "BulletinDisplayLocation"; /// /// 通知类型 /// public const string CircularType = "CircularType"; /// /// 工单词性分类 /// public const string OrderWordClassify = "OrderWordClassify"; /// /// 知识库词性分类 /// public const string KnowledgeWordClassify = "KnowledgeWordClassify"; /// /// 小休原因 /// public const string RestReason = "RestReason"; /// /// 特提原因 /// public const string SpecialReason = "SpecialReason"; /// /// 随手拍特提原因 /// public const string InstaShotSpecialReason = "InstaShotSpecialReason"; /// /// 网民评价类型 /// public const string NetizenEvaluateType = "NetizenEvaluateType"; /// /// 市州工单互转 /// public const string TranspondCity = "TranspondCity"; /// /// 错件类型 /// public const string ReTransactErrorType = "ReTransactErrorType"; /// /// 行政司法指定部门 /// public const string JudicialManagementOrg = "JudicialManagementOrg"; /// /// 通话转接来源 /// public const string CallForwardingSource = "CallForwardingSource"; /// /// 通话转接分类 /// public const string CallForwardingType = "CallForwardingType"; /// /// 工单标签 /// public const string OrderTag = "OrderTag"; /// /// 重点关注事件 /// public const string FocusOnEvent = "FocusOnEvent"; /// /// 领导电话号码 /// public const string LeaderSMS = "LeaderSMS"; /// /// 知识库标签 /// public const string KnowledgeBaseTags = "KnowledgeBaseTags"; /// /// 作业场所 /// public const string Workplace = "Workplace"; /// /// 场所名称 /// public const string WorkplaceName = "WorkplaceName"; /// /// 作业类型 /// public const string JobType = "JobType"; /// /// 经营单位类别 /// public const string BusinessUnitType = "BusinessUnitType"; /// /// 随手拍公告类型 /// public const string SnapshotBulletinType = "SnapshotBulletinType"; /// /// 作业区域 /// public const string WorkArea = "WorkArea"; /// /// 随手拍公告来源 /// public const string SnapshotBulletinSource = "SnapshotBulletinSource"; /// /// 红包补充发放类型 /// public const string SnapshotReplenishType = "SnapshotReplenishType"; /// /// 随手拍工单标签 /// public static string SnapshotOrderLabel = "SnapshotOrderLabel"; /// /// 兴唐动作状态映射 /// public static string XingTangOperationMap = "XingTangOperationMap"; /// /// 随手拍特殊红包审核类型 /// public static string SnapshotRedPackSpecialType = "SnapshotRedPackSpecialType"; /// /// 预警级别 /// public static string EarlyWarningLevel = "EarlyWarningLevel"; /// /// 预警类型 /// public static string EarlyWarningType = "EarlyWarningType"; /// /// 额外扣除积分类型 /// public static string ExtraDeductionPointsType = "ExtraDeductionPointsType"; /// /// 用户头像集合 /// public static string HeaderImages = "HeaderImages"; /// /// 政治身份 /// public static string PoliticalIdentity = "PoliticalIdentity"; }