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
78988958
Commit
78988958
authored
Aug 06, 2020
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
结算全局包邮
parent
cabad9cb
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
150 additions
and
65 deletions
+150
-65
RB_FreeShipping_Extend.cs
Mall.Model/Extend/BaseSetUp/RB_FreeShipping_Extend.cs
+10
-0
OrderModule.cs
Mall.Module.Product/OrderModule.cs
+140
-65
No files found.
Mall.Model/Extend/BaseSetUp/RB_FreeShipping_Extend.cs
View file @
78988958
...
@@ -33,4 +33,14 @@ namespace Mall.Model.Extend.BaseSetUp
...
@@ -33,4 +33,14 @@ namespace Mall.Model.Extend.BaseSetUp
/// </summary>
/// </summary>
public
int
CategoryId
{
get
;
set
;
}
public
int
CategoryId
{
get
;
set
;
}
}
}
/// <summary>
/// 包邮满足的订单商品
/// </summary>
public
class
FreeShippingGoodsDetail
{
public
int
FreeShipping
{
get
;
set
;
}
public
string
Name
{
get
;
set
;
}
public
int
GoodsId
{
get
;
set
;
}
public
string
SpecificationKey
{
get
;
set
;
}
}
}
}
Mall.Module.Product/OrderModule.cs
View file @
78988958
This diff is collapsed.
Click to expand it.
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