|
@@ -333,6 +333,7 @@ namespace Hotline.Share.Dtos.Early
|
|
/// 报告明细
|
|
/// 报告明细
|
|
/// </summary>
|
|
/// </summary>
|
|
public List<EarlyWarningPushDetailDto> EarlyWarningPushDetails { get; set; }
|
|
public List<EarlyWarningPushDetailDto> EarlyWarningPushDetails { get; set; }
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
|
|
public record EarlyWarningPushDetailDto
|
|
public record EarlyWarningPushDetailDto
|
|
@@ -416,6 +417,11 @@ namespace Hotline.Share.Dtos.Early
|
|
/// 工单明细表
|
|
/// 工单明细表
|
|
/// </summary>
|
|
/// </summary>
|
|
public ReportOrderDetailDto ReportOrderDetail { get; set; }
|
|
public ReportOrderDetailDto ReportOrderDetail { get; set; }
|
|
|
|
+
|
|
|
|
+ /// <summary>
|
|
|
|
+ /// 往期明细工单
|
|
|
|
+ /// </summary>
|
|
|
|
+ public ReportFiledOrderDetailDto ReportFiledOrderDetail { get; set; }
|
|
}
|
|
}
|
|
|
|
|
|
public class ReportAreaDetailDto
|
|
public class ReportAreaDetailDto
|
|
@@ -472,5 +478,33 @@ namespace Hotline.Share.Dtos.Early
|
|
public string ActualOpinion { get; set; }
|
|
public string ActualOpinion { get; set; }
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ public class ReportFiledOrderDetailDto
|
|
|
|
+ {
|
|
|
|
+ /// <summary>
|
|
|
|
+ /// 期刊
|
|
|
|
+ /// </summary>
|
|
|
|
+ public string ReportName { get; set; }
|
|
|
|
+
|
|
|
|
+ /// <summary>
|
|
|
|
+ /// 一级热点
|
|
|
|
+ /// </summary>
|
|
|
|
+ public string OneHotSportName { get; set; }
|
|
|
|
+
|
|
|
|
+ /// <summary>
|
|
|
|
+ /// 热点
|
|
|
|
+ /// </summary>
|
|
|
|
+ public string HotSportName { get; set; }
|
|
|
|
+
|
|
|
|
+ /// <summary>
|
|
|
|
+ /// 诉求内容
|
|
|
|
+ /// </summary>
|
|
|
|
+ public string Content { get; set; }
|
|
|
|
+
|
|
|
|
+ /// <summary>
|
|
|
|
+ /// 办理情况
|
|
|
|
+ /// </summary>
|
|
|
|
+ public string ActualOpinion { get; set; }
|
|
|
|
+ }
|
|
|
|
+
|
|
#endregion
|
|
#endregion
|
|
}
|
|
}
|