Browse Source

[卡券][修改][字段]

release_toaliyun_real
gongbiao 7 years ago
parent
commit
710c4cc3d6
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      mallinkService/src/main/java/com/iformall/domain/po/WxCoupon.java

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

@@ -66,7 +66,7 @@ public class WxCoupon implements Serializable {
@DateTimeFormat(pattern = "yyyy-MM-dd")
private Date enddate;

@Transient
private String xTime;

/**租户ID**/
@@ -569,4 +569,6 @@ public class WxCoupon implements Serializable {
public void setxTime(String xTime) {
this.xTime = xTime;
}


}

Loading…
Cancel
Save