From 1ab448972aed699a5665876316972cc07b879e95 Mon Sep 17 00:00:00 2001
From: Rodney Chen <rodney.chen@hotmail.com>
Date: 星期五, 18 十月 2024 15:35:13 +0800
Subject: [PATCH] 包装行为支持生成包装条码

---
 Tiger.Model.Net/Entitys/BAS/BAS_PKG_DTL.cs |   74 +++++++++++++++++++++---------------
 1 files changed, 43 insertions(+), 31 deletions(-)

diff --git a/Tiger.Model.Net/Entitys/BAS/BAS_PKG_DTL.cs b/Tiger.Model.Net/Entitys/BAS/BAS_PKG_DTL.cs
index 1e1ad2f..a3c20a5 100644
--- a/Tiger.Model.Net/Entitys/BAS/BAS_PKG_DTL.cs
+++ b/Tiger.Model.Net/Entitys/BAS/BAS_PKG_DTL.cs
@@ -6,45 +6,57 @@
 
 namespace Tiger.Model
 {
-	/// <summary>
-	/// 瀹炰綋锛氬寘瑁呮暟閲忔槑缁�
-	/// </summary>
-	[Description("Primary:ID")]
-	[Serializable]
-	[SugarTable("BAS_PKG_DTL")]
-	public class BAS_PKG_DTL : DbEntityWithAuth
-	{
-		#region 鏋勯�犲嚱鏁�
-		/// <summary>
-		/// 瀹炰綋锛氬寘瑁呮暟閲忔槑缁�
-		/// </summary>
-		public BAS_PKG_DTL() {}
-		#endregion
+    /// <summary>
+    /// 瀹炰綋锛氬寘瑁呮暟閲忔槑缁�
+    /// </summary>
+    [Description("Primary:ID")]
+    [DisplayName("鍖呰鏁伴噺鏄庣粏")]
+    [Serializable]
+    [SugarTable("BAS_PKG_DTL")]
+    public class BAS_PKG_DTL : DbEntityWithAuth
+    {
+        #region 鏋勯�犲嚱鏁�
+        /// <summary>
+        /// 瀹炰綋锛氬寘瑁呮暟閲忔槑缁�
+        /// </summary>
+        public BAS_PKG_DTL() { }
+        #endregion
 
-		#region 鍏叡灞炴��
-		/// <summary>
-		/// 鍖呰瑙勫垯ID
-		/// </summary>
-		public string PKG_RULE_ID { get; set; }
-		/// <summary>
-		/// 鍖呰/杞藉叿缂栫爜
-		/// </summary>
-		public string PKG_CODE { get; set; }
-		/// <summary>
-		/// 鍖呰灞傜骇
-		/// </summary>
-		public int PKG_LEVEL { get; set; }
-		/// <summary>
-		/// 鍖呰鏁伴噺
-		/// </summary>
-		public int PKG_QTY { get; set; }
+        #region 鍏叡灞炴��
+        /// <summary>
+        /// 鍖呰瑙勫垯ID
+        /// </summary>
+        [DisplayName("鍖呰瑙勫垯ID")]
+        public string PKG_RULE_ID { get; set; }
+        /// <summary>
+        /// 鍖呰/杞藉叿缂栫爜
+        /// </summary>
+        [DisplayName("鍖呰/杞藉叿缂栫爜")]
+        public string PKG_CODE { get; set; }
+        /// <summary>
+        /// 鍖呰灞傜骇
+        /// </summary>
+        [DisplayName("鍖呰灞傜骇")]
+        public int PKG_LEVEL { get; set; }
+        /// <summary>
+        /// 鍖呰鏁伴噺
+        /// </summary>
+        [DisplayName("鍖呰鏁伴噺")]
+        public int PKG_QTY { get; set; }
         /// <summary>
         /// 鏍囩妯℃澘缂栫爜
         /// </summary>
+        [DisplayName("鏍囩妯℃澘缂栫爜")]
         public string LABEL_CODE { get; set; }
+        /// <summary>
+        /// 鍖呰鏉$爜瑙勫垯缂栫爜
+        /// </summary>
+        [DisplayName("鍖呰鏉$爜瑙勫垯缂栫爜")]
+        public string SN_RULE { get; set; }
         /// <summary>
         /// 澶囨敞
         /// </summary>
+        [DisplayName("澶囨敞")]
         public string REMARK { get; set; }
         #endregion
 

--
Gitblit v1.9.3