提交代码

This commit is contained in:
2023-12-02 10:50:09 +08:00
parent fd8a66326c
commit 9b98f48748
6 changed files with 409 additions and 133 deletions
+18
View File
@@ -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
{