|
@@ -35,27 +35,27 @@ namespace OASystem.Domain.Entities.Groups
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = true, ColumnDataType = "varchar(50)")]
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "varchar(225)")]
|
|
|
public string ReservationsNo { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = true, ColumnDataType = "varchar(50)")]
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "varchar(225)")]
|
|
|
public string DetermineNo { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = true, ColumnDataType = "varchar(50)")]
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "varchar(100)")]
|
|
|
public string City { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = true, ColumnDataType = "varchar(200)")]
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "varchar(100)")]
|
|
|
public string HotelName { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = true, ColumnDataType = "varchar(200)")]
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "varchar(225)")]
|
|
|
public string HotelAddress { get; set; }
|
|
|
|
|
|
|
|
@@ -76,18 +76,18 @@ namespace OASystem.Domain.Entities.Groups
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = true, ColumnDataType = "varchar(80)")]
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "varchar(30)")]
|
|
|
public string CheckInDate { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = true, ColumnDataType = "varchar(80)")]
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "varchar(30)")]
|
|
|
public string CheckOutDate { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = true, ColumnDataType = "decimal(18,2)")]
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "decimal(10,2)")]
|
|
|
public decimal Budget { get; set; }
|
|
|
|
|
|
|
|
@@ -103,7 +103,7 @@ namespace OASystem.Domain.Entities.Groups
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = true, ColumnDataType = "decimal(18,2)")]
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "decimal(10,2)")]
|
|
|
public decimal SingleRoomPrice { get; set; }
|
|
|
|
|
|
|
|
@@ -113,7 +113,7 @@ namespace OASystem.Domain.Entities.Groups
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = true, ColumnDataType = "decimal(18,2)")]
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "decimal(10,2)")]
|
|
|
public decimal DoubleRoomPrice { get; set; }
|
|
|
|
|
|
|
|
@@ -133,13 +133,13 @@ namespace OASystem.Domain.Entities.Groups
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = true, ColumnDataType = "decimal(18,2)")]
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "decimal(10,2)")]
|
|
|
public decimal OtherRoomPrice { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = true, ColumnDataType = "decimal(18,2)")]
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "decimal(10,2)")]
|
|
|
public decimal Commission { get; set; }
|
|
|
|
|
|
|