|
|
@@ -53,6 +53,9 @@ public class WxBillAction implements Serializable { |
|
|
@io.swagger.annotations.ApiModelProperty(value = "更新时间", name = "updatetime") |
|
|
@io.swagger.annotations.ApiModelProperty(value = "更新时间", name = "updatetime") |
|
|
private Date updatetime; |
|
|
private Date updatetime; |
|
|
|
|
|
|
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "付款时间", name = "payDate") |
|
|
|
|
|
private Date payDate; |
|
|
|
|
|
|
|
|
@Transient |
|
|
@Transient |
|
|
private Long oldPrice; |
|
|
private Long oldPrice; |
|
|
|
|
|
|
|
|
|