| | |
| | | @ApiModel(value = "资产入库审批详情返回VO") |
| | | public class StorageDetailVO implements Serializable { |
| | | |
| | | |
| | | @ApiModelProperty(value = "是否需要签名 0-否,1-是") |
| | | private Boolean signFlag; |
| | | |
| | | @ApiModelProperty(value = "附件地址,多个使用英文逗号拼接") |
| | | private String attachmentUrl; |
| | |
| | | private Integer approvalApplicationId; |
| | | @ApiModelProperty(value = "标题") |
| | | private String title; |
| | | @ApiModelProperty(value = "资产类型名称") |
| | | private String assetTypeName; |
| | | @ApiModelProperty(value = "入库类型 0-正常入库") |
| | | private Integer storageType; |
| | | @ApiModelProperty(value = "入库日期") |
| | |
| | | private LocalDate storageTime; |
| | | @ApiModelProperty(value = "入库备注") |
| | | private String remarks; |
| | | |
| | | @ApiModelProperty(value = "是否可以审批") |
| | | private Boolean isAudit; |
| | | @ApiModelProperty(value = "采购物品清单") |
| | | private PageInfo<StorageListVO> grabListVOPageInfo; |
| | | @ApiModelProperty(value = "审批流程") |