建筑行业报表

This commit is contained in:
geh
2025-09-02 10:13:15 +08:00
parent 1cce9ee9e2
commit 5c2ca7b809
26 changed files with 1013 additions and 666 deletions
+74 -26
View File
@@ -155632,6 +155632,8 @@ namespace Model
private string _UpState;
private System.Nullable<int> _Month;
private EntityRef<Base_Unit> _Base_Unit;
private EntitySet<Environmental_ArchitectureReportItem> _Environmental_ArchitectureReportItem;
@@ -155656,6 +155658,8 @@ namespace Model
partial void OnDutyPersonChanged();
partial void OnUpStateChanging(string value);
partial void OnUpStateChanged();
partial void OnMonthChanging(System.Nullable<int> value);
partial void OnMonthChanged();
#endregion
public Environmental_ArchitectureReport()
@@ -155829,6 +155833,26 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Month", DbType="Int")]
public System.Nullable<int> Month
{
get
{
return this._Month;
}
set
{
if ((this._Month != value))
{
this.OnMonthChanging(value);
this.SendPropertyChanging();
this._Month = value;
this.SendPropertyChanged("Month");
this.OnMonthChanged();
}
}
}
[global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_Environmental_ArchitectureReport_Base_Unit", Storage="_Base_Unit", ThisKey="UnitId", OtherKey="UnitId", IsForeignKey=true)]
public Base_Unit Base_Unit
{
@@ -160218,6 +160242,8 @@ namespace Model
private string _UpState;
private System.Nullable<int> _Month;
private EntityRef<Base_Project> _Base_Project;
private EntitySet<Environmental_ProjectArchitectureReportItem> _Environmental_ProjectArchitectureReportItem;
@@ -160242,6 +160268,8 @@ namespace Model
partial void OnDutyPersonChanged();
partial void OnUpStateChanging(string value);
partial void OnUpStateChanged();
partial void OnMonthChanging(System.Nullable<int> value);
partial void OnMonthChanged();
#endregion
public Environmental_ProjectArchitectureReport()
@@ -160415,6 +160443,26 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Month", DbType="Int")]
public System.Nullable<int> Month
{
get
{
return this._Month;
}
set
{
if ((this._Month != value))
{
this.OnMonthChanging(value);
this.SendPropertyChanging();
this._Month = value;
this.SendPropertyChanged("Month");
this.OnMonthChanged();
}
}
}
[global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_Environmental_ProjectArchitectureReport_Base_Project", Storage="_Base_Project", ThisKey="ProjectId", OtherKey="ProjectId", IsForeignKey=true)]
public Base_Project Base_Project
{
@@ -464685,13 +464733,13 @@ namespace Model
private string _YearStr;
private string _QuartersStr;
private string _MonthStr;
private string _UnitName;
private System.Nullable<int> _Year;
private System.Nullable<int> _Quarters;
private System.Nullable<int> _Month;
private string _UpState;
@@ -464781,18 +464829,18 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_QuartersStr", DbType="NVarChar(100)")]
public string QuartersStr
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_MonthStr", DbType="NVarChar(100)")]
public string MonthStr
{
get
{
return this._QuartersStr;
return this._MonthStr;
}
set
{
if ((this._QuartersStr != value))
if ((this._MonthStr != value))
{
this._QuartersStr = value;
this._MonthStr = value;
}
}
}
@@ -464829,18 +464877,18 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Quarters", DbType="Int")]
public System.Nullable<int> Quarters
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Month", DbType="Int")]
public System.Nullable<int> Month
{
get
{
return this._Quarters;
return this._Month;
}
set
{
if ((this._Quarters != value))
if ((this._Month != value))
{
this._Quarters = value;
this._Month = value;
}
}
}
@@ -465720,13 +465768,13 @@ namespace Model
private string _YearStr;
private string _QuartersStr;
private string _MonthStr;
private string _ProjectName;
private System.Nullable<int> _Year;
private System.Nullable<int> _Quarters;
private System.Nullable<int> _Month;
private string _UpState;
@@ -465816,18 +465864,18 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_QuartersStr", DbType="NVarChar(100)")]
public string QuartersStr
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_MonthStr", DbType="NVarChar(100)")]
public string MonthStr
{
get
{
return this._QuartersStr;
return this._MonthStr;
}
set
{
if ((this._QuartersStr != value))
if ((this._MonthStr != value))
{
this._QuartersStr = value;
this._MonthStr = value;
}
}
}
@@ -465864,18 +465912,18 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Quarters", DbType="Int")]
public System.Nullable<int> Quarters
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Month", DbType="Int")]
public System.Nullable<int> Month
{
get
{
return this._Quarters;
return this._Month;
}
set
{
if ((this._Quarters != value))
if ((this._Month != value))
{
this._Quarters = value;
this._Month = value;
}
}
}
@@ -468010,7 +468058,7 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_RegisterTypesName", DbType="NVarChar(200)")]
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_RegisterTypesName", DbType="NVarChar(50)")]
public string RegisterTypesName
{
get
@@ -469045,7 +469093,7 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_RegisterTypesName", DbType="NVarChar(200)")]
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_RegisterTypesName", DbType="NVarChar(50)")]
public string RegisterTypesName
{
get