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