|
@@ -64,6 +64,7 @@ namespace OASystem.Domain.Entities.Groups
|
|
public string HotelTel { get; set; }
|
|
public string HotelTel { get; set; }
|
|
/// <summary>
|
|
/// <summary>
|
|
/// 酒店传真
|
|
/// 酒店传真
|
|
|
|
+ /// 弃用 弃用时间 2023-12-28 17:30
|
|
/// </summary>
|
|
/// </summary>
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "varchar(50)")]
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "varchar(50)")]
|
|
public string HotelFax { get; set; }
|
|
public string HotelFax { get; set; }
|
|
@@ -84,11 +85,13 @@ namespace OASystem.Domain.Entities.Groups
|
|
public string CheckOutDate { get; set; }
|
|
public string CheckOutDate { get; set; }
|
|
/// <summary>
|
|
/// <summary>
|
|
/// 预算金额
|
|
/// 预算金额
|
|
|
|
+ /// 弃用 弃用时间 2023-12-28 17:30
|
|
/// </summary>
|
|
/// </summary>
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "decimal(18,2)")]
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "decimal(18,2)")]
|
|
public decimal Budget { get; set; }
|
|
public decimal Budget { get; set; }
|
|
/// <summary>
|
|
/// <summary>
|
|
/// 预算币种(设置数据外键编号)
|
|
/// 预算币种(设置数据外键编号)
|
|
|
|
+ /// 弃用 弃用时间 2023-12-28 17:30
|
|
/// </summary>
|
|
/// </summary>
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
public int BudgetCurrency { get; set; }
|
|
public int BudgetCurrency { get; set; }
|
|
@@ -134,16 +137,19 @@ namespace OASystem.Domain.Entities.Groups
|
|
public decimal OtherRoomPrice { get; set; }
|
|
public decimal OtherRoomPrice { get; set; }
|
|
/// <summary>
|
|
/// <summary>
|
|
/// 佣金
|
|
/// 佣金
|
|
|
|
+ /// 弃用 弃用时间 2023-12-28 17:30
|
|
/// </summary>
|
|
/// </summary>
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "decimal(18,2)")]
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "decimal(18,2)")]
|
|
public decimal Commission { get; set; }
|
|
public decimal Commission { get; set; }
|
|
/// <summary>
|
|
/// <summary>
|
|
/// 佣金币种(设置数据外键编号)
|
|
/// 佣金币种(设置数据外键编号)
|
|
|
|
+ /// 弃用 弃用时间 2023-12-28 17:30
|
|
/// </summary>
|
|
/// </summary>
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
public int CommissionCurrency { get; set; }
|
|
public int CommissionCurrency { get; set; }
|
|
/// <summary>
|
|
/// <summary>
|
|
/// 佣金标识
|
|
/// 佣金标识
|
|
|
|
+ /// 弃用 弃用时间 2023-12-28 17:30
|
|
/// </summary>
|
|
/// </summary>
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
public int CommissionMark { get; set; }
|
|
public int CommissionMark { get; set; }
|
|
@@ -154,6 +160,7 @@ namespace OASystem.Domain.Entities.Groups
|
|
public string RoomExplanation { get; set; }
|
|
public string RoomExplanation { get; set; }
|
|
/// <summary>
|
|
/// <summary>
|
|
/// 附件地址
|
|
/// 附件地址
|
|
|
|
+ /// 弃用 弃用时间 2023-12-28 17:30
|
|
/// </summary>
|
|
/// </summary>
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "varchar(500)")]
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "varchar(500)")]
|
|
public string Attachment { get; set; }
|
|
public string Attachment { get; set; }
|
|
@@ -170,14 +177,21 @@ namespace OASystem.Domain.Entities.Groups
|
|
/// <summary>
|
|
/// <summary>
|
|
/// 确认标识 信用卡金额
|
|
/// 确认标识 信用卡金额
|
|
/// 0:未刷(红色) 1:已刷(绿色)
|
|
/// 0:未刷(红色) 1:已刷(绿色)
|
|
|
|
+ /// 弃用 弃用时间 2023-12-28 17:30
|
|
/// </summary>
|
|
/// </summary>
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
public int IsCardPrice { get; set; }
|
|
public int IsCardPrice { get; set; }
|
|
/// <summary>
|
|
/// <summary>
|
|
- /// 早饭费
|
|
|
|
|
|
+ /// 早餐费
|
|
/// </summary>
|
|
/// </summary>
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "decimal(18,2)")]
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "decimal(18,2)")]
|
|
public decimal BreakfastPrice { get; set; }
|
|
public decimal BreakfastPrice { get; set; }
|
|
|
|
+ /// <summary>
|
|
|
|
+ /// 早餐费 币种
|
|
|
|
+ /// </summary>
|
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
|
|
+ public decimal BreakfastCurrency { get; set; }
|
|
|
|
+
|
|
/// <summary>
|
|
/// <summary>
|
|
/// 由地接支付
|
|
/// 由地接支付
|
|
/// </summary>
|
|
/// </summary>
|
|
@@ -185,41 +199,49 @@ namespace OASystem.Domain.Entities.Groups
|
|
public int Isoppay { get; set; }
|
|
public int Isoppay { get; set; }
|
|
/// <summary>
|
|
/// <summary>
|
|
/// 是否有单间
|
|
/// 是否有单间
|
|
|
|
+ /// 弃用 弃用时间 2023-12-28 17:30
|
|
/// </summary>
|
|
/// </summary>
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
public int CboOne { get; set; }
|
|
public int CboOne { get; set; }
|
|
/// <summary>
|
|
/// <summary>
|
|
/// 是否有双间
|
|
/// 是否有双间
|
|
|
|
+ /// 弃用 弃用时间 2023-12-28 17:30
|
|
/// </summary>
|
|
/// </summary>
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
public int CboTwo { get; set; }
|
|
public int CboTwo { get; set; }
|
|
/// <summary>
|
|
/// <summary>
|
|
/// 是否有酒店套房
|
|
/// 是否有酒店套房
|
|
|
|
+ /// 弃用 弃用时间 2023-12-28 17:30
|
|
/// </summary>
|
|
/// </summary>
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
public int CboThree { get; set; }
|
|
public int CboThree { get; set; }
|
|
/// <summary>
|
|
/// <summary>
|
|
/// 是否有其他房型
|
|
/// 是否有其他房型
|
|
|
|
+ /// 弃用 弃用时间 2023-12-28 17:30
|
|
/// </summary>
|
|
/// </summary>
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
public int CboFour { get; set; }
|
|
public int CboFour { get; set; }
|
|
/// <summary>
|
|
/// <summary>
|
|
/// 预计单间数量
|
|
/// 预计单间数量
|
|
|
|
+ /// 弃用 弃用时间 2023-12-28 17:30
|
|
/// </summary>
|
|
/// </summary>
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
public int PredictSingleRoom { get; set; }
|
|
public int PredictSingleRoom { get; set; }
|
|
/// <summary>
|
|
/// <summary>
|
|
/// 预计双人间数量
|
|
/// 预计双人间数量
|
|
|
|
+ /// 弃用 弃用时间 2023-12-28 17:30
|
|
/// </summary>
|
|
/// </summary>
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
public int PredictDoubleRoom { get; set; }
|
|
public int PredictDoubleRoom { get; set; }
|
|
/// <summary>
|
|
/// <summary>
|
|
/// 预计套房数量
|
|
/// 预计套房数量
|
|
|
|
+ /// 弃用 弃用时间 2023-12-28 17:30
|
|
/// </summary>
|
|
/// </summary>
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
public int PredictSuiteRoom { get; set; }
|
|
public int PredictSuiteRoom { get; set; }
|
|
/// <summary>
|
|
/// <summary>
|
|
/// 预计其他间数量
|
|
/// 预计其他间数量
|
|
|
|
+ /// 弃用 弃用时间 2023-12-28 17:30
|
|
/// </summary>
|
|
/// </summary>
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
public int PredictOtherRoom { get; set; }
|
|
public int PredictOtherRoom { get; set; }
|
|
@@ -246,7 +268,7 @@ namespace OASystem.Domain.Entities.Groups
|
|
/// <summary>
|
|
/// <summary>
|
|
/// 房间入住人类型
|
|
/// 房间入住人类型
|
|
/// </summary>
|
|
/// </summary>
|
|
- [SugarColumn(IsNullable = true, ColumnDataType = "varchar(50)")]
|
|
|
|
- public string CheckType { get; set; }
|
|
|
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
|
|
+ public int CheckType { get; set; }
|
|
}
|
|
}
|
|
}
|
|
}
|