Commit 4a840920 authored by 刘林's avatar 刘林

Merge remote-tracking branch 'origin/develop_tzs_register_to_0715' into…

Merge remote-tracking branch 'origin/develop_tzs_register_to_0715' into develop_tzs_register_to_0715
parents f00bc308 e5aa300c
......@@ -18,6 +18,11 @@ public class DPFilterParamForDetailDto {
private String cityCode;
/**
* 业务类型
*/
private String businessType;
/**
* 时间筛选
*/
private DPFilterParamForDateDto timeSearchOne;
......@@ -25,16 +30,32 @@ public class DPFilterParamForDetailDto {
/**
* 当前页
*/
private int current;
private int current = 1;
/**
* 每页大小
*/
private int size;
private int size = 20;
/**
* 设备类别
*/
private String equListCode;
/**
* 设备类别
*/
private String equCategoryCode;
/**
* 监管单位名称(接收单位/管辖机构)
*/
private String superviseUnitName;
/**
* 企业单位名称(发起单位/使用单位)
*/
private String companyName;
}
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