| | |
| | | @TableField("report_type") |
| | | private String reportType; |
| | | |
| | | @ApiModelProperty("审核时间") |
| | | @TableField("auditing_time") |
| | | private Date auditingTime; |
| | | |
| | | @ApiModelProperty("报备内容") |
| | | @TableField("report_content") |
| | | private String reportContent; |
| | |
| | | @TableField("error_type") |
| | | private String errorType; |
| | | |
| | | @ApiModelProperty("状态") |
| | | @ApiModelProperty("状态: 0:未审核,1:审核通过,2:审核驳回") |
| | | @TableField("status") |
| | | private Integer status; |
| | | |
| | | @ApiModelProperty("审核意见") |
| | | @TableField("audit_opinion") |
| | | private String auditOpinion; |
| | | |
| | | @ApiModelProperty("生效时间") |
| | | @TableField("begin_create_time") |