20250929 人工时处理
This commit is contained in:
@@ -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")]
|
||||
|
||||
Reference in New Issue
Block a user