20240422 综合管理导入
This commit is contained in:
@@ -88908,6 +88908,8 @@ namespace Model
|
||||
|
||||
private string _AuditMan;
|
||||
|
||||
private string _RemarkCode;
|
||||
|
||||
private EntityRef<Base_CNProfessional> _Base_CNProfessional;
|
||||
|
||||
private EntityRef<Base_Project> _Base_Project;
|
||||
@@ -88970,6 +88972,8 @@ namespace Model
|
||||
partial void OnStatusChanged();
|
||||
partial void OnAuditManChanging(string value);
|
||||
partial void OnAuditManChanged();
|
||||
partial void OnRemarkCodeChanging(string value);
|
||||
partial void OnRemarkCodeChanged();
|
||||
#endregion
|
||||
|
||||
public Comprehensive_DataReceivingDoc()
|
||||
@@ -89493,6 +89497,26 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_RemarkCode", DbType="NVarChar(50)")]
|
||||
public string RemarkCode
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._RemarkCode;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._RemarkCode != value))
|
||||
{
|
||||
this.OnRemarkCodeChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._RemarkCode = value;
|
||||
this.SendPropertyChanged("RemarkCode");
|
||||
this.OnRemarkCodeChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_Comprehensive_DataReceivingDoc_Base_CNProfessional", Storage="_Base_CNProfessional", ThisKey="CNProfessionalId", OtherKey="CNProfessionalId", IsForeignKey=true)]
|
||||
public Base_CNProfessional Base_CNProfessional
|
||||
{
|
||||
@@ -89930,6 +89954,8 @@ namespace Model
|
||||
|
||||
private string _AuditMan;
|
||||
|
||||
private string _RemarkCode;
|
||||
|
||||
private EntityRef<Base_CNProfessional> _Base_CNProfessional;
|
||||
|
||||
private EntityRef<Base_Project> _Base_Project;
|
||||
@@ -89976,6 +90002,8 @@ namespace Model
|
||||
partial void OnStatusChanged();
|
||||
partial void OnAuditManChanging(string value);
|
||||
partial void OnAuditManChanged();
|
||||
partial void OnRemarkCodeChanging(string value);
|
||||
partial void OnRemarkCodeChanged();
|
||||
#endregion
|
||||
|
||||
public Comprehensive_DesignChangeOrder()
|
||||
@@ -90358,6 +90386,26 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_RemarkCode", DbType="NVarChar(50)")]
|
||||
public string RemarkCode
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._RemarkCode;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._RemarkCode != value))
|
||||
{
|
||||
this.OnRemarkCodeChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._RemarkCode = value;
|
||||
this.SendPropertyChanged("RemarkCode");
|
||||
this.OnRemarkCodeChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_Comprehensive_DesignChangeOrder_Base_CNProfessional", Storage="_Base_CNProfessional", ThisKey="CNProfessionalId", OtherKey="CNProfessionalId", IsForeignKey=true)]
|
||||
public Base_CNProfessional Base_CNProfessional
|
||||
{
|
||||
@@ -94038,6 +94086,8 @@ namespace Model
|
||||
|
||||
private string _AuditMan;
|
||||
|
||||
private string _RemarkCode;
|
||||
|
||||
private EntityRef<Base_CNProfessional> _Base_CNProfessional;
|
||||
|
||||
private EntityRef<Base_Project> _Base_Project;
|
||||
@@ -94090,6 +94140,8 @@ namespace Model
|
||||
partial void OnStatusChanged();
|
||||
partial void OnAuditManChanging(string value);
|
||||
partial void OnAuditManChanged();
|
||||
partial void OnRemarkCodeChanging(string value);
|
||||
partial void OnRemarkCodeChanged();
|
||||
#endregion
|
||||
|
||||
public Comprehensive_InspectionMachine()
|
||||
@@ -94532,6 +94584,26 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_RemarkCode", DbType="NVarChar(50)")]
|
||||
public string RemarkCode
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._RemarkCode;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._RemarkCode != value))
|
||||
{
|
||||
this.OnRemarkCodeChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._RemarkCode = value;
|
||||
this.SendPropertyChanged("RemarkCode");
|
||||
this.OnRemarkCodeChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.AssociationAttribute(Name="Comprehensive_InspectionMachine_Base_CNProfessional", Storage="_Base_CNProfessional", ThisKey="CNProfessionalId", OtherKey="CNProfessionalId", IsForeignKey=true)]
|
||||
public Base_CNProfessional Base_CNProfessional
|
||||
{
|
||||
@@ -94957,6 +95029,8 @@ namespace Model
|
||||
|
||||
private string _AuditMan;
|
||||
|
||||
private string _RemarkCode;
|
||||
|
||||
private EntityRef<Base_Post> _Base_Post;
|
||||
|
||||
private EntityRef<Base_Project> _Base_Project;
|
||||
@@ -95017,6 +95091,8 @@ namespace Model
|
||||
partial void OnStatusChanged();
|
||||
partial void OnAuditManChanging(string value);
|
||||
partial void OnAuditManChanged();
|
||||
partial void OnRemarkCodeChanging(string value);
|
||||
partial void OnRemarkCodeChanged();
|
||||
#endregion
|
||||
|
||||
public Comprehensive_InspectionPerson()
|
||||
@@ -95467,6 +95543,26 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_RemarkCode", DbType="NVarChar(50)")]
|
||||
public string RemarkCode
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._RemarkCode;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._RemarkCode != value))
|
||||
{
|
||||
this.OnRemarkCodeChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._RemarkCode = value;
|
||||
this.SendPropertyChanged("RemarkCode");
|
||||
this.OnRemarkCodeChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_Comprehensive_InspectionPerson_Base_Post", Storage="_Base_Post", ThisKey="PostId", OtherKey="PostId", IsForeignKey=true)]
|
||||
public Base_Post Base_Post
|
||||
{
|
||||
@@ -97434,6 +97530,8 @@ namespace Model
|
||||
|
||||
private string _Problem;
|
||||
|
||||
private string _RemarkCode;
|
||||
|
||||
private EntityRef<Sys_User> _Sys_User;
|
||||
|
||||
private EntityRef<Base_CNProfessional> _Base_CNProfessional;
|
||||
@@ -97484,6 +97582,8 @@ namespace Model
|
||||
partial void OnMeasureChanged();
|
||||
partial void OnProblemChanging(string value);
|
||||
partial void OnProblemChanged();
|
||||
partial void OnRemarkCodeChanging(string value);
|
||||
partial void OnRemarkCodeChanged();
|
||||
#endregion
|
||||
|
||||
public Comprehensive_NCRManagement()
|
||||
@@ -97891,6 +97991,26 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_RemarkCode", DbType="NVarChar(50)")]
|
||||
public string RemarkCode
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._RemarkCode;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._RemarkCode != value))
|
||||
{
|
||||
this.OnRemarkCodeChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._RemarkCode = value;
|
||||
this.SendPropertyChanged("RemarkCode");
|
||||
this.OnRemarkCodeChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.AssociationAttribute(Name="Comprehensive_NCRManagement_Sys_User", Storage="_Sys_User", ThisKey="CompileMan", OtherKey="UserId", IsForeignKey=true)]
|
||||
public Sys_User Sys_User
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user