提交代码

This commit is contained in:
2023-11-24 18:29:30 +08:00
parent 00db9731bf
commit 3aeb7e47de
12 changed files with 541 additions and 27 deletions
+18
View File
@@ -269072,6 +269072,8 @@ namespace Model
private string _DetectionTypeId;
private string _DetectionRateId;
private string _PointBatchCode;
private string _UnitWorkId;
@@ -269216,6 +269218,22 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_DetectionRateId", DbType="NVarChar(50)")]
public string DetectionRateId
{
get
{
return this._DetectionRateId;
}
set
{
if ((this._DetectionRateId != value))
{
this._DetectionRateId = value;
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PointBatchCode", DbType="NVarChar(100)")]
public string PointBatchCode
{