old mode 100644
new mode 100755
| | |
| | | package com.java110.vo.api.community; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | import com.java110.dto.community.CommunityAttrDto; |
| | | |
| | | public class ApiCommunityDataVo implements Serializable { |
| | | import java.io.Serializable; |
| | | import java.util.List; |
| | | |
| | | public class ApiCommunityDataVo implements Serializable { |
| | | |
| | | private String communityMemberId; |
| | | private String communityId; |
| | |
| | | private String mapX; |
| | | private String mapY; |
| | | private String state; |
| | | private String auditStatusCd; |
| | | private String stateName; |
| | | private String memberId; |
| | | private String storeName; |
| | | private String storeTypeCd; |
| | | private String storeTypeName; |
| | | private String tel; |
| | | |
| | | private List<CommunityAttrDto> communityAttrDtos; |
| | | |
| | | public String getCommunityId() { |
| | | return communityId; |
| | |
| | | public void setCityName(String cityName) { |
| | | this.cityName = cityName; |
| | | } |
| | | |
| | | public String getAuditStatusCd() { |
| | | return auditStatusCd; |
| | | } |
| | | |
| | | public void setAuditStatusCd(String auditStatusCd) { |
| | | this.auditStatusCd = auditStatusCd; |
| | | } |
| | | |
| | | public List<CommunityAttrDto> getCommunityAttrDtos() { |
| | | return communityAttrDtos; |
| | | } |
| | | |
| | | public void setCommunityAttrDtos(List<CommunityAttrDto> communityAttrDtos) { |
| | | this.communityAttrDtos = communityAttrDtos; |
| | | } |
| | | } |