Browse Source

[新增]记录券操作人信息

release_toaliyun_real
bruce 6 years ago
parent
commit
ba83c40baf
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/domain/po/WxCouponSend.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/domain/po/WxCouponSend.java View File

@@ -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;


Loading…
Cancel
Save