2026-07-01 6b5f7c66fc40d7f6099d561e31a34fbd50dd20d3
yudao-module-bpm/src/main/java/cn/iocoder/yudao/module/bpm/controller/admin/task/vo/instance/BpmApprovalDetailRespVO.java
@@ -107,6 +107,9 @@
        @Schema(description = "签名", example = "https://www.iocoder.cn/sign.png")
        private String signPicUrl;
        @Schema(description = "附件", example = "[https://test.yudao.iocoder.cn/20260609/test.txt]")
        private List<String> attachments;
    }
}