Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
Bailun.PmsAPI
Overview
Overview
Details
Activity
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
pds
Bailun.PmsAPI
Commits
10c0814e
Commit
10c0814e
authored
Dec 28, 2020
by
weitianhua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
批量保存sku信息新增材质 用途
parent
e8794eea
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
ProductServices.cs
API.Services/ProductManageServices/ProductServices.cs
+1
-0
AllProductInfo.cs
PetaPoco/Custom/ProductData/AllProductInfo.cs
+9
-0
No files found.
API.Services/ProductManageServices/ProductServices.cs
View file @
10c0814e
...
...
@@ -431,6 +431,7 @@ namespace API.Services.ProductManageServices
ApiResult
result
=
new
ApiResult
();
List
<
object
>
paralist
=
new
List
<
object
>();
List
<
yt_product_log
>
logList
=
new
List
<
yt_product_log
>();
try
{
var
skuIds
=
""
;
...
...
PetaPoco/Custom/ProductData/AllProductInfo.cs
View file @
10c0814e
...
...
@@ -273,6 +273,15 @@ namespace PetaPoco.Custom.ProductData
///</summary>
public
string
s_packaging_requirements
{
get
;
set
;
}
/// <summary>
/// 材质
/// </summary>
public
string
s_skumaterialquality
{
get
;
set
;
}
/// <summary>
/// 用途
/// </summary>
public
string
s_skupurpose
{
get
;
set
;
}
///<summary>
///开发主键
///</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