Commit 846a5481 authored by liudong1993's avatar liudong1993

1

parent 26414763
...@@ -8,9 +8,9 @@ namespace REBORN.Common.Enum.Dmc ...@@ -8,9 +8,9 @@ namespace REBORN.Common.Enum.Dmc
public enum PriceTeamTypeEnum public enum PriceTeamTypeEnum
{ {
/// <summary> /// <summary>
/// 散拼 /// 定制团
/// </summary> /// </summary>
[EnumField("散拼")] [EnumField("定制团")]
SanPing = 1, SanPing = 1,
/// <summary> /// <summary>
......
...@@ -978,6 +978,11 @@ namespace REBORN.Model.Extend.Finance ...@@ -978,6 +978,11 @@ namespace REBORN.Model.Extend.Finance
/// </summary> /// </summary>
public string PriceTeamTypeName { get; set; } public string PriceTeamTypeName { get; set; }
/// <summary>
/// 团队类型
/// </summary>
public int PriceTeamType { get; set; }
/// <summary> /// <summary>
/// 报价单连接 /// 报价单连接
/// </summary> /// </summary>
......
...@@ -5952,6 +5952,7 @@ namespace REBORN.Module.FinanceModule ...@@ -5952,6 +5952,7 @@ namespace REBORN.Module.FinanceModule
PriceTeamTypeName = travelModel.PriceTeamType.GetEnumName(), PriceTeamTypeName = travelModel.PriceTeamType.GetEnumName(),
PriceOfferUrl = PriceOfferUrl, PriceOfferUrl = PriceOfferUrl,
TeamType = travelModel.TeamType.ToInt(), TeamType = travelModel.TeamType.ToInt(),
PriceTeamType = travelModel.PriceTeamType.ToInt(),
ConfigID = travelModel.ConfigID, ConfigID = travelModel.ConfigID,
//Config_OfferId = travelModel.Config_OfferId, //Config_OfferId = travelModel.Config_OfferId,
//HK 2023-07-27修改为团上的报价单编号 //HK 2023-07-27修改为团上的报价单编号
......
...@@ -1903,6 +1903,7 @@ namespace REBORN.Services.FinanceService ...@@ -1903,6 +1903,7 @@ namespace REBORN.Services.FinanceService
y.GuestSurveyNum, y.GuestSurveyNum,
y.GuestTotalNum, y.GuestTotalNum,
y.TeamType, y.TeamType,
y.PriceTeamType,
y.TeamTypeNameStr, y.TeamTypeNameStr,
y.ConfigID, y.ConfigID,
y.Config_OfferId, y.Config_OfferId,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment