From 7e73e5df14dce74742abf50383bb8ac37b38012e Mon Sep 17 00:00:00 2001
From: Rodney Chen <rodney.chen@hotmail.com>
Date: 星期一, 21 四月 2025 12:04:12 +0800
Subject: [PATCH] 优化了一些已知问题

---
 Tiger.Model.Net/Entitys/MES/YadaU9/mes_Supplier.cs |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/Tiger.Model.Net/Entitys/MES/YadaU9/mes_Supplier.cs b/Tiger.Model.Net/Entitys/MES/YadaU9/mes_Supplier.cs
index 0b7faf7..c64264c 100644
--- a/Tiger.Model.Net/Entitys/MES/YadaU9/mes_Supplier.cs
+++ b/Tiger.Model.Net/Entitys/MES/YadaU9/mes_Supplier.cs
@@ -23,43 +23,43 @@
 
 		#region 公共属性
 		/// <summary>
-		/// 
+		/// 供应商ID
 		/// </summary>
 		public long ID { get; set; }
 		/// <summary>
-		/// 
+		/// 组织
 		/// </summary>
 		public long Org { get; set; }
 		/// <summary>
-		/// 
+		/// 供应商编码
 		/// </summary>
 		public string Code { get; set; }
 		/// <summary>
-		/// 
+		/// 供应商名称
 		/// </summary>
 		public string Name { get; set; }
 		/// <summary>
-		/// 
+		/// 供应商简称
 		/// </summary>
 		public string ShortName { get; set; }
 		/// <summary>
-		/// 
+		/// 部门名称
 		/// </summary>
 		public string DepartmentName { get; set; }
 		/// <summary>
-		/// 
+		/// 付款期限
 		/// </summary>
 		public string PaymentTerm { get; set; }
 		/// <summary>
-		/// 
+		/// 财务确认期限
 		/// </summary>
 		public string APConfirmTerm { get; set; }
 		/// <summary>
-		/// 
+		/// 创建时间
 		/// </summary>
 		public DateTime CreatedOn { get; set; } = DateTime.MinValue;
 		/// <summary>
-		/// 
+		/// 更新时间
 		/// </summary>
 		public DateTime ModifiedOn { get; set; } = DateTime.MinValue;
 		#endregion

--
Gitblit v1.9.3