|
|
|
@@ -112,6 +112,14 @@ public class WxCouponSend extends TenantEntity { |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="0:有效 1:无效,全部时不传",name="status") |
|
|
|
private Integer status; |
|
|
|
|
|
|
|
@JsonIgnore |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="操作人ID",name="operatorId") |
|
|
|
private Long operatorId; |
|
|
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value="操作人",name="operator") |
|
|
|
@TableField(exist = false) |
|
|
|
private String operator; |
|
|
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value="创建时间",name="createDate") |
|
|
|
private Date createDate; |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="更新时间",name="updateDate") |
|
|
|
|