|
@@ -65,13 +65,13 @@ namespace DataSharing.Share.Dtos.Province.HuiJu
|
|
|
/// 坐席人员工号
|
|
|
/// </summary>
|
|
|
[JsonPropertyName("SEAT_NUMBER")]
|
|
|
- public string SeatNumber { get; set; }
|
|
|
+ public string SeatNumber { get; set; } = "";
|
|
|
|
|
|
/// <summary>
|
|
|
/// 录音路径
|
|
|
/// </summary>
|
|
|
[JsonPropertyName("ACCORDURL")]
|
|
|
- public string AccordUrl { get; set; }
|
|
|
+ public string AccordUrl { get; set; } = "";
|
|
|
|
|
|
/// <summary>
|
|
|
/// 服务工单编号
|