@@ -1124,6 +1124,16 @@ namespace Hotline.Share.Dtos.Order
/// </summary>
public string? VisitContent { get; set; }
+ /// <summary>
+ /// 部门是否联系
+ /// </summary>
+ public bool? IsContact { get; set; }
+
+ /// 是否解决问题
+ public bool? Volved { get; set; }
}
public class OrderVisitProvinceDto
@@ -57,5 +57,19 @@
public string? SatisfactionCode { get; set; }
+ /// 不满意原因
+ public List<Kv>? OrgNoSatisfiedReason { get; set; }