20240507
This commit is contained in:
+25
-1
@@ -217275,7 +217275,7 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_OtherAttach", DbType="NVarChar(50)")]
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_OtherAttach", DbType="VarChar(500)")]
|
||||
public string OtherAttach
|
||||
{
|
||||
get
|
||||
@@ -340374,6 +340374,8 @@ namespace Model
|
||||
|
||||
private string _HomePageType;
|
||||
|
||||
private System.Nullable<bool> _IsExpertArgumentationIsAuditor;
|
||||
|
||||
private EntitySet<Comprehensive_NCRManagement> _Comprehensive_NCRManagement;
|
||||
|
||||
private EntitySet<Comprehensive_PressurePipe> _Comprehensive_PressurePipe;
|
||||
@@ -341132,6 +341134,8 @@ namespace Model
|
||||
partial void OnWorkNoChanged();
|
||||
partial void OnHomePageTypeChanging(string value);
|
||||
partial void OnHomePageTypeChanged();
|
||||
partial void OnIsExpertArgumentationIsAuditorChanging(System.Nullable<bool> value);
|
||||
partial void OnIsExpertArgumentationIsAuditorChanged();
|
||||
#endregion
|
||||
|
||||
public Sys_User()
|
||||
@@ -342482,6 +342486,26 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_IsExpertArgumentationIsAuditor", DbType="Bit")]
|
||||
public System.Nullable<bool> IsExpertArgumentationIsAuditor
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._IsExpertArgumentationIsAuditor;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._IsExpertArgumentationIsAuditor != value))
|
||||
{
|
||||
this.OnIsExpertArgumentationIsAuditorChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._IsExpertArgumentationIsAuditor = value;
|
||||
this.SendPropertyChanged("IsExpertArgumentationIsAuditor");
|
||||
this.OnIsExpertArgumentationIsAuditorChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.AssociationAttribute(Name="Comprehensive_NCRManagement_Sys_User", Storage="_Comprehensive_NCRManagement", ThisKey="UserId", OtherKey="CompileMan", DeleteRule="NO ACTION")]
|
||||
public EntitySet<Comprehensive_NCRManagement> Comprehensive_NCRManagement
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user