材料管理修改
This commit is contained in:
@@ -259490,6 +259490,10 @@ namespace Model
|
||||
|
||||
private System.Nullable<System.DateTime> _AuditDate2;
|
||||
|
||||
private string _WarehouseMan;
|
||||
|
||||
private System.Nullable<System.DateTime> _WarehouseDate;
|
||||
|
||||
#region 可扩展性方法定义
|
||||
partial void OnLoaded();
|
||||
partial void OnValidate(System.Data.Linq.ChangeAction action);
|
||||
@@ -259532,6 +259536,10 @@ namespace Model
|
||||
partial void OnAuditMan2Changed();
|
||||
partial void OnAuditDate2Changing(System.Nullable<System.DateTime> value);
|
||||
partial void OnAuditDate2Changed();
|
||||
partial void OnWarehouseManChanging(string value);
|
||||
partial void OnWarehouseManChanged();
|
||||
partial void OnWarehouseDateChanging(System.Nullable<System.DateTime> value);
|
||||
partial void OnWarehouseDateChanged();
|
||||
#endregion
|
||||
|
||||
public Tw_InOutPlanMaster()
|
||||
@@ -259919,6 +259927,46 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WarehouseMan", DbType="NVarChar(50)")]
|
||||
public string WarehouseMan
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._WarehouseMan;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._WarehouseMan != value))
|
||||
{
|
||||
this.OnWarehouseManChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._WarehouseMan = value;
|
||||
this.SendPropertyChanged("WarehouseMan");
|
||||
this.OnWarehouseManChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WarehouseDate", DbType="DateTime")]
|
||||
public System.Nullable<System.DateTime> WarehouseDate
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._WarehouseDate;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._WarehouseDate != value))
|
||||
{
|
||||
this.OnWarehouseDateChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._WarehouseDate = value;
|
||||
this.SendPropertyChanged("WarehouseDate");
|
||||
this.OnWarehouseDateChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public event PropertyChangingEventHandler PropertyChanging;
|
||||
|
||||
public event PropertyChangedEventHandler PropertyChanged;
|
||||
@@ -260158,6 +260206,10 @@ namespace Model
|
||||
|
||||
private string _Remark;
|
||||
|
||||
private string _WarehouseMan;
|
||||
|
||||
private System.Nullable<System.DateTime> _WarehouseDate;
|
||||
|
||||
#region 可扩展性方法定义
|
||||
partial void OnLoaded();
|
||||
partial void OnValidate(System.Data.Linq.ChangeAction action);
|
||||
@@ -260192,6 +260244,10 @@ namespace Model
|
||||
partial void OnAuditDateChanged();
|
||||
partial void OnRemarkChanging(string value);
|
||||
partial void OnRemarkChanged();
|
||||
partial void OnWarehouseManChanging(string value);
|
||||
partial void OnWarehouseManChanged();
|
||||
partial void OnWarehouseDateChanging(System.Nullable<System.DateTime> value);
|
||||
partial void OnWarehouseDateChanged();
|
||||
#endregion
|
||||
|
||||
public Tw_InputMaster()
|
||||
@@ -260499,6 +260555,46 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WarehouseMan", DbType="NVarChar(50)")]
|
||||
public string WarehouseMan
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._WarehouseMan;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._WarehouseMan != value))
|
||||
{
|
||||
this.OnWarehouseManChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._WarehouseMan = value;
|
||||
this.SendPropertyChanged("WarehouseMan");
|
||||
this.OnWarehouseManChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WarehouseDate", DbType="DateTime")]
|
||||
public System.Nullable<System.DateTime> WarehouseDate
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._WarehouseDate;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._WarehouseDate != value))
|
||||
{
|
||||
this.OnWarehouseDateChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._WarehouseDate = value;
|
||||
this.SendPropertyChanged("WarehouseDate");
|
||||
this.OnWarehouseDateChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public event PropertyChangingEventHandler PropertyChanging;
|
||||
|
||||
public event PropertyChangedEventHandler PropertyChanged;
|
||||
@@ -260894,6 +260990,10 @@ namespace Model
|
||||
|
||||
private System.Nullable<System.DateTime> _AuditDate;
|
||||
|
||||
private string _WarehouseMan;
|
||||
|
||||
private System.Nullable<System.DateTime> _WarehouseDate;
|
||||
|
||||
#region 可扩展性方法定义
|
||||
partial void OnLoaded();
|
||||
partial void OnValidate(System.Data.Linq.ChangeAction action);
|
||||
@@ -260926,6 +261026,10 @@ namespace Model
|
||||
partial void OnAuditManChanged();
|
||||
partial void OnAuditDateChanging(System.Nullable<System.DateTime> value);
|
||||
partial void OnAuditDateChanged();
|
||||
partial void OnWarehouseManChanging(string value);
|
||||
partial void OnWarehouseManChanged();
|
||||
partial void OnWarehouseDateChanging(System.Nullable<System.DateTime> value);
|
||||
partial void OnWarehouseDateChanged();
|
||||
#endregion
|
||||
|
||||
public Tw_OutputMaster()
|
||||
@@ -261213,6 +261317,46 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WarehouseMan", DbType="NVarChar(50)")]
|
||||
public string WarehouseMan
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._WarehouseMan;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._WarehouseMan != value))
|
||||
{
|
||||
this.OnWarehouseManChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._WarehouseMan = value;
|
||||
this.SendPropertyChanged("WarehouseMan");
|
||||
this.OnWarehouseManChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WarehouseDate", DbType="DateTime")]
|
||||
public System.Nullable<System.DateTime> WarehouseDate
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._WarehouseDate;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._WarehouseDate != value))
|
||||
{
|
||||
this.OnWarehouseDateChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._WarehouseDate = value;
|
||||
this.SendPropertyChanged("WarehouseDate");
|
||||
this.OnWarehouseDateChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public event PropertyChangingEventHandler PropertyChanging;
|
||||
|
||||
public event PropertyChangedEventHandler PropertyChanged;
|
||||
|
||||
Reference in New Issue
Block a user