提交代码
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user