Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
huatu_API
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liudong1993
huatu_API
Commits
846a5481
Commit
846a5481
authored
Aug 22, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
26414763
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
2 deletions
+9
-2
PriceTeamTypeEnum.cs
REBORN.Common/Enum/Dmc/PriceTeamTypeEnum.cs
+2
-2
RB_Finance_Extend.cs
REBORN.Model/Extend/Finance/RB_Finance_Extend.cs
+5
-0
FinancialModule.cs
REBORN.Module.FinanceModule/FinancialModule.cs
+1
-0
FinancialService.cs
REBORN.Services.FinanceService/FinancialService.cs
+1
-0
No files found.
REBORN.Common/Enum/Dmc/PriceTeamTypeEnum.cs
View file @
846a5481
...
@@ -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>
...
...
REBORN.Model/Extend/Finance/RB_Finance_Extend.cs
View file @
846a5481
...
@@ -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>
...
...
REBORN.Module.FinanceModule/FinancialModule.cs
View file @
846a5481
...
@@ -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修改为团上的报价单编号
...
...
REBORN.Services.FinanceService/FinancialService.cs
View file @
846a5481
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment