From e8f73350ebe7702a81d3239ef52bf38b2df716ef Mon Sep 17 00:00:00 2001 From: xiaju <1784803958@qq.com> Date: Mon, 12 Jan 2026 10:40:15 +0800 Subject: [PATCH] 1 --- .../HiddenInspection/RiskAnalysisChart.aspx | 2 +- SGGL/Model/Model.cs | 125 ------------------ 2 files changed, 1 insertion(+), 126 deletions(-) diff --git a/SGGL/FineUIPro.Web/HSSE/HiddenInspection/RiskAnalysisChart.aspx b/SGGL/FineUIPro.Web/HSSE/HiddenInspection/RiskAnalysisChart.aspx index da2febc1..48e81a6d 100644 --- a/SGGL/FineUIPro.Web/HSSE/HiddenInspection/RiskAnalysisChart.aspx +++ b/SGGL/FineUIPro.Web/HSSE/HiddenInspection/RiskAnalysisChart.aspx @@ -63,7 +63,7 @@ - View_EmployInOutRecord - { - get - { - return this.GetTable(); - } - } - public System.Data.Linq.Table View_Environmental_ArchitectureReport { get @@ -432357,123 +432349,6 @@ namespace Model } } - [global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.View_EmployInOutRecord")] - public partial class View_EmployInOutRecord - { - - private string _ProjectId; - - private string _UnitId; - - private string _PostId; - - private System.Nullable _RecordDate; - - private string _UnitWorkId; - - private System.Nullable _ActualQuantity; - - public View_EmployInOutRecord() - { - } - - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ProjectId", DbType="NVarChar(50)")] - public string ProjectId - { - get - { - return this._ProjectId; - } - set - { - if ((this._ProjectId != value)) - { - this._ProjectId = value; - } - } - } - - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_UnitId", DbType="VarChar(100)")] - public string UnitId - { - get - { - return this._UnitId; - } - set - { - if ((this._UnitId != value)) - { - this._UnitId = value; - } - } - } - - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PostId", DbType="NVarChar(50)")] - public string PostId - { - get - { - return this._PostId; - } - set - { - if ((this._PostId != value)) - { - this._PostId = value; - } - } - } - - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_RecordDate", DbType="DateTime")] - public System.Nullable RecordDate - { - get - { - return this._RecordDate; - } - set - { - if ((this._RecordDate != value)) - { - this._RecordDate = value; - } - } - } - - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_UnitWorkId", DbType="NVarChar(MAX)", UpdateCheck=UpdateCheck.Never)] - public string UnitWorkId - { - get - { - return this._UnitWorkId; - } - set - { - if ((this._UnitWorkId != value)) - { - this._UnitWorkId = value; - } - } - } - - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ActualQuantity", DbType="Int")] - public System.Nullable ActualQuantity - { - get - { - return this._ActualQuantity; - } - set - { - if ((this._ActualQuantity != value)) - { - this._ActualQuantity = value; - } - } - } - } - [global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.View_Environmental_ArchitectureReport")] public partial class View_Environmental_ArchitectureReport {