拉取焊接、合同修改代码

This commit is contained in:
2022-09-09 09:57:33 +08:00
parent e0f256688a
commit b3678ee484
3 changed files with 28 additions and 10 deletions
+18
View File
@@ -224275,6 +224275,8 @@ namespace Model
private System.Nullable<int> _TrainCount;
private System.Nullable<int> _TrainCount1;
private string _AuditorId;
private string _AuditorName;
@@ -224873,6 +224875,22 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_TrainCount1", DbType="Int")]
public System.Nullable<int> TrainCount1
{
get
{
return this._TrainCount1;
}
set
{
if ((this._TrainCount1 != value))
{
this._TrainCount1 = value;
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_AuditorId", DbType="NVarChar(50)")]
public string AuditorId
{