From c0da7e1f379e2e64f35949d125643cce778e715c Mon Sep 17 00:00:00 2001
From: DESKTOP-9BNTV8O <DESKTOP-9BNTV8O@163.com>
Date: 星期一, 10 三月 2025 09:56:58 +0800
Subject: [PATCH] 修改问题
---
Wms/WMS.Entity/DataEntity/DataStockDetail.cs | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/Wms/WMS.Entity/DataEntity/DataStockDetail.cs b/Wms/WMS.Entity/DataEntity/DataStockDetail.cs
index 49e77d1..731b449 100644
--- a/Wms/WMS.Entity/DataEntity/DataStockDetail.cs
+++ b/Wms/WMS.Entity/DataEntity/DataStockDetail.cs
@@ -208,6 +208,12 @@
public DateTime? ExpirationTime {get;set;}
/// <summary>
+ /// 鎵樼洏鐘舵��
+ /// Default:0锛氬噣妗� 1锛氶娣� 2锛氬崐鎴愬搧 3锛氳剰妗�
+ /// </summary>
+ public string PalletStatus { get; set; }
+
+ /// <summary>
/// Desc:鐘舵��
/// Default:0锛氬緟鍒嗛厤 1锛氶儴鍒嗗垎閰� 2锛氬凡鍒嗛厤 3锛氱洏鐐归攣瀹� 4锛氱Щ搴撻攣瀹�
/// Nullable:True
@@ -270,5 +276,9 @@
/// </summary>
public string Demo { get; set; }
+ /// <summary>
+ /// 璁惧缂栫爜
+ /// </summary>
+ public string UDF1 { get; set; }
}
}
--
Gitblit v1.8.0