|
|
|
@@ -30,6 +30,8 @@ public class PushLimit implements Serializable { |
|
|
|
private Integer couponAmount; |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="每人几天内,不会收到同一个券",name="couponDay") |
|
|
|
private Integer couponDay; |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="是否启用,0:Enable,1:Disable",name="timeEnable") |
|
|
|
private Integer timeEnable; |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="发券,发短信开始时间",name="timeStart") |
|
|
|
private String timeStart; |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="发券,发短信结束时间",name="timeEnd") |
|
|
|
@@ -48,10 +50,12 @@ public class PushLimit implements Serializable { |
|
|
|
,MsgAmount_ASC("`msg_amount` ASC"),MsgAmount_DESC("`msg_amount` DESC") |
|
|
|
,CouponAmount_ASC("`coupon_amount` ASC"),CouponAmount_DESC("`coupon_amount` DESC") |
|
|
|
,CouponDay_ASC("`coupon_day` ASC"),CouponDay_DESC("`coupon_day` DESC") |
|
|
|
,TimeEnable_ASC("`time_enable` ASC"),TimeEnable_DESC("`time_enable` DESC") |
|
|
|
,TimeStart_ASC("`time_start` ASC"),TimeStart_DESC("`time_start` DESC") |
|
|
|
,TimeEnd_ASC("`time_end` ASC"),TimeEnd_DESC("`time_end` DESC") |
|
|
|
,CreateTime_ASC("`create_time` ASC"),CreateTime_DESC("`create_time` DESC") |
|
|
|
,UpdateTime_ASC("`update_time` ASC"),UpdateTime_DESC("`update_time` DESC") |
|
|
|
,Enable_ASC("`enable` ASC"),Enable_DESC("`enable` DESC") |
|
|
|
; |
|
|
|
private String value; |
|
|
|
Field(String value){ |
|
|
|
|