1. 修复业务附件通过 api 上传时,code 不会被赋值的问题

This commit is contained in:
chenbowen
2025-09-23 09:20:19 +08:00
parent 9bcf365767
commit 225c6151fa

View File

@@ -13,6 +13,9 @@ public class BusinessFileSaveReqVO {
@Schema(description = "附件Id", example = "李四")
private Long fileId;
@Schema(description = "业务编码")
private String businessCode;
@Schema(description = "业务Id", example = "李四")
private Long businessId;