2023-2-14 001

This commit is contained in:
2023-02-14 19:59:12 +08:00
parent c25427af5e
commit 265e9a9f37
20 changed files with 1404 additions and 174 deletions
+433
View File
@@ -914,6 +914,9 @@ namespace Model
partial void InsertPHTGL_BidDocumentsReview(PHTGL_BidDocumentsReview instance);
partial void UpdatePHTGL_BidDocumentsReview(PHTGL_BidDocumentsReview instance);
partial void DeletePHTGL_BidDocumentsReview(PHTGL_BidDocumentsReview instance);
partial void InsertPHTGL_BidDocumentsStandingBook(PHTGL_BidDocumentsStandingBook instance);
partial void UpdatePHTGL_BidDocumentsStandingBook(PHTGL_BidDocumentsStandingBook instance);
partial void DeletePHTGL_BidDocumentsStandingBook(PHTGL_BidDocumentsStandingBook instance);
partial void InsertPHTGL_Contract(PHTGL_Contract instance);
partial void UpdatePHTGL_Contract(PHTGL_Contract instance);
partial void DeletePHTGL_Contract(PHTGL_Contract instance);
@@ -3856,6 +3859,14 @@ namespace Model
}
}
public System.Data.Linq.Table<PHTGL_BidDocumentsStandingBook> PHTGL_BidDocumentsStandingBook
{
get
{
return this.GetTable<PHTGL_BidDocumentsStandingBook>();
}
}
public System.Data.Linq.Table<PHTGL_Contract> PHTGL_Contract
{
get
@@ -142315,6 +142326,428 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.PHTGL_BidDocumentsStandingBook")]
public partial class PHTGL_BidDocumentsStandingBook : INotifyPropertyChanging, INotifyPropertyChanged
{
private static PropertyChangingEventArgs emptyChangingEventArgs = new PropertyChangingEventArgs(String.Empty);
private string _BidDocumentsStandingBookId;
private string _EPCCode;
private string _ProjectShortName;
private string _ProjectCode;
private System.Nullable<int> _IsOnLine;
private string _BidType;
private string _ActionPlanCode;
private string _BidDocumentsCode;
private string _BidProject;
private string _ShortListApprovalCode;
private string _ProposedInviter;
private System.Nullable<System.DateTime> _Bidding_SendTime;
private System.Nullable<System.DateTime> _Bidding_StartTime;
private string _ApprovePersonFormCode;
private string _BidWinner;
private string _SetSubReviewCode;
#region
partial void OnLoaded();
partial void OnValidate(System.Data.Linq.ChangeAction action);
partial void OnCreated();
partial void OnBidDocumentsStandingBookIdChanging(string value);
partial void OnBidDocumentsStandingBookIdChanged();
partial void OnEPCCodeChanging(string value);
partial void OnEPCCodeChanged();
partial void OnProjectShortNameChanging(string value);
partial void OnProjectShortNameChanged();
partial void OnProjectCodeChanging(string value);
partial void OnProjectCodeChanged();
partial void OnIsOnLineChanging(System.Nullable<int> value);
partial void OnIsOnLineChanged();
partial void OnBidTypeChanging(string value);
partial void OnBidTypeChanged();
partial void OnActionPlanCodeChanging(string value);
partial void OnActionPlanCodeChanged();
partial void OnBidDocumentsCodeChanging(string value);
partial void OnBidDocumentsCodeChanged();
partial void OnBidProjectChanging(string value);
partial void OnBidProjectChanged();
partial void OnShortListApprovalCodeChanging(string value);
partial void OnShortListApprovalCodeChanged();
partial void OnProposedInviterChanging(string value);
partial void OnProposedInviterChanged();
partial void OnBidding_SendTimeChanging(System.Nullable<System.DateTime> value);
partial void OnBidding_SendTimeChanged();
partial void OnBidding_StartTimeChanging(System.Nullable<System.DateTime> value);
partial void OnBidding_StartTimeChanged();
partial void OnApprovePersonFormCodeChanging(string value);
partial void OnApprovePersonFormCodeChanged();
partial void OnBidWinnerChanging(string value);
partial void OnBidWinnerChanged();
partial void OnSetSubReviewCodeChanging(string value);
partial void OnSetSubReviewCodeChanged();
#endregion
public PHTGL_BidDocumentsStandingBook()
{
OnCreated();
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_BidDocumentsStandingBookId", DbType="VarChar(100) NOT NULL", CanBeNull=false, IsPrimaryKey=true)]
public string BidDocumentsStandingBookId
{
get
{
return this._BidDocumentsStandingBookId;
}
set
{
if ((this._BidDocumentsStandingBookId != value))
{
this.OnBidDocumentsStandingBookIdChanging(value);
this.SendPropertyChanging();
this._BidDocumentsStandingBookId = value;
this.SendPropertyChanged("BidDocumentsStandingBookId");
this.OnBidDocumentsStandingBookIdChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_EPCCode", DbType="VarChar(100)")]
public string EPCCode
{
get
{
return this._EPCCode;
}
set
{
if ((this._EPCCode != value))
{
this.OnEPCCodeChanging(value);
this.SendPropertyChanging();
this._EPCCode = value;
this.SendPropertyChanged("EPCCode");
this.OnEPCCodeChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ProjectShortName", DbType="VarChar(100)")]
public string ProjectShortName
{
get
{
return this._ProjectShortName;
}
set
{
if ((this._ProjectShortName != value))
{
this.OnProjectShortNameChanging(value);
this.SendPropertyChanging();
this._ProjectShortName = value;
this.SendPropertyChanged("ProjectShortName");
this.OnProjectShortNameChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ProjectCode", DbType="VarChar(100)")]
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(Storage="_IsOnLine", DbType="Int")]
public System.Nullable<int> IsOnLine
{
get
{
return this._IsOnLine;
}
set
{
if ((this._IsOnLine != value))
{
this.OnIsOnLineChanging(value);
this.SendPropertyChanging();
this._IsOnLine = value;
this.SendPropertyChanged("IsOnLine");
this.OnIsOnLineChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_BidType", DbType="VarChar(100)")]
public string BidType
{
get
{
return this._BidType;
}
set
{
if ((this._BidType != value))
{
this.OnBidTypeChanging(value);
this.SendPropertyChanging();
this._BidType = value;
this.SendPropertyChanged("BidType");
this.OnBidTypeChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ActionPlanCode", DbType="VarChar(100)")]
public string ActionPlanCode
{
get
{
return this._ActionPlanCode;
}
set
{
if ((this._ActionPlanCode != value))
{
this.OnActionPlanCodeChanging(value);
this.SendPropertyChanging();
this._ActionPlanCode = value;
this.SendPropertyChanged("ActionPlanCode");
this.OnActionPlanCodeChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_BidDocumentsCode", DbType="VarChar(100)")]
public string BidDocumentsCode
{
get
{
return this._BidDocumentsCode;
}
set
{
if ((this._BidDocumentsCode != value))
{
this.OnBidDocumentsCodeChanging(value);
this.SendPropertyChanging();
this._BidDocumentsCode = value;
this.SendPropertyChanged("BidDocumentsCode");
this.OnBidDocumentsCodeChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_BidProject", DbType="VarChar(100)")]
public string BidProject
{
get
{
return this._BidProject;
}
set
{
if ((this._BidProject != value))
{
this.OnBidProjectChanging(value);
this.SendPropertyChanging();
this._BidProject = value;
this.SendPropertyChanged("BidProject");
this.OnBidProjectChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ShortListApprovalCode", DbType="VarChar(100)")]
public string ShortListApprovalCode
{
get
{
return this._ShortListApprovalCode;
}
set
{
if ((this._ShortListApprovalCode != value))
{
this.OnShortListApprovalCodeChanging(value);
this.SendPropertyChanging();
this._ShortListApprovalCode = value;
this.SendPropertyChanged("ShortListApprovalCode");
this.OnShortListApprovalCodeChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ProposedInviter", DbType="VarChar(100)")]
public string ProposedInviter
{
get
{
return this._ProposedInviter;
}
set
{
if ((this._ProposedInviter != value))
{
this.OnProposedInviterChanging(value);
this.SendPropertyChanging();
this._ProposedInviter = value;
this.SendPropertyChanged("ProposedInviter");
this.OnProposedInviterChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Bidding_SendTime", DbType="DateTime")]
public System.Nullable<System.DateTime> Bidding_SendTime
{
get
{
return this._Bidding_SendTime;
}
set
{
if ((this._Bidding_SendTime != value))
{
this.OnBidding_SendTimeChanging(value);
this.SendPropertyChanging();
this._Bidding_SendTime = value;
this.SendPropertyChanged("Bidding_SendTime");
this.OnBidding_SendTimeChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Bidding_StartTime", DbType="DateTime")]
public System.Nullable<System.DateTime> Bidding_StartTime
{
get
{
return this._Bidding_StartTime;
}
set
{
if ((this._Bidding_StartTime != value))
{
this.OnBidding_StartTimeChanging(value);
this.SendPropertyChanging();
this._Bidding_StartTime = value;
this.SendPropertyChanged("Bidding_StartTime");
this.OnBidding_StartTimeChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ApprovePersonFormCode", DbType="VarChar(100)")]
public string ApprovePersonFormCode
{
get
{
return this._ApprovePersonFormCode;
}
set
{
if ((this._ApprovePersonFormCode != value))
{
this.OnApprovePersonFormCodeChanging(value);
this.SendPropertyChanging();
this._ApprovePersonFormCode = value;
this.SendPropertyChanged("ApprovePersonFormCode");
this.OnApprovePersonFormCodeChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_BidWinner", DbType="VarChar(100)")]
public string BidWinner
{
get
{
return this._BidWinner;
}
set
{
if ((this._BidWinner != value))
{
this.OnBidWinnerChanging(value);
this.SendPropertyChanging();
this._BidWinner = value;
this.SendPropertyChanged("BidWinner");
this.OnBidWinnerChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SetSubReviewCode", DbType="VarChar(100)")]
public string SetSubReviewCode
{
get
{
return this._SetSubReviewCode;
}
set
{
if ((this._SetSubReviewCode != value))
{
this.OnSetSubReviewCodeChanging(value);
this.SendPropertyChanging();
this._SetSubReviewCode = value;
this.SendPropertyChanged("SetSubReviewCode");
this.OnSetSubReviewCodeChanged();
}
}
}
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.PHTGL_Contract")]
public partial class PHTGL_Contract : INotifyPropertyChanging, INotifyPropertyChanged
{