焊接修改
This commit is contained in:
@@ -280630,6 +280630,8 @@ namespace Model
|
||||
|
||||
private System.Nullable<int> _JointCount;
|
||||
|
||||
private System.Nullable<int> _ShopJointCount;
|
||||
|
||||
private System.Nullable<int> _FinishJointCount;
|
||||
|
||||
private string _UnitName;
|
||||
@@ -281242,6 +281244,22 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ShopJointCount", DbType="Int")]
|
||||
public System.Nullable<int> ShopJointCount
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._ShopJointCount;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._ShopJointCount != value))
|
||||
{
|
||||
this._ShopJointCount = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_FinishJointCount", DbType="Int")]
|
||||
public System.Nullable<int> FinishJointCount
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user