From 42e119064b598507c53cce15cbd9a990c32c9931 Mon Sep 17 00:00:00 2001 From: sez Date: Fri, 14 Nov 2025 18:04:33 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=84=E4=BB=B6=E5=9C=B0=E5=9D=80=E5=BF=85?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lc123/cloud/app/api/model/SupplierModel.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lc123/cloud/app/api/model/SupplierModel.java b/lc123/cloud/app/api/model/SupplierModel.java index 1c6300d..f0688d2 100644 --- a/lc123/cloud/app/api/model/SupplierModel.java +++ b/lc123/cloud/app/api/model/SupplierModel.java @@ -273,7 +273,7 @@ public class SupplierModel implements Serializable { @ApiParam(value = "附件.附件名称", example = "50Kr3",required = true,position = 1) private String attachmentName; - @ApiParam(value = "附件.附件地址", example = "hsUsx",required = false,position = 2) + @ApiParam(value = "附件.附件地址", example = "hsUsx",required = true,position = 2) private String attachmentUrl; public String getAttachmentName() {