1
This commit is contained in:
@@ -319096,6 +319096,8 @@ namespace Model
|
||||
|
||||
private System.Nullable<int> _TrainCount1;
|
||||
|
||||
private System.Nullable<int> _TrainCount2;
|
||||
|
||||
private string _AuditorId;
|
||||
|
||||
private string _AuditorName;
|
||||
@@ -319728,6 +319730,22 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_TrainCount2", DbType="Int")]
|
||||
public System.Nullable<int> TrainCount2
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._TrainCount2;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._TrainCount2 != value))
|
||||
{
|
||||
this._TrainCount2 = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_AuditorId", DbType="NVarChar(50)")]
|
||||
public string AuditorId
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user