| | |
| | | public class ParkingAreaAttrPo implements Serializable { |
| | | |
| | | private String attrId; |
| | | private String paId; |
| | | private String specCd; |
| | | private String communityId; |
| | | private String value; |
| | | public String getAttrId() { |
| | | private String paId; |
| | | private String specCd; |
| | | private String communityId; |
| | | private String value; |
| | | private Date createTime; |
| | | |
| | | private String statusCd = "0"; |
| | | |
| | | public String getAttrId() { |
| | | return attrId; |
| | | } |
| | | public void setAttrId(String attrId) { |
| | | |
| | | public void setAttrId(String attrId) { |
| | | this.attrId = attrId; |
| | | } |
| | | public String getPaId() { |
| | | |
| | | public String getPaId() { |
| | | return paId; |
| | | } |
| | | public void setPaId(String paId) { |
| | | |
| | | public void setPaId(String paId) { |
| | | this.paId = paId; |
| | | } |
| | | public String getSpecCd() { |
| | | |
| | | public String getSpecCd() { |
| | | return specCd; |
| | | } |
| | | public void setSpecCd(String specCd) { |
| | | |
| | | public void setSpecCd(String specCd) { |
| | | this.specCd = specCd; |
| | | } |
| | | public String getCommunityId() { |
| | | |
| | | public String getCommunityId() { |
| | | return communityId; |
| | | } |
| | | public void setCommunityId(String communityId) { |
| | | |
| | | public void setCommunityId(String communityId) { |
| | | this.communityId = communityId; |
| | | } |
| | | public String getValue() { |
| | | |
| | | public String getValue() { |
| | | return value; |
| | | } |
| | | public void setValue(String value) { |
| | | |
| | | public void setValue(String value) { |
| | | this.value = value; |
| | | } |
| | | |
| | | public Date getCreateTime() { |
| | | return createTime; |
| | | } |
| | | |
| | | public void setCreateTime(Date createTime) { |
| | | this.createTime = createTime; |
| | | } |
| | | |
| | | public String getStatusCd() { |
| | | return statusCd; |
| | | } |
| | | |
| | | public void setStatusCd(String statusCd) { |
| | | this.statusCd = statusCd; |
| | | } |
| | | } |