质量月报

This commit is contained in:
2023-05-25 10:56:16 +08:00
parent 39673dc1eb
commit 9346f075db
10 changed files with 419 additions and 155 deletions
+56 -56
View File
@@ -113713,33 +113713,33 @@ namespace Model
private System.Nullable<int> _Sort;
private System.Nullable<int> _Month1;
private System.Nullable<decimal> _Month1;
private System.Nullable<int> _Month2;
private System.Nullable<decimal> _Month2;
private System.Nullable<int> _Month3;
private System.Nullable<decimal> _Month3;
private System.Nullable<int> _Month4;
private System.Nullable<decimal> _Month4;
private System.Nullable<int> _Month5;
private System.Nullable<decimal> _Month5;
private System.Nullable<int> _Month6;
private System.Nullable<decimal> _Month6;
private System.Nullable<int> _Month7;
private System.Nullable<decimal> _Month7;
private System.Nullable<int> _Month8;
private System.Nullable<decimal> _Month8;
private System.Nullable<int> _Month9;
private System.Nullable<decimal> _Month9;
private System.Nullable<int> _Month10;
private System.Nullable<decimal> _Month10;
private System.Nullable<int> _Month11;
private System.Nullable<decimal> _Month11;
private System.Nullable<int> _Month12;
private System.Nullable<decimal> _Month12;
private System.Nullable<int> _YearTotal;
private System.Nullable<decimal> _YearTotal;
private System.Nullable<int> _ProjectTotal;
private System.Nullable<decimal> _ProjectTotal;
private EntityRef<CQMS_MonthReport> _CQMS_MonthReport;
@@ -113757,33 +113757,33 @@ namespace Model
partial void OnUnitChanged();
partial void OnSortChanging(System.Nullable<int> value);
partial void OnSortChanged();
partial void OnMonth1Changing(System.Nullable<int> value);
partial void OnMonth1Changing(System.Nullable<decimal> value);
partial void OnMonth1Changed();
partial void OnMonth2Changing(System.Nullable<int> value);
partial void OnMonth2Changing(System.Nullable<decimal> value);
partial void OnMonth2Changed();
partial void OnMonth3Changing(System.Nullable<int> value);
partial void OnMonth3Changing(System.Nullable<decimal> value);
partial void OnMonth3Changed();
partial void OnMonth4Changing(System.Nullable<int> value);
partial void OnMonth4Changing(System.Nullable<decimal> value);
partial void OnMonth4Changed();
partial void OnMonth5Changing(System.Nullable<int> value);
partial void OnMonth5Changing(System.Nullable<decimal> value);
partial void OnMonth5Changed();
partial void OnMonth6Changing(System.Nullable<int> value);
partial void OnMonth6Changing(System.Nullable<decimal> value);
partial void OnMonth6Changed();
partial void OnMonth7Changing(System.Nullable<int> value);
partial void OnMonth7Changing(System.Nullable<decimal> value);
partial void OnMonth7Changed();
partial void OnMonth8Changing(System.Nullable<int> value);
partial void OnMonth8Changing(System.Nullable<decimal> value);
partial void OnMonth8Changed();
partial void OnMonth9Changing(System.Nullable<int> value);
partial void OnMonth9Changing(System.Nullable<decimal> value);
partial void OnMonth9Changed();
partial void OnMonth10Changing(System.Nullable<int> value);
partial void OnMonth10Changing(System.Nullable<decimal> value);
partial void OnMonth10Changed();
partial void OnMonth11Changing(System.Nullable<int> value);
partial void OnMonth11Changing(System.Nullable<decimal> value);
partial void OnMonth11Changed();
partial void OnMonth12Changing(System.Nullable<int> value);
partial void OnMonth12Changing(System.Nullable<decimal> value);
partial void OnMonth12Changed();
partial void OnYearTotalChanging(System.Nullable<int> value);
partial void OnYearTotalChanging(System.Nullable<decimal> value);
partial void OnYearTotalChanged();
partial void OnProjectTotalChanging(System.Nullable<int> value);
partial void OnProjectTotalChanging(System.Nullable<decimal> value);
partial void OnProjectTotalChanged();
#endregion
@@ -113897,8 +113897,8 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Month1", DbType="Int")]
public System.Nullable<int> Month1
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Month1", DbType="Decimal(18,2)")]
public System.Nullable<decimal> Month1
{
get
{
@@ -113917,8 +113917,8 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Month2", DbType="Int")]
public System.Nullable<int> Month2
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Month2", DbType="Decimal(18,2)")]
public System.Nullable<decimal> Month2
{
get
{
@@ -113937,8 +113937,8 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Month3", DbType="Int")]
public System.Nullable<int> Month3
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Month3", DbType="Decimal(18,2)")]
public System.Nullable<decimal> Month3
{
get
{
@@ -113957,8 +113957,8 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Month4", DbType="Int")]
public System.Nullable<int> Month4
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Month4", DbType="Decimal(18,2)")]
public System.Nullable<decimal> Month4
{
get
{
@@ -113977,8 +113977,8 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Month5", DbType="Int")]
public System.Nullable<int> Month5
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Month5", DbType="Decimal(18,2)")]
public System.Nullable<decimal> Month5
{
get
{
@@ -113997,8 +113997,8 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Month6", DbType="Int")]
public System.Nullable<int> Month6
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Month6", DbType="Decimal(18,2)")]
public System.Nullable<decimal> Month6
{
get
{
@@ -114017,8 +114017,8 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Month7", DbType="Int")]
public System.Nullable<int> Month7
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Month7", DbType="Decimal(18,2)")]
public System.Nullable<decimal> Month7
{
get
{
@@ -114037,8 +114037,8 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Month8", DbType="Int")]
public System.Nullable<int> Month8
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Month8", DbType="Decimal(18,2)")]
public System.Nullable<decimal> Month8
{
get
{
@@ -114057,8 +114057,8 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Month9", DbType="Int")]
public System.Nullable<int> Month9
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Month9", DbType="Decimal(18,2)")]
public System.Nullable<decimal> Month9
{
get
{
@@ -114077,8 +114077,8 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Month10", DbType="Int")]
public System.Nullable<int> Month10
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Month10", DbType="Decimal(18,2)")]
public System.Nullable<decimal> Month10
{
get
{
@@ -114097,8 +114097,8 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Month11", DbType="Int")]
public System.Nullable<int> Month11
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Month11", DbType="Decimal(18,2)")]
public System.Nullable<decimal> Month11
{
get
{
@@ -114117,8 +114117,8 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Month12", DbType="Int")]
public System.Nullable<int> Month12
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Month12", DbType="Decimal(18,2)")]
public System.Nullable<decimal> Month12
{
get
{
@@ -114137,8 +114137,8 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_YearTotal", DbType="Int")]
public System.Nullable<int> YearTotal
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_YearTotal", DbType="Decimal(18,2)")]
public System.Nullable<decimal> YearTotal
{
get
{
@@ -114157,8 +114157,8 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ProjectTotal", DbType="Int")]
public System.Nullable<int> ProjectTotal
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ProjectTotal", DbType="Decimal(18,2)")]
public System.Nullable<decimal> ProjectTotal
{
get
{