7 天以前 ffe7921a138331185186fd100846fe50dcaf841c
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;
    }
}