|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import com.fasterxml.jackson.annotation.JsonInclude; | 
|---|
|  |  |  | import com.moral.api.pojo.dto.organization.OrganizationDTO; | 
|---|
|  |  |  | import com.moral.api.pojo.vo.user.UserVO; | 
|---|
|  |  |  | import com.moral.constant.ResponseCodeEnum; | 
|---|
|  |  |  | import lombok.Data; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | * @Version TODO | 
|---|
|  |  |  | **/ | 
|---|
|  |  |  | @Data | 
|---|
|  |  |  | @JsonInclude(JsonInclude.Include.NON_EMPTY) | 
|---|
|  |  |  | //@JsonInclude(JsonInclude.Include.NON_EMPTY) | 
|---|
|  |  |  | public class OrganizationVO { | 
|---|
|  |  |  |  | 
|---|
|  |  |  | private Integer id; | 
|---|
|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | private Integer areaCode; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | private Long townCode; | 
|---|
|  |  |  | private String ProvinceCityAreaName; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | private Long villageCode; | 
|---|
|  |  |  | private Integer locationLevelCode; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | private String locationLevel; | 
|---|
|  |  |  | private String locationLevelName; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | private String address; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | private String wechat; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | private String adminUserAccount; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | private String expireTime; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | private String createTime; | 
|---|
|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | private String isDelete; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | private UserVO adminUser; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | } | 
|---|