|
|
|
@@ -118,7 +118,7 @@ public class WxCouponSend extends TenantEntity { |
|
|
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value="操作人",name="operator") |
|
|
|
@TableField(exist = false) |
|
|
|
private Integer operator; |
|
|
|
private String operator; |
|
|
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value="创建时间",name="createDate") |
|
|
|
private Date createDate; |
|
|
|
|