From 26d564fea551967fa9d0b160daa17b795a97ae34 Mon Sep 17 00:00:00 2001 From: panhf <754998852@qq.com> Date: Thu, 21 Mar 2024 17:57:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E4=BD=93=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SGGL/Model/Model.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/SGGL/Model/Model.cs b/SGGL/Model/Model.cs index bb27d5c1..db57033c 100644 --- a/SGGL/Model/Model.cs +++ b/SGGL/Model/Model.cs @@ -22,7 +22,7 @@ namespace Model using System; - public partial class SGGLDB_WH : System.Data.Linq.DataContext + public partial class SGGLDB : System.Data.Linq.DataContext { private static System.Data.Linq.Mapping.MappingSource mappingSource = new AttributeMappingSource(); @@ -2596,25 +2596,25 @@ namespace Model partial void DeleteZHGL_WorkHandoverDetail(ZHGL_WorkHandoverDetail instance); #endregion - public SGGLDB_WH(string connection) : + public SGGLDB(string connection) : base(connection, mappingSource) { OnCreated(); } - public SGGLDB_WH(System.Data.IDbConnection connection) : + public SGGLDB(System.Data.IDbConnection connection) : base(connection, mappingSource) { OnCreated(); } - public SGGLDB_WH(string connection, System.Data.Linq.Mapping.MappingSource mappingSource) : + public SGGLDB(string connection, System.Data.Linq.Mapping.MappingSource mappingSource) : base(connection, mappingSource) { OnCreated(); } - public SGGLDB_WH(System.Data.IDbConnection connection, System.Data.Linq.Mapping.MappingSource mappingSource) : + public SGGLDB(System.Data.IDbConnection connection, System.Data.Linq.Mapping.MappingSource mappingSource) : base(connection, mappingSource) { OnCreated();