20231023合并
This commit is contained in:
@@ -1733,6 +1733,9 @@ namespace Model
|
||||
partial void InsertZHGL_ConstructionLogWorkEfficiency(ZHGL_ConstructionLogWorkEfficiency instance);
|
||||
partial void UpdateZHGL_ConstructionLogWorkEfficiency(ZHGL_ConstructionLogWorkEfficiency instance);
|
||||
partial void DeleteZHGL_ConstructionLogWorkEfficiency(ZHGL_ConstructionLogWorkEfficiency instance);
|
||||
partial void InsertZHGL_ConstructionLogWorkEfficiencyCompany(ZHGL_ConstructionLogWorkEfficiencyCompany instance);
|
||||
partial void UpdateZHGL_ConstructionLogWorkEfficiencyCompany(ZHGL_ConstructionLogWorkEfficiencyCompany instance);
|
||||
partial void DeleteZHGL_ConstructionLogWorkEfficiencyCompany(ZHGL_ConstructionLogWorkEfficiencyCompany instance);
|
||||
partial void InsertZHGL_ConstructionLogWorkEfficiencyMonth(ZHGL_ConstructionLogWorkEfficiencyMonth instance);
|
||||
partial void UpdateZHGL_ConstructionLogWorkEfficiencyMonth(ZHGL_ConstructionLogWorkEfficiencyMonth instance);
|
||||
partial void DeleteZHGL_ConstructionLogWorkEfficiencyMonth(ZHGL_ConstructionLogWorkEfficiencyMonth instance);
|
||||
@@ -7118,6 +7121,14 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
public System.Data.Linq.Table<ZHGL_ConstructionLogWorkEfficiencyCompany> ZHGL_ConstructionLogWorkEfficiencyCompany
|
||||
{
|
||||
get
|
||||
{
|
||||
return this.GetTable<ZHGL_ConstructionLogWorkEfficiencyCompany>();
|
||||
}
|
||||
}
|
||||
|
||||
public System.Data.Linq.Table<ZHGL_ConstructionLogWorkEfficiencyMonth> ZHGL_ConstructionLogWorkEfficiencyMonth
|
||||
{
|
||||
get
|
||||
@@ -305742,6 +305753,188 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.ZHGL_ConstructionLogWorkEfficiencyCompany")]
|
||||
public partial class ZHGL_ConstructionLogWorkEfficiencyCompany : INotifyPropertyChanging, INotifyPropertyChanged
|
||||
{
|
||||
|
||||
private static PropertyChangingEventArgs emptyChangingEventArgs = new PropertyChangingEventArgs(String.Empty);
|
||||
|
||||
private string _ConstructionLogWorkEfficiencyCompanyId;
|
||||
|
||||
private string _Type;
|
||||
|
||||
private string _TypeId;
|
||||
|
||||
private string _UnitOfMeasurement;
|
||||
|
||||
private System.Nullable<decimal> _BaseWorkEfficiency;
|
||||
|
||||
private System.Nullable<decimal> _AvgWorkEfficiency;
|
||||
|
||||
#region 可扩展性方法定义
|
||||
partial void OnLoaded();
|
||||
partial void OnValidate(System.Data.Linq.ChangeAction action);
|
||||
partial void OnCreated();
|
||||
partial void OnConstructionLogWorkEfficiencyCompanyIdChanging(string value);
|
||||
partial void OnConstructionLogWorkEfficiencyCompanyIdChanged();
|
||||
partial void OnTypeChanging(string value);
|
||||
partial void OnTypeChanged();
|
||||
partial void OnTypeIdChanging(string value);
|
||||
partial void OnTypeIdChanged();
|
||||
partial void OnUnitOfMeasurementChanging(string value);
|
||||
partial void OnUnitOfMeasurementChanged();
|
||||
partial void OnBaseWorkEfficiencyChanging(System.Nullable<decimal> value);
|
||||
partial void OnBaseWorkEfficiencyChanged();
|
||||
partial void OnAvgWorkEfficiencyChanging(System.Nullable<decimal> value);
|
||||
partial void OnAvgWorkEfficiencyChanged();
|
||||
#endregion
|
||||
|
||||
public ZHGL_ConstructionLogWorkEfficiencyCompany()
|
||||
{
|
||||
OnCreated();
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ConstructionLogWorkEfficiencyCompanyId", DbType="NVarChar(50) NOT NULL", CanBeNull=false, IsPrimaryKey=true)]
|
||||
public string ConstructionLogWorkEfficiencyCompanyId
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._ConstructionLogWorkEfficiencyCompanyId;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._ConstructionLogWorkEfficiencyCompanyId != value))
|
||||
{
|
||||
this.OnConstructionLogWorkEfficiencyCompanyIdChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._ConstructionLogWorkEfficiencyCompanyId = value;
|
||||
this.SendPropertyChanged("ConstructionLogWorkEfficiencyCompanyId");
|
||||
this.OnConstructionLogWorkEfficiencyCompanyIdChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Type", DbType="NVarChar(20)")]
|
||||
public string Type
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._Type;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._Type != value))
|
||||
{
|
||||
this.OnTypeChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._Type = value;
|
||||
this.SendPropertyChanged("Type");
|
||||
this.OnTypeChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_TypeId", DbType="NVarChar(50)")]
|
||||
public string TypeId
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._TypeId;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._TypeId != value))
|
||||
{
|
||||
this.OnTypeIdChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._TypeId = value;
|
||||
this.SendPropertyChanged("TypeId");
|
||||
this.OnTypeIdChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_UnitOfMeasurement", DbType="NVarChar(50)")]
|
||||
public string UnitOfMeasurement
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._UnitOfMeasurement;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._UnitOfMeasurement != value))
|
||||
{
|
||||
this.OnUnitOfMeasurementChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._UnitOfMeasurement = value;
|
||||
this.SendPropertyChanged("UnitOfMeasurement");
|
||||
this.OnUnitOfMeasurementChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_BaseWorkEfficiency", DbType="Decimal(18,2)")]
|
||||
public System.Nullable<decimal> BaseWorkEfficiency
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._BaseWorkEfficiency;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._BaseWorkEfficiency != value))
|
||||
{
|
||||
this.OnBaseWorkEfficiencyChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._BaseWorkEfficiency = value;
|
||||
this.SendPropertyChanged("BaseWorkEfficiency");
|
||||
this.OnBaseWorkEfficiencyChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_AvgWorkEfficiency", DbType="Decimal(18,2)")]
|
||||
public System.Nullable<decimal> AvgWorkEfficiency
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._AvgWorkEfficiency;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._AvgWorkEfficiency != value))
|
||||
{
|
||||
this.OnAvgWorkEfficiencyChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._AvgWorkEfficiency = value;
|
||||
this.SendPropertyChanged("AvgWorkEfficiency");
|
||||
this.OnAvgWorkEfficiencyChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public event PropertyChangingEventHandler PropertyChanging;
|
||||
|
||||
public event PropertyChangedEventHandler PropertyChanged;
|
||||
|
||||
protected virtual void SendPropertyChanging()
|
||||
{
|
||||
if ((this.PropertyChanging != null))
|
||||
{
|
||||
this.PropertyChanging(this, emptyChangingEventArgs);
|
||||
}
|
||||
}
|
||||
|
||||
protected virtual void SendPropertyChanged(String propertyName)
|
||||
{
|
||||
if ((this.PropertyChanged != null))
|
||||
{
|
||||
this.PropertyChanged(this, new PropertyChangedEventArgs(propertyName));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.ZHGL_ConstructionLogWorkEfficiencyMonth")]
|
||||
public partial class ZHGL_ConstructionLogWorkEfficiencyMonth : INotifyPropertyChanging, INotifyPropertyChanged
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user