|
@@ -35,27 +35,27 @@ namespace OASystem.Domain.Entities.Groups
|
|
/// <summary>
|
|
/// <summary>
|
|
/// 预订号码
|
|
/// 预订号码
|
|
/// </summary>
|
|
/// </summary>
|
|
- [SugarColumn(IsNullable = true, ColumnDataType = "varchar(50)")]
|
|
|
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "varchar(225)")]
|
|
public string ReservationsNo { get; set; }
|
|
public string ReservationsNo { get; set; }
|
|
/// <summary>
|
|
/// <summary>
|
|
/// 酒店确定编号
|
|
/// 酒店确定编号
|
|
/// </summary>
|
|
/// </summary>
|
|
- [SugarColumn(IsNullable = true, ColumnDataType = "varchar(50)")]
|
|
|
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "varchar(225)")]
|
|
public string DetermineNo { get; set; }
|
|
public string DetermineNo { get; set; }
|
|
/// <summary>
|
|
/// <summary>
|
|
/// 所在城市
|
|
/// 所在城市
|
|
/// </summary>
|
|
/// </summary>
|
|
- [SugarColumn(IsNullable = true, ColumnDataType = "varchar(50)")]
|
|
|
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "varchar(100)")]
|
|
public string City { get; set; }
|
|
public string City { get; set; }
|
|
/// <summary>
|
|
/// <summary>
|
|
/// 酒店名称
|
|
/// 酒店名称
|
|
/// </summary>
|
|
/// </summary>
|
|
- [SugarColumn(IsNullable = true, ColumnDataType = "varchar(200)")]
|
|
|
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "varchar(100)")]
|
|
public string HotelName { get; set; }
|
|
public string HotelName { get; set; }
|
|
/// <summary>
|
|
/// <summary>
|
|
/// 酒店地址
|
|
/// 酒店地址
|
|
/// </summary>
|
|
/// </summary>
|
|
- [SugarColumn(IsNullable = true, ColumnDataType = "varchar(200)")]
|
|
|
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "varchar(225)")]
|
|
public string HotelAddress { get; set; }
|
|
public string HotelAddress { get; set; }
|
|
/// <summary>
|
|
/// <summary>
|
|
/// 酒店电话
|
|
/// 酒店电话
|
|
@@ -76,18 +76,18 @@ namespace OASystem.Domain.Entities.Groups
|
|
/// <summary>
|
|
/// <summary>
|
|
/// 入住日期
|
|
/// 入住日期
|
|
/// </summary>
|
|
/// </summary>
|
|
- [SugarColumn(IsNullable = true, ColumnDataType = "varchar(80)")]
|
|
|
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "varchar(30)")]
|
|
public string CheckInDate { get; set; }
|
|
public string CheckInDate { get; set; }
|
|
/// <summary>
|
|
/// <summary>
|
|
/// 退房日期
|
|
/// 退房日期
|
|
/// </summary>
|
|
/// </summary>
|
|
- [SugarColumn(IsNullable = true, ColumnDataType = "varchar(80)")]
|
|
|
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "varchar(30)")]
|
|
public string CheckOutDate { get; set; }
|
|
public string CheckOutDate { get; set; }
|
|
/// <summary>
|
|
/// <summary>
|
|
/// 预算金额
|
|
/// 预算金额
|
|
/// 弃用 弃用时间 2023-12-28 17:30
|
|
/// 弃用 弃用时间 2023-12-28 17:30
|
|
/// </summary>
|
|
/// </summary>
|
|
- [SugarColumn(IsNullable = true, ColumnDataType = "decimal(18,2)")]
|
|
|
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "decimal(10,2)")]
|
|
public decimal Budget { get; set; }
|
|
public decimal Budget { get; set; }
|
|
/// <summary>
|
|
/// <summary>
|
|
/// 预算币种(设置数据外键编号)
|
|
/// 预算币种(设置数据外键编号)
|
|
@@ -103,7 +103,7 @@ namespace OASystem.Domain.Entities.Groups
|
|
/// <summary>
|
|
/// <summary>
|
|
/// 单间单价
|
|
/// 单间单价
|
|
/// </summary>
|
|
/// </summary>
|
|
- [SugarColumn(IsNullable = true, ColumnDataType = "decimal(18,2)")]
|
|
|
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "decimal(10,2)")]
|
|
public decimal SingleRoomPrice { get; set; }
|
|
public decimal SingleRoomPrice { get; set; }
|
|
/// <summary>
|
|
/// <summary>
|
|
/// 双间数量
|
|
/// 双间数量
|
|
@@ -113,7 +113,7 @@ namespace OASystem.Domain.Entities.Groups
|
|
/// <summary>
|
|
/// <summary>
|
|
/// 双间单价
|
|
/// 双间单价
|
|
/// </summary>
|
|
/// </summary>
|
|
- [SugarColumn(IsNullable = true, ColumnDataType = "decimal(18,2)")]
|
|
|
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "decimal(10,2)")]
|
|
public decimal DoubleRoomPrice { get; set; }
|
|
public decimal DoubleRoomPrice { get; set; }
|
|
/// <summary>
|
|
/// <summary>
|
|
/// 套房数量
|
|
/// 套房数量
|
|
@@ -133,13 +133,13 @@ namespace OASystem.Domain.Entities.Groups
|
|
/// <summary>
|
|
/// <summary>
|
|
/// 其他房型单价
|
|
/// 其他房型单价
|
|
/// </summary>
|
|
/// </summary>
|
|
- [SugarColumn(IsNullable = true, ColumnDataType = "decimal(18,2)")]
|
|
|
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "decimal(10,2)")]
|
|
public decimal OtherRoomPrice { get; set; }
|
|
public decimal OtherRoomPrice { get; set; }
|
|
/// <summary>
|
|
/// <summary>
|
|
/// 佣金
|
|
/// 佣金
|
|
/// 弃用 弃用时间 2023-12-28 17:30
|
|
/// 弃用 弃用时间 2023-12-28 17:30
|
|
/// </summary>
|
|
/// </summary>
|
|
- [SugarColumn(IsNullable = true, ColumnDataType = "decimal(18,2)")]
|
|
|
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "decimal(10,2)")]
|
|
public decimal Commission { get; set; }
|
|
public decimal Commission { get; set; }
|
|
/// <summary>
|
|
/// <summary>
|
|
/// 佣金币种(设置数据外键编号)
|
|
/// 佣金币种(设置数据外键编号)
|