超过一定规模的危大施工方案增加字段,去除总结
This commit is contained in:
+49
-25
@@ -95255,6 +95255,8 @@ namespace Model
|
||||
|
||||
private string _ExpertReviewMan;
|
||||
|
||||
private System.Nullable<bool> _IsReview;
|
||||
|
||||
private EntityRef<Base_CNProfessional> _Base_CNProfessional;
|
||||
|
||||
private EntityRef<Base_Project> _Base_Project;
|
||||
@@ -95299,6 +95301,8 @@ namespace Model
|
||||
partial void OnUnitWorkIdChanged();
|
||||
partial void OnExpertReviewManChanging(string value);
|
||||
partial void OnExpertReviewManChanged();
|
||||
partial void OnIsReviewChanging(System.Nullable<bool> value);
|
||||
partial void OnIsReviewChanged();
|
||||
#endregion
|
||||
|
||||
public Comprehensive_MajorPlanApproval()
|
||||
@@ -95642,6 +95646,26 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_IsReview", DbType="Bit")]
|
||||
public System.Nullable<bool> IsReview
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._IsReview;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._IsReview != value))
|
||||
{
|
||||
this.OnIsReviewChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._IsReview = value;
|
||||
this.SendPropertyChanged("IsReview");
|
||||
this.OnIsReviewChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_Comprehensive_MajorPlanApproval_Base_CNProfessional", Storage="_Base_CNProfessional", ThisKey="CNProfessionalId", OtherKey="CNProfessionalId", IsForeignKey=true)]
|
||||
public Base_CNProfessional Base_CNProfessional
|
||||
{
|
||||
@@ -98526,10 +98550,10 @@ namespace Model
|
||||
|
||||
private string _ProjectId;
|
||||
|
||||
private string _DraCode;
|
||||
|
||||
private string _CNProfessionalId;
|
||||
|
||||
private string _DraCode;
|
||||
|
||||
private System.Nullable<System.DateTime> _ReviewDate;
|
||||
|
||||
private string _UnitWorkId;
|
||||
@@ -98552,10 +98576,10 @@ namespace Model
|
||||
partial void OnIdChanged();
|
||||
partial void OnProjectIdChanging(string value);
|
||||
partial void OnProjectIdChanged();
|
||||
partial void OnDraCodeChanging(string value);
|
||||
partial void OnDraCodeChanged();
|
||||
partial void OnCNProfessionalIdChanging(string value);
|
||||
partial void OnCNProfessionalIdChanged();
|
||||
partial void OnDraCodeChanging(string value);
|
||||
partial void OnDraCodeChanged();
|
||||
partial void OnReviewDateChanging(System.Nullable<System.DateTime> value);
|
||||
partial void OnReviewDateChanged();
|
||||
partial void OnUnitWorkIdChanging(string value);
|
||||
@@ -98597,7 +98621,7 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ProjectId", DbType="NVarChar(50) NOT NULL", CanBeNull=false)]
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ProjectId", DbType="NVarChar(50)")]
|
||||
public string ProjectId
|
||||
{
|
||||
get
|
||||
@@ -98617,26 +98641,6 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_DraCode", DbType="NVarChar(50) NOT NULL", CanBeNull=false)]
|
||||
public string DraCode
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._DraCode;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._DraCode != value))
|
||||
{
|
||||
this.OnDraCodeChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._DraCode = value;
|
||||
this.SendPropertyChanged("DraCode");
|
||||
this.OnDraCodeChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_CNProfessionalId", DbType="NVarChar(50)")]
|
||||
public string CNProfessionalId
|
||||
{
|
||||
@@ -98657,6 +98661,26 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_DraCode", DbType="NVarChar(50)")]
|
||||
public string DraCode
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._DraCode;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._DraCode != value))
|
||||
{
|
||||
this.OnDraCodeChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._DraCode = value;
|
||||
this.SendPropertyChanged("DraCode");
|
||||
this.OnDraCodeChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ReviewDate", DbType="DateTime")]
|
||||
public System.Nullable<System.DateTime> ReviewDate
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user