| | |
| | | */ |
| | | @ApiModelProperty(value = "备注") |
| | | private String remark; |
| | | |
| | | /** |
| | | * 拒绝原因(审核拒绝时必填) |
| | | */ |
| | | @ApiModelProperty(value = "拒绝原因(审核拒绝时必填)") |
| | | private String rejectReason; |
| | | /** |
| | | * 区域编码 |
| | | */ |
| | |
| | | @ApiModelProperty(value = "需求方名称") |
| | | private String createUserName; |
| | | |
| | | @ApiModelProperty(value = "创建人") |
| | | private Long createUser; |
| | | |
| | | @ApiModelProperty(value = "创建部门") |
| | | private Long createDept; |
| | | |
| | | @ApiModelProperty(value = "创建时间") |
| | | private Date createTime; |
| | | |
| | | @ApiModelProperty(value = "更新人") |
| | | private Long updateUser; |
| | | |
| | | @ApiModelProperty(value = "更新时间") |
| | | private Date updateTime; |
| | | |
| | | @ApiModelProperty(value = "状态") |
| | | private Integer status; |
| | | |
| | | @ApiModelProperty(value = "逻辑删除") |
| | | private Integer isDeleted; |
| | | |
| | | } |