From e1fbd305898692ce39182c05859bcdd7b7df1911 Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期二, 30 七月 2024 00:30:40 +0800
Subject: [PATCH] 标签模板变量维护更新

---
 Tiger.Model.Net/Entitys/MES/V_BAS_PROD.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Tiger.Model.Net/Entitys/MES/V_BAS_PROD.cs b/Tiger.Model.Net/Entitys/MES/V_BAS_PROD.cs
index 9a523f5..dc6aa34 100644
--- a/Tiger.Model.Net/Entitys/MES/V_BAS_PROD.cs
+++ b/Tiger.Model.Net/Entitys/MES/V_BAS_PROD.cs
@@ -12,8 +12,8 @@
 	/// </summary>
 	[Serializable]
 	[SugarTable("V_BAS_PROD")]
-	public class V_BAS_PROD : iViewEntity
-	{
+	public class V_BAS_PROD : iViewEntity, iTableHasAuth
+    {
 		#region 构造函数
 		/// <summary>
 		/// 实体:V_BAS_PROD

--
Gitblit v1.9.3