forked from rongchao/epmet-cloud-rizhao
4 changed files with 60 additions and 5 deletions
@ -0,0 +1,24 @@ |
|||||
|
package com.epmet.dto.result; |
||||
|
|
||||
|
import lombok.Data; |
||||
|
import lombok.NoArgsConstructor; |
||||
|
|
||||
|
import java.io.Serializable; |
||||
|
|
||||
|
/** |
||||
|
* @Description: |
||||
|
* @Author: lichao |
||||
|
* @Date: 2023/4/7 16:43 |
||||
|
*/ |
||||
|
@Data |
||||
|
public class CommunityListByAgencyIdResultDTO implements Serializable { |
||||
|
private static final long serialVersionUID = -1677303397440121269L; |
||||
|
|
||||
|
private String name; |
||||
|
|
||||
|
private String streeName; |
||||
|
|
||||
|
private String districtName; |
||||
|
|
||||
|
private String createTime; |
||||
|
} |
Loading…
Reference in new issue