Browse Source

[商户][修改][为表字段添加修饰符]

release_toaliyun_real
gongbiao 6 years ago
parent
commit
54cb221d80
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      mallinkService/src/main/java/com/iformall/domain/po/WxMerchant.java

+ 2
- 2
mallinkService/src/main/java/com/iformall/domain/po/WxMerchant.java View File

@@ -126,10 +126,10 @@ public class WxMerchant extends BaseEntity {
private String talkUserAux;

@io.swagger.annotations.ApiModelProperty(value = "开始时间", name = "startTime")
private Date starttime;
private transient Date starttime;

@io.swagger.annotations.ApiModelProperty(value = "结束时间", name = "endTime")
private Date endtime;
private transient Date endtime;

public String getShopsStr() {
if (shopVos != null && shopVos.size() > 0) {


Loading…
Cancel
Save