附件地址必录

This commit is contained in:
sez 2025-11-14 18:04:33 +08:00
parent 5729ff50ba
commit 42e119064b
1 changed files with 1 additions and 1 deletions

View File

@ -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() {