| | |
| | | @Excel(name = "项目状态") |
| | | private String status; |
| | | |
| | | /** 统计状态数量 */ |
| | | private Integer statusNumber; |
| | | |
| | | /** 是否删除 */ |
| | | @Excel(name = "是否删除") |
| | | private String isDeleted; |
| | |
| | | |
| | | /** 数据来源 */ |
| | | private String dataSource; |
| | | |
| | | |
| | | public Integer getHoleNum() { |
| | | return holeNum; |
| | |
| | | { |
| | | return status; |
| | | } |
| | | public void setIsDeleted(String isDeleted) |
| | | |
| | | public Integer getStatusNumber() { |
| | | return statusNumber; |
| | | } |
| | | |
| | | public void setStatusNumber(Integer statusNumber) { |
| | | this.statusNumber = statusNumber; |
| | | } |
| | | |
| | | public void setIsDeleted(String isDeleted) |
| | | { |
| | | this.isDeleted = isDeleted; |
| | | } |