焊接修改

This commit is contained in:
2024-12-10 15:18:31 +08:00
parent f4f7f93835
commit b70dec0803
22 changed files with 266 additions and 204 deletions
+18
View File
@@ -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
{