Browse Source

宜宾 自贡 返回实体对象备注说明

田爽 4 months ago
parent
commit
3353e30b3f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/Hotline.Share/Dtos/CallCenter/CenterReportStatisticsDto.cs

+ 2 - 2
src/Hotline.Share/Dtos/CallCenter/CenterReportStatisticsDto.cs

@@ -9,12 +9,12 @@ namespace Hotline.Share.Dtos.CallCenter
     public class CenterReportStatisticsDto
     {
         /// <summary>
-        /// 电话
+        /// 电话--自贡
         /// </summary>
         public CenterReportCallInfoDto CenterReportCallInfoDto { get; set; }
 
         /// <summary>
-        /// 电话
+        /// 电话--宜宾
         /// </summary>
         public CenterReportCallDto CenterReportCall { get; set; }