|
|
|
@@ -54,10 +54,10 @@ public class WxCarPayRecord extends TenantEntity { |
|
|
|
|
|
|
|
@TableField(exist = false) |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="开始日期",name="startDate") |
|
|
|
private String startDate; |
|
|
|
private Date startDate; |
|
|
|
@TableField(exist = false) |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="结束日期",name="endDate") |
|
|
|
private String endDate; |
|
|
|
private Date endDate; |
|
|
|
@TableField(exist = false) |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="是否缴费",name="isPay") |
|
|
|
private Integer isPay; |
|
|
|
|