Browse Source

酒店询价 Add Or edit 数据类型 更改 datetime 更改为 string

leiy 10 months ago
parent
commit
0a763cf98f
1 changed files with 3 additions and 3 deletions
  1. 3 3
      OASystem/OASystem.Domain/Dtos/Groups/HotelInquiryDto.cs

+ 3 - 3
OASystem/OASystem.Domain/Dtos/Groups/HotelInquiryDto.cs

@@ -46,17 +46,17 @@ namespace OASystem.Domain.Dtos.Groups
         /// <summary>
         /// 查询时间
         /// </summary>
-        public DateTime SelectDt { get; set; }
+        public string SelectDt { get; set; }
 
         /// <summary>
         /// 入住 日期
         /// </summary>
-        public DateTime CheckInDate { get; set; }
+        public string CheckInDate { get; set; }
 
         /// <summary>
         /// 离店 日期
         /// </summary>
-        public DateTime CheckOutDate { get; set; }
+        public string CheckOutDate { get; set; }
 
         /// <summary>
         /// 单间 价格