mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-10-02 10:16:38 +08:00
modify CouponConfigFindAllEntity
This commit is contained in:
parent
a41ecf84c3
commit
94524aea9d
@ -13,14 +13,14 @@ public class CouponConfigFindAllEntity {
|
|||||||
/**
|
/**
|
||||||
* 渠道
|
* 渠道
|
||||||
*/
|
*/
|
||||||
@ApiModelProperty(example = "2")
|
@ApiModelProperty(example = "15")
|
||||||
private int channelId;
|
private int channelId = 15;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 渠道秘钥
|
* 渠道秘钥
|
||||||
*/
|
*/
|
||||||
@ApiModelProperty(example = "H5@2021")
|
@ApiModelProperty(example = "H5@2021")
|
||||||
private String channelSecurity;
|
private String channelSecurity = "H5@2021";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 会员标签Id
|
* 会员标签Id
|
||||||
|
Loading…
Reference in New Issue
Block a user