提交代码
This commit is contained in:
@@ -271806,6 +271806,8 @@ namespace Model
|
||||
|
||||
private System.Nullable<int> _WeldJointNum;
|
||||
|
||||
private string _WeldJointNumStr;
|
||||
|
||||
private string _PipelineId;
|
||||
|
||||
private string _WeldingDailyId;
|
||||
@@ -271886,6 +271888,22 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WeldJointNumStr", DbType="NVarChar(50)")]
|
||||
public string WeldJointNumStr
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._WeldJointNumStr;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._WeldJointNumStr != value))
|
||||
{
|
||||
this._WeldJointNumStr = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PipelineId", DbType="NVarChar(50)")]
|
||||
public string PipelineId
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user