提交代码
This commit is contained in:
+6
-6
@@ -271804,7 +271804,7 @@ namespace Model
|
||||
|
||||
private string _WeldJointCode;
|
||||
|
||||
private string _WeldJointNum;
|
||||
private System.Nullable<int> _WeldJointNum;
|
||||
|
||||
private string _PipelineId;
|
||||
|
||||
@@ -271870,8 +271870,8 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WeldJointNum", DbType="NVarChar(50)")]
|
||||
public string WeldJointNum
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WeldJointNum", DbType="Int")]
|
||||
public System.Nullable<int> WeldJointNum
|
||||
{
|
||||
get
|
||||
{
|
||||
@@ -300749,7 +300749,7 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PackageContent", DbType="NVarChar(50)")]
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PackageContent", DbType="NVarChar(200)")]
|
||||
public string PackageContent
|
||||
{
|
||||
get
|
||||
@@ -310300,7 +310300,7 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ContractNo", DbType="NVarChar(500)")]
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ContractNo", DbType="NVarChar(1500)")]
|
||||
public string ContractNo
|
||||
{
|
||||
get
|
||||
@@ -310320,7 +310320,7 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_UnitWorks", DbType="NVarChar(500)")]
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_UnitWorks", DbType="NVarChar(1500)")]
|
||||
public string UnitWorks
|
||||
{
|
||||
get
|
||||
|
||||
Reference in New Issue
Block a user