| | |
| | | package cn.iocoder.yudao.module.mes.controller.admin.pd.archive.vo; |
| | | |
| | | import cn.iocoder.yudao.module.system.api.storage.dto.StorageBlobRespDTO; |
| | | import cn.iocoder.yudao.framework.excel.core.annotations.DictFormat; |
| | | import cn.iocoder.yudao.framework.excel.core.convert.DictConvert; |
| | | import cn.iocoder.yudao.module.mes.enums.DictTypeConstants; |
| | |
| | | @Schema(description = "文件名", example = "design.pdf") |
| | | private String fileName; |
| | | |
| | | @Schema(description = "文件URL", example = "/files/design.pdf") |
| | | private String fileUrl; |
| | | @Schema(description = "附件列表") |
| | | private List<StorageBlobRespDTO> attachmentList; |
| | | |
| | | @Schema(description = "上传人", example = "1") |
| | | private Long uploadUserId; |