From 3fcbd6b93ba9cedb712a7e514e7eef24268e7735 Mon Sep 17 00:00:00 2001 From: "tanfengling@x-ri.com" <123456> Date: Thu, 16 Oct 2025 15:41:52 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=B3=9B=E5=BE=AE=E5=BA=93=E5=AD=98?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E6=8E=A5=E5=8F=A3=E3=80=91--=E6=95=88?= =?UTF-8?q?=E6=9C=9F=E6=94=B9=E4=B8=BA=E9=9D=9E=E5=BF=85=E5=A1=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lc123/cloud/app/api/model/FWInvQueryModel.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lc123/cloud/app/api/model/FWInvQueryModel.java b/lc123/cloud/app/api/model/FWInvQueryModel.java index 994252f..12869e8 100644 --- a/lc123/cloud/app/api/model/FWInvQueryModel.java +++ b/lc123/cloud/app/api/model/FWInvQueryModel.java @@ -34,10 +34,10 @@ public class FWInvQueryModel implements Serializable { @ApiParam(value = "仓库编码", example = "01", required = true) private String warehouseNumber; - @ApiParam(value = "生产日期", example = "2025-01-01", required = true) + @ApiParam(value = "生产日期", example = "2025-01-01") private Date producedate; - @ApiParam(value = "到期日期", example = "2025-12-31", required = true) + @ApiParam(value = "到期日期", example = "2025-12-31") private Date expirydate; public String getMaterialNumber() {