安全报表增加系统外工时统计
This commit is contained in:
+76
-4
@@ -204295,6 +204295,8 @@ namespace Model
|
||||
|
||||
private System.Nullable<int> _EnvironmenNum;
|
||||
|
||||
private System.Nullable<decimal> _OutSideUnitWorkNum;
|
||||
|
||||
private EntityRef<Information_MillionsMonthlyReport> _Information_MillionsMonthlyReport;
|
||||
|
||||
#region 可扩展性方法定义
|
||||
@@ -204373,6 +204375,8 @@ namespace Model
|
||||
partial void OnDeathAccidentLossHourChanged();
|
||||
partial void OnEnvironmenNumChanging(System.Nullable<int> value);
|
||||
partial void OnEnvironmenNumChanged();
|
||||
partial void OnOutSideUnitWorkNumChanging(System.Nullable<decimal> value);
|
||||
partial void OnOutSideUnitWorkNumChanged();
|
||||
#endregion
|
||||
|
||||
public Information_MillionsMonthlyReportItem()
|
||||
@@ -205105,6 +205109,26 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_OutSideUnitWorkNum", DbType="Decimal(18,4)")]
|
||||
public System.Nullable<decimal> OutSideUnitWorkNum
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._OutSideUnitWorkNum;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._OutSideUnitWorkNum != value))
|
||||
{
|
||||
this.OnOutSideUnitWorkNumChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._OutSideUnitWorkNum = value;
|
||||
this.SendPropertyChanged("OutSideUnitWorkNum");
|
||||
this.OnOutSideUnitWorkNumChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_Information_MillionsMonthlyReportItem_Information_MillionsMonthlyReport", Storage="_Information_MillionsMonthlyReport", ThisKey="MillionsMonthlyReportId", OtherKey="MillionsMonthlyReportId", IsForeignKey=true)]
|
||||
public Information_MillionsMonthlyReport Information_MillionsMonthlyReport
|
||||
{
|
||||
@@ -216511,6 +216535,8 @@ namespace Model
|
||||
|
||||
private System.Nullable<int> _SoleDutyNum;
|
||||
|
||||
private System.Nullable<decimal> _OutSideUnitWorkNum;
|
||||
|
||||
private EntityRef<Base_Project> _Base_Project;
|
||||
|
||||
private EntityRef<Sys_User> _Sys_User;
|
||||
@@ -216631,6 +216657,8 @@ namespace Model
|
||||
partial void OnCommissionerNumChanged();
|
||||
partial void OnSoleDutyNumChanging(System.Nullable<int> value);
|
||||
partial void OnSoleDutyNumChanged();
|
||||
partial void OnOutSideUnitWorkNumChanging(System.Nullable<decimal> value);
|
||||
partial void OnOutSideUnitWorkNumChanged();
|
||||
#endregion
|
||||
|
||||
public InformationProject_MillionsMonthlyReport()
|
||||
@@ -217768,6 +217796,26 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_OutSideUnitWorkNum", DbType="Decimal(18,4)")]
|
||||
public System.Nullable<decimal> OutSideUnitWorkNum
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._OutSideUnitWorkNum;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._OutSideUnitWorkNum != value))
|
||||
{
|
||||
this.OnOutSideUnitWorkNumChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._OutSideUnitWorkNum = value;
|
||||
this.SendPropertyChanged("OutSideUnitWorkNum");
|
||||
this.OnOutSideUnitWorkNumChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_InformationProject_MillionsMonthlyReport_Base_Project", Storage="_Base_Project", ThisKey="ProjectId", OtherKey="ProjectId", IsForeignKey=true)]
|
||||
public Base_Project Base_Project
|
||||
{
|
||||
@@ -302096,7 +302144,7 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ControlPointType", DbType="NVarChar(50)")]
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ControlPointType", DbType="NVarChar(100)")]
|
||||
public string ControlPointType
|
||||
{
|
||||
get
|
||||
@@ -302116,7 +302164,7 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_AcceptanceSite", DbType="NVarChar(50)")]
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_AcceptanceSite", DbType="NVarChar(200)")]
|
||||
public string AcceptanceSite
|
||||
{
|
||||
get
|
||||
@@ -316471,6 +316519,8 @@ namespace Model
|
||||
|
||||
private string _QRCodeAttachUrl;
|
||||
|
||||
private System.Nullable<bool> _IsOutSideUnit;
|
||||
|
||||
private EntityRef<Base_Project> _Base_Project;
|
||||
|
||||
private EntityRef<Base_Unit> _Base_Unit;
|
||||
@@ -316509,6 +316559,8 @@ namespace Model
|
||||
partial void OnCQMS_OrganizationPicChanged();
|
||||
partial void OnQRCodeAttachUrlChanging(string value);
|
||||
partial void OnQRCodeAttachUrlChanged();
|
||||
partial void OnIsOutSideUnitChanging(System.Nullable<bool> value);
|
||||
partial void OnIsOutSideUnitChanged();
|
||||
#endregion
|
||||
|
||||
public Project_ProjectUnit()
|
||||
@@ -316826,6 +316878,26 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_IsOutSideUnit", DbType="Bit")]
|
||||
public System.Nullable<bool> IsOutSideUnit
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._IsOutSideUnit;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._IsOutSideUnit != value))
|
||||
{
|
||||
this.OnIsOutSideUnitChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._IsOutSideUnit = value;
|
||||
this.SendPropertyChanged("IsOutSideUnit");
|
||||
this.OnIsOutSideUnitChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_Project_ProjectUnit_Base_Project", Storage="_Base_Project", ThisKey="ProjectId", OtherKey="ProjectId", IsForeignKey=true)]
|
||||
public Base_Project Base_Project
|
||||
{
|
||||
@@ -429530,7 +429602,7 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_AcceptanceSite", DbType="NVarChar(50)")]
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_AcceptanceSite", DbType="NVarChar(200)")]
|
||||
public string AcceptanceSite
|
||||
{
|
||||
get
|
||||
@@ -448847,7 +448919,7 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_AcceptanceSite", DbType="NVarChar(50)")]
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_AcceptanceSite", DbType="NVarChar(200)")]
|
||||
public string AcceptanceSite
|
||||
{
|
||||
get
|
||||
|
||||
Reference in New Issue
Block a user