From c6494a547258df9180f181dc00d6e4dd1633ec36 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期四, 13 二月 2025 19:03:15 +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