From c40ce123424183b2fce3bf9dfb24d859f3eacb52 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期四, 09 一月 2025 17:00:03 +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