|
|
@ -25,10 +25,10 @@ public class LandVo { |
|
|
|
@ApiModelProperty(value = "成交开始时间(格式yyyy-MM-dd)") |
|
|
|
@ApiModelProperty(value = "成交开始时间(格式yyyy-MM-dd)") |
|
|
|
private String startDate; |
|
|
|
private String startDate; |
|
|
|
|
|
|
|
|
|
|
|
@NotBlank(message = "成交结束时间(格式yyyy-MM-dd)") |
|
|
|
@ApiModelProperty(value = "成交结束时间(格式yyyy-MM-dd)") |
|
|
|
private String endDate; |
|
|
|
private String endDate; |
|
|
|
|
|
|
|
|
|
|
|
@NotBlank(message = "交易状态") |
|
|
|
@ApiModelProperty(value = "交易状态") |
|
|
|
private String transactionStatus; |
|
|
|
private String transactionStatus; |
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "城市") |
|
|
|
@ApiModelProperty(value = "城市") |
|
|
|