| | |
| | | @ApiModel(value = "SlVolumeProductionRkgl对象", description = "入库管理") |
| | | public class SlVolumeProductionRkgl { |
| | | |
| | | @TableId(value = "id", type = IdType.AUTO) |
| | | @TableId(value = "id", type = IdType.ASSIGN_ID) |
| | | private Long id; |
| | | |
| | | @ApiModelProperty("发起人ID") |
| | |
| | | @TableField("update_time") |
| | | private Date updateTime; |
| | | |
| | | @ApiModelProperty("1.待审核,2 已拒绝,3 审核通过") |
| | | @ApiModelProperty("1.待审核,2 已拒绝,3 审核通过,4 已完成,5 已取消") |
| | | @TableField("present_state") |
| | | private Integer presentState; |
| | | |
| | | @ApiModelProperty("1 待管理员审核,2 待主管审核,3 待主任审核,4 已通过,5 已拒绝") |
| | | @ApiModelProperty("1 待管理员审核,2 待主管审核,3 待主任审核,4 待入库,5 待从重新提交, 6已完成, 7,已取消") |
| | | @TableField("audit_status") |
| | | private Integer auditStatus; |
| | | |
| | | @ApiModelProperty("供应商id") |
| | | @TableField("supplier_id") |
| | | private Integer supplierId; |
| | | private Long supplierId; |
| | | |
| | | @ApiModelProperty("附件") |
| | | @TableField("attachment_url") |
| | | private String attachmentUrl; |
| | | |
| | | @ApiModelProperty("来源") |
| | | @TableField("source") |
| | | private String source; |
| | | |
| | | @ApiModelProperty("备注") |
| | | @TableField("remark") |
| | | private String remark; |
| | | |
| | | @ApiModelProperty("审批单") |
| | | @TableField("authorization_url") |
| | | private String authorizationUrl; |
| | | |
| | | @ApiModelProperty("拒绝理由") |
| | | @TableField("reasons_refusal") |
| | | private String reasonsRefusal; |
| | | |
| | | |
| | | |
| | | |
| | | } |