Commit 0d43eb54 authored by Administrator's avatar Administrator

-

parent 66dc3c32
...@@ -34,7 +34,7 @@ public class BasePage { ...@@ -34,7 +34,7 @@ public class BasePage {
*/ */
private Integer pageMaxSize; private Integer pageMaxSize;
private String field; private String field = "bidSumAmount";
private String order; private String order;
......
...@@ -17,6 +17,16 @@ public class SpecialPurposeBondsDto { ...@@ -17,6 +17,16 @@ public class SpecialPurposeBondsDto {
*/ */
private Integer provinceId; private Integer provinceId;
/**
* 市Id
*/
private Integer cityId;
/**
* 区Id
*/
private Integer areaId;
/** /**
* 项目类型 * 项目类型
*/ */
......
...@@ -16,6 +16,15 @@ public class SpecialPurposeBondsPageDto extends BasePage { ...@@ -16,6 +16,15 @@ public class SpecialPurposeBondsPageDto extends BasePage {
* 省Id * 省Id
*/ */
private Integer provinceId; private Integer provinceId;
/**
* 市Id
*/
private Integer cityId;
/**
* 区Id
*/
private Integer areaId;
/** /**
* 排序字段 默认-投资金额 * 排序字段 默认-投资金额
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment