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
0dfa1f22
Commit
0dfa1f22
authored
Jun 13, 2020
by
macro
Browse files
Update SmsCouponParam.java
parent
3adc0e17
Changes
1
Hide whitespace changes
Inline
Side-by-side
mall-admin/src/main/java/com/macro/mall/dto/SmsCouponParam.java
View file @
0dfa1f22
...
...
@@ -4,6 +4,8 @@ import com.macro.mall.model.SmsCoupon;
import
com.macro.mall.model.SmsCouponProductCategoryRelation
;
import
com.macro.mall.model.SmsCouponProductRelation
;
import
io.swagger.annotations.ApiModelProperty
;
import
lombok.Getter
;
import
lombok.Setter
;
import
java.util.List
;
...
...
@@ -12,24 +14,12 @@ import java.util.List;
* Created by macro on 2018/8/28.
*/
public
class
SmsCouponParam
extends
SmsCoupon
{
@Getter
@Setter
@ApiModelProperty
(
"优惠券绑定的商品"
)
private
List
<
SmsCouponProductRelation
>
productRelationList
;
@Getter
@Setter
@ApiModelProperty
(
"优惠券绑定的商品分类"
)
private
List
<
SmsCouponProductCategoryRelation
>
productCategoryRelationList
;
public
List
<
SmsCouponProductRelation
>
getProductRelationList
()
{
return
productRelationList
;
}
public
void
setProductRelationList
(
List
<
SmsCouponProductRelation
>
productRelationList
)
{
this
.
productRelationList
=
productRelationList
;
}
public
List
<
SmsCouponProductCategoryRelation
>
getProductCategoryRelationList
()
{
return
productCategoryRelationList
;
}
public
void
setProductCategoryRelationList
(
List
<
SmsCouponProductCategoryRelation
>
productCategoryRelationList
)
{
this
.
productCategoryRelationList
=
productCategoryRelationList
;
}
}
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