From 41a4f382ec586669cb798c615844408458db1634 Mon Sep 17 00:00:00 2001 From: xiaju <1784803958@qq.com> Date: Tue, 11 Nov 2025 11:16:14 +0800 Subject: [PATCH] 1 --- .../SUBQHSE_V2025-11-11-geh(全部事项).sql | 2 +- SGGL/Model/Model.cs | 971 ------------------ 2 files changed, 1 insertion(+), 972 deletions(-) diff --git a/DataBase/版本日志/SUBQHSE_V2025-11-11-geh(全部事项).sql b/DataBase/版本日志/SUBQHSE_V2025-11-11-geh(全部事项).sql index e5cc272d..88a374b8 100644 --- a/DataBase/版本日志/SUBQHSE_V2025-11-11-geh(全部事项).sql +++ b/DataBase/版本日志/SUBQHSE_V2025-11-11-geh(全部事项).sql @@ -1,6 +1,6 @@ --关键事项 -CREATE PROCEDURE [dbo].[Sp_GJSX_getlist] +Alter PROCEDURE [dbo].[Sp_GJSX_getlist] -- Add the parameters for the stored procedure here @ProjectId nvarchar(max), @sql_where varchar(max) diff --git a/SGGL/Model/Model.cs b/SGGL/Model/Model.cs index eaf1903a..a46ff60e 100644 --- a/SGGL/Model/Model.cs +++ b/SGGL/Model/Model.cs @@ -9356,14 +9356,6 @@ namespace Model } } - public System.Data.Linq.Table Sys_User2 - { - get - { - return this.GetTable(); - } - } - public System.Data.Linq.Table Sys_UserRead { get @@ -386007,969 +385999,6 @@ namespace Model } } - [global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.Sys_User2")] - public partial class Sys_User2 - { - - private string _UserId; - - private string _DepartId; - - private string _UnitId; - - private string _Account; - - private string _UserCode; - - private string _Password; - - private string _UserName; - - private string _RoleId; - - private System.Nullable _IsPost; - - private string _LoginProjectId; - - private string _Sex; - - private System.Nullable _BirthDay; - - private string _Marriage; - - private string _Nation; - - private string _IdentityCard; - - private string _Email; - - private string _Telephone; - - private string _Education; - - private string _Hometown; - - private string _PositionId; - - private string _PhotoUrl; - - private string _Performance; - - private System.Nullable _PageSize; - - private System.Nullable _IsOffice; - - private string _DeviceId; - - private string _SessionString; - - private System.Nullable _RCount; - - private string _DataSources; - - private string _SignatureUrl; - - private string _OpenId; - - private string _LastMenuType; - - private System.Nullable _LastIsOffice; - - private string _LastProjectId; - - private string _Politicalstatus; - - private string _Graduate; - - private string _Major; - - private System.Nullable _IntoDate; - - private string _Certificate; - - private System.Nullable _ValidityDate; - - private string _ProjectId; - - private string _ProjectRoleId; - - private string _CertificateId; - - private string _PostTitleId; - - private string _WorkPostId; - - private string _ProjectWorkPostId; - - private string _RoleType; - - private string _MainCNProfessionalId; - - private string _ViceCNProfessionalId; - - private string _WorkNo; - - private string _RawPassword; - - private string _HomePageType; - - private string _CompanyProjectId; - - private System.Nullable _IsInspectionBrigade; - - public Sys_User2() - { - } - - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_UserId", DbType="NVarChar(50) NOT NULL", CanBeNull=false)] - public string UserId - { - get - { - return this._UserId; - } - set - { - if ((this._UserId != value)) - { - this._UserId = value; - } - } - } - - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_DepartId", DbType="NVarChar(50)")] - public string DepartId - { - get - { - return this._DepartId; - } - set - { - if ((this._DepartId != value)) - { - this._DepartId = value; - } - } - } - - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_UnitId", DbType="NVarChar(50)")] - public string UnitId - { - get - { - return this._UnitId; - } - set - { - if ((this._UnitId != value)) - { - this._UnitId = value; - } - } - } - - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Account", DbType="NVarChar(50)")] - public string Account - { - get - { - return this._Account; - } - set - { - if ((this._Account != value)) - { - this._Account = value; - } - } - } - - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_UserCode", DbType="NVarChar(20)")] - public string UserCode - { - get - { - return this._UserCode; - } - set - { - if ((this._UserCode != value)) - { - this._UserCode = value; - } - } - } - - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Password", DbType="NVarChar(50)")] - public string Password - { - get - { - return this._Password; - } - set - { - if ((this._Password != value)) - { - this._Password = value; - } - } - } - - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_UserName", DbType="NVarChar(50)")] - public string UserName - { - get - { - return this._UserName; - } - set - { - if ((this._UserName != value)) - { - this._UserName = value; - } - } - } - - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_RoleId", DbType="NVarChar(50)")] - public string RoleId - { - get - { - return this._RoleId; - } - set - { - if ((this._RoleId != value)) - { - this._RoleId = value; - } - } - } - - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_IsPost", DbType="Bit")] - public System.Nullable IsPost - { - get - { - return this._IsPost; - } - set - { - if ((this._IsPost != value)) - { - this._IsPost = value; - } - } - } - - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_LoginProjectId", DbType="NVarChar(50)")] - public string LoginProjectId - { - get - { - return this._LoginProjectId; - } - set - { - if ((this._LoginProjectId != value)) - { - this._LoginProjectId = value; - } - } - } - - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Sex", DbType="Char(1)")] - public string Sex - { - get - { - return this._Sex; - } - set - { - if ((this._Sex != value)) - { - this._Sex = value; - } - } - } - - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_BirthDay", DbType="DateTime")] - public System.Nullable BirthDay - { - get - { - return this._BirthDay; - } - set - { - if ((this._BirthDay != value)) - { - this._BirthDay = value; - } - } - } - - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Marriage", DbType="NVarChar(20)")] - public string Marriage - { - get - { - return this._Marriage; - } - set - { - if ((this._Marriage != value)) - { - this._Marriage = value; - } - } - } - - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Nation", DbType="NVarChar(20)")] - public string Nation - { - get - { - return this._Nation; - } - set - { - if ((this._Nation != value)) - { - this._Nation = value; - } - } - } - - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_IdentityCard", DbType="NVarChar(50)")] - public string IdentityCard - { - get - { - return this._IdentityCard; - } - set - { - if ((this._IdentityCard != value)) - { - this._IdentityCard = value; - } - } - } - - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Email", DbType="NVarChar(100)")] - public string Email - { - get - { - return this._Email; - } - set - { - if ((this._Email != value)) - { - this._Email = value; - } - } - } - - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Telephone", DbType="NVarChar(50)")] - public string Telephone - { - get - { - return this._Telephone; - } - set - { - if ((this._Telephone != value)) - { - this._Telephone = value; - } - } - } - - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Education", DbType="NVarChar(20)")] - public string Education - { - get - { - return this._Education; - } - set - { - if ((this._Education != value)) - { - this._Education = value; - } - } - } - - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Hometown", DbType="NVarChar(50)")] - public string Hometown - { - get - { - return this._Hometown; - } - set - { - if ((this._Hometown != value)) - { - this._Hometown = value; - } - } - } - - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PositionId", DbType="NVarChar(50)")] - public string PositionId - { - get - { - return this._PositionId; - } - set - { - if ((this._PositionId != value)) - { - this._PositionId = value; - } - } - } - - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PhotoUrl", DbType="NVarChar(500)")] - public string PhotoUrl - { - get - { - return this._PhotoUrl; - } - set - { - if ((this._PhotoUrl != value)) - { - this._PhotoUrl = value; - } - } - } - - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Performance", DbType="NVarChar(800)")] - public string Performance - { - get - { - return this._Performance; - } - set - { - if ((this._Performance != value)) - { - this._Performance = value; - } - } - } - - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PageSize", DbType="Int")] - public System.Nullable PageSize - { - get - { - return this._PageSize; - } - set - { - if ((this._PageSize != value)) - { - this._PageSize = value; - } - } - } - - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_IsOffice", DbType="Bit")] - public System.Nullable IsOffice - { - get - { - return this._IsOffice; - } - set - { - if ((this._IsOffice != value)) - { - this._IsOffice = value; - } - } - } - - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_DeviceId", DbType="NVarChar(100)")] - public string DeviceId - { - get - { - return this._DeviceId; - } - set - { - if ((this._DeviceId != value)) - { - this._DeviceId = value; - } - } - } - - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SessionString", DbType="NVarChar(MAX)", UpdateCheck=UpdateCheck.Never)] - public string SessionString - { - get - { - return this._SessionString; - } - set - { - if ((this._SessionString != value)) - { - this._SessionString = value; - } - } - } - - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_RCount", DbType="Int")] - public System.Nullable RCount - { - get - { - return this._RCount; - } - set - { - if ((this._RCount != value)) - { - this._RCount = value; - } - } - } - - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_DataSources", DbType="NVarChar(50)")] - public string DataSources - { - get - { - return this._DataSources; - } - set - { - if ((this._DataSources != value)) - { - this._DataSources = value; - } - } - } - - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SignatureUrl", DbType="NVarChar(500)")] - public string SignatureUrl - { - get - { - return this._SignatureUrl; - } - set - { - if ((this._SignatureUrl != value)) - { - this._SignatureUrl = value; - } - } - } - - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_OpenId", DbType="NVarChar(100)")] - public string OpenId - { - get - { - return this._OpenId; - } - set - { - if ((this._OpenId != value)) - { - this._OpenId = value; - } - } - } - - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_LastMenuType", DbType="NVarChar(50)")] - public string LastMenuType - { - get - { - return this._LastMenuType; - } - set - { - if ((this._LastMenuType != value)) - { - this._LastMenuType = value; - } - } - } - - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_LastIsOffice", DbType="Bit")] - public System.Nullable LastIsOffice - { - get - { - return this._LastIsOffice; - } - set - { - if ((this._LastIsOffice != value)) - { - this._LastIsOffice = value; - } - } - } - - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_LastProjectId", DbType="NVarChar(50)")] - public string LastProjectId - { - get - { - return this._LastProjectId; - } - set - { - if ((this._LastProjectId != value)) - { - this._LastProjectId = value; - } - } - } - - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Politicalstatus", DbType="NVarChar(50)")] - public string Politicalstatus - { - get - { - return this._Politicalstatus; - } - set - { - if ((this._Politicalstatus != value)) - { - this._Politicalstatus = value; - } - } - } - - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Graduate", DbType="NVarChar(50)")] - public string Graduate - { - get - { - return this._Graduate; - } - set - { - if ((this._Graduate != value)) - { - this._Graduate = value; - } - } - } - - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Major", DbType="NVarChar(50)")] - public string Major - { - get - { - return this._Major; - } - set - { - if ((this._Major != value)) - { - this._Major = value; - } - } - } - - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_IntoDate", DbType="DateTime")] - public System.Nullable IntoDate - { - get - { - return this._IntoDate; - } - set - { - if ((this._IntoDate != value)) - { - this._IntoDate = value; - } - } - } - - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Certificate", DbType="NVarChar(50)")] - public string Certificate - { - get - { - return this._Certificate; - } - set - { - if ((this._Certificate != value)) - { - this._Certificate = value; - } - } - } - - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ValidityDate", DbType="DateTime")] - public System.Nullable ValidityDate - { - get - { - return this._ValidityDate; - } - set - { - if ((this._ValidityDate != value)) - { - this._ValidityDate = value; - } - } - } - - [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="_ProjectRoleId", DbType="NVarChar(500)")] - public string ProjectRoleId - { - get - { - return this._ProjectRoleId; - } - set - { - if ((this._ProjectRoleId != value)) - { - this._ProjectRoleId = value; - } - } - } - - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_CertificateId", DbType="NVarChar(500)")] - public string CertificateId - { - get - { - return this._CertificateId; - } - set - { - if ((this._CertificateId != value)) - { - this._CertificateId = value; - } - } - } - - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PostTitleId", DbType="NVarChar(50)")] - public string PostTitleId - { - get - { - return this._PostTitleId; - } - set - { - if ((this._PostTitleId != value)) - { - this._PostTitleId = value; - } - } - } - - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WorkPostId", DbType="NVarChar(500)")] - public string WorkPostId - { - get - { - return this._WorkPostId; - } - set - { - if ((this._WorkPostId != value)) - { - this._WorkPostId = value; - } - } - } - - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ProjectWorkPostId", DbType="NVarChar(50)")] - public string ProjectWorkPostId - { - get - { - return this._ProjectWorkPostId; - } - set - { - if ((this._ProjectWorkPostId != value)) - { - this._ProjectWorkPostId = value; - } - } - } - - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_RoleType", DbType="NVarChar(10)")] - public string RoleType - { - get - { - return this._RoleType; - } - set - { - if ((this._RoleType != value)) - { - this._RoleType = value; - } - } - } - - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_MainCNProfessionalId", DbType="NVarChar(50)")] - public string MainCNProfessionalId - { - get - { - return this._MainCNProfessionalId; - } - set - { - if ((this._MainCNProfessionalId != value)) - { - this._MainCNProfessionalId = value; - } - } - } - - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ViceCNProfessionalId", DbType="NVarChar(500)")] - public string ViceCNProfessionalId - { - get - { - return this._ViceCNProfessionalId; - } - set - { - if ((this._ViceCNProfessionalId != value)) - { - this._ViceCNProfessionalId = value; - } - } - } - - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WorkNo", DbType="NVarChar(50)")] - public string WorkNo - { - get - { - return this._WorkNo; - } - set - { - if ((this._WorkNo != value)) - { - this._WorkNo = value; - } - } - } - - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_RawPassword", DbType="NVarChar(100)")] - public string RawPassword - { - get - { - return this._RawPassword; - } - set - { - if ((this._RawPassword != value)) - { - this._RawPassword = value; - } - } - } - - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_HomePageType", DbType="NVarChar(10)")] - public string HomePageType - { - get - { - return this._HomePageType; - } - set - { - if ((this._HomePageType != value)) - { - this._HomePageType = value; - } - } - } - - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_CompanyProjectId", DbType="NVarChar(2000)")] - public string CompanyProjectId - { - get - { - return this._CompanyProjectId; - } - set - { - if ((this._CompanyProjectId != value)) - { - this._CompanyProjectId = value; - } - } - } - - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_IsInspectionBrigade", DbType="Bit")] - public System.Nullable IsInspectionBrigade - { - get - { - return this._IsInspectionBrigade; - } - set - { - if ((this._IsInspectionBrigade != value)) - { - this._IsInspectionBrigade = value; - } - } - } - } - [global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.Sys_UserRead")] public partial class Sys_UserRead : INotifyPropertyChanging, INotifyPropertyChanged {