From 4cc73d6fa891d0edbd7e95205bc5e3ab8799fb29 Mon Sep 17 00:00:00 2001
From: zhaowc <526854230@qq.com>
Date: 星期一, 10 二月 2025 08:47:59 +0800
Subject: [PATCH] 数据库配置
---
Admin.NET/WCS.Application/Entity/WcsBoxInfoLog.cs | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/Admin.NET/WCS.Application/Entity/WcsBoxInfoLog.cs b/Admin.NET/WCS.Application/Entity/WcsBoxInfoLog.cs
index 5d46e23..4af5222 100644
--- a/Admin.NET/WCS.Application/Entity/WcsBoxInfoLog.cs
+++ b/Admin.NET/WCS.Application/Entity/WcsBoxInfoLog.cs
@@ -121,5 +121,11 @@
/// </summary>
[SugarColumn(ColumnName = "Level", ColumnDescription = "鍖呰绾у埆", Length = 3)]
public string? Level { get; set; }
-
+
+ /// <summary>
+ /// 鍖呰鏁伴噺
+ /// </summary>
+ [SugarColumn(ColumnName = "QtyCount", ColumnDescription = "鍖呰鏁伴噺", Length = 3)]
+ public int? QtyCount { get; set; }
+
}
--
Gitblit v1.8.0