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
c3287f24
Commit
c3287f24
authored
Aug 13, 2020
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
订单微店字段
parent
4fe32389
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
1 deletion
+17
-1
RequestParm.cs
Mall.Common/API/RequestParm.cs
+4
-1
RB_Goods_Order.cs
Mall.Model/Entity/Product/RB_Goods_Order.cs
+5
-0
RB_Goods_OrderDetail.cs
Mall.Model/Entity/Product/RB_Goods_OrderDetail.cs
+4
-0
RB_Goods_Extend.cs
Mall.Model/Extend/Product/RB_Goods_Extend.cs
+4
-0
No files found.
Mall.Common/API/RequestParm.cs
View file @
c3287f24
...
...
@@ -95,7 +95,10 @@ namespace Mall.Common.API
/// erp集团id
/// </summary>
public
int
ERPGroupId
{
get
;
set
;
}
/// <summary>
/// 微店id
/// </summary>
public
int
SmallShopsId
{
get
;
set
;
}
/// <summary>
/// token信息
/// </summary>
...
...
Mall.Model/Entity/Product/RB_Goods_Order.cs
View file @
c3287f24
...
...
@@ -303,5 +303,10 @@ namespace Mall.Model.Entity.Product
/// 主播名称(多个以逗号分隔)
/// </summary>
public
string
AnchorName
{
get
;
set
;
}
/// <summary>
/// 微店id
/// </summary>
public
int
?
SmallShopsId
{
get
;
set
;
}
}
}
Mall.Model/Entity/Product/RB_Goods_OrderDetail.cs
View file @
c3287f24
...
...
@@ -234,5 +234,9 @@ namespace Mall.Model.Entity.Product
/// 分类包邮规则备注
/// </summary>
public
string
FreeShippingRemarks
{
get
;
set
;
}
/// <summary>
/// 微店成本价格
/// </summary>
public
decimal
?
SmallShopsCostPrice
{
get
;
set
;
}
}
}
Mall.Model/Extend/Product/RB_Goods_Extend.cs
View file @
c3287f24
...
...
@@ -15,6 +15,10 @@ namespace Mall.Model.Extend.Product
[
DB
(
ConnectionName
=
"DefaultConnection"
)]
public
class
RB_Goods_Extend
:
RB_Goods
{
/// <summary>
/// 微店id
/// </summary>
public
int
?
SmallShopsId
{
get
;
set
;
}
/// <summary>
/// 推荐商品类型 1商品详情页 2订单完成后 3评论后
/// </summary>
...
...
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