|
|
|
@@ -20,6 +20,8 @@ public class WxOrderQueryVo implements Serializable { |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="结束时间",name="enddate") |
|
|
|
private Date enddate; |
|
|
|
|
|
|
|
private Integer payment; |
|
|
|
|
|
|
|
public String getTenantId() { |
|
|
|
return tenantId; |
|
|
|
} |
|
|
|
@@ -51,4 +53,12 @@ public class WxOrderQueryVo implements Serializable { |
|
|
|
public void setEnddate(Date enddate) { |
|
|
|
this.enddate = enddate; |
|
|
|
} |
|
|
|
|
|
|
|
public Integer getPayment() { |
|
|
|
return payment; |
|
|
|
} |
|
|
|
|
|
|
|
public void setPayment(Integer payment) { |
|
|
|
this.payment = payment; |
|
|
|
} |
|
|
|
} |