|
@@ -915,6 +915,12 @@ namespace Hotline.Orders
|
|
|
[SugarColumn(ColumnDescription = "省退回结果")]
|
|
|
public bool? ProvinceSendBack { get; set; }
|
|
|
|
|
|
+ /// <summary>
|
|
|
+ /// 省是否公开(省政府网站、省政务服务网、天府通办App)
|
|
|
+ /// </summary>
|
|
|
+ [SugarColumn(ColumnDescription ="省是否公开")]
|
|
|
+ public bool? IsPublic { get; set; }
|
|
|
+
|
|
|
#endregion
|
|
|
|
|
|
#region 附件冗余
|
|
@@ -990,6 +996,7 @@ namespace Hotline.Orders
|
|
|
public string? CaseProcessType { get; set; }
|
|
|
#endregion
|
|
|
|
|
|
+ #region 工单标签
|
|
|
/// <summary>
|
|
|
/// 敏感标签
|
|
|
/// </summary>
|
|
@@ -1117,12 +1124,13 @@ namespace Hotline.Orders
|
|
|
/// </summary>
|
|
|
[SugarColumn(ColumnDescription = "话务提醒是否转办")]
|
|
|
public bool? IsForwarded { get; set; }
|
|
|
+ #endregion
|
|
|
|
|
|
#region 回访信息
|
|
|
/// <summary>
|
|
|
/// 话务员评价(话务评价)
|
|
|
/// </summary>
|
|
|
- [SugarColumn(ColumnDescription = "话务员评价")]
|
|
|
+ [SugarColumn(ColumnDescription = "话务员评价")]
|
|
|
public ESeatEvaluate? SeatEvaluate { get; set; }
|
|
|
|
|
|
/// <summary>
|
|
@@ -1143,6 +1151,7 @@ namespace Hotline.Orders
|
|
|
/// </summary>
|
|
|
[SugarColumn(ColumnDataType = "json", IsJson = true, IsNullable = true, ColumnDescription = "知识库引用")]
|
|
|
public List<Kv>? KnowledgeQuote { get; set; }
|
|
|
+
|
|
|
}
|
|
|
|
|
|
public partial class Order
|