TANG JIANG 1 жил өмнө
parent
commit
30abfe2855

+ 2 - 2
src/Hotline.Share/Dtos/JudicialManagement/QueryEventClassificationStatisticsDto.cs

@@ -4,8 +4,8 @@ namespace Hotline.Share.Dtos.JudicialManagement
 {
     public record QueryEventClassificationStatisticsDto : PagedRequest
     {
-        public DateTime StartDate { get; set}
-        public DateTime EndDate { get; set}
+        public DateTime StartDate { get; set; }
+        public DateTime EndDate { get; set; }
         public string EventTypeId { get; set; }
 
         public string AreaCode { get; set; }