| | |
| | | package com.ruoyi.management.domain.vo; |
| | | |
| | | import cn.hutool.core.date.DateTime; |
| | | import com.baomidou.mybatisplus.annotation.TableField; |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | |
| | | |
| | | @ApiModelProperty("发起人电话") |
| | | private String sysPhone; |
| | | |
| | | @ApiModelProperty("发起时间") |
| | | private DateTime createTime; |
| | | |
| | | @ApiModelProperty("入库管理id") |
| | | private Long rkId; |
| | |
| | | |
| | | @ApiModelProperty("1 待管理员审核,2 待主管审核,3 待主任审核, 4已完成, 5,已拒绝") |
| | | private Integer auditStatus; |
| | | @ApiModelProperty("1 待管理员审核,2 待主管审核,3 待主任审核, 4已完成, 5,已拒绝") |
| | | private Integer state; |
| | | |
| | | |
| | | @ApiModelProperty("申请人id") |