From 6861434f1445d1685b67a24897890c34f8c54f85 Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期三, 08 四月 2026 17:22:26 +0800
Subject: [PATCH] WCS&WMS代码更新
---
代码管理/WMS/WMSServices/WIDESEA_Model/Models/Stock/Dt_StockInfo.cs | 20 +++++++-------------
1 files changed, 7 insertions(+), 13 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_Model/Models/Stock/Dt_BlankStockInfo.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_Model/Models/Stock/Dt_StockInfo.cs"
similarity index 77%
rename from "\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_Model/Models/Stock/Dt_BlankStockInfo.cs"
rename to "\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_Model/Models/Stock/Dt_StockInfo.cs"
index 8b3b3d8..978345d 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_Model/Models/Stock/Dt_BlankStockInfo.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_Model/Models/Stock/Dt_StockInfo.cs"
@@ -9,10 +9,10 @@
namespace WIDESEA_Model.Models
{
/// <summary>
- /// 鍧枡闅旂儹搴撳瓨淇℃伅
+ /// 搴撳瓨淇℃伅
/// </summary>
- [SugarTable(nameof(Dt_BlankStockInfo), "鍧枡闅旂儹搴撳瓨淇℃伅")]
- public class Dt_BlankStockInfo : BaseEntity
+ [SugarTable(nameof(Dt_StockInfo), "搴撳瓨淇℃伅")]
+ public class Dt_StockInfo : BaseEntity
{
/// <summary>
/// 涓婚敭
@@ -21,15 +21,15 @@
public int Id { get; set; }
/// <summary>
- /// 妯″叿缂栧彿
+ /// 鏂欐缂栧彿
/// </summary>
- [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "妯″叿缂栧彿")]
+ [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "鏂欐缂栧彿")]
public string ContainerCode { get; set; }
/// <summary>
/// 璐т綅缂栧彿
/// </summary>
- [SugarColumn(IsNullable = false, Length = 30, ColumnDescription = "璐т綅缂栧彿")]
+ [SugarColumn(IsNullable = true, Length = 30, ColumnDescription = "璐т綅缂栧彿")]
public string LocationCode { get; set; }
/// <summary>
@@ -51,15 +51,9 @@
public int StockStatus { get; set; }
/// <summary>
- /// 鏄惁绌烘
- /// </summary>
- [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "鏄惁绌烘")]
- public bool IsEmpty { get; set; }
-
- /// <summary>
/// 鏄惁婊℃
/// </summary>
- [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "鏄惁婊℃")]
+ [SugarColumn(IsNullable = true, ColumnDescription = "鏄惁婊℃")]
public bool IsFill { get; set; }
/// <summary>
--
Gitblit v1.9.3