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
321b7962
Commit
321b7962
authored
Aug 17, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
fd9cd272
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
176 additions
and
53 deletions
+176
-53
Config.cs
Mall.Common/Config.cs
+3
-4
RB_GroupBuy_Distributioncommission_Extend.cs
...tend/Product/RB_GroupBuy_Distributioncommission_Extend.cs
+10
-0
GroupBuyActivityModule.cs
Mall.Module.Product/GroupBuyActivityModule.cs
+163
-49
No files found.
Mall.Common/Config.cs
View file @
321b7962
...
@@ -37,10 +37,9 @@ namespace Mall.Common
...
@@ -37,10 +37,9 @@ namespace Mall.Common
public
readonly
static
IConfiguration
Configuration
;
public
readonly
static
IConfiguration
Configuration
;
static
Config
()
static
Config
()
{
{
Configuration
=
new
ConfigurationBuilder
()
Configuration
=
new
ConfigurationBuilder
()
.
SetBasePath
(
Directory
.
GetCurrentDirectory
())
.
Add
(
new
JsonConfigurationSource
{
Path
=
"appsettings.json"
,
ReloadOnChange
=
true
})
.
AddJsonFile
(
"appsettings.json"
,
optional
:
true
)
.
Build
();
.
Build
();
}
}
/// <summary>
/// <summary>
...
...
Mall.Model/Extend/Product/RB_GroupBuy_Distributioncommission_Extend.cs
View file @
321b7962
...
@@ -17,5 +17,15 @@ namespace Mall.Model.Extend.Product
...
@@ -17,5 +17,15 @@ namespace Mall.Model.Extend.Product
/// 商品编号
/// 商品编号
/// </summary>
/// </summary>
public
string
GoodIds
{
get
;
set
;
}
public
string
GoodIds
{
get
;
set
;
}
/// <summary>
/// 等级列表
/// </summary>
public
List
<
RB_GroupBuy_Distributioncommission_Extend
>
GradeCommissionList
{
get
;
set
;
}
/// <summary>
/// 规格值列表
/// </summary>
public
object
AttrList
{
get
;
set
;
}
}
}
}
}
Mall.Module.Product/GroupBuyActivityModule.cs
View file @
321b7962
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