Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
JDCLOUD
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
gavelinfo
JDCLOUD
Commits
59ef8fcb
Commit
59ef8fcb
authored
May 09, 2022
by
zhoumaotao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码调整
parent
35a144eb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
JDProduct.java
.../src/main/java/com/gavel/jingsu/dpgl/model/JDProduct.java
+3
-4
No files found.
gavel/src/main/java/com/gavel/jingsu/dpgl/model/JDProduct.java
View file @
59ef8fcb
...
@@ -2,7 +2,6 @@ package com.gavel.jingsu.dpgl.model;
...
@@ -2,7 +2,6 @@ package com.gavel.jingsu.dpgl.model;
import
java.io.Serializable
;
import
java.io.Serializable
;
import
java.util.ArrayList
;
import
java.util.ArrayList
;
import
java.util.List
;
public
class
JDProduct
implements
Serializable
{
public
class
JDProduct
implements
Serializable
{
...
@@ -14,7 +13,7 @@ public class JDProduct implements Serializable {
...
@@ -14,7 +13,7 @@ public class JDProduct implements Serializable {
private
String
brandName
;
//品牌名称
private
String
brandName
;
//品牌名称
private
String
vendorCode
;
//供应商简码
private
String
vendorCode
;
//供应商简码
private
String
vendorName
;
//供应商名称
private
String
vendorName
;
//供应商名称
List
<
JDProductDetail
>
vcItems
=
new
ArrayList
();
//SKU列表
private
ArrayList
vcItems
=
new
ArrayList
();
//SKU列表
public
String
getWareId
()
{
public
String
getWareId
()
{
return
wareId
;
return
wareId
;
...
@@ -80,11 +79,11 @@ public class JDProduct implements Serializable {
...
@@ -80,11 +79,11 @@ public class JDProduct implements Serializable {
this
.
vendorName
=
vendorName
;
this
.
vendorName
=
vendorName
;
}
}
public
List
<
JDProductDetail
>
getVcItems
()
{
public
ArrayList
getVcItems
()
{
return
vcItems
;
return
vcItems
;
}
}
public
void
setVcItems
(
List
<
JDProductDetail
>
vcItems
)
{
public
void
setVcItems
(
ArrayList
vcItems
)
{
this
.
vcItems
=
vcItems
;
this
.
vcItems
=
vcItems
;
}
}
}
}
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