From f144de3b14ef263e8f58bafc400419d35b4fa0f2 Mon Sep 17 00:00:00 2001
From: Rodney Chen <rodney.chen@hotmail.com>
Date: 星期三, 26 三月 2025 17:46:33 +0800
Subject: [PATCH] 更新U9实体

---
 Tiger.Model.Net/Entitys/MES/YadaU9/mes_WhLotCodeQtyInfo.cs |   47 ++++++++++++++++++++++++++++++-----------------
 1 files changed, 30 insertions(+), 17 deletions(-)

diff --git a/Tiger.Model.Net/Entitys/MES/YadaU9/mes_WhLotCodeQtyInfo.cs b/Tiger.Model.Net/Entitys/MES/YadaU9/mes_WhLotCodeQtyInfo.cs
index e833979..66bb1ab 100644
--- a/Tiger.Model.Net/Entitys/MES/YadaU9/mes_WhLotCodeQtyInfo.cs
+++ b/Tiger.Model.Net/Entitys/MES/YadaU9/mes_WhLotCodeQtyInfo.cs
@@ -8,24 +8,29 @@
 namespace Tiger.Model.MES.Yada
 {
 	/// <summary>
-	/// 实体:mes_WhLotCodeQtyInfo
+	/// 瀹炰綋锛歮es_WhLotCodeQtyInfo
 	/// </summary>
 	[Serializable]
 	[SugarTable("mes_WhLotCodeQtyInfo")]
 	public class mes_WhLotCodeQtyInfo : iViewEntity
 	{
-		#region 构造函数
+		#region 鏋勯�犲嚱鏁�
 		/// <summary>
-		/// 实体:mes_WhLotCodeQtyInfo
+		/// 瀹炰綋锛歮es_WhLotCodeQtyInfo
 		/// </summary>
 		public mes_WhLotCodeQtyInfo() {}
-		#endregion
+        #endregion
 
-		#region 公共属性
-		/// <summary>
-		/// 
-		/// </summary>
-		public string ItemCode { get; set; }
+        #region 鍏叡灞炴��
+        /// <summary>
+        /// 
+        /// </summary>
+        [SugarColumn(IsPrimaryKey = true)]
+        public string ID { get; set; }
+        /// <summary>
+        /// 
+        /// </summary>
+        public string ItemCode { get; set; }
 		/// <summary>
 		/// 
 		/// </summary>
@@ -41,33 +46,41 @@
 		/// <summary>
 		/// 
 		/// </summary>
-		public decimal StoreQty { get; set; }
+		public double StoreQty { get; set; }
 		/// <summary>
 		/// 
 		/// </summary>
 		public string LotCode { get; set; }
+		/// <summary>
+		/// 
+		/// </summary>
+		public string Description { get; set; }
+		/// <summary>
+		/// 
+		/// </summary>
+		public string SapCode { get; set; }
 		#endregion
 
-		#region 虚拟属性
-		/*例子
+		#region 铏氭嫙灞炴��
+		/*渚嬪瓙
 		[SugarColumn(IsIgnore = true)]
 		public string FieldName { get; set; }
 		*/
 		#endregion
 
-		#region 枚举变量
-		/*例子
+		#region 鏋氫妇鍙橀噺
+		/*渚嬪瓙
 		public enum FieldNames
 		{
-			[Description("枚举描述0")]
+			[Description("鏋氫妇鎻忚堪0")]
 			Enum0,
-			[Description("枚举描述1")]
+			[Description("鏋氫妇鎻忚堪1")]
 			Enum1,
 		}
 		*/
 		#endregion
 
-		#region 公共方法
+		#region 鍏叡鏂规硶
 
 		#endregion
 

--
Gitblit v1.9.3