Browse Source

酒店参数修改

wangh 1 year ago
parent
commit
1c0cce6234
1 changed files with 0 additions and 5 deletions
  1. 0 5
      OASystem/OASystem.Domain/Dtos/Groups/HotelReservationsDto.cs

+ 0 - 5
OASystem/OASystem.Domain/Dtos/Groups/HotelReservationsDto.cs

@@ -145,11 +145,6 @@ namespace OASystem.Domain.Dtos.Groups
         /// </summary>
         public decimal CardPrice { get; set; }
         /// <summary>
-        /// 确认标识   信用卡金额
-        /// 0:未刷(红色)  1:已刷(绿色)
-        /// </summary>
-        public int IsCardPrice { get; set; }
-        /// <summary>
         /// 预计单间数量
         /// </summary>
         public int PredictSingleRoom { get; set; }