| | |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | |
| | | /** |
| | | * 类表述: Po 数据模型实体对象 基本保持与数据库模型一直 用于 增加修改删除 等时的数据载体 |
| | | * add by 吴学文 at 2021-10-15 12:38:42 mail: 928255095@qq.com |
| | |
| | | public class MachineTypePo implements Serializable { |
| | | |
| | | private String machineTypeName; |
| | | private String typeId; |
| | | private String statusCd = "0"; |
| | | private String machineTypeCd; |
| | | private String communityId; |
| | | public String getMachineTypeName() { |
| | | private String typeId; |
| | | private String parentTypeId; |
| | | private String statusCd = "0"; |
| | | private String machineTypeCd; |
| | | private String communityId; |
| | | private String isEnable; |
| | | private String machineTypeCode; |
| | | private String unit; |
| | | private String importanceLevel; |
| | | private String seq; |
| | | private String remark; |
| | | private String warrantyDeadline; |
| | | |
| | | public String getMachineTypeName() { |
| | | return machineTypeName; |
| | | } |
| | | public void setMachineTypeName(String machineTypeName) { |
| | | |
| | | public void setMachineTypeName(String machineTypeName) { |
| | | this.machineTypeName = machineTypeName; |
| | | } |
| | | public String getTypeId() { |
| | | |
| | | public String getTypeId() { |
| | | return typeId; |
| | | } |
| | | public void setTypeId(String typeId) { |
| | | |
| | | public void setTypeId(String typeId) { |
| | | this.typeId = typeId; |
| | | } |
| | | public String getStatusCd() { |
| | | |
| | | public String getStatusCd() { |
| | | return statusCd; |
| | | } |
| | | public void setStatusCd(String statusCd) { |
| | | |
| | | public void setStatusCd(String statusCd) { |
| | | this.statusCd = statusCd; |
| | | } |
| | | public String getMachineTypeCd() { |
| | | |
| | | public String getMachineTypeCd() { |
| | | return machineTypeCd; |
| | | } |
| | | public void setMachineTypeCd(String machineTypeCd) { |
| | | |
| | | public void setMachineTypeCd(String machineTypeCd) { |
| | | this.machineTypeCd = machineTypeCd; |
| | | } |
| | | |
| | |
| | | public void setCommunityId(String communityId) { |
| | | this.communityId = communityId; |
| | | } |
| | | |
| | | public String getParentTypeId() { |
| | | return parentTypeId; |
| | | } |
| | | |
| | | public void setParentTypeId(String parentTypeId) { |
| | | this.parentTypeId = parentTypeId; |
| | | } |
| | | |
| | | public String getIsEnable() { |
| | | return isEnable; |
| | | } |
| | | |
| | | public void setIsEnable(String isEnable) { |
| | | this.isEnable = isEnable; |
| | | } |
| | | |
| | | public String getMachineTypeCode() { |
| | | return machineTypeCode; |
| | | } |
| | | |
| | | public void setMachineTypeCode(String machineTypeCode) { |
| | | this.machineTypeCode = machineTypeCode; |
| | | } |
| | | |
| | | public String getUnit() { |
| | | return unit; |
| | | } |
| | | |
| | | public void setUnit(String unit) { |
| | | this.unit = unit; |
| | | } |
| | | |
| | | public String getImportanceLevel() { |
| | | return importanceLevel; |
| | | } |
| | | |
| | | public void setImportanceLevel(String importanceLevel) { |
| | | this.importanceLevel = importanceLevel; |
| | | } |
| | | |
| | | public String getSeq() { |
| | | return seq; |
| | | } |
| | | |
| | | public void setSeq(String seq) { |
| | | this.seq = seq; |
| | | } |
| | | |
| | | public String getRemark() { |
| | | return remark; |
| | | } |
| | | |
| | | public void setRemark(String remark) { |
| | | this.remark = remark; |
| | | } |
| | | |
| | | public String getWarrantyDeadline() { |
| | | return warrantyDeadline; |
| | | } |
| | | |
| | | public void setWarrantyDeadline(String warrantyDeadline) { |
| | | this.warrantyDeadline = warrantyDeadline; |
| | | } |
| | | } |