11 changed files with 123 additions and 15 deletions
@ -0,0 +1,28 @@ |
|||
package com.epmet.dto.form; |
|||
|
|||
import lombok.Data; |
|||
|
|||
import java.io.Serializable; |
|||
import java.util.List; |
|||
|
|||
/** |
|||
* @Author zxc |
|||
* @DateTime 2022/11/16 13:26 |
|||
*/ |
|||
@Data |
|||
public class RHZKStatisticsFormDTO implements Serializable { |
|||
private static final long serialVersionUID = -4474168123286467820L; |
|||
|
|||
private String orgId; |
|||
|
|||
private List<String> orgIds; |
|||
|
|||
/** |
|||
* grid:网格;village:小区; |
|||
*/ |
|||
private String orgType; |
|||
|
|||
private String staffId; |
|||
private String customerId; |
|||
|
|||
} |
Loading…
Reference in new issue