IDP质量设计图纸管理

This commit is contained in:
2025-07-17 14:22:38 +08:00
parent c763312888
commit 9fd7ab5407
21 changed files with 2457 additions and 51 deletions
+819 -2
View File
@@ -1184,6 +1184,9 @@ namespace Model
partial void InsertHSSESystem_SafetyInstitution(HSSESystem_SafetyInstitution instance);
partial void UpdateHSSESystem_SafetyInstitution(HSSESystem_SafetyInstitution instance);
partial void DeleteHSSESystem_SafetyInstitution(HSSESystem_SafetyInstitution instance);
partial void InsertIDP_DesignDrawing(IDP_DesignDrawing instance);
partial void UpdateIDP_DesignDrawing(IDP_DesignDrawing instance);
partial void DeleteIDP_DesignDrawing(IDP_DesignDrawing instance);
partial void InsertInApproveManager_EquipmentIn(InApproveManager_EquipmentIn instance);
partial void UpdateInApproveManager_EquipmentIn(InApproveManager_EquipmentIn instance);
partial void DeleteInApproveManager_EquipmentIn(InApproveManager_EquipmentIn instance);
@@ -5921,6 +5924,14 @@ namespace Model
}
}
public System.Data.Linq.Table<IDP_DesignDrawing> IDP_DesignDrawing
{
get
{
return this.GetTable<IDP_DesignDrawing>();
}
}
public System.Data.Linq.Table<InApproveManager_EquipmentIn> InApproveManager_EquipmentIn
{
get
@@ -52273,7 +52284,7 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_DepartName", DbType="NVarChar(50)")]
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_DepartName", DbType="NVarChar(200)")]
public string DepartName
{
get
@@ -52453,7 +52464,7 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Remark", DbType="NVarChar(50)")]
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Remark", DbType="NVarChar(1000)")]
public string Remark
{
get
@@ -188144,6 +188155,812 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.IDP_DesignDrawing")]
public partial class IDP_DesignDrawing : INotifyPropertyChanging, INotifyPropertyChanged
{
private static PropertyChangingEventArgs emptyChangingEventArgs = new PropertyChangingEventArgs(String.Empty);
private string _Id;
private string _IdpfileId;
private string _StockId;
private string _ThirdId;
private string _ProjectId;
private string _ProjectCode;
private string _DisplayProjectName;
private string _ProjectDeviceProcedureSubjectCode;
private string _WbsFullPath;
private string _FormatFileCode;
private string _FormatFileName;
private string _FileVersion;
private string _MajorNo;
private string _Status;
private string _DesignUserName;
private string _JiaoheUserName;
private string _ShenheUserName;
private string _ShendingUserName;
private string _MajorResponsibleUserName;
private string _ClassificationLevelInProject;
private System.Nullable<System.DateTime> _UpdateTime;
private string _Remark;
private string _RdpId;
private string _Fileid;
private string _Upfileid;
private string _Maintitle;
private string _Doc_no;
private string _Bc;
private string _Archnumber;
private System.Nullable<System.DateTime> _Sendtime;
private System.Nullable<System.DateTime> _Printtime;
private string _Ifmail;
#region
partial void OnLoaded();
partial void OnValidate(System.Data.Linq.ChangeAction action);
partial void OnCreated();
partial void OnIdChanging(string value);
partial void OnIdChanged();
partial void OnIdpfileIdChanging(string value);
partial void OnIdpfileIdChanged();
partial void OnStockIdChanging(string value);
partial void OnStockIdChanged();
partial void OnThirdIdChanging(string value);
partial void OnThirdIdChanged();
partial void OnProjectIdChanging(string value);
partial void OnProjectIdChanged();
partial void OnProjectCodeChanging(string value);
partial void OnProjectCodeChanged();
partial void OnDisplayProjectNameChanging(string value);
partial void OnDisplayProjectNameChanged();
partial void OnProjectDeviceProcedureSubjectCodeChanging(string value);
partial void OnProjectDeviceProcedureSubjectCodeChanged();
partial void OnWbsFullPathChanging(string value);
partial void OnWbsFullPathChanged();
partial void OnFormatFileCodeChanging(string value);
partial void OnFormatFileCodeChanged();
partial void OnFormatFileNameChanging(string value);
partial void OnFormatFileNameChanged();
partial void OnFileVersionChanging(string value);
partial void OnFileVersionChanged();
partial void OnMajorNoChanging(string value);
partial void OnMajorNoChanged();
partial void OnStatusChanging(string value);
partial void OnStatusChanged();
partial void OnDesignUserNameChanging(string value);
partial void OnDesignUserNameChanged();
partial void OnJiaoheUserNameChanging(string value);
partial void OnJiaoheUserNameChanged();
partial void OnShenheUserNameChanging(string value);
partial void OnShenheUserNameChanged();
partial void OnShendingUserNameChanging(string value);
partial void OnShendingUserNameChanged();
partial void OnMajorResponsibleUserNameChanging(string value);
partial void OnMajorResponsibleUserNameChanged();
partial void OnClassificationLevelInProjectChanging(string value);
partial void OnClassificationLevelInProjectChanged();
partial void OnUpdateTimeChanging(System.Nullable<System.DateTime> value);
partial void OnUpdateTimeChanged();
partial void OnRemarkChanging(string value);
partial void OnRemarkChanged();
partial void OnRdpIdChanging(string value);
partial void OnRdpIdChanged();
partial void OnFileidChanging(string value);
partial void OnFileidChanged();
partial void OnUpfileidChanging(string value);
partial void OnUpfileidChanged();
partial void OnMaintitleChanging(string value);
partial void OnMaintitleChanged();
partial void OnDoc_noChanging(string value);
partial void OnDoc_noChanged();
partial void OnBcChanging(string value);
partial void OnBcChanged();
partial void OnArchnumberChanging(string value);
partial void OnArchnumberChanged();
partial void OnSendtimeChanging(System.Nullable<System.DateTime> value);
partial void OnSendtimeChanged();
partial void OnPrinttimeChanging(System.Nullable<System.DateTime> value);
partial void OnPrinttimeChanged();
partial void OnIfmailChanging(string value);
partial void OnIfmailChanged();
#endregion
public IDP_DesignDrawing()
{
OnCreated();
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Name="id", Storage="_Id", DbType="NVarChar(50) NOT NULL", CanBeNull=false, IsPrimaryKey=true)]
public string Id
{
get
{
return this._Id;
}
set
{
if ((this._Id != value))
{
this.OnIdChanging(value);
this.SendPropertyChanging();
this._Id = value;
this.SendPropertyChanged("Id");
this.OnIdChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Name="idpfileId", Storage="_IdpfileId", DbType="NVarChar(50)")]
public string IdpfileId
{
get
{
return this._IdpfileId;
}
set
{
if ((this._IdpfileId != value))
{
this.OnIdpfileIdChanging(value);
this.SendPropertyChanging();
this._IdpfileId = value;
this.SendPropertyChanged("IdpfileId");
this.OnIdpfileIdChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Name="stockId", Storage="_StockId", DbType="NVarChar(50)")]
public string StockId
{
get
{
return this._StockId;
}
set
{
if ((this._StockId != value))
{
this.OnStockIdChanging(value);
this.SendPropertyChanging();
this._StockId = value;
this.SendPropertyChanged("StockId");
this.OnStockIdChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Name="thirdId", Storage="_ThirdId", DbType="NVarChar(50)")]
public string ThirdId
{
get
{
return this._ThirdId;
}
set
{
if ((this._ThirdId != value))
{
this.OnThirdIdChanging(value);
this.SendPropertyChanging();
this._ThirdId = value;
this.SendPropertyChanged("ThirdId");
this.OnThirdIdChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Name="projectId", Storage="_ProjectId", DbType="NVarChar(50)")]
public string ProjectId
{
get
{
return this._ProjectId;
}
set
{
if ((this._ProjectId != value))
{
this.OnProjectIdChanging(value);
this.SendPropertyChanging();
this._ProjectId = value;
this.SendPropertyChanged("ProjectId");
this.OnProjectIdChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Name="projectCode", Storage="_ProjectCode", DbType="NVarChar(50)")]
public string ProjectCode
{
get
{
return this._ProjectCode;
}
set
{
if ((this._ProjectCode != value))
{
this.OnProjectCodeChanging(value);
this.SendPropertyChanging();
this._ProjectCode = value;
this.SendPropertyChanged("ProjectCode");
this.OnProjectCodeChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Name="displayProjectName", Storage="_DisplayProjectName", DbType="NVarChar(500)")]
public string DisplayProjectName
{
get
{
return this._DisplayProjectName;
}
set
{
if ((this._DisplayProjectName != value))
{
this.OnDisplayProjectNameChanging(value);
this.SendPropertyChanging();
this._DisplayProjectName = value;
this.SendPropertyChanged("DisplayProjectName");
this.OnDisplayProjectNameChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Name="projectDeviceProcedureSubjectCode", Storage="_ProjectDeviceProcedureSubjectCode", DbType="NVarChar(50)")]
public string ProjectDeviceProcedureSubjectCode
{
get
{
return this._ProjectDeviceProcedureSubjectCode;
}
set
{
if ((this._ProjectDeviceProcedureSubjectCode != value))
{
this.OnProjectDeviceProcedureSubjectCodeChanging(value);
this.SendPropertyChanging();
this._ProjectDeviceProcedureSubjectCode = value;
this.SendPropertyChanged("ProjectDeviceProcedureSubjectCode");
this.OnProjectDeviceProcedureSubjectCodeChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Name="wbsFullPath", Storage="_WbsFullPath", DbType="NVarChar(200)")]
public string WbsFullPath
{
get
{
return this._WbsFullPath;
}
set
{
if ((this._WbsFullPath != value))
{
this.OnWbsFullPathChanging(value);
this.SendPropertyChanging();
this._WbsFullPath = value;
this.SendPropertyChanged("WbsFullPath");
this.OnWbsFullPathChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Name="formatFileCode", Storage="_FormatFileCode", DbType="NVarChar(50)")]
public string FormatFileCode
{
get
{
return this._FormatFileCode;
}
set
{
if ((this._FormatFileCode != value))
{
this.OnFormatFileCodeChanging(value);
this.SendPropertyChanging();
this._FormatFileCode = value;
this.SendPropertyChanged("FormatFileCode");
this.OnFormatFileCodeChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Name="formatFileName", Storage="_FormatFileName", DbType="NVarChar(200)")]
public string FormatFileName
{
get
{
return this._FormatFileName;
}
set
{
if ((this._FormatFileName != value))
{
this.OnFormatFileNameChanging(value);
this.SendPropertyChanging();
this._FormatFileName = value;
this.SendPropertyChanged("FormatFileName");
this.OnFormatFileNameChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Name="fileVersion", Storage="_FileVersion", DbType="NVarChar(50)")]
public string FileVersion
{
get
{
return this._FileVersion;
}
set
{
if ((this._FileVersion != value))
{
this.OnFileVersionChanging(value);
this.SendPropertyChanging();
this._FileVersion = value;
this.SendPropertyChanged("FileVersion");
this.OnFileVersionChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Name="majorNo", Storage="_MajorNo", DbType="NVarChar(50)")]
public string MajorNo
{
get
{
return this._MajorNo;
}
set
{
if ((this._MajorNo != value))
{
this.OnMajorNoChanging(value);
this.SendPropertyChanging();
this._MajorNo = value;
this.SendPropertyChanged("MajorNo");
this.OnMajorNoChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Name="status", Storage="_Status", DbType="NVarChar(50)")]
public string Status
{
get
{
return this._Status;
}
set
{
if ((this._Status != value))
{
this.OnStatusChanging(value);
this.SendPropertyChanging();
this._Status = value;
this.SendPropertyChanged("Status");
this.OnStatusChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Name="designUserName", Storage="_DesignUserName", DbType="NVarChar(50)")]
public string DesignUserName
{
get
{
return this._DesignUserName;
}
set
{
if ((this._DesignUserName != value))
{
this.OnDesignUserNameChanging(value);
this.SendPropertyChanging();
this._DesignUserName = value;
this.SendPropertyChanged("DesignUserName");
this.OnDesignUserNameChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Name="jiaoheUserName", Storage="_JiaoheUserName", DbType="NVarChar(50)")]
public string JiaoheUserName
{
get
{
return this._JiaoheUserName;
}
set
{
if ((this._JiaoheUserName != value))
{
this.OnJiaoheUserNameChanging(value);
this.SendPropertyChanging();
this._JiaoheUserName = value;
this.SendPropertyChanged("JiaoheUserName");
this.OnJiaoheUserNameChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Name="shenheUserName", Storage="_ShenheUserName", DbType="NVarChar(50)")]
public string ShenheUserName
{
get
{
return this._ShenheUserName;
}
set
{
if ((this._ShenheUserName != value))
{
this.OnShenheUserNameChanging(value);
this.SendPropertyChanging();
this._ShenheUserName = value;
this.SendPropertyChanged("ShenheUserName");
this.OnShenheUserNameChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Name="shendingUserName", Storage="_ShendingUserName", DbType="NVarChar(50)")]
public string ShendingUserName
{
get
{
return this._ShendingUserName;
}
set
{
if ((this._ShendingUserName != value))
{
this.OnShendingUserNameChanging(value);
this.SendPropertyChanging();
this._ShendingUserName = value;
this.SendPropertyChanged("ShendingUserName");
this.OnShendingUserNameChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Name="majorResponsibleUserName", Storage="_MajorResponsibleUserName", DbType="NVarChar(50)")]
public string MajorResponsibleUserName
{
get
{
return this._MajorResponsibleUserName;
}
set
{
if ((this._MajorResponsibleUserName != value))
{
this.OnMajorResponsibleUserNameChanging(value);
this.SendPropertyChanging();
this._MajorResponsibleUserName = value;
this.SendPropertyChanged("MajorResponsibleUserName");
this.OnMajorResponsibleUserNameChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Name="classificationLevelInProject", Storage="_ClassificationLevelInProject", DbType="NVarChar(50)")]
public string ClassificationLevelInProject
{
get
{
return this._ClassificationLevelInProject;
}
set
{
if ((this._ClassificationLevelInProject != value))
{
this.OnClassificationLevelInProjectChanging(value);
this.SendPropertyChanging();
this._ClassificationLevelInProject = value;
this.SendPropertyChanged("ClassificationLevelInProject");
this.OnClassificationLevelInProjectChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Name="updateTime", Storage="_UpdateTime", DbType="DateTime")]
public System.Nullable<System.DateTime> UpdateTime
{
get
{
return this._UpdateTime;
}
set
{
if ((this._UpdateTime != value))
{
this.OnUpdateTimeChanging(value);
this.SendPropertyChanging();
this._UpdateTime = value;
this.SendPropertyChanged("UpdateTime");
this.OnUpdateTimeChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Name="remark", Storage="_Remark", DbType="NVarChar(500)")]
public string Remark
{
get
{
return this._Remark;
}
set
{
if ((this._Remark != value))
{
this.OnRemarkChanging(value);
this.SendPropertyChanging();
this._Remark = value;
this.SendPropertyChanged("Remark");
this.OnRemarkChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_RdpId", DbType="NVarChar(50)")]
public string RdpId
{
get
{
return this._RdpId;
}
set
{
if ((this._RdpId != value))
{
this.OnRdpIdChanging(value);
this.SendPropertyChanging();
this._RdpId = value;
this.SendPropertyChanged("RdpId");
this.OnRdpIdChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Name="fileid", Storage="_Fileid", DbType="NVarChar(50)")]
public string Fileid
{
get
{
return this._Fileid;
}
set
{
if ((this._Fileid != value))
{
this.OnFileidChanging(value);
this.SendPropertyChanging();
this._Fileid = value;
this.SendPropertyChanged("Fileid");
this.OnFileidChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Name="upfileid", Storage="_Upfileid", DbType="NVarChar(50)")]
public string Upfileid
{
get
{
return this._Upfileid;
}
set
{
if ((this._Upfileid != value))
{
this.OnUpfileidChanging(value);
this.SendPropertyChanging();
this._Upfileid = value;
this.SendPropertyChanged("Upfileid");
this.OnUpfileidChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Name="maintitle", Storage="_Maintitle", DbType="NVarChar(200)")]
public string Maintitle
{
get
{
return this._Maintitle;
}
set
{
if ((this._Maintitle != value))
{
this.OnMaintitleChanging(value);
this.SendPropertyChanging();
this._Maintitle = value;
this.SendPropertyChanged("Maintitle");
this.OnMaintitleChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Name="doc_no", Storage="_Doc_no", DbType="NVarChar(50)")]
public string Doc_no
{
get
{
return this._Doc_no;
}
set
{
if ((this._Doc_no != value))
{
this.OnDoc_noChanging(value);
this.SendPropertyChanging();
this._Doc_no = value;
this.SendPropertyChanged("Doc_no");
this.OnDoc_noChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Name="bc", Storage="_Bc", DbType="NVarChar(50)")]
public string Bc
{
get
{
return this._Bc;
}
set
{
if ((this._Bc != value))
{
this.OnBcChanging(value);
this.SendPropertyChanging();
this._Bc = value;
this.SendPropertyChanged("Bc");
this.OnBcChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Name="archnumber", Storage="_Archnumber", DbType="NVarChar(50)")]
public string Archnumber
{
get
{
return this._Archnumber;
}
set
{
if ((this._Archnumber != value))
{
this.OnArchnumberChanging(value);
this.SendPropertyChanging();
this._Archnumber = value;
this.SendPropertyChanged("Archnumber");
this.OnArchnumberChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Name="sendtime", Storage="_Sendtime", DbType="DateTime")]
public System.Nullable<System.DateTime> Sendtime
{
get
{
return this._Sendtime;
}
set
{
if ((this._Sendtime != value))
{
this.OnSendtimeChanging(value);
this.SendPropertyChanging();
this._Sendtime = value;
this.SendPropertyChanged("Sendtime");
this.OnSendtimeChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Name="printtime", Storage="_Printtime", DbType="DateTime")]
public System.Nullable<System.DateTime> Printtime
{
get
{
return this._Printtime;
}
set
{
if ((this._Printtime != value))
{
this.OnPrinttimeChanging(value);
this.SendPropertyChanging();
this._Printtime = value;
this.SendPropertyChanged("Printtime");
this.OnPrinttimeChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Name="ifmail", Storage="_Ifmail", DbType="NVarChar(50)")]
public string Ifmail
{
get
{
return this._Ifmail;
}
set
{
if ((this._Ifmail != value))
{
this.OnIfmailChanging(value);
this.SendPropertyChanging();
this._Ifmail = value;
this.SendPropertyChanged("Ifmail");
this.OnIfmailChanged();
}
}
}
public event PropertyChangingEventHandler PropertyChanging;
public event PropertyChangedEventHandler PropertyChanged;
protected virtual void SendPropertyChanging()
{
if ((this.PropertyChanging != null))
{
this.PropertyChanging(this, emptyChangingEventArgs);
}
}
protected virtual void SendPropertyChanged(String propertyName)
{
if ((this.PropertyChanged != null))
{
this.PropertyChanged(this, new PropertyChangedEventArgs(propertyName));
}
}
}
[global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.InApproveManager_EquipmentIn")]
public partial class InApproveManager_EquipmentIn : INotifyPropertyChanging, INotifyPropertyChanged
{