| | |
| | | package com.java110.dto.parkingAreaAttr; |
| | | |
| | | import com.java110.dto.PageDto; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | |
| | |
| | | public class ParkingAreaAttrDto extends PageDto implements Serializable { |
| | | |
| | | private String attrId; |
| | | private String paId; |
| | | private String specCd; |
| | | private String communityId; |
| | | private String value; |
| | | private String paId; |
| | | private String specCd; |
| | | private String communityId; |
| | | private String value; |
| | | private String specName; |
| | | private String valueName; |
| | | private String listShow; |
| | | private String specType; |
| | | |
| | | |
| | | private Date createTime; |
| | |
| | | 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 void setStatusCd(String statusCd) { |
| | | this.statusCd = statusCd; |
| | | } |
| | | |
| | | public String getSpecName() { |
| | | return specName; |
| | | } |
| | | |
| | | public void setSpecName(String specName) { |
| | | this.specName = specName; |
| | | } |
| | | |
| | | public String getValueName() { |
| | | return valueName; |
| | | } |
| | | |
| | | public void setValueName(String valueName) { |
| | | this.valueName = valueName; |
| | | } |
| | | |
| | | public String getListShow() { |
| | | return listShow; |
| | | } |
| | | |
| | | public void setListShow(String listShow) { |
| | | this.listShow = listShow; |
| | | } |
| | | |
| | | public String getSpecType() { |
| | | return specType; |
| | | } |
| | | |
| | | public void setSpecType(String specType) { |
| | | this.specType = specType; |
| | | } |
| | | } |