|
@@ -15,10 +15,10 @@ namespace OASystem.Domain.Entities.Groups
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
+ [SugarColumn(IsNullable =true,ColumnDataType ="int")]
|
|
- public int DIId { get; set; }
|
|
+ public int DiId { get; set; }
|
|
|
|
|
|
-
|
|
+
|
|
|
|
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
public int GTId { get; set; }
|
|
public int GTId { get; set; }
|
|
@@ -28,7 +28,7 @@ namespace OASystem.Domain.Entities.Groups
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "varchar(50)")]
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "varchar(50)")]
|
|
public string CheckNumber { get; set; }
|
|
public string CheckNumber { get; set; }
|
|
|
|
|
|
-
|
|
+
|
|
|
|
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
public int ReservationsWebsite { get; set; }
|
|
public int ReservationsWebsite { get; set; }
|
|
@@ -50,7 +50,7 @@ namespace OASystem.Domain.Entities.Groups
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = true, ColumnDataType = "varchar(100)")]
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "varchar(200)")]
|
|
public string HotelName { get; set; }
|
|
public string HotelName { get; set; }
|
|
|
|
|
|
|
|
|
|
@@ -60,91 +60,90 @@ namespace OASystem.Domain.Entities.Groups
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "varchar(50)")]
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "varchar(50)")]
|
|
public string HotelTel { get; set; }
|
|
public string HotelTel { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = true, ColumnDataType = "varchar(100)")]
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "varchar(50)")]
|
|
public string HotelFax { get; set; }
|
|
public string HotelFax { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = true, ColumnDataType = "varchar(50)")]
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "varchar(200)")]
|
|
public string GuestName { get; set; }
|
|
public string GuestName { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = true, ColumnDataType = "DateTime")]
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "varchar(80)")]
|
|
- public DateTime CheckInDate { get; set; }
|
|
+ public string CheckInDate { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = true, ColumnDataType = "DateTime")]
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "varchar(80)")]
|
|
- public DateTime CheckOutDate { get; set; }
|
|
+ public string CheckOutDate { get; set; }
|
|
|
|
|
|
-
|
|
+
|
|
|
|
|
|
- [SugarColumn(IsNullable = true, ColumnDataType = "decimal(10, 2)")]
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "decimal(18,2)")]
|
|
public decimal Budget { get; set; }
|
|
public decimal Budget { get; set; }
|
|
|
|
|
|
-
|
|
+
|
|
|
|
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
public int BudgetCurrency { get; set; }
|
|
public int BudgetCurrency { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "decimal(18,2)")]
|
|
public int SingleRoomCount { get; set; }
|
|
public int SingleRoomCount { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = true, ColumnDataType = "decimal(10, 2)")]
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "decimal(18,2)")]
|
|
public decimal SingleRoomPrice { get; set; }
|
|
public decimal SingleRoomPrice { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "decimal(18,2)")]
|
|
public int DoubleRoomCount { get; set; }
|
|
public int DoubleRoomCount { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = true, ColumnDataType = "decimal(10, 2)")]
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "decimal(18,2)")]
|
|
public decimal DoubleRoomPrice { get; set; }
|
|
public decimal DoubleRoomPrice { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "decimal(18,2)")]
|
|
public int SuiteRoomCount { get; set; }
|
|
public int SuiteRoomCount { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = true, ColumnDataType = "decimal(10, 2)")]
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "decimal(18,2)")]
|
|
public decimal SuiteRoomPrice { get; set; }
|
|
public decimal SuiteRoomPrice { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "decimal(18,2)")]
|
|
public int OtherRoomCount { get; set; }
|
|
public int OtherRoomCount { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = true, ColumnDataType = "decimal(10, 2)")]
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "decimal(18,2)")]
|
|
public decimal OtherRoomPrice { get; set; }
|
|
public decimal OtherRoomPrice { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = true, ColumnDataType = "decimal(10, 2)")]
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "decimal(18,2)")]
|
|
public decimal Commission { get; set; }
|
|
public decimal Commission { get; set; }
|
|
|
|
|
|
-
|
|
+
|
|
|
|
|
|
- [SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
public int CommissionCurrency { get; set; }
|
|
public int CommissionCurrency { get; set; }
|
|
|
|
|
|
-
|
|
+
|
|
|
|
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
public int CommissionMark { get; set; }
|
|
public int CommissionMark { get; set; }
|
|
@@ -154,49 +153,95 @@ namespace OASystem.Domain.Entities.Groups
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "varchar(500)")]
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "varchar(500)")]
|
|
public string RoomExplanation { get; set; }
|
|
public string RoomExplanation { get; set; }
|
|
|
|
|
|
-
|
|
+
|
|
|
|
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "varchar(500)")]
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "varchar(500)")]
|
|
public string Attachment { get; set; }
|
|
public string Attachment { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = true, ColumnDataType = "decimal(10, 2)")]
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "decimal(18,2)")]
|
|
public decimal CardPrice { get; set; }
|
|
public decimal CardPrice { get; set; }
|
|
|
|
|
|
-
|
|
+
|
|
|
|
+
|
|
|
|
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
public int IsCardPrice { get; set; }
|
|
public int IsCardPrice { get; set; }
|
|
|
|
|
|
-
|
|
+
|
|
|
|
+
|
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "decimal(18,2)")]
|
|
|
|
+ public decimal BreakfastPrice { get; set; }
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
|
|
+ public int Isoppay { get; set; }
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
|
|
+ public int CboOne { get; set; }
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
|
|
+ public int CboTwo { get; set; }
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
|
|
+ public int CboThree { get; set; }
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
|
|
+ public int CboFour { get; set; }
|
|
|
|
+
|
|
|
|
+
|
|
|
|
|
|
- [SugarColumn(IsNullable = true, ColumnDataType = "decimal(10, 2)")]
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
- public decimal breakfastPrice { get; set; }
|
|
+ public int PredictSingleRoom { get; set; }
|
|
|
|
|
|
-
|
|
+
|
|
|
|
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
- public int IsOppay { get; set; }
|
|
+ public int PredictDoubleRoom { get; set; }
|
|
|
|
|
|
-
|
|
+
|
|
|
|
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
- public int IsCboOne { get; set; }
|
|
+ public int PredictSuiteRoom { get; set; }
|
|
|
|
|
|
-
|
|
+
|
|
|
|
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
- public int IsCboTwo { get; set; }
|
|
+ public int PredictOtherRoom { get; set; }
|
|
|
|
|
|
-
|
|
+
|
|
|
|
+
|
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "decimal(18,2)")]
|
|
|
|
+ public decimal GovernmentRent { get; set; }
|
|
|
|
+
|
|
|
|
+
|
|
|
|
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
- public int IsCboThree { get; set; }
|
|
+ public int GovernmentRentCurrency { get; set; }
|
|
|
|
|
|
-
|
|
+
|
|
|
|
+
|
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "decimal(18,2)")]
|
|
|
|
+ public decimal CityTax { get; set; }
|
|
|
|
+
|
|
|
|
+
|
|
|
|
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
- public int IsCboFour { get; set; }
|
|
+ public int CityTaxCurrency { get; set; }
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "varchar(50)")]
|
|
|
|
+ public string CheckType { get; set; }
|
|
}
|
|
}
|
|
}
|
|
}
|