Merge remote-tracking branch 'base-version/main' into dev

This commit is contained in:
chenbowen
2025-09-23 09:21:14 +08:00

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;