1210-gaofei

This commit is contained in:
gaofei
2021-12-10 09:56:20 +08:00
parent f74ab99b9f
commit 92fec76ac4
10 changed files with 137 additions and 135 deletions
+28 -129
View File
@@ -6972,14 +6972,6 @@ namespace Model
}
}
public System.Data.Linq.Table<Temp_tableSpaceInfo> Temp_tableSpaceInfo
{
get
{
return this.GetTable<Temp_tableSpaceInfo>();
}
}
public System.Data.Linq.Table<Test_TestPlan> Test_TestPlan
{
get
@@ -136961,6 +136953,8 @@ namespace Model
private string _AttachUrl;
private string _SafetyInstitutionCode;
#region
partial void OnLoaded();
partial void OnValidate(System.Data.Linq.ChangeAction action);
@@ -136979,6 +136973,8 @@ namespace Model
partial void OnFileContentsChanged();
partial void OnAttachUrlChanging(string value);
partial void OnAttachUrlChanged();
partial void OnSafetyInstitutionCodeChanging(string value);
partial void OnSafetyInstitutionCodeChanged();
#endregion
public HSSESystem_SafetyInstitution()
@@ -137126,6 +137122,26 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SafetyInstitutionCode", DbType="NVarChar(50)")]
public string SafetyInstitutionCode
{
get
{
return this._SafetyInstitutionCode;
}
set
{
if ((this._SafetyInstitutionCode != value))
{
this.OnSafetyInstitutionCodeChanging(value);
this.SendPropertyChanging();
this._SafetyInstitutionCode = value;
this.SendPropertyChanged("SafetyInstitutionCode");
this.OnSafetyInstitutionCodeChanged();
}
}
}
public event PropertyChangingEventHandler PropertyChanging;
public event PropertyChangedEventHandler PropertyChanged;
@@ -252961,7 +252977,7 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Address", DbType="NVarChar(2000)")]
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Address", DbType="NVarChar(200)")]
public string Address
{
get
@@ -253025,7 +253041,7 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WorkAreaName", DbType="NVarChar(MAX)", UpdateCheck=UpdateCheck.Never)]
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WorkAreaName", DbType="NVarChar(200)")]
public string WorkAreaName
{
get
@@ -290969,123 +290985,6 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.temp_tableSpaceInfo")]
public partial class Temp_tableSpaceInfo
{
private string _Name;
private string _Rows;
private string _Reserved;
private string _Data;
private string _Index_size;
private string _Unused;
public Temp_tableSpaceInfo()
{
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Name="name", Storage="_Name", DbType="NVarChar(128)")]
public string Name
{
get
{
return this._Name;
}
set
{
if ((this._Name != value))
{
this._Name = value;
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Name="rows", Storage="_Rows", DbType="Char(11)")]
public string Rows
{
get
{
return this._Rows;
}
set
{
if ((this._Rows != value))
{
this._Rows = value;
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Name="reserved", Storage="_Reserved", DbType="VarChar(18)")]
public string Reserved
{
get
{
return this._Reserved;
}
set
{
if ((this._Reserved != value))
{
this._Reserved = value;
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Name="data", Storage="_Data", DbType="VarChar(18)")]
public string Data
{
get
{
return this._Data;
}
set
{
if ((this._Data != value))
{
this._Data = value;
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Name="index_size", Storage="_Index_size", DbType="VarChar(18)")]
public string Index_size
{
get
{
return this._Index_size;
}
set
{
if ((this._Index_size != value))
{
this._Index_size = value;
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Name="unused", Storage="_Unused", DbType="VarChar(18)")]
public string Unused
{
get
{
return this._Unused;
}
set
{
if ((this._Unused != value))
{
this._Unused = value;
}
}
}
}
[global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.Test_TestPlan")]
public partial class Test_TestPlan : INotifyPropertyChanging, INotifyPropertyChanged
{
@@ -334951,7 +334850,7 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Address", DbType="NVarChar(2000)")]
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Address", DbType="NVarChar(200)")]
public string Address
{
get
@@ -334967,7 +334866,7 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WorkAreaName", DbType="NVarChar(MAX)", UpdateCheck=UpdateCheck.Never)]
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WorkAreaName", DbType="NVarChar(200)")]
public string WorkAreaName
{
get