质量更新:

1、企业及分支机构检查
2、机具设备  批量退场
3、质量会议互通到总包
4、机具设备互通到总包
This commit is contained in:
2026-03-20 17:05:24 +08:00
parent 2d1a5a2314
commit 327b94c42b
51 changed files with 2855 additions and 832 deletions
+48
View File
@@ -99574,6 +99574,8 @@ namespace Model
private System.Nullable<int> _RemarkCode;
private string _SourceDes;
private EntityRef<Base_CNProfessional> _Base_CNProfessional;
private EntityRef<Base_Project> _Base_Project;
@@ -99628,6 +99630,8 @@ namespace Model
partial void OnAuditManChanged();
partial void OnRemarkCodeChanging(System.Nullable<int> value);
partial void OnRemarkCodeChanged();
partial void OnSourceDesChanging(string value);
partial void OnSourceDesChanged();
#endregion
public Comprehensive_InspectionMachine()
@@ -100090,6 +100094,26 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SourceDes", DbType="NVarChar(500)")]
public string SourceDes
{
get
{
return this._SourceDes;
}
set
{
if ((this._SourceDes != value))
{
this.OnSourceDesChanging(value);
this.SendPropertyChanging();
this._SourceDes = value;
this.SendPropertyChanged("SourceDes");
this.OnSourceDesChanged();
}
}
}
[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
{
@@ -122165,6 +122189,8 @@ namespace Model
private string _MeetingHostManOther;
private string _SourceDes;
private EntityRef<Base_Project> _Base_Project;
private EntityRef<Base_Unit> _Base_Unit;
@@ -122213,6 +122239,8 @@ namespace Model
partial void OnAttentPersonIdsChanged();
partial void OnMeetingHostManOtherChanging(string value);
partial void OnMeetingHostManOtherChanged();
partial void OnSourceDesChanging(string value);
partial void OnSourceDesChanged();
#endregion
public CQMS_Meeting()
@@ -122600,6 +122628,26 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SourceDes", DbType="NVarChar(500)")]
public string SourceDes
{
get
{
return this._SourceDes;
}
set
{
if ((this._SourceDes != value))
{
this.OnSourceDesChanging(value);
this.SendPropertyChanging();
this._SourceDes = value;
this.SendPropertyChanged("SourceDes");
this.OnSourceDesChanged();
}
}
}
[global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_CQMS_Meeting_Base_Project", Storage="_Base_Project", ThisKey="ProjectId", OtherKey="ProjectId", IsForeignKey=true)]
public Base_Project Base_Project
{