refs
用户 liaoxujun@qq.com <liaoxujun@qq.com>
星期二, 八月 1, 2023 17:14 +0800
提交者 liaoxujun@qq.com <liaoxujun@qq.com>
星期二, 八月 1, 2023 17:14 +0800
提交bdfd7fef242a519aac505d83591e11e2aa75f75e
目录 b40ac5975cce339febb36beb5bf9f2a83bea6d57 目录 | zip | gz
parent 4580b33103d8d61be32fe1be1bf4f9c943ffbd46 查看 | 对比
完成租户用户同一api登录,新增加租户表,租户关联表, 员工表增加TenderID 字段   需要增加表只需要将 appset codefirst设置为true   运行将自动更新表结构
18个文件已修改
5个文件已删除
50个文件已添加
13979 ■■■■■ 已修改文件
DocumentServiceAPI.Application/DocumentServiceAPI.Application.csproj 4 ●●● 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Application/DocumentServiceAPI.Application.xml 242 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Application/UserAndLogin/LogInController.cs 175 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Application/UserAndLogin/Services/Interfaces/ILoginVerifyService.cs 12 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Application/UserAndLogin/Services/TokenService.cs 96 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Application/UserAndLogin/Services/UserService.cs 176 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Application/UserAndLogin/UserInfoController.cs 25 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Application/UserAndLogin/ViewMode/Login.cs 172 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Application/UserAndLogin/dto/Mapper.cs 16 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Application/applicationsettings.json 53 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Core/DbContext.cs 13 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Model/DSFulResult.cs 46 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Model/JwtInfo.cs 64 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Model/User/JobInfo.cs 40 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Model/User/UnitInfo.cs 100 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Model/User/UserInfo.cs 92 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Model/User/UserUnitInfo.cs 40 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Model/UserInfoModel/EmployeeAtTenant.cs 37 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Model/UserInfoModel/EmployeeInfo.cs 71 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Model/UserInfoModel/TenantInfo.cs 78 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Model/cyDocumentModel/Document_EmployeeInfo.cs 199 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Model/cyDocumentModel/Document_EmployeeRole.cs 44 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Model/cyDocumentModel/Document_PerformanceInfo.cs 97 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Model/cyDocumentModel/Document_TenderUnit.cs 487 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Model/cyDocumentModel/Document_UserInfo.cs 61 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Model/cyDocumentModel/库目录.md 26 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Services/DocumentServiceAPI.Services.csproj 17 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Services/IService/ICacheService.cs 38 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Services/RedisCacheScService.cs 42 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Services/bin/Debug/net6.0/DocumentServiceAPI.Core.dll 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Services/bin/Debug/net6.0/DocumentServiceAPI.Core.pdb 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Services/bin/Debug/net6.0/DocumentServiceAPI.Core.xml 27 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Services/bin/Debug/net6.0/DocumentServiceAPI.Enum.dll 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Services/bin/Debug/net6.0/DocumentServiceAPI.Enum.pdb 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Services/bin/Debug/net6.0/DocumentServiceAPI.Enum.xml 43 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Services/bin/Debug/net6.0/DocumentServiceAPI.Services.deps.json 2498 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Services/bin/Debug/net6.0/DocumentServiceAPI.Services.dll 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Services/bin/Debug/net6.0/DocumentServiceAPI.Services.pdb 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Services/bin/Debug/net6.0/DocumentServiceAPI.Utility.dll 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Services/bin/Debug/net6.0/DocumentServiceAPI.Utility.pdb 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Services/bin/Debug/net6.0/DocumentServiceAPI.Utility.xml 70 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Services/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs 4 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Services/obj/Debug/net6.0/DocumentServiceAPI.Services.AssemblyInfo.cs 23 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Services/obj/Debug/net6.0/DocumentServiceAPI.Services.AssemblyInfoInputs.cache 1 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Services/obj/Debug/net6.0/DocumentServiceAPI.Services.GeneratedMSBuildEditorConfig.editorconfig 19 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Services/obj/Debug/net6.0/DocumentServiceAPI.Services.GlobalUsings.g.cs 8 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Services/obj/Debug/net6.0/DocumentServiceAPI.Services.assets.cache 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Services/obj/Debug/net6.0/DocumentServiceAPI.Services.csproj.AssemblyReference.cache 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Services/obj/Debug/net6.0/DocumentServiceAPI.Services.csproj.BuildWithSkipAnalyzers 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Services/obj/Debug/net6.0/DocumentServiceAPI.Services.csproj.CopyComplete 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Services/obj/Debug/net6.0/DocumentServiceAPI.Services.csproj.CoreCompileInputs.cache 1 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Services/obj/Debug/net6.0/DocumentServiceAPI.Services.csproj.FileListAbsolute.txt 22 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Services/obj/Debug/net6.0/DocumentServiceAPI.Services.dll 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Services/obj/Debug/net6.0/DocumentServiceAPI.Services.pdb 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Services/obj/Debug/net6.0/ref/DocumentServiceAPI.Services.dll 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Services/obj/Debug/net6.0/refint/DocumentServiceAPI.Services.dll 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Services/obj/DocumentServiceAPI.Services.csproj.nuget.dgspec.json 275 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Services/obj/DocumentServiceAPI.Services.csproj.nuget.g.props 22 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Services/obj/DocumentServiceAPI.Services.csproj.nuget.g.targets 8 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Services/obj/project.assets.json 7932 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Services/obj/project.nuget.cache 146 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Utility/DocumentServiceAPI.Utility.csproj 4 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Web.Core/DocumentServiceAPI.Web.Core.csproj 1 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Web.Core/DocumentServiceAPI.Web.Core.xml 48 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Web.Core/Handlers/DSRESTfulResultProvider.cs 110 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Web.Core/Handlers/JwtHandler.cs 7 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Web.Core/Startup.cs 6 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Web.Entry/AuthorizeHandler.cs 40 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Web.Entry/DocServiceApiStartup.cs 36 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Web.Entry/DocumentServiceAPI.Web.Entry.csproj 7 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Web.Entry/HomeController.cs 22 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Web.Entry/appsettings.json 24 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.sln 12 ●●●● 对比 | 查看 | 原始文档 | blame | 历史