修改安全实施计划
This commit is contained in:
@@ -11278,6 +11278,8 @@ namespace Model
|
||||
|
||||
private string _DepartId;
|
||||
|
||||
private System.Nullable<int> _IsPushOa;
|
||||
|
||||
private EntityRef<ActionPlan_ActionPlanList> _ActionPlan_ActionPlanList;
|
||||
|
||||
private EntityRef<Person_Persons> _Person_Persons;
|
||||
@@ -11308,6 +11310,8 @@ namespace Model
|
||||
partial void OnEditionChanged();
|
||||
partial void OnDepartIdChanging(string value);
|
||||
partial void OnDepartIdChanged();
|
||||
partial void OnIsPushOaChanging(System.Nullable<int> value);
|
||||
partial void OnIsPushOaChanged();
|
||||
#endregion
|
||||
|
||||
public ActionPlan_ActionPlanListApprove()
|
||||
@@ -11545,6 +11549,26 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_IsPushOa", DbType="Int")]
|
||||
public System.Nullable<int> IsPushOa
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._IsPushOa;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._IsPushOa != value))
|
||||
{
|
||||
this.OnIsPushOaChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._IsPushOa = value;
|
||||
this.SendPropertyChanged("IsPushOa");
|
||||
this.OnIsPushOaChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_ActionPlan_ActionPlanListApprove_ActionPlan_ActionPlanList", Storage="_ActionPlan_ActionPlanList", ThisKey="ActionPlanListId", OtherKey="ActionPlanListId", IsForeignKey=true)]
|
||||
public ActionPlan_ActionPlanList ActionPlan_ActionPlanList
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user