| | |
| | | package com.java110.dto.meterType; |
| | | |
| | | import com.java110.dto.PageDto; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | |
| | |
| | | public class MeterTypeDto extends PageDto implements Serializable { |
| | | |
| | | private String typeName; |
| | | private String typeId; |
| | | private String remark; |
| | | private String communityId; |
| | | private String typeId; |
| | | private String remark; |
| | | private String communityId; |
| | | |
| | | |
| | | private Date createTime; |
| | |
| | | public String getTypeName() { |
| | | return typeName; |
| | | } |
| | | public void setTypeName(String typeName) { |
| | | |
| | | public void setTypeName(String typeName) { |
| | | this.typeName = typeName; |
| | | } |
| | | public String getTypeId() { |
| | | |
| | | public String getTypeId() { |
| | | return typeId; |
| | | } |
| | | public void setTypeId(String typeId) { |
| | | |
| | | public void setTypeId(String typeId) { |
| | | this.typeId = typeId; |
| | | } |
| | | public String getRemark() { |
| | | |
| | | public String getRemark() { |
| | | return remark; |
| | | } |
| | | public void setRemark(String remark) { |
| | | |
| | | public void setRemark(String remark) { |
| | | this.remark = remark; |
| | | } |
| | | public String getCommunityId() { |
| | | |
| | | public String getCommunityId() { |
| | | return communityId; |
| | | } |
| | | public void setCommunityId(String communityId) { |
| | | |
| | | public void setCommunityId(String communityId) { |
| | | this.communityId = communityId; |
| | | } |
| | | |