From 225c6151fa20c3c8384dd7305dfa9f5744be8fc0 Mon Sep 17 00:00:00 2001 From: chenbowen Date: Tue, 23 Sep 2025 09:20:19 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E4=BF=AE=E5=A4=8D=E4=B8=9A=E5=8A=A1?= =?UTF-8?q?=E9=99=84=E4=BB=B6=E9=80=9A=E8=BF=87=20api=20=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E6=97=B6=EF=BC=8Ccode=20=E4=B8=8D=E4=BC=9A=E8=A2=AB=E8=B5=8B?= =?UTF-8?q?=E5=80=BC=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../admin/businessfile/vo/BusinessFileSaveReqVO.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zt-module-infra/zt-module-infra-server/src/main/java/com/zt/plat/module/infra/controller/admin/businessfile/vo/BusinessFileSaveReqVO.java b/zt-module-infra/zt-module-infra-server/src/main/java/com/zt/plat/module/infra/controller/admin/businessfile/vo/BusinessFileSaveReqVO.java index 078e04db..0e4a9156 100644 --- a/zt-module-infra/zt-module-infra-server/src/main/java/com/zt/plat/module/infra/controller/admin/businessfile/vo/BusinessFileSaveReqVO.java +++ b/zt-module-infra/zt-module-infra-server/src/main/java/com/zt/plat/module/infra/controller/admin/businessfile/vo/BusinessFileSaveReqVO.java @@ -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;