20250929 人工时处理

This commit is contained in:
2025-09-29 13:54:52 +08:00
parent a33a1ca50c
commit 56c9aa33ab
11 changed files with 129 additions and 51 deletions
+18
View File
@@ -27681,6 +27681,8 @@ namespace Model
private System.Nullable<double> _ActHours;
private string _Phase;
public View_NewManHours_Plan()
{
}
@@ -28116,6 +28118,22 @@ namespace Model
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Phase", DbType="NVarChar(50)")]
public string Phase
{
get
{
return this._Phase;
}
set
{
if ((this._Phase != value))
{
this._Phase = value;
}
}
}
}
[global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.View_Project_Closure_Report")]