fix(hjgl)焊接基础数据导入界面报错解决

This commit is contained in:
2026-07-07 14:22:31 +08:00
parent bb6615ebb0
commit 3ba7c1973b
3 changed files with 110 additions and 4 deletions
+18
View File
@@ -301858,6 +301858,8 @@ namespace Model
private string _PipeArea;
private string _PaintId;
private string _PipeAreaStr;
private string _FlowingSection;
@@ -302346,6 +302348,22 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PaintId", DbType="NVarChar(20)")]
public string PaintId
{
get
{
return this._PaintId;
}
set
{
if ((this._PaintId != value))
{
this._PaintId = value;
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PipeAreaStr", DbType="VarChar(8) NOT NULL", CanBeNull=false)]
public string PipeAreaStr
{