焊接修改

This commit is contained in:
2023-04-30 10:08:41 +08:00
parent a7b215109c
commit c96a443c37
10 changed files with 355 additions and 7 deletions
+41 -5
View File
@@ -22,7 +22,7 @@ namespace Model
using System;
public partial class SGGLDB : System.Data.Linq.DataContext
public partial class SGGLDB_CD : System.Data.Linq.DataContext
{
private static System.Data.Linq.Mapping.MappingSource mappingSource = new AttributeMappingSource();
@@ -2389,25 +2389,25 @@ namespace Model
partial void DeleteZHGL_WorkHandoverDetail(ZHGL_WorkHandoverDetail instance);
#endregion
public SGGLDB(string connection) :
public SGGLDB_CD(string connection) :
base(connection, mappingSource)
{
OnCreated();
}
public SGGLDB(System.Data.IDbConnection connection) :
public SGGLDB_CD(System.Data.IDbConnection connection) :
base(connection, mappingSource)
{
OnCreated();
}
public SGGLDB(string connection, System.Data.Linq.Mapping.MappingSource mappingSource) :
public SGGLDB_CD(string connection, System.Data.Linq.Mapping.MappingSource mappingSource) :
base(connection, mappingSource)
{
OnCreated();
}
public SGGLDB(System.Data.IDbConnection connection, System.Data.Linq.Mapping.MappingSource mappingSource) :
public SGGLDB_CD(System.Data.IDbConnection connection, System.Data.Linq.Mapping.MappingSource mappingSource) :
base(connection, mappingSource)
{
OnCreated();
@@ -370992,6 +370992,8 @@ namespace Model
private string _JOT_JointDesc;
private string _DetectionRate;
public View_CH_RepairSearch()
{
}
@@ -371187,6 +371189,22 @@ namespace Model
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_DetectionRate", DbType="NVarChar(51)")]
public string DetectionRate
{
get
{
return this._DetectionRate;
}
set
{
if ((this._DetectionRate != value))
{
this._DetectionRate = value;
}
}
}
}
[global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.View_CH_TrustItem")]
@@ -371748,6 +371766,8 @@ namespace Model
private string _JOT_JointDesc;
private string _DetectionRate;
public View_CH_TrustSearch()
{
}
@@ -371943,6 +371963,22 @@ namespace Model
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_DetectionRate", DbType="NVarChar(51)")]
public string DetectionRate
{
get
{
return this._DetectionRate;
}
set
{
if ((this._DetectionRate != value))
{
this._DetectionRate = value;
}
}
}
}
[global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.View_Check_CheckColligationDetail")]