From 0000828ed990835c3c036c74d18df27f2d6d6bed Mon Sep 17 00:00:00 2001 From: shanji <18996038927@163.com> Date: Sat, 3 Feb 2024 00:22:36 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=9D=E7=A6=BB=E5=AE=89=E5=85=A8=E9=A2=84?= =?UTF-8?q?=E8=AD=A6=E5=A4=A9=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Dto/Request/LiangKu/BatchLKInventoryAlertRequest.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/BBWYB.Server.Model/Dto/Request/LiangKu/BatchLKInventoryAlertRequest.cs b/BBWYB.Server.Model/Dto/Request/LiangKu/BatchLKInventoryAlertRequest.cs index 8d57b95..7990a39 100644 --- a/BBWYB.Server.Model/Dto/Request/LiangKu/BatchLKInventoryAlertRequest.cs +++ b/BBWYB.Server.Model/Dto/Request/LiangKu/BatchLKInventoryAlertRequest.cs @@ -21,5 +21,10 @@ /// 预估需求量 /// public int PreItemCount { get; set; } + + /// + /// 距离安全预警天数 + /// + public int SafeWarningRemainingDay { get; set; } } }