| | |
| | | @TableField("present_state") |
| | | private Integer presentState; |
| | | |
| | | @ApiModelProperty("1 待管理员审核,2 待主管审核,3 待主任审核,4 待入库,5 待从重新提交, 6已完成, 7,已取消") |
| | | @ApiModelProperty("1 待管理员审核,2 待主管审核,3 待主任审核,4 待出库,5 待从重新提交, 6 已出库,7已完成, 8,已取消") |
| | | @TableField("audit_status") |
| | | private Integer auditStatus; |
| | | |
| | |
| | | private String source; |
| | | |
| | | @ApiModelProperty("附件") |
| | | @TableField("attachment") |
| | | @TableField("attachment_url") |
| | | private String attachmentUrl; |
| | | |
| | | @ApiModelProperty("审批单") |
| | | @TableField("authorization") |
| | | private String authorization; |
| | | |
| | | @TableField("authorization_url") |
| | | private String authorizationUrl; |
| | | |
| | | } |