| | |
| | | |
| | | private Long updateUid; |
| | | |
| | | private Byte statue; |
| | | private Integer status; |
| | | |
| | | private Date releaseDate; |
| | | |
| | |
| | | |
| | | private Long authorDeptId; |
| | | |
| | | private Byte associatedDanger; |
| | | private Boolean associatedDanger; |
| | | |
| | | private String type; |
| | | |
| | |
| | | this.updateUid = updateUid; |
| | | } |
| | | |
| | | public Byte getStatue() { |
| | | return statue; |
| | | public Integer getStatus() { |
| | | return status; |
| | | } |
| | | |
| | | public void setStatue(Byte statue) { |
| | | this.statue = statue; |
| | | public void setStatus(Integer status) { |
| | | this.status = status; |
| | | } |
| | | |
| | | public Date getReleaseDate() { |
| | |
| | | this.authorDeptId = authorDeptId; |
| | | } |
| | | |
| | | public Byte getAssociatedDanger() { |
| | | public Boolean getAssociatedDanger() { |
| | | return associatedDanger; |
| | | } |
| | | |
| | | public void setAssociatedDanger(Byte associatedDanger) { |
| | | public void setAssociatedDanger(Boolean associatedDanger) { |
| | | this.associatedDanger = associatedDanger; |
| | | } |
| | | |
| | |
| | | ", gmtModitify=" + gmtModitify + |
| | | ", createUid='" + createUid + '\'' + |
| | | ", updateUid='" + updateUid + '\'' + |
| | | ", statue=" + statue + |
| | | ", status=" + status + |
| | | ", releaseDate=" + releaseDate + |
| | | ", authorUid='" + authorUid + '\'' + |
| | | ", authorDeptId=" + authorDeptId + |