forked from rongchao/epmet-cloud-rizhao
6 changed files with 82 additions and 4 deletions
@ -0,0 +1,23 @@ |
|||||
|
package com.epmet.dto.form; |
||||
|
|
||||
|
import com.epmet.commons.tools.dto.form.PageFormDTO; |
||||
|
import lombok.Data; |
||||
|
|
||||
|
/** |
||||
|
* @Description |
||||
|
* @Author yzm |
||||
|
* @Date 2022/10/25 15:44 |
||||
|
*/ |
||||
|
@Data |
||||
|
public class NeighborHoodOptionFormDTO extends PageFormDTO { |
||||
|
private String agencyId; |
||||
|
private String gridId; |
||||
|
private String neighborHoodName; |
||||
|
|
||||
|
/** |
||||
|
* 当前登录用户:: |
||||
|
*/ |
||||
|
private String staffId; |
||||
|
private String customerId; |
||||
|
} |
||||
|
|
Loading…
Reference in new issue