This commit is contained in:
2026-04-15 14:49:59 +08:00
parent 0a74bc541e
commit 80f8cecc56
3 changed files with 123 additions and 1 deletions
+18
View File
@@ -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
{