Commit 846a5481 authored by liudong1993's avatar liudong1993

1

parent 26414763
......@@ -8,9 +8,9 @@ namespace REBORN.Common.Enum.Dmc
public enum PriceTeamTypeEnum
{
/// <summary>
/// 散拼
/// 定制团
/// </summary>
[EnumField("散拼")]
[EnumField("定制团")]
SanPing = 1,
/// <summary>
......
......@@ -978,6 +978,11 @@ namespace REBORN.Model.Extend.Finance
/// </summary>
public string PriceTeamTypeName { get; set; }
/// <summary>
/// 团队类型
/// </summary>
public int PriceTeamType { get; set; }
/// <summary>
/// 报价单连接
/// </summary>
......
......@@ -5952,6 +5952,7 @@ namespace REBORN.Module.FinanceModule
PriceTeamTypeName = travelModel.PriceTeamType.GetEnumName(),
PriceOfferUrl = PriceOfferUrl,
TeamType = travelModel.TeamType.ToInt(),
PriceTeamType = travelModel.PriceTeamType.ToInt(),
ConfigID = travelModel.ConfigID,
//Config_OfferId = travelModel.Config_OfferId,
//HK 2023-07-27修改为团上的报价单编号
......
......@@ -1903,6 +1903,7 @@ namespace REBORN.Services.FinanceService
y.GuestSurveyNum,
y.GuestTotalNum,
y.TeamType,
y.PriceTeamType,
y.TeamTypeNameStr,
y.ConfigID,
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