| | |
| | | @ApiModelProperty("是否已删除 0:否 1:是") |
| | | private Integer isDeleted; |
| | | |
| | | /** |
| | | * 流程定义id |
| | | */ |
| | | @ApiModelProperty("流程定义id") |
| | | private String processDefinitionId; |
| | | |
| | | /** |
| | | * 流程实例id |
| | | */ |
| | | @ApiModelProperty("流程实例id") |
| | | private String processInstanceId; |
| | | |
| | | |
| | | /** |
| | | * 流程定义ke |
| | | */ |
| | | @ApiModelProperty("流程定义ke") |
| | | private String processDefinitionKey; |
| | | |
| | | /** |
| | | * 流程申请时间 |
| | | */ |
| | | @ApiModelProperty("流程申请时间") |
| | | private Date applyTime; |
| | | |
| | | /** |
| | | * 申请状态 |
| | | */ |
| | | @ApiModelProperty("申请状态 0:待审核 1:业委会审核 2:街道审核 3:住建局审核 4:调整申请 5:审核通过 6:审核不通过") |
| | | private Integer applyStatus; |
| | | |
| | | private String taskId; |
| | | |
| | | } |