Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mall.oytour.com
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
黄奎
mall.oytour.com
Commits
75d5bc33
Commit
75d5bc33
authored
Dec 11, 2024
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
9d69ede3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
RB_EnterpriseServices.cs
Mall.Model/Entity/TradePavilion/RB_EnterpriseServices.cs
+2
-2
YBTradeController.cs
Mall.WebApi/Controllers/TradePavilion/YBTradeController.cs
+4
-4
No files found.
Mall.Model/Entity/TradePavilion/RB_EnterpriseServices.cs
View file @
75d5bc33
...
...
@@ -74,12 +74,12 @@ namespace Mall.Model.Entity.TradePavilion
/// <summary>
/// 意向楼层
/// </summary>
public
int
IntentionalFloor
{
get
;
set
;
}
public
string
IntentionalFloor
{
get
;
set
;
}
/// <summary>
/// 电梯数
/// </summary>
public
int
ElevatorNum
{
get
;
set
;
}
public
string
ElevatorNum
{
get
;
set
;
}
/// <summary>
/// 物业费(元/㎡)
...
...
Mall.WebApi/Controllers/TradePavilion/YBTradeController.cs
View file @
75d5bc33
...
...
@@ -539,8 +539,8 @@ namespace Mall.WebApi.Controllers.TradePavilion
Renovation
=
parms
.
GetStringValue
(
"Renovation"
),
Payment
=
parms
.
GetStringValue
(
"Payment"
),
HandoverDate
=
parms
.
GetStringValue
(
"HandoverDate"
),
IntentionalFloor
=
parms
.
Get
Int
(
"IntentionalFloor"
),
ElevatorNum
=
parms
.
Get
Int
(
"ElevatorNum"
),
IntentionalFloor
=
parms
.
Get
StringValue
(
"IntentionalFloor"
),
ElevatorNum
=
parms
.
Get
StringValue
(
"ElevatorNum"
),
PropertyFee
=
parms
.
GetDecimal
(
"PropertyFee"
),
RentFee
=
parms
.
GetDecimal
(
"RentFee"
),
ContactName
=
parms
.
GetStringValue
(
"ContactName"
),
...
...
@@ -616,8 +616,8 @@ namespace Mall.WebApi.Controllers.TradePavilion
Renovation
=
extModel
?.
Renovation
??
""
,
Payment
=
extModel
?.
Payment
??
""
,
HandoverDate
=
extModel
?.
HandoverDate
??
""
,
IntentionalFloor
=
extModel
?.
IntentionalFloor
??
0
,
ElevatorNum
=
extModel
?.
ElevatorNum
??
0
,
IntentionalFloor
=
extModel
?.
IntentionalFloor
??
""
,
ElevatorNum
=
extModel
?.
ElevatorNum
??
""
,
PropertyFee
=
extModel
?.
PropertyFee
??
0
,
RentFee
=
extModel
?.
RentFee
??
0
,
ContactName
=
extModel
?.
ContactName
??
""
,
...
...
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