From 5ab5e848589059becbcddc8295dd17251477c1fd Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期一, 09 九月 2024 22:53:35 +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