| | |
| | | @TableId(type = IdType.AUTO) |
| | | private Long id; |
| | | |
| | | private Byte status; |
| | | private Long principalUid; |
| | | |
| | | private Date releaseDate; |
| | | private Long principalDepartmentId; |
| | | |
| | | private Long authorUid; |
| | | private String teamLevel; |
| | | |
| | | private Long authorDeptId; |
| | | private String teamName; |
| | | |
| | | private Byte associatedDanger; |
| | | private String principalPhone; |
| | | |
| | | private String type; |
| | | private String telephoneNumber; |
| | | |
| | | private String level; |
| | | |
| | | private String name ; |
| | | private String teamDesc; |
| | | |
| | | public Long getId() { |
| | | return id; |
| | |
| | | this.id = id; |
| | | } |
| | | |
| | | public Byte getStatus() { |
| | | return status; |
| | | public Long getPrincipalUid() { |
| | | return principalUid; |
| | | } |
| | | |
| | | public void setStatus(Byte status) { |
| | | this.status = status; |
| | | public void setPrincipalUid(Long principalUid) { |
| | | this.principalUid = principalUid; |
| | | } |
| | | |
| | | public Date getReleaseDate() { |
| | | return releaseDate; |
| | | public Long getPrincipalDepartmentId() { |
| | | return principalDepartmentId; |
| | | } |
| | | |
| | | public void setReleaseDate(Date releaseDate) { |
| | | this.releaseDate = releaseDate; |
| | | public void setPrincipalDepartmentId(Long principalDepartmentId) { |
| | | this.principalDepartmentId = principalDepartmentId; |
| | | } |
| | | |
| | | public Long getAuthorUid() { |
| | | return authorUid; |
| | | public String getTeamLevel() { |
| | | return teamLevel; |
| | | } |
| | | |
| | | public void setAuthorUid(Long authorUid) { |
| | | this.authorUid = authorUid; |
| | | public void setTeamLevel(String teamLevel) { |
| | | this.teamLevel = teamLevel; |
| | | } |
| | | |
| | | public Long getAuthorDeptId() { |
| | | return authorDeptId; |
| | | public String getTeamName() { |
| | | return teamName; |
| | | } |
| | | |
| | | public void setAuthorDeptId(Long authorDeptId) { |
| | | this.authorDeptId = authorDeptId; |
| | | public void setTeamName(String teamName) { |
| | | this.teamName = teamName; |
| | | } |
| | | |
| | | public Byte getAssociatedDanger() { |
| | | return associatedDanger; |
| | | public String getPrincipalPhone() { |
| | | return principalPhone; |
| | | } |
| | | |
| | | public void setAssociatedDanger(Byte associatedDanger) { |
| | | this.associatedDanger = associatedDanger; |
| | | public void setPrincipalPhone(String principalPhone) { |
| | | this.principalPhone = principalPhone; |
| | | } |
| | | |
| | | public String getType() { |
| | | return type; |
| | | public String getTelephoneNumber() { |
| | | return telephoneNumber; |
| | | } |
| | | |
| | | public void setType(String type) { |
| | | this.type = type; |
| | | public void setTelephoneNumber(String telephoneNumber) { |
| | | this.telephoneNumber = telephoneNumber; |
| | | } |
| | | |
| | | public String getLevel() { |
| | | return level; |
| | | public String getTeamDesc() { |
| | | return teamDesc; |
| | | } |
| | | |
| | | public void setLevel(String level) { |
| | | this.level = level; |
| | | } |
| | | |
| | | public String getName() { |
| | | return name; |
| | | } |
| | | |
| | | public void setName(String name) { |
| | | this.name = name; |
| | | public void setTeamDesc(String teamDesc) { |
| | | this.teamDesc = teamDesc; |
| | | } |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "EmergencyPlanInfoDetailDO{" + |
| | | return "EmergencyTeamInfoDetailDO{" + |
| | | "id=" + id + |
| | | ", status=" + status + |
| | | ", releaseDate=" + releaseDate + |
| | | ", authorUid='" + authorUid + '\'' + |
| | | ", authorDeptId=" + authorDeptId + |
| | | ", associatedDanger=" + associatedDanger + |
| | | ", type='" + type + '\'' + |
| | | ", level='" + level + '\'' + |
| | | ", name='" + name + '\'' + |
| | | ", principalUid=" + principalUid + |
| | | ", principalDepartmentId=" + principalDepartmentId + |
| | | ", teamLevel='" + teamLevel + '\'' + |
| | | ", teamName='" + teamName + '\'' + |
| | | ", principalPhone='" + principalPhone + '\'' + |
| | | ", telephoneNumber='" + telephoneNumber + '\'' + |
| | | ", teamDesc='" + teamDesc + '\'' + |
| | | '}'; |
| | | } |
| | | } |