mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-10-02 02:06:38 +08:00
!183 modify default value
Merge pull request !183 from Admin/sit-Carl-V3
This commit is contained in:
commit
f82cb156d1
@ -13,14 +13,14 @@ public class CouponConfigFindAllEntity {
|
||||
/**
|
||||
* 渠道
|
||||
*/
|
||||
@ApiModelProperty(example = "2")
|
||||
private int channelId;
|
||||
@ApiModelProperty(example = "15")
|
||||
private int channelId = 15;
|
||||
|
||||
/**
|
||||
* 渠道秘钥
|
||||
*/
|
||||
@ApiModelProperty(example = "H5@2021")
|
||||
private String channelSecurity;
|
||||
private String channelSecurity = "H5@2021";
|
||||
|
||||
/**
|
||||
* 会员标签Id
|
||||
|
Loading…
Reference in New Issue
Block a user