forked from rongchao/epmet-cloud-rizhao
6 changed files with 83 additions and 43 deletions
@ -0,0 +1,34 @@ |
|||
package com.epmet.dto.form.yt; |
|||
|
|||
import lombok.Data; |
|||
|
|||
/** |
|||
* @Description |
|||
* @Author yzm |
|||
* @Date 2023/4/19 14:13 |
|||
*/ |
|||
@Data |
|||
public class ChooseGridFormDTO { |
|||
private Integer pageNo = 1; |
|||
private Integer pageSize = 200; |
|||
/** |
|||
* 客户id |
|||
*/ |
|||
private String customerId; |
|||
|
|||
/** |
|||
* 组织id |
|||
*/ |
|||
private String agencyId; |
|||
|
|||
/** |
|||
* 网格id |
|||
*/ |
|||
private String gridId; |
|||
|
|||
/** |
|||
* 楼栋名 |
|||
*/ |
|||
private String buildingName; |
|||
} |
|||
|
Loading…
Reference in new issue