From 3ab68d4877acffcb9677ecf369e15210e5db6981 Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期一, 28 四月 2025 17:03:08 +0800
Subject: [PATCH] 一些更改

---
 Tiger.Model.Net/Entitys/MES/YadaU9/mes_WhLotCodeQtyInfo.cs |   39 ++++++++++++++++++++++-----------------
 1 files changed, 22 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 a34a14e..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,7 +46,7 @@
 		/// <summary>
 		/// 
 		/// </summary>
-		public decimal StoreQty { get; set; }
+		public double StoreQty { get; set; }
 		/// <summary>
 		/// 
 		/// </summary>
@@ -56,26 +61,26 @@
 		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