6 changed files with 76 additions and 19 deletions
@ -0,0 +1,20 @@ |
|||
package com.epmet.dto.result; |
|||
|
|||
import lombok.Data; |
|||
|
|||
import java.io.Serializable; |
|||
|
|||
/** |
|||
* @Author zxc |
|||
* @DateTime 2022/3/21 15:11 |
|||
* @DESC |
|||
*/ |
|||
@Data |
|||
public class CommunityListResultDTO implements Serializable { |
|||
|
|||
private static final long serialVersionUID = 4336149113821131764L; |
|||
|
|||
private String orgId; |
|||
|
|||
private String orgName; |
|||
} |
Loading…
Reference in new issue