提交代码
This commit is contained in:
parent
e384e322be
commit
5074d80167
|
@ -414982,6 +414982,8 @@ namespace Model
|
|||
|
||||
private string _Status;
|
||||
|
||||
private System.Nullable<System.DateTime> _ADate;
|
||||
|
||||
public View_TransferDetail()
|
||||
{
|
||||
}
|
||||
|
@ -415097,6 +415099,22 @@ namespace Model
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Name="aDate", Storage="_ADate", DbType="DateTime")]
|
||||
public System.Nullable<System.DateTime> ADate
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._ADate;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._ADate != value))
|
||||
{
|
||||
this._ADate = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.View_WBS")]
|
||||
|
|
Loading…
Reference in New Issue