From d23feff4aef10e539e9f5926dd0e496c0612b4e6 Mon Sep 17 00:00:00 2001 From: 杨张扬 <634643841@qq.com> Date: 星期五, 23 五月 2025 17:26:45 +0800 Subject: [PATCH] 双钱-优化字段的类型,自动不合格出库复检测试 --- models/TN_InventoryM.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/models/TN_InventoryM.cs b/models/TN_InventoryM.cs index 9e32a23..d961b2f 100644 --- a/models/TN_InventoryM.cs +++ b/models/TN_InventoryM.cs @@ -6,7 +6,7 @@ /// <summary> /// WMS搴撳瓨绠$悊 /// </summary> - [SugarTable("TN_InventoryM")] + [SugarTable("TN_TN_InventoryM")] public class TN_InventoryM : BaseModel { /// <summary> -- Gitblit v1.9.1