From 770b80efd437680e84a674ddf3db90037a833f47 Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期四, 23 十月 2025 12:34:54 +0800
Subject: [PATCH] 添加库存信息和批次信息的可用库存数量
---
代码管理/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_Inventory.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_Inventory.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_Inventory.cs"
index bee6441..df68935 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_Inventory.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_Inventory.cs"
@@ -6,7 +6,7 @@
using System.Threading.Tasks;
using WIDESEA_Core.DB.Models;
-namespace WIDESEA_Model.Models.SquareCabin
+namespace WIDESEA_Model.Models
{
[SugarTable("Dt_Inventory", "搴撳瓨琛�")]
@@ -32,7 +32,7 @@
public decimal Actual_qty { get; set; }
//鍔犱釜鏁堟湡
- [SugarColumn(ColumnName = "Goods_no", IsNullable = true, Length = 8, ColumnDescription = "鏍℃湡(yyyymmmdd)")]
+ [SugarColumn(ColumnName = "Exp_date", IsNullable = true, Length = 8, ColumnDescription = "鏍℃湡(yyyymmmdd)")]
public string Exp_date { get; set; }
}
}
--
Gitblit v1.9.3