Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
mall
Commits
e63f19f8
Commit
e63f19f8
authored
Jun 02, 2020
by
macro
Browse files
Update PmsProductParam.java
parent
ccec8ba4
Changes
1
Hide whitespace changes
Inline
Side-by-side
mall-admin/src/main/java/com/macro/mall/dto/PmsProductParam.java
View file @
e63f19f8
...
@@ -2,6 +2,8 @@ package com.macro.mall.dto;
...
@@ -2,6 +2,8 @@ package com.macro.mall.dto;
import
com.macro.mall.model.*
;
import
com.macro.mall.model.*
;
import
io.swagger.annotations.ApiModelProperty
;
import
io.swagger.annotations.ApiModelProperty
;
import
lombok.Data
;
import
lombok.EqualsAndHashCode
;
import
java.util.List
;
import
java.util.List
;
...
@@ -9,6 +11,8 @@ import java.util.List;
...
@@ -9,6 +11,8 @@ import java.util.List;
* 创建和修改商品时使用的参数
* 创建和修改商品时使用的参数
* Created by macro on 2018/4/26.
* Created by macro on 2018/4/26.
*/
*/
@Data
@EqualsAndHashCode
(
callSuper
=
false
)
public
class
PmsProductParam
extends
PmsProduct
{
public
class
PmsProductParam
extends
PmsProduct
{
@ApiModelProperty
(
"商品阶梯价格设置"
)
@ApiModelProperty
(
"商品阶梯价格设置"
)
private
List
<
PmsProductLadder
>
productLadderList
;
private
List
<
PmsProductLadder
>
productLadderList
;
...
@@ -24,60 +28,4 @@ public class PmsProductParam extends PmsProduct{
...
@@ -24,60 +28,4 @@ public class PmsProductParam extends PmsProduct{
private
List
<
CmsSubjectProductRelation
>
subjectProductRelationList
;
private
List
<
CmsSubjectProductRelation
>
subjectProductRelationList
;
@ApiModelProperty
(
"优选专区和商品的关系"
)
@ApiModelProperty
(
"优选专区和商品的关系"
)
private
List
<
CmsPrefrenceAreaProductRelation
>
prefrenceAreaProductRelationList
;
private
List
<
CmsPrefrenceAreaProductRelation
>
prefrenceAreaProductRelationList
;
public
List
<
PmsProductLadder
>
getProductLadderList
()
{
return
productLadderList
;
}
public
void
setProductLadderList
(
List
<
PmsProductLadder
>
productLadderList
)
{
this
.
productLadderList
=
productLadderList
;
}
public
List
<
PmsProductFullReduction
>
getProductFullReductionList
()
{
return
productFullReductionList
;
}
public
void
setProductFullReductionList
(
List
<
PmsProductFullReduction
>
productFullReductionList
)
{
this
.
productFullReductionList
=
productFullReductionList
;
}
public
List
<
PmsMemberPrice
>
getMemberPriceList
()
{
return
memberPriceList
;
}
public
void
setMemberPriceList
(
List
<
PmsMemberPrice
>
memberPriceList
)
{
this
.
memberPriceList
=
memberPriceList
;
}
public
List
<
PmsSkuStock
>
getSkuStockList
()
{
return
skuStockList
;
}
public
void
setSkuStockList
(
List
<
PmsSkuStock
>
skuStockList
)
{
this
.
skuStockList
=
skuStockList
;
}
public
List
<
PmsProductAttributeValue
>
getProductAttributeValueList
()
{
return
productAttributeValueList
;
}
public
void
setProductAttributeValueList
(
List
<
PmsProductAttributeValue
>
productAttributeValueList
)
{
this
.
productAttributeValueList
=
productAttributeValueList
;
}
public
List
<
CmsSubjectProductRelation
>
getSubjectProductRelationList
()
{
return
subjectProductRelationList
;
}
public
void
setSubjectProductRelationList
(
List
<
CmsSubjectProductRelation
>
subjectProductRelationList
)
{
this
.
subjectProductRelationList
=
subjectProductRelationList
;
}
public
List
<
CmsPrefrenceAreaProductRelation
>
getPrefrenceAreaProductRelationList
()
{
return
prefrenceAreaProductRelationList
;
}
public
void
setPrefrenceAreaProductRelationList
(
List
<
CmsPrefrenceAreaProductRelation
>
prefrenceAreaProductRelationList
)
{
this
.
prefrenceAreaProductRelationList
=
prefrenceAreaProductRelationList
;
}
}
}
Write
Preview
Supports
Markdown
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