fix(hjgl)焊接基础数据导入界面报错解决
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user