diff --git a/.vs/BPA.NewKitChen.Manage/FileContentIndex/1ed732b8-d9c6-47e9-9b9d-2cf7053dda85.vsidx b/.vs/BPA.NewKitChen.Manage/FileContentIndex/1ed732b8-d9c6-47e9-9b9d-2cf7053dda85.vsidx new file mode 100644 index 0000000..e7a02b8 Binary files /dev/null and b/.vs/BPA.NewKitChen.Manage/FileContentIndex/1ed732b8-d9c6-47e9-9b9d-2cf7053dda85.vsidx differ diff --git a/.vs/BPA.NewKitChen.Manage/FileContentIndex/41ae5326-f15b-46f3-a75d-6d0bbc5ac965.vsidx b/.vs/BPA.NewKitChen.Manage/FileContentIndex/41ae5326-f15b-46f3-a75d-6d0bbc5ac965.vsidx new file mode 100644 index 0000000..916ae19 Binary files /dev/null and b/.vs/BPA.NewKitChen.Manage/FileContentIndex/41ae5326-f15b-46f3-a75d-6d0bbc5ac965.vsidx differ diff --git a/.vs/BPA.NewKitChen.Manage/FileContentIndex/423c801e-6cc9-4fe0-a775-9d37b69e12b5.vsidx b/.vs/BPA.NewKitChen.Manage/FileContentIndex/423c801e-6cc9-4fe0-a775-9d37b69e12b5.vsidx new file mode 100644 index 0000000..b310067 Binary files /dev/null and b/.vs/BPA.NewKitChen.Manage/FileContentIndex/423c801e-6cc9-4fe0-a775-9d37b69e12b5.vsidx differ diff --git a/.vs/BPA.NewKitChen.Manage/FileContentIndex/63e217dc-6d6e-462e-93e2-78a59ff20437.vsidx b/.vs/BPA.NewKitChen.Manage/FileContentIndex/63e217dc-6d6e-462e-93e2-78a59ff20437.vsidx deleted file mode 100644 index e271dc8..0000000 Binary files a/.vs/BPA.NewKitChen.Manage/FileContentIndex/63e217dc-6d6e-462e-93e2-78a59ff20437.vsidx and /dev/null differ diff --git a/.vs/BPA.NewKitChen.Manage/FileContentIndex/8478a401-d0c5-4c05-b98c-3c4a5ff929b4.vsidx b/.vs/BPA.NewKitChen.Manage/FileContentIndex/8478a401-d0c5-4c05-b98c-3c4a5ff929b4.vsidx deleted file mode 100644 index dfb90ae..0000000 Binary files a/.vs/BPA.NewKitChen.Manage/FileContentIndex/8478a401-d0c5-4c05-b98c-3c4a5ff929b4.vsidx and /dev/null differ diff --git a/.vs/BPA.NewKitChen.Manage/FileContentIndex/9ad00d97-09a5-4e29-bcf7-201068b85134.vsidx b/.vs/BPA.NewKitChen.Manage/FileContentIndex/9ad00d97-09a5-4e29-bcf7-201068b85134.vsidx new file mode 100644 index 0000000..3fb37be Binary files /dev/null and b/.vs/BPA.NewKitChen.Manage/FileContentIndex/9ad00d97-09a5-4e29-bcf7-201068b85134.vsidx differ diff --git a/.vs/BPA.NewKitChen.Manage/FileContentIndex/a3470595-c254-496d-a419-02893c4f2119.vsidx b/.vs/BPA.NewKitChen.Manage/FileContentIndex/a3470595-c254-496d-a419-02893c4f2119.vsidx deleted file mode 100644 index ab569f1..0000000 Binary files a/.vs/BPA.NewKitChen.Manage/FileContentIndex/a3470595-c254-496d-a419-02893c4f2119.vsidx and /dev/null differ diff --git a/.vs/BPA.NewKitChen.Manage/FileContentIndex/d789d156-5478-42e6-9dfe-164bc1114222.vsidx b/.vs/BPA.NewKitChen.Manage/FileContentIndex/d789d156-5478-42e6-9dfe-164bc1114222.vsidx deleted file mode 100644 index c489540..0000000 Binary files a/.vs/BPA.NewKitChen.Manage/FileContentIndex/d789d156-5478-42e6-9dfe-164bc1114222.vsidx and /dev/null differ diff --git a/.vs/BPA.SAAS.Manage/v17/.suo b/.vs/BPA.SAAS.Manage/v17/.suo new file mode 100644 index 0000000..553d97b Binary files /dev/null and b/.vs/BPA.SAAS.Manage/v17/.suo differ diff --git a/BPA.NewKitChen.Manage.Application/Auth/AuthService.cs b/BPA.NewKitChen.Manage.Application/Auth/AuthService.cs index f525ac7..b4c599b 100644 --- a/BPA.NewKitChen.Manage.Application/Auth/AuthService.cs +++ b/BPA.NewKitChen.Manage.Application/Auth/AuthService.cs @@ -1,7 +1,7 @@ -using BPA.NewKitChen.Manage.Application.Auth.Dtos; -using BPA.NewKitChen.Manage.Comm.Const; -using BPA.NewKitChen.Manage.Comm.Enum; -using BPA.NewKitChen.Manage.Core.Org; +using BPA.SAAS.Manage.Application.Auth.Dtos; +using BPA.SAAS.Manage.Comm.Const; +using BPA.SAAS.Manage.Comm.Enum; +using BPA.SAAS.Manage.Core.Org; using Mapster; using Newtonsoft.Json; using System; @@ -11,7 +11,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace BPA.NewKitChen.Manage.Application.Auth +namespace BPA.SAAS.Manage.Application.Auth { public class AuthService : IAuthService, IDynamicApiController { diff --git a/BPA.NewKitChen.Manage.Application/Auth/Dtos/LoginInput.cs b/BPA.NewKitChen.Manage.Application/Auth/Dtos/LoginInput.cs index bdfcf2b..bb22900 100644 --- a/BPA.NewKitChen.Manage.Application/Auth/Dtos/LoginInput.cs +++ b/BPA.NewKitChen.Manage.Application/Auth/Dtos/LoginInput.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace BPA.NewKitChen.Manage.Application.Auth.Dtos +namespace BPA.SAAS.Manage.Application.Auth.Dtos { public class LoginInput { diff --git a/BPA.NewKitChen.Manage.Application/Auth/Dtos/LoginOutInfo.cs b/BPA.NewKitChen.Manage.Application/Auth/Dtos/LoginOutInfo.cs index ce05d2c..733135d 100644 --- a/BPA.NewKitChen.Manage.Application/Auth/Dtos/LoginOutInfo.cs +++ b/BPA.NewKitChen.Manage.Application/Auth/Dtos/LoginOutInfo.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace BPA.NewKitChen.Manage.Application.Auth.Dtos +namespace BPA.SAAS.Manage.Application.Auth.Dtos { public class LoginOutInfo { diff --git a/BPA.NewKitChen.Manage.Application/Auth/Dtos/LoginOutput.cs b/BPA.NewKitChen.Manage.Application/Auth/Dtos/LoginOutput.cs index 628ee25..e44c44e 100644 --- a/BPA.NewKitChen.Manage.Application/Auth/Dtos/LoginOutput.cs +++ b/BPA.NewKitChen.Manage.Application/Auth/Dtos/LoginOutput.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace BPA.NewKitChen.Manage.Application.Auth.Dtos +namespace BPA.SAAS.Manage.Application.Auth.Dtos { public class LoginOutput { diff --git a/BPA.NewKitChen.Manage.Application/Auth/IAuthService.cs b/BPA.NewKitChen.Manage.Application/Auth/IAuthService.cs index fec8283..32d2bf3 100644 --- a/BPA.NewKitChen.Manage.Application/Auth/IAuthService.cs +++ b/BPA.NewKitChen.Manage.Application/Auth/IAuthService.cs @@ -1,11 +1,11 @@ -using BPA.NewKitChen.Manage.Application.Auth.Dtos; +using BPA.SAAS.Manage.Application.Auth.Dtos; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -namespace BPA.NewKitChen.Manage.Application.Auth +namespace BPA.SAAS.Manage.Application.Auth { public interface IAuthService { diff --git a/BPA.NewKitChen.Manage.Application/BPA.KitChen.Manage.Application.csproj b/BPA.NewKitChen.Manage.Application/BPA.SAAS.Manage.Application.csproj similarity index 70% rename from BPA.NewKitChen.Manage.Application/BPA.KitChen.Manage.Application.csproj rename to BPA.NewKitChen.Manage.Application/BPA.SAAS.Manage.Application.csproj index 2e198a6..41d30c2 100644 --- a/BPA.NewKitChen.Manage.Application/BPA.KitChen.Manage.Application.csproj +++ b/BPA.NewKitChen.Manage.Application/BPA.SAAS.Manage.Application.csproj @@ -22,12 +22,8 @@ - - - - - - + + diff --git a/BPA.NewKitChen.Manage.Application/Org/Dtos/CompanyDtoInput.cs b/BPA.NewKitChen.Manage.Application/Org/Dtos/Company/CompanyDtoInput.cs similarity index 92% rename from BPA.NewKitChen.Manage.Application/Org/Dtos/CompanyDtoInput.cs rename to BPA.NewKitChen.Manage.Application/Org/Dtos/Company/CompanyDtoInput.cs index 89978d8..cf0acd8 100644 --- a/BPA.NewKitChen.Manage.Application/Org/Dtos/CompanyDtoInput.cs +++ b/BPA.NewKitChen.Manage.Application/Org/Dtos/Company/CompanyDtoInput.cs @@ -1,11 +1,11 @@ -using BPA.NewKitChen.Manage.Comm.Enum; +using BPA.SAAS.Manage.Comm.Enum; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -namespace BPA.NewKitChen.Manage.Application.Org.Dtos +namespace BPA.SAAS.Manage.Application.Org.Dtos.Company { public class CompanyDtoInput { diff --git a/BPA.NewKitChen.Manage.Application/Org/Dtos/CompanyDtoPageInput.cs b/BPA.NewKitChen.Manage.Application/Org/Dtos/Company/CompanyDtoPageInput.cs similarity index 75% rename from BPA.NewKitChen.Manage.Application/Org/Dtos/CompanyDtoPageInput.cs rename to BPA.NewKitChen.Manage.Application/Org/Dtos/Company/CompanyDtoPageInput.cs index 5657dea..6b447e7 100644 --- a/BPA.NewKitChen.Manage.Application/Org/Dtos/CompanyDtoPageInput.cs +++ b/BPA.NewKitChen.Manage.Application/Org/Dtos/Company/CompanyDtoPageInput.cs @@ -1,13 +1,13 @@ -using BPA.NewKitChen.Manage.Core.Base; +using BPA.SAAS.Manage.Core.Base; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -namespace BPA.NewKitChen.Manage.Application.Org.Dtos +namespace BPA.SAAS.Manage.Application.Org.Dtos.Company { - public class CompanyDtoPageInput: PageInputBase + public class CompanyDtoPageInput : PageInputBase { /// /// 企业名称 @@ -22,7 +22,7 @@ namespace BPA.NewKitChen.Manage.Application.Org.Dtos /// 电子邮箱 /// public string Email { get; set; } - + } } diff --git a/BPA.NewKitChen.Manage.Application/Org/Dtos/Users/UserDtoInput.cs b/BPA.NewKitChen.Manage.Application/Org/Dtos/Users/UserDtoInput.cs new file mode 100644 index 0000000..1195dbf --- /dev/null +++ b/BPA.NewKitChen.Manage.Application/Org/Dtos/Users/UserDtoInput.cs @@ -0,0 +1,42 @@ +using BPA.SAAS.Manage.Comm.Enum; +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace BPA.SAAS.Manage.Application.Org.Dtos.Users +{ + public class UserDtoInput + { + public string Id { get; set; } + /// + /// 用户名称 + /// + public string Name { get; set; } + /// + /// 登录账号 + /// + public string Account { get; set; } + /// + /// 登录密码 + /// + public string Password { get; set; } + /// + /// 手机号码 + /// + public string Phone { get; set; } + /// + /// 管理员类型-超级管理员_1、管理员_2、普通账号_3 + /// + public AdminEnums AdminType { get; set; } + /// + /// 归属组织 + /// + public string SysOrgId { get; set; } + /// + /// 加盟商id + /// + public string GroupId { get; set; } + } +} diff --git a/BPA.NewKitChen.Manage.Application/Org/Interface/ICompanyService.cs b/BPA.NewKitChen.Manage.Application/Org/Interface/ICompanyService.cs index 08483a2..2ff041c 100644 --- a/BPA.NewKitChen.Manage.Application/Org/Interface/ICompanyService.cs +++ b/BPA.NewKitChen.Manage.Application/Org/Interface/ICompanyService.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace BPA.NewKitChen.Manage.Application.Org.Interface +namespace BPA.SAAS.Manage.Application.Org.Interface { public interface ICompanyService { diff --git a/BPA.NewKitChen.Manage.Application/Org/Interface/IRoleService.cs b/BPA.NewKitChen.Manage.Application/Org/Interface/IRoleService.cs new file mode 100644 index 0000000..e715898 --- /dev/null +++ b/BPA.NewKitChen.Manage.Application/Org/Interface/IRoleService.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace BPA.SAAS.Manage.Application.Org.Interface +{ + public class IRoleService + { + } +} diff --git a/BPA.NewKitChen.Manage.Application/Org/Interface/IUserService.cs b/BPA.NewKitChen.Manage.Application/Org/Interface/IUserService.cs new file mode 100644 index 0000000..aeee1b3 --- /dev/null +++ b/BPA.NewKitChen.Manage.Application/Org/Interface/IUserService.cs @@ -0,0 +1,14 @@ +using BPA.SAAS.Manage.Application.Org.Dtos.Users; +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace BPA.SAAS.Manage.Application.Org.Interface +{ + public interface IUserService + { + Task AddUser(UserDtoInput input); + } +} diff --git a/BPA.NewKitChen.Manage.Application/Org/Services/CompanyService.cs b/BPA.NewKitChen.Manage.Application/Org/Services/CompanyService.cs index 429d133..08f2641 100644 --- a/BPA.NewKitChen.Manage.Application/Org/Services/CompanyService.cs +++ b/BPA.NewKitChen.Manage.Application/Org/Services/CompanyService.cs @@ -1,8 +1,9 @@ -using BPA.NewKitChen.Manage.Application.Org.Dtos; -using BPA.NewKitChen.Manage.Application.Org.Interface; -using BPA.NewKitChen.Manage.Comm.Enum; -using BPA.NewKitChen.Manage.Core.Base; -using BPA.NewKitChen.Manage.Core.Org; +using BPA.SAAS.Manage.Application.Org.Dtos.Company; +using BPA.SAAS.Manage.Application.Org.Dtos.Users; +using BPA.SAAS.Manage.Application.Org.Interface; +using BPA.SAAS.Manage.Comm.Enum; +using BPA.SAAS.Manage.Core.Base; +using BPA.SAAS.Manage.Core.Org; using Furion.LinqBuilder; using System; using System.Collections.Generic; @@ -10,14 +11,16 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace BPA.NewKitChen.Manage.Application.Org.Services +namespace BPA.SAAS.Manage.Application.Org.Services { public class CompanyService: ICompanyService, ITransient { private readonly ISqlSugarClient _db; - public CompanyService(ISqlSugarClient db) + IUserService _UserService; + public CompanyService(ISqlSugarClient db, IUserService userService) { _db = db; + _UserService = userService; } /// /// 查询企业信息 @@ -57,7 +60,7 @@ namespace BPA.NewKitChen.Manage.Application.Org.Services /// /// [HttpPost("/api/company/add")] - public bool AddCompany(CompanyDtoInput input) + public async Task AddCompany(CompanyDtoInput input) { var company = input.Adapt(); @@ -66,11 +69,11 @@ namespace BPA.NewKitChen.Manage.Application.Org.Services if (Companycheck != null) throw Oops.Oh($"账号已存在"); - var res = _db.Insertable(company).CallEntityMethod(x => x.Create()).ExecuteReturnEntity(); + var res =await _db.Insertable(company).ExecuteReturnEntityAsync(); input.Email = input.Email.IsNullOrEmpty() ? input.Phone : input.Email; //创建企业,管理员用户,管理员角色 - bool adduser = _UserService.AddUser(new UserDtoInput + bool adduser =await _UserService.AddUser(new UserDtoInput { GroupId = res.Id, Account = input.Email, diff --git a/BPA.NewKitChen.Manage.Application/Org/Services/RoleService.cs b/BPA.NewKitChen.Manage.Application/Org/Services/RoleService.cs new file mode 100644 index 0000000..c8b3718 --- /dev/null +++ b/BPA.NewKitChen.Manage.Application/Org/Services/RoleService.cs @@ -0,0 +1,18 @@ +using BPA.SAAS.Manage.Application.Org.Interface; +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace BPA.SAAS.Manage.Application.Org.Services +{ + public class RoleService: IRoleService, ITransient + { + private readonly ISqlSugarClient _db; + public RoleService(ISqlSugarClient db) + { + _db=db; + } + } +} diff --git a/BPA.NewKitChen.Manage.Application/Org/Services/UserService.cs b/BPA.NewKitChen.Manage.Application/Org/Services/UserService.cs new file mode 100644 index 0000000..4243ccd --- /dev/null +++ b/BPA.NewKitChen.Manage.Application/Org/Services/UserService.cs @@ -0,0 +1,34 @@ +using BPA.SAAS.Manage.Application.Org.Dtos.Users; +using BPA.SAAS.Manage.Application.Org.Interface; +using BPA.SAAS.Manage.Application.Org.Interface; +using BPA.SAAS.Manage.Comm.Const; +using BPA.SAAS.Manage.Core.Org; +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace BPA.SAAS.Manage.Application.Org.Services +{ + public class UserService : IUserService, ITransient + { + private readonly ISqlSugarClient _db; + public UserService(ISqlSugarClient db) + { + _db=db; + } + public async Task AddUser(UserDtoInput input) + { + var user = input.Adapt(); + user.Id= Guid.NewGuid().ToString(); + user.Password = MD5Encryption.Encrypt("123456").ToLower(); + user.CreateAt=DateTime.Now; + user.CreateBy = App.User?.FindFirst(ClaimConst.CLAINM_USERID)?.Value; + var check = _db.Queryable().First(t => t.Account == user.Account); + if (check != null) + return false; + return await _db.Insertable(user).ExecuteCommandAsync()> 0; + } + } +} diff --git a/BPA.NewKitChen.Manage.Application/System/DictDataServices.cs b/BPA.NewKitChen.Manage.Application/System/DictDataServices.cs index 4d904e9..b98fbf6 100644 --- a/BPA.NewKitChen.Manage.Application/System/DictDataServices.cs +++ b/BPA.NewKitChen.Manage.Application/System/DictDataServices.cs @@ -1,9 +1,9 @@ -using BPA.NewKitChen.Manage.Application.System.Dtos; -using BPA.NewKitChen.Manage.Application.System.Interface; -using BPA.NewKitChen.Manage.Core.Base; -using BPA.NewKitChen.Manage.Core.system; +using BPA.SAAS.Manage.Application.System.Dtos; +using BPA.SAAS.Manage.Application.System.Interface; +using BPA.SAAS.Manage.Core.Base; +using BPA.SAAS.Manage.Core.system; -namespace BPA.NewKitChen.Manage.Application +namespace BPA.SAAS.Manage.Application { /// /// 数据字典服务接口 diff --git a/BPA.NewKitChen.Manage.Application/System/DictTypeServices.cs b/BPA.NewKitChen.Manage.Application/System/DictTypeServices.cs index b575411..2082cfd 100644 --- a/BPA.NewKitChen.Manage.Application/System/DictTypeServices.cs +++ b/BPA.NewKitChen.Manage.Application/System/DictTypeServices.cs @@ -1,6 +1,6 @@ -using BPA.NewKitChen.Manage.Application.System.Dtos; -using BPA.NewKitChen.Manage.Application.System.Interface; -using BPA.NewKitChen.Manage.Core.Base; +using BPA.SAAS.Manage.Application.System.Dtos; +using BPA.SAAS.Manage.Application.System.Interface; +using BPA.SAAS.Manage.Core.Base; using System; using System.Collections.Generic; using System.Linq; @@ -8,7 +8,7 @@ using System.Text; using System.Threading.Tasks; using System.Xml.Linq; -namespace BPA.NewKitChen.Manage.Application.System +namespace BPA.SAAS.Manage.Application.System { [ApiDescriptionSettings("SYS", Tag = "字典类型")] public class DictTypeServices: IDynamicApiController, ITransient diff --git a/BPA.NewKitChen.Manage.Application/System/Dtos/DictDataDto.cs b/BPA.NewKitChen.Manage.Application/System/Dtos/DictDataDto.cs index 7b5d5b2..e502183 100644 --- a/BPA.NewKitChen.Manage.Application/System/Dtos/DictDataDto.cs +++ b/BPA.NewKitChen.Manage.Application/System/Dtos/DictDataDto.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace BPA.NewKitChen.Manage.Application.System.Dtos +namespace BPA.SAAS.Manage.Application.System.Dtos { public class DictDataDto { diff --git a/BPA.NewKitChen.Manage.Application/System/Dtos/DictDataQueryDto.cs b/BPA.NewKitChen.Manage.Application/System/Dtos/DictDataQueryDto.cs index 9836bab..ea46393 100644 --- a/BPA.NewKitChen.Manage.Application/System/Dtos/DictDataQueryDto.cs +++ b/BPA.NewKitChen.Manage.Application/System/Dtos/DictDataQueryDto.cs @@ -1,11 +1,11 @@ -using BPA.NewKitChen.Manage.Core.Base; +using BPA.SAAS.Manage.Core.Base; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -namespace BPA.NewKitChen.Manage.Application.System.Dtos +namespace BPA.SAAS.Manage.Application.System.Dtos { public class DictDataQueryDto:PageInputBase { diff --git a/BPA.NewKitChen.Manage.Application/System/Dtos/DictTypeDto.cs b/BPA.NewKitChen.Manage.Application/System/Dtos/DictTypeDto.cs index b95f2fe..41590a7 100644 --- a/BPA.NewKitChen.Manage.Application/System/Dtos/DictTypeDto.cs +++ b/BPA.NewKitChen.Manage.Application/System/Dtos/DictTypeDto.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace BPA.NewKitChen.Manage.Application.System.Dtos +namespace BPA.SAAS.Manage.Application.System.Dtos { public class DictTypeDto { diff --git a/BPA.NewKitChen.Manage.Application/System/Dtos/DictTypeQueryDto.cs b/BPA.NewKitChen.Manage.Application/System/Dtos/DictTypeQueryDto.cs index 04ef5e0..836d74d 100644 --- a/BPA.NewKitChen.Manage.Application/System/Dtos/DictTypeQueryDto.cs +++ b/BPA.NewKitChen.Manage.Application/System/Dtos/DictTypeQueryDto.cs @@ -1,11 +1,11 @@ -using BPA.NewKitChen.Manage.Core.Base; +using BPA.SAAS.Manage.Core.Base; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -namespace BPA.NewKitChen.Manage.Application.System.Dtos +namespace BPA.SAAS.Manage.Application.System.Dtos { public class DictTypeQueryDto: PageInputBase { diff --git a/BPA.NewKitChen.Manage.Application/System/Dtos/MenuDtoInput.cs b/BPA.NewKitChen.Manage.Application/System/Dtos/MenuDtoInput.cs index b559dbb..89fe898 100644 --- a/BPA.NewKitChen.Manage.Application/System/Dtos/MenuDtoInput.cs +++ b/BPA.NewKitChen.Manage.Application/System/Dtos/MenuDtoInput.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace BPA.NewKitChen.Manage.Application.System.Dtos +namespace BPA.SAAS.Manage.Application.System.Dtos { public class MenuDtoInput { diff --git a/BPA.NewKitChen.Manage.Application/System/Dtos/MenuTreeDtoOutput.cs b/BPA.NewKitChen.Manage.Application/System/Dtos/MenuTreeDtoOutput.cs index cce5fe9..6b226ad 100644 --- a/BPA.NewKitChen.Manage.Application/System/Dtos/MenuTreeDtoOutput.cs +++ b/BPA.NewKitChen.Manage.Application/System/Dtos/MenuTreeDtoOutput.cs @@ -1,11 +1,11 @@ -using BPA.NewKitChen.Manage.Comm.Enum; +using BPA.SAAS.Manage.Comm.Enum; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -namespace BPA.NewKitChen.Manage.Application.System.Dtos +namespace BPA.SAAS.Manage.Application.System.Dtos { public class MenuTreeDtoOutput { diff --git a/BPA.NewKitChen.Manage.Application/System/Dtos/MenuTreeOutput.cs b/BPA.NewKitChen.Manage.Application/System/Dtos/MenuTreeOutput.cs index a86bd4d..39e535b 100644 --- a/BPA.NewKitChen.Manage.Application/System/Dtos/MenuTreeOutput.cs +++ b/BPA.NewKitChen.Manage.Application/System/Dtos/MenuTreeOutput.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace BPA.NewKitChen.Manage.Application.System.Dtos +namespace BPA.SAAS.Manage.Application.System.Dtos { public class MenuTreeOutput { diff --git a/BPA.NewKitChen.Manage.Application/System/Dtos/MenuTreeSearchDtoInput.cs b/BPA.NewKitChen.Manage.Application/System/Dtos/MenuTreeSearchDtoInput.cs index c0f0cae..a187216 100644 --- a/BPA.NewKitChen.Manage.Application/System/Dtos/MenuTreeSearchDtoInput.cs +++ b/BPA.NewKitChen.Manage.Application/System/Dtos/MenuTreeSearchDtoInput.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace BPA.NewKitChen.Manage.Application.System.Dtos +namespace BPA.SAAS.Manage.Application.System.Dtos { public class MenuTreeSearchDtoInput { diff --git a/BPA.NewKitChen.Manage.Application/System/Interface/IDictDataService.cs b/BPA.NewKitChen.Manage.Application/System/Interface/IDictDataService.cs index 6221832..45134d3 100644 --- a/BPA.NewKitChen.Manage.Application/System/Interface/IDictDataService.cs +++ b/BPA.NewKitChen.Manage.Application/System/Interface/IDictDataService.cs @@ -1,8 +1,8 @@ -using BPA.NewKitChen.Manage.Application.System.Dtos; -using BPA.NewKitChen.Manage.Core.Base; -using BPA.NewKitChen.Manage.Core.system; +using BPA.SAAS.Manage.Application.System.Dtos; +using BPA.SAAS.Manage.Core.Base; +using BPA.SAAS.Manage.Core.system; -namespace BPA.NewKitChen.Manage.Application.System.Interface +namespace BPA.SAAS.Manage.Application.System.Interface { public interface IDictDataService { diff --git a/BPA.NewKitChen.Manage.Application/System/Interface/IDictTypeService.cs b/BPA.NewKitChen.Manage.Application/System/Interface/IDictTypeService.cs index ba27ada..b396880 100644 --- a/BPA.NewKitChen.Manage.Application/System/Interface/IDictTypeService.cs +++ b/BPA.NewKitChen.Manage.Application/System/Interface/IDictTypeService.cs @@ -1,12 +1,12 @@ -using BPA.NewKitChen.Manage.Application.System.Dtos; -using BPA.NewKitChen.Manage.Core.Base; +using BPA.SAAS.Manage.Application.System.Dtos; +using BPA.SAAS.Manage.Core.Base; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -namespace BPA.NewKitChen.Manage.Application.System.Interface +namespace BPA.SAAS.Manage.Application.System.Interface { public interface IDictTypeService { diff --git a/BPA.NewKitChen.Manage.Application/System/Interface/IMenuService.cs b/BPA.NewKitChen.Manage.Application/System/Interface/IMenuService.cs index e18e6f0..8d996b0 100644 --- a/BPA.NewKitChen.Manage.Application/System/Interface/IMenuService.cs +++ b/BPA.NewKitChen.Manage.Application/System/Interface/IMenuService.cs @@ -1,11 +1,11 @@ -using BPA.NewKitChen.Manage.Application.System.Dtos; +using BPA.SAAS.Manage.Application.System.Dtos; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -namespace BPA.NewKitChen.Manage.Application.System.Interface +namespace BPA.SAAS.Manage.Application.System.Interface { public interface IMenuService { diff --git a/BPA.NewKitChen.Manage.Application/System/MenuServices.cs b/BPA.NewKitChen.Manage.Application/System/MenuServices.cs index 3c0a67a..95beb2b 100644 --- a/BPA.NewKitChen.Manage.Application/System/MenuServices.cs +++ b/BPA.NewKitChen.Manage.Application/System/MenuServices.cs @@ -1,12 +1,12 @@ -using BPA.NewKitChen.Manage.Application.System.Dtos; -using BPA.NewKitChen.Manage.Application.System.Interface; +using BPA.SAAS.Manage.Application.System.Dtos; +using BPA.SAAS.Manage.Application.System.Interface; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -namespace BPA.NewKitChen.Manage.Application.System +namespace BPA.SAAS.Manage.Application.System { [ApiDescriptionSettings("SYS", Tag = "菜单信息")] public class MenuServices: IDynamicApiController diff --git a/BPA.NewKitChen.Manage.Application/System/Services/DictDataService.cs b/BPA.NewKitChen.Manage.Application/System/Services/DictDataService.cs index e879f80..ad42838 100644 --- a/BPA.NewKitChen.Manage.Application/System/Services/DictDataService.cs +++ b/BPA.NewKitChen.Manage.Application/System/Services/DictDataService.cs @@ -1,11 +1,11 @@ -using BPA.NewKitChen.Manage.Application.System.Dtos; -using BPA.NewKitChen.Manage.Application.System.Interface; -using BPA.NewKitChen.Manage.Comm.Enum; -using BPA.NewKitChen.Manage.Core.Base; -using BPA.NewKitChen.Manage.Core.system; -using BPA.NewKitChen.Manage.Core.System; +using BPA.SAAS.Manage.Application.System.Dtos; +using BPA.SAAS.Manage.Application.System.Interface; +using BPA.SAAS.Manage.Comm.Enum; +using BPA.SAAS.Manage.Core.Base; +using BPA.SAAS.Manage.Core.system; +using BPA.SAAS.Manage.Core.System; -namespace BPA.NewKitChen.Manage.Application +namespace BPA.SAAS.Manage.Application { public class DictDataService : IDictDataService, ITransient { diff --git a/BPA.NewKitChen.Manage.Application/System/Services/DictTypeService.cs b/BPA.NewKitChen.Manage.Application/System/Services/DictTypeService.cs index 85caecc..6578583 100644 --- a/BPA.NewKitChen.Manage.Application/System/Services/DictTypeService.cs +++ b/BPA.NewKitChen.Manage.Application/System/Services/DictTypeService.cs @@ -1,16 +1,16 @@ -using BPA.NewKitChen.Manage.Application.System.Dtos; -using BPA.NewKitChen.Manage.Application.System.Interface; -using BPA.NewKitChen.Manage.Comm.Const; -using BPA.NewKitChen.Manage.Comm.Enum; -using BPA.NewKitChen.Manage.Core.Base; -using BPA.NewKitChen.Manage.Core.System; +using BPA.SAAS.Manage.Application.System.Dtos; +using BPA.SAAS.Manage.Application.System.Interface; +using BPA.SAAS.Manage.Comm.Const; +using BPA.SAAS.Manage.Comm.Enum; +using BPA.SAAS.Manage.Core.Base; +using BPA.SAAS.Manage.Core.System; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -namespace BPA.NewKitChen.Manage.Application.System.Services +namespace BPA.SAAS.Manage.Application.System.Services { public class DictTypeService: IDictTypeService, ITransient { diff --git a/BPA.NewKitChen.Manage.Application/System/Services/MenuService.cs b/BPA.NewKitChen.Manage.Application/System/Services/MenuService.cs index ce59b3a..8bc5cb6 100644 --- a/BPA.NewKitChen.Manage.Application/System/Services/MenuService.cs +++ b/BPA.NewKitChen.Manage.Application/System/Services/MenuService.cs @@ -1,8 +1,8 @@ -using BPA.NewKitChen.Manage.Application.System.Dtos; -using BPA.NewKitChen.Manage.Application.System.Interface; -using BPA.NewKitChen.Manage.Comm.Const; -using BPA.NewKitChen.Manage.Core.Org; -using BPA.NewKitChen.Manage.Core.System; +using BPA.SAAS.Manage.Application.System.Dtos; +using BPA.SAAS.Manage.Application.System.Interface; +using BPA.SAAS.Manage.Comm.Const; +using BPA.SAAS.Manage.Core.Org; +using BPA.SAAS.Manage.Core.System; using Furion.LinqBuilder; using System; using System.Collections.Generic; @@ -10,7 +10,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace BPA.NewKitChen.Manage.Application.System.Services +namespace BPA.SAAS.Manage.Application.System.Services { public class MenuService : IMenuService, ITransient { diff --git a/BPA.NewKitChen.Manage.Application/obj/BPA.SAAS.Manage.Application.csproj.nuget.dgspec.json b/BPA.NewKitChen.Manage.Application/obj/BPA.SAAS.Manage.Application.csproj.nuget.dgspec.json new file mode 100644 index 0000000..49418c0 --- /dev/null +++ b/BPA.NewKitChen.Manage.Application/obj/BPA.SAAS.Manage.Application.csproj.nuget.dgspec.json @@ -0,0 +1,220 @@ +{ + "format": 1, + "restore": { + "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Application\\BPA.SAAS.Manage.Application.csproj": {} + }, + "projects": { + "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Application\\BPA.SAAS.Manage.Application.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Application\\BPA.SAAS.Manage.Application.csproj", + "projectName": "BPA.SAAS.Manage.Application", + "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Application\\BPA.SAAS.Manage.Application.csproj", + "packagesPath": "C:\\Users\\HBL\\.nuget\\packages\\", + "outputPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Application\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "D:\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\HBL\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net6.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "http://111.9.47.105:10243/repository/bpa/index.json": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "projectReferences": { + "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.SAAS.Manage.Comm.csproj": { + "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.SAAS.Manage.Comm.csproj" + }, + "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Core\\BPA.SAAS.Manage.Core.csproj": { + "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Core\\BPA.SAAS.Manage.Core.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.101\\RuntimeIdentifierGraph.json" + } + } + }, + "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.SAAS.Manage.Comm.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.SAAS.Manage.Comm.csproj", + "projectName": "BPA.SAAS.Manage.Comm", + "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.SAAS.Manage.Comm.csproj", + "packagesPath": "C:\\Users\\HBL\\.nuget\\packages\\", + "outputPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "D:\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\HBL\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net6.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "http://111.9.47.105:10243/repository/bpa/index.json": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.101\\RuntimeIdentifierGraph.json" + } + } + }, + "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Core\\BPA.SAAS.Manage.Core.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Core\\BPA.SAAS.Manage.Core.csproj", + "projectName": "BPA.SAAS.Manage.Core", + "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Core\\BPA.SAAS.Manage.Core.csproj", + "packagesPath": "C:\\Users\\HBL\\.nuget\\packages\\", + "outputPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Core\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "D:\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\HBL\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net6.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "http://111.9.47.105:10243/repository/bpa/index.json": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "projectReferences": { + "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.SAAS.Manage.Comm.csproj": { + "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.SAAS.Manage.Comm.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "dependencies": { + "Furion.Extras.Authentication.JwtBearer": { + "target": "Package", + "version": "[4.8.8.5, )" + }, + "Furion.Extras.ObjectMapper.Mapster": { + "target": "Package", + "version": "[4.8.8.5, )" + }, + "Furion.Pure": { + "target": "Package", + "version": "[4.8.8.5, )" + }, + "SqlSugarCore": { + "target": "Package", + "version": "[5.1.4.67, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.101\\RuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/BPA.NewKitChen.Manage.Application/obj/BPA.SAAS.Manage.Application.csproj.nuget.g.props b/BPA.NewKitChen.Manage.Application/obj/BPA.SAAS.Manage.Application.csproj.nuget.g.props new file mode 100644 index 0000000..604a72c --- /dev/null +++ b/BPA.NewKitChen.Manage.Application/obj/BPA.SAAS.Manage.Application.csproj.nuget.g.props @@ -0,0 +1,20 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\HBL\.nuget\packages\;D:\Microsoft Visual Studio\Shared\NuGetPackages + PackageReference + 6.4.0 + + + + + + + C:\Users\HBL\.nuget\packages\microsoft.extensions.apidescription.server\6.0.5 + C:\Users\HBL\.nuget\packages\microsoft.codeanalysis.analyzers\3.3.3 + + \ No newline at end of file diff --git a/BPA.NewKitChen.Manage.Application/obj/BPA.SAAS.Manage.Application.csproj.nuget.g.targets b/BPA.NewKitChen.Manage.Application/obj/BPA.SAAS.Manage.Application.csproj.nuget.g.targets new file mode 100644 index 0000000..12a9ddf --- /dev/null +++ b/BPA.NewKitChen.Manage.Application/obj/BPA.SAAS.Manage.Application.csproj.nuget.g.targets @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/BPA.NewKitChen.Manage.Application/obj/Debug/net6.0/BPA.KitChen.Manage.Application.csproj.AssemblyReference.cache b/BPA.NewKitChen.Manage.Application/obj/Debug/net6.0/BPA.KitChen.Manage.Application.csproj.AssemblyReference.cache index 883e872..8ec931b 100644 Binary files a/BPA.NewKitChen.Manage.Application/obj/Debug/net6.0/BPA.KitChen.Manage.Application.csproj.AssemblyReference.cache and b/BPA.NewKitChen.Manage.Application/obj/Debug/net6.0/BPA.KitChen.Manage.Application.csproj.AssemblyReference.cache differ diff --git a/BPA.NewKitChen.Manage.Application/obj/Debug/net6.0/BPA.KitChen.Manage.Application.csproj.CoreCompileInputs.cache b/BPA.NewKitChen.Manage.Application/obj/Debug/net6.0/BPA.KitChen.Manage.Application.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..6228500 --- /dev/null +++ b/BPA.NewKitChen.Manage.Application/obj/Debug/net6.0/BPA.KitChen.Manage.Application.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +9618a8bd0bdd22b0fa6c241946eeff52497ac8d4 diff --git a/BPA.NewKitChen.Manage.Application/obj/Debug/net6.0/BPA.KitChen.Manage.Application.csproj.FileListAbsolute.txt b/BPA.NewKitChen.Manage.Application/obj/Debug/net6.0/BPA.KitChen.Manage.Application.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..b9ec5f3 --- /dev/null +++ b/BPA.NewKitChen.Manage.Application/obj/Debug/net6.0/BPA.KitChen.Manage.Application.csproj.FileListAbsolute.txt @@ -0,0 +1,5 @@ +D:\BPA\BPA.NewKitChen\BPA.NewKitChen.Manage\BPA.NewKitChen.Manage.Application\obj\Debug\net6.0\BPA.KitChen.Manage.Application.csproj.AssemblyReference.cache +D:\BPA\BPA.NewKitChen\BPA.NewKitChen.Manage\BPA.NewKitChen.Manage.Application\obj\Debug\net6.0\BPA.KitChen.Manage.Application.GeneratedMSBuildEditorConfig.editorconfig +D:\BPA\BPA.NewKitChen\BPA.NewKitChen.Manage\BPA.NewKitChen.Manage.Application\obj\Debug\net6.0\BPA.KitChen.Manage.Application.AssemblyInfoInputs.cache +D:\BPA\BPA.NewKitChen\BPA.NewKitChen.Manage\BPA.NewKitChen.Manage.Application\obj\Debug\net6.0\BPA.KitChen.Manage.Application.AssemblyInfo.cs +D:\BPA\BPA.NewKitChen\BPA.NewKitChen.Manage\BPA.NewKitChen.Manage.Application\obj\Debug\net6.0\BPA.KitChen.Manage.Application.csproj.CoreCompileInputs.cache diff --git a/BPA.NewKitChen.Manage.Application/obj/Debug/net6.0/BPA.SAAS.Manage.Application.AssemblyInfo.cs b/BPA.NewKitChen.Manage.Application/obj/Debug/net6.0/BPA.SAAS.Manage.Application.AssemblyInfo.cs new file mode 100644 index 0000000..b9e62ed --- /dev/null +++ b/BPA.NewKitChen.Manage.Application/obj/Debug/net6.0/BPA.SAAS.Manage.Application.AssemblyInfo.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("BPA.SAAS.Manage.Application")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("BPA.SAAS.Manage.Application")] +[assembly: System.Reflection.AssemblyTitleAttribute("BPA.SAAS.Manage.Application")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// 由 MSBuild WriteCodeFragment 类生成。 + diff --git a/BPA.NewKitChen.Manage.Application/obj/Debug/net6.0/BPA.SAAS.Manage.Application.AssemblyInfoInputs.cache b/BPA.NewKitChen.Manage.Application/obj/Debug/net6.0/BPA.SAAS.Manage.Application.AssemblyInfoInputs.cache new file mode 100644 index 0000000..7dec9c5 --- /dev/null +++ b/BPA.NewKitChen.Manage.Application/obj/Debug/net6.0/BPA.SAAS.Manage.Application.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +1c2a077e4d1d4de1e43718730a4261653443b941 diff --git a/BPA.NewKitChen.Manage.Application/obj/Debug/net6.0/BPA.SAAS.Manage.Application.GeneratedMSBuildEditorConfig.editorconfig b/BPA.NewKitChen.Manage.Application/obj/Debug/net6.0/BPA.SAAS.Manage.Application.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..609a238 --- /dev/null +++ b/BPA.NewKitChen.Manage.Application/obj/Debug/net6.0/BPA.SAAS.Manage.Application.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,11 @@ +is_global = true +build_property.TargetFramework = net6.0 +build_property.TargetPlatformMinVersion = +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = BPA.SAAS.Manage.Application +build_property.ProjectDir = D:\BPA\BPA.NewKitChen\BPA.NewKitChen.Manage\BPA.NewKitChen.Manage.Application\ diff --git a/BPA.NewKitChen.Manage.Application/obj/Debug/net6.0/BPA.SAAS.Manage.Application.GlobalUsings.g.cs b/BPA.NewKitChen.Manage.Application/obj/Debug/net6.0/BPA.SAAS.Manage.Application.GlobalUsings.g.cs new file mode 100644 index 0000000..8578f3d --- /dev/null +++ b/BPA.NewKitChen.Manage.Application/obj/Debug/net6.0/BPA.SAAS.Manage.Application.GlobalUsings.g.cs @@ -0,0 +1,8 @@ +// +global using global::System; +global using global::System.Collections.Generic; +global using global::System.IO; +global using global::System.Linq; +global using global::System.Net.Http; +global using global::System.Threading; +global using global::System.Threading.Tasks; diff --git a/BPA.NewKitChen.Manage.Application/obj/Debug/net6.0/BPA.SAAS.Manage.Application.assets.cache b/BPA.NewKitChen.Manage.Application/obj/Debug/net6.0/BPA.SAAS.Manage.Application.assets.cache new file mode 100644 index 0000000..b491eba Binary files /dev/null and b/BPA.NewKitChen.Manage.Application/obj/Debug/net6.0/BPA.SAAS.Manage.Application.assets.cache differ diff --git a/BPA.NewKitChen.Manage.Application/obj/Debug/net6.0/BPA.SAAS.Manage.Application.csproj.AssemblyReference.cache b/BPA.NewKitChen.Manage.Application/obj/Debug/net6.0/BPA.SAAS.Manage.Application.csproj.AssemblyReference.cache new file mode 100644 index 0000000..55a8272 Binary files /dev/null and b/BPA.NewKitChen.Manage.Application/obj/Debug/net6.0/BPA.SAAS.Manage.Application.csproj.AssemblyReference.cache differ diff --git a/BPA.NewKitChen.Manage.Application/obj/project.assets.json b/BPA.NewKitChen.Manage.Application/obj/project.assets.json index 9d9b0f0..fb81b34 100644 --- a/BPA.NewKitChen.Manage.Application/obj/project.assets.json +++ b/BPA.NewKitChen.Manage.Application/obj/project.assets.json @@ -1958,31 +1958,31 @@ } } }, - "BPA.KitChen.Manage.Comm/1.0.0": { + "BPA.SAAS.Manage.Comm/1.0.0": { "type": "project", "framework": ".NETCoreApp,Version=v6.0", "compile": { - "bin/placeholder/BPA.KitChen.Manage.Comm.dll": {} + "bin/placeholder/BPA.SAAS.Manage.Comm.dll": {} }, "runtime": { - "bin/placeholder/BPA.KitChen.Manage.Comm.dll": {} + "bin/placeholder/BPA.SAAS.Manage.Comm.dll": {} } }, - "BPA.KitChen.Manage.Core/1.0.0": { + "BPA.SAAS.Manage.Core/1.0.0": { "type": "project", "framework": ".NETCoreApp,Version=v6.0", "dependencies": { - "BPA.KitChen.Manage.Comm": "1.0.0", + "BPA.SAAS.Manage.Comm": "1.0.0", "Furion.Extras.Authentication.JwtBearer": "4.8.8.5", "Furion.Extras.ObjectMapper.Mapster": "4.8.8.5", "Furion.Pure": "4.8.8.5", "SqlSugarCore": "5.1.4.67" }, "compile": { - "bin/placeholder/BPA.KitChen.Manage.Core.dll": {} + "bin/placeholder/BPA.SAAS.Manage.Core.dll": {} }, "runtime": { - "bin/placeholder/BPA.KitChen.Manage.Core.dll": {} + "bin/placeholder/BPA.SAAS.Manage.Core.dll": {} } } } @@ -6472,21 +6472,21 @@ "version.txt" ] }, - "BPA.KitChen.Manage.Comm/1.0.0": { + "BPA.SAAS.Manage.Comm/1.0.0": { "type": "project", - "path": "../BPA.NewKitChen.Manage.Comm/BPA.KitChen.Manage.Comm.csproj", - "msbuildProject": "../BPA.NewKitChen.Manage.Comm/BPA.KitChen.Manage.Comm.csproj" + "path": "../BPA.NewKitChen.Manage.Comm/BPA.SAAS.Manage.Comm.csproj", + "msbuildProject": "../BPA.NewKitChen.Manage.Comm/BPA.SAAS.Manage.Comm.csproj" }, - "BPA.KitChen.Manage.Core/1.0.0": { + "BPA.SAAS.Manage.Core/1.0.0": { "type": "project", - "path": "../BPA.NewKitChen.Manage.Core/BPA.KitChen.Manage.Core.csproj", - "msbuildProject": "../BPA.NewKitChen.Manage.Core/BPA.KitChen.Manage.Core.csproj" + "path": "../BPA.NewKitChen.Manage.Core/BPA.SAAS.Manage.Core.csproj", + "msbuildProject": "../BPA.NewKitChen.Manage.Core/BPA.SAAS.Manage.Core.csproj" } }, "projectFileDependencyGroups": { "net6.0": [ - "BPA.KitChen.Manage.Comm >= 1.0.0", - "BPA.KitChen.Manage.Core >= 1.0.0" + "BPA.SAAS.Manage.Comm >= 1.0.0", + "BPA.SAAS.Manage.Core >= 1.0.0" ] }, "packageFolders": { @@ -6496,9 +6496,9 @@ "project": { "version": "1.0.0", "restore": { - "projectUniqueName": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Application\\BPA.KitChen.Manage.Application.csproj", - "projectName": "BPA.KitChen.Manage.Application", - "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Application\\BPA.KitChen.Manage.Application.csproj", + "projectUniqueName": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Application\\BPA.SAAS.Manage.Application.csproj", + "projectName": "BPA.SAAS.Manage.Application", + "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Application\\BPA.SAAS.Manage.Application.csproj", "packagesPath": "C:\\Users\\HBL\\.nuget\\packages\\", "outputPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Application\\obj\\", "projectStyle": "PackageReference", @@ -6523,11 +6523,11 @@ "net6.0": { "targetAlias": "net6.0", "projectReferences": { - "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.KitChen.Manage.Comm.csproj": { - "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.KitChen.Manage.Comm.csproj" + "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.SAAS.Manage.Comm.csproj": { + "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.SAAS.Manage.Comm.csproj" }, - "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Core\\BPA.KitChen.Manage.Core.csproj": { - "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Core\\BPA.KitChen.Manage.Core.csproj" + "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Core\\BPA.SAAS.Manage.Core.csproj": { + "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Core\\BPA.SAAS.Manage.Core.csproj" } } } diff --git a/BPA.NewKitChen.Manage.Application/obj/project.nuget.cache b/BPA.NewKitChen.Manage.Application/obj/project.nuget.cache index 90c61d1..9d6121c 100644 --- a/BPA.NewKitChen.Manage.Application/obj/project.nuget.cache +++ b/BPA.NewKitChen.Manage.Application/obj/project.nuget.cache @@ -1,8 +1,8 @@ { "version": 2, - "dgSpecHash": "l8bAFpX9COkzRT3Qh6YK4bBF5eVesDDYVjpCQaTl/Ef+wlUpS/XUfv3WUDxFeMExBZCxD1/eFoV0SbIFjXnzyA==", + "dgSpecHash": "Ze2hsL2SWg51w7rpHBvBt3Xt+E12ZZxaHLu353mcsZuMe1IF5vBAidfc/QYzFgiGC7bWB22FtmzRlp4pAPhVgA==", "success": true, - "projectFilePath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Application\\BPA.KitChen.Manage.Application.csproj", + "projectFilePath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Application\\BPA.SAAS.Manage.Application.csproj", "expectedPackageFiles": [ "C:\\Users\\HBL\\.nuget\\packages\\ben.demystifier\\0.4.1\\ben.demystifier.0.4.1.nupkg.sha512", "C:\\Users\\HBL\\.nuget\\packages\\furion.extras.authentication.jwtbearer\\4.8.8.5\\furion.extras.authentication.jwtbearer.4.8.8.5.nupkg.sha512", diff --git a/BPA.NewKitChen.Manage.Comm/BPA.KitChen.Manage.Comm.csproj b/BPA.NewKitChen.Manage.Comm/BPA.SAAS.Manage.Comm.csproj similarity index 100% rename from BPA.NewKitChen.Manage.Comm/BPA.KitChen.Manage.Comm.csproj rename to BPA.NewKitChen.Manage.Comm/BPA.SAAS.Manage.Comm.csproj diff --git a/BPA.NewKitChen.Manage.Comm/Const/ClaimConst.cs b/BPA.NewKitChen.Manage.Comm/Const/ClaimConst.cs index d757be4..3e7e3a3 100644 --- a/BPA.NewKitChen.Manage.Comm/Const/ClaimConst.cs +++ b/BPA.NewKitChen.Manage.Comm/Const/ClaimConst.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace BPA.NewKitChen.Manage.Comm.Const +namespace BPA.SAAS.Manage.Comm.Const { public class ClaimConst { diff --git a/BPA.NewKitChen.Manage.Comm/Enum/AdminEnums.cs b/BPA.NewKitChen.Manage.Comm/Enum/AdminEnums.cs new file mode 100644 index 0000000..ca6f19e --- /dev/null +++ b/BPA.NewKitChen.Manage.Comm/Enum/AdminEnums.cs @@ -0,0 +1,30 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace BPA.SAAS.Manage.Comm.Enum +{ + public enum AdminEnums + { + /// + /// 超级管理员 + /// + [Description("超级管理员")] + SuperAdmin = 1, + + /// + /// 管理员 + /// + [Description("管理员")] + Admin = 2, + + /// + /// 普通账号 + /// + [Description("普通账号")] + None = 3 + } +} diff --git a/BPA.NewKitChen.Manage.Comm/Enum/CommonStatus.cs b/BPA.NewKitChen.Manage.Comm/Enum/CommonStatus.cs index 8dcce33..0cc8599 100644 --- a/BPA.NewKitChen.Manage.Comm/Enum/CommonStatus.cs +++ b/BPA.NewKitChen.Manage.Comm/Enum/CommonStatus.cs @@ -5,7 +5,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace BPA.NewKitChen.Manage.Comm.Enum +namespace BPA.SAAS.Manage.Comm.Enum { public enum CommonStatus { diff --git a/BPA.NewKitChen.Manage.Comm/bin/Debug/net6.0/BPA.KitChen.Manage.Comm.deps.json b/BPA.NewKitChen.Manage.Comm/bin/Debug/net6.0/BPA.KitChen.Manage.Comm.deps.json new file mode 100644 index 0000000..d24ceac --- /dev/null +++ b/BPA.NewKitChen.Manage.Comm/bin/Debug/net6.0/BPA.KitChen.Manage.Comm.deps.json @@ -0,0 +1,23 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v6.0", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v6.0": { + "BPA.KitChen.Manage.Comm/1.0.0": { + "runtime": { + "BPA.KitChen.Manage.Comm.dll": {} + } + } + } + }, + "libraries": { + "BPA.KitChen.Manage.Comm/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/BPA.NewKitChen.Manage.Comm/bin/Debug/net6.0/BPA.KitChen.Manage.Comm.dll b/BPA.NewKitChen.Manage.Comm/bin/Debug/net6.0/BPA.KitChen.Manage.Comm.dll new file mode 100644 index 0000000..3a538f8 Binary files /dev/null and b/BPA.NewKitChen.Manage.Comm/bin/Debug/net6.0/BPA.KitChen.Manage.Comm.dll differ diff --git a/BPA.NewKitChen.Manage.Comm/bin/Debug/net6.0/BPA.KitChen.Manage.Comm.pdb b/BPA.NewKitChen.Manage.Comm/bin/Debug/net6.0/BPA.KitChen.Manage.Comm.pdb new file mode 100644 index 0000000..58fba5d Binary files /dev/null and b/BPA.NewKitChen.Manage.Comm/bin/Debug/net6.0/BPA.KitChen.Manage.Comm.pdb differ diff --git a/BPA.NewKitChen.Manage.Comm/obj/BPA.SAAS.Manage.Comm.csproj.nuget.dgspec.json b/BPA.NewKitChen.Manage.Comm/obj/BPA.SAAS.Manage.Comm.csproj.nuget.dgspec.json new file mode 100644 index 0000000..3bdc956 --- /dev/null +++ b/BPA.NewKitChen.Manage.Comm/obj/BPA.SAAS.Manage.Comm.csproj.nuget.dgspec.json @@ -0,0 +1,69 @@ +{ + "format": 1, + "restore": { + "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.SAAS.Manage.Comm.csproj": {} + }, + "projects": { + "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.SAAS.Manage.Comm.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.SAAS.Manage.Comm.csproj", + "projectName": "BPA.SAAS.Manage.Comm", + "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.SAAS.Manage.Comm.csproj", + "packagesPath": "C:\\Users\\HBL\\.nuget\\packages\\", + "outputPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "D:\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\HBL\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net6.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "http://111.9.47.105:10243/repository/bpa/index.json": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.101\\RuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/BPA.NewKitChen.Manage.Comm/obj/BPA.SAAS.Manage.Comm.csproj.nuget.g.props b/BPA.NewKitChen.Manage.Comm/obj/BPA.SAAS.Manage.Comm.csproj.nuget.g.props new file mode 100644 index 0000000..a0ceceb --- /dev/null +++ b/BPA.NewKitChen.Manage.Comm/obj/BPA.SAAS.Manage.Comm.csproj.nuget.g.props @@ -0,0 +1,16 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\HBL\.nuget\packages\;D:\Microsoft Visual Studio\Shared\NuGetPackages + PackageReference + 6.4.0 + + + + + + \ No newline at end of file diff --git a/BPA.NewKitChen.Manage.Comm/obj/BPA.SAAS.Manage.Comm.csproj.nuget.g.targets b/BPA.NewKitChen.Manage.Comm/obj/BPA.SAAS.Manage.Comm.csproj.nuget.g.targets new file mode 100644 index 0000000..3dc06ef --- /dev/null +++ b/BPA.NewKitChen.Manage.Comm/obj/BPA.SAAS.Manage.Comm.csproj.nuget.g.targets @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/BPA.NewKitChen.Manage.Comm/obj/Debug/net6.0/BPA.KitChen.Manage.Comm.csproj.BuildWithSkipAnalyzers b/BPA.NewKitChen.Manage.Comm/obj/Debug/net6.0/BPA.KitChen.Manage.Comm.csproj.BuildWithSkipAnalyzers new file mode 100644 index 0000000..e69de29 diff --git a/BPA.NewKitChen.Manage.Comm/obj/Debug/net6.0/BPA.KitChen.Manage.Comm.csproj.CoreCompileInputs.cache b/BPA.NewKitChen.Manage.Comm/obj/Debug/net6.0/BPA.KitChen.Manage.Comm.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..556e1ec --- /dev/null +++ b/BPA.NewKitChen.Manage.Comm/obj/Debug/net6.0/BPA.KitChen.Manage.Comm.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +0e525f76e22e84b36677c65da9f6f1ebc79bf2a4 diff --git a/BPA.NewKitChen.Manage.Comm/obj/Debug/net6.0/BPA.KitChen.Manage.Comm.csproj.FileListAbsolute.txt b/BPA.NewKitChen.Manage.Comm/obj/Debug/net6.0/BPA.KitChen.Manage.Comm.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..a2dfc82 --- /dev/null +++ b/BPA.NewKitChen.Manage.Comm/obj/Debug/net6.0/BPA.KitChen.Manage.Comm.csproj.FileListAbsolute.txt @@ -0,0 +1,12 @@ +D:\BPA\BPA.NewKitChen\BPA.NewKitChen.Manage\BPA.NewKitChen.Manage.Comm\bin\Debug\net6.0\BPA.KitChen.Manage.Comm.deps.json +D:\BPA\BPA.NewKitChen\BPA.NewKitChen.Manage\BPA.NewKitChen.Manage.Comm\bin\Debug\net6.0\BPA.KitChen.Manage.Comm.dll +D:\BPA\BPA.NewKitChen\BPA.NewKitChen.Manage\BPA.NewKitChen.Manage.Comm\bin\Debug\net6.0\BPA.KitChen.Manage.Comm.pdb +D:\BPA\BPA.NewKitChen\BPA.NewKitChen.Manage\BPA.NewKitChen.Manage.Comm\obj\Debug\net6.0\BPA.KitChen.Manage.Comm.csproj.AssemblyReference.cache +D:\BPA\BPA.NewKitChen\BPA.NewKitChen.Manage\BPA.NewKitChen.Manage.Comm\obj\Debug\net6.0\BPA.KitChen.Manage.Comm.GeneratedMSBuildEditorConfig.editorconfig +D:\BPA\BPA.NewKitChen\BPA.NewKitChen.Manage\BPA.NewKitChen.Manage.Comm\obj\Debug\net6.0\BPA.KitChen.Manage.Comm.AssemblyInfoInputs.cache +D:\BPA\BPA.NewKitChen\BPA.NewKitChen.Manage\BPA.NewKitChen.Manage.Comm\obj\Debug\net6.0\BPA.KitChen.Manage.Comm.AssemblyInfo.cs +D:\BPA\BPA.NewKitChen\BPA.NewKitChen.Manage\BPA.NewKitChen.Manage.Comm\obj\Debug\net6.0\BPA.KitChen.Manage.Comm.csproj.CoreCompileInputs.cache +D:\BPA\BPA.NewKitChen\BPA.NewKitChen.Manage\BPA.NewKitChen.Manage.Comm\obj\Debug\net6.0\BPA.KitChen.Manage.Comm.dll +D:\BPA\BPA.NewKitChen\BPA.NewKitChen.Manage\BPA.NewKitChen.Manage.Comm\obj\Debug\net6.0\refint\BPA.KitChen.Manage.Comm.dll +D:\BPA\BPA.NewKitChen\BPA.NewKitChen.Manage\BPA.NewKitChen.Manage.Comm\obj\Debug\net6.0\BPA.KitChen.Manage.Comm.pdb +D:\BPA\BPA.NewKitChen\BPA.NewKitChen.Manage\BPA.NewKitChen.Manage.Comm\obj\Debug\net6.0\ref\BPA.KitChen.Manage.Comm.dll diff --git a/BPA.NewKitChen.Manage.Comm/obj/Debug/net6.0/BPA.KitChen.Manage.Comm.dll b/BPA.NewKitChen.Manage.Comm/obj/Debug/net6.0/BPA.KitChen.Manage.Comm.dll new file mode 100644 index 0000000..3a538f8 Binary files /dev/null and b/BPA.NewKitChen.Manage.Comm/obj/Debug/net6.0/BPA.KitChen.Manage.Comm.dll differ diff --git a/BPA.NewKitChen.Manage.Comm/obj/Debug/net6.0/BPA.KitChen.Manage.Comm.pdb b/BPA.NewKitChen.Manage.Comm/obj/Debug/net6.0/BPA.KitChen.Manage.Comm.pdb new file mode 100644 index 0000000..58fba5d Binary files /dev/null and b/BPA.NewKitChen.Manage.Comm/obj/Debug/net6.0/BPA.KitChen.Manage.Comm.pdb differ diff --git a/BPA.NewKitChen.Manage.Comm/obj/Debug/net6.0/BPA.SAAS.Manage.Comm.AssemblyInfo.cs b/BPA.NewKitChen.Manage.Comm/obj/Debug/net6.0/BPA.SAAS.Manage.Comm.AssemblyInfo.cs new file mode 100644 index 0000000..b128318 --- /dev/null +++ b/BPA.NewKitChen.Manage.Comm/obj/Debug/net6.0/BPA.SAAS.Manage.Comm.AssemblyInfo.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("BPA.SAAS.Manage.Comm")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("BPA.SAAS.Manage.Comm")] +[assembly: System.Reflection.AssemblyTitleAttribute("BPA.SAAS.Manage.Comm")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// 由 MSBuild WriteCodeFragment 类生成。 + diff --git a/BPA.NewKitChen.Manage.Comm/obj/Debug/net6.0/BPA.SAAS.Manage.Comm.AssemblyInfoInputs.cache b/BPA.NewKitChen.Manage.Comm/obj/Debug/net6.0/BPA.SAAS.Manage.Comm.AssemblyInfoInputs.cache new file mode 100644 index 0000000..0d4d49a --- /dev/null +++ b/BPA.NewKitChen.Manage.Comm/obj/Debug/net6.0/BPA.SAAS.Manage.Comm.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +62f8d1c772426adcec16c0eb0a8e2c15d35699d3 diff --git a/BPA.NewKitChen.Manage.Comm/obj/Debug/net6.0/BPA.SAAS.Manage.Comm.GeneratedMSBuildEditorConfig.editorconfig b/BPA.NewKitChen.Manage.Comm/obj/Debug/net6.0/BPA.SAAS.Manage.Comm.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..41a5805 --- /dev/null +++ b/BPA.NewKitChen.Manage.Comm/obj/Debug/net6.0/BPA.SAAS.Manage.Comm.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,11 @@ +is_global = true +build_property.TargetFramework = net6.0 +build_property.TargetPlatformMinVersion = +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = BPA.SAAS.Manage.Comm +build_property.ProjectDir = D:\BPA\BPA.NewKitChen\BPA.NewKitChen.Manage\BPA.NewKitChen.Manage.Comm\ diff --git a/BPA.NewKitChen.Manage.Comm/obj/Debug/net6.0/BPA.SAAS.Manage.Comm.GlobalUsings.g.cs b/BPA.NewKitChen.Manage.Comm/obj/Debug/net6.0/BPA.SAAS.Manage.Comm.GlobalUsings.g.cs new file mode 100644 index 0000000..8578f3d --- /dev/null +++ b/BPA.NewKitChen.Manage.Comm/obj/Debug/net6.0/BPA.SAAS.Manage.Comm.GlobalUsings.g.cs @@ -0,0 +1,8 @@ +// +global using global::System; +global using global::System.Collections.Generic; +global using global::System.IO; +global using global::System.Linq; +global using global::System.Net.Http; +global using global::System.Threading; +global using global::System.Threading.Tasks; diff --git a/BPA.NewKitChen.Manage.Comm/obj/Debug/net6.0/BPA.SAAS.Manage.Comm.assets.cache b/BPA.NewKitChen.Manage.Comm/obj/Debug/net6.0/BPA.SAAS.Manage.Comm.assets.cache new file mode 100644 index 0000000..03a645a Binary files /dev/null and b/BPA.NewKitChen.Manage.Comm/obj/Debug/net6.0/BPA.SAAS.Manage.Comm.assets.cache differ diff --git a/BPA.NewKitChen.Manage.Comm/obj/Debug/net6.0/BPA.SAAS.Manage.Comm.csproj.AssemblyReference.cache b/BPA.NewKitChen.Manage.Comm/obj/Debug/net6.0/BPA.SAAS.Manage.Comm.csproj.AssemblyReference.cache new file mode 100644 index 0000000..da8d5e3 Binary files /dev/null and b/BPA.NewKitChen.Manage.Comm/obj/Debug/net6.0/BPA.SAAS.Manage.Comm.csproj.AssemblyReference.cache differ diff --git a/BPA.NewKitChen.Manage.Comm/obj/Debug/net6.0/ref/BPA.KitChen.Manage.Comm.dll b/BPA.NewKitChen.Manage.Comm/obj/Debug/net6.0/ref/BPA.KitChen.Manage.Comm.dll new file mode 100644 index 0000000..9350a22 Binary files /dev/null and b/BPA.NewKitChen.Manage.Comm/obj/Debug/net6.0/ref/BPA.KitChen.Manage.Comm.dll differ diff --git a/BPA.NewKitChen.Manage.Comm/obj/Debug/net6.0/refint/BPA.KitChen.Manage.Comm.dll b/BPA.NewKitChen.Manage.Comm/obj/Debug/net6.0/refint/BPA.KitChen.Manage.Comm.dll new file mode 100644 index 0000000..9350a22 Binary files /dev/null and b/BPA.NewKitChen.Manage.Comm/obj/Debug/net6.0/refint/BPA.KitChen.Manage.Comm.dll differ diff --git a/BPA.NewKitChen.Manage.Comm/obj/project.assets.json b/BPA.NewKitChen.Manage.Comm/obj/project.assets.json index f6b8312..a59fe9e 100644 --- a/BPA.NewKitChen.Manage.Comm/obj/project.assets.json +++ b/BPA.NewKitChen.Manage.Comm/obj/project.assets.json @@ -14,9 +14,9 @@ "project": { "version": "1.0.0", "restore": { - "projectUniqueName": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.KitChen.Manage.Comm.csproj", - "projectName": "BPA.KitChen.Manage.Comm", - "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.KitChen.Manage.Comm.csproj", + "projectUniqueName": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.SAAS.Manage.Comm.csproj", + "projectName": "BPA.SAAS.Manage.Comm", + "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.SAAS.Manage.Comm.csproj", "packagesPath": "C:\\Users\\HBL\\.nuget\\packages\\", "outputPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\obj\\", "projectStyle": "PackageReference", diff --git a/BPA.NewKitChen.Manage.Comm/obj/project.nuget.cache b/BPA.NewKitChen.Manage.Comm/obj/project.nuget.cache index caee086..be1a514 100644 --- a/BPA.NewKitChen.Manage.Comm/obj/project.nuget.cache +++ b/BPA.NewKitChen.Manage.Comm/obj/project.nuget.cache @@ -1,8 +1,8 @@ { "version": 2, - "dgSpecHash": "O/kDxdQ0O27/eaqMAQ3fvkd/m9dWcIApOKPGiWG3RexmU3EymbFAqtnU6pZNBPoqYadNHSSyuZcg+xTfbvhiMQ==", + "dgSpecHash": "AfoAdbVLqDKBmMfVRFeAFkiNJg7K38DiHfa9eg4I4QRaAcMJWXd3+6p7f6QLWQPYXOLxUKGTyxrAEcWRSjYSiA==", "success": true, - "projectFilePath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.KitChen.Manage.Comm.csproj", + "projectFilePath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.SAAS.Manage.Comm.csproj", "expectedPackageFiles": [], "logs": [ { diff --git a/BPA.NewKitChen.Manage.Core/BPA.NewKitChen.Manage.Core.xml b/BPA.NewKitChen.Manage.Core/BPA.NewKitChen.Manage.Core.xml index 88c1b65..19c4cae 100644 --- a/BPA.NewKitChen.Manage.Core/BPA.NewKitChen.Manage.Core.xml +++ b/BPA.NewKitChen.Manage.Core/BPA.NewKitChen.Manage.Core.xml @@ -1,7 +1,7 @@ - BPA.NewKitChen.Manage.Core + BPA.KitChen.Manage.Core diff --git a/BPA.NewKitChen.Manage.Core/BPA.KitChen.Manage.Core.csproj b/BPA.NewKitChen.Manage.Core/BPA.SAAS.Manage.Core.csproj similarity index 95% rename from BPA.NewKitChen.Manage.Core/BPA.KitChen.Manage.Core.csproj rename to BPA.NewKitChen.Manage.Core/BPA.SAAS.Manage.Core.csproj index 57deb2f..8b4220b 100644 --- a/BPA.NewKitChen.Manage.Core/BPA.KitChen.Manage.Core.csproj +++ b/BPA.NewKitChen.Manage.Core/BPA.SAAS.Manage.Core.csproj @@ -21,7 +21,7 @@ - + diff --git a/BPA.NewKitChen.Manage.Core/Base/IBaseEntity.cs b/BPA.NewKitChen.Manage.Core/Base/IBaseEntity.cs index 4a823f3..2c78c01 100644 --- a/BPA.NewKitChen.Manage.Core/Base/IBaseEntity.cs +++ b/BPA.NewKitChen.Manage.Core/Base/IBaseEntity.cs @@ -5,7 +5,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace BPA.NewKitChen.Manage.Core.Base +namespace BPA.SAAS.Manage.Core.Base { public abstract class IBaseEntity { diff --git a/BPA.NewKitChen.Manage.Core/Base/PageInputBase.cs b/BPA.NewKitChen.Manage.Core/Base/PageInputBase.cs index 688b45b..948aa63 100644 --- a/BPA.NewKitChen.Manage.Core/Base/PageInputBase.cs +++ b/BPA.NewKitChen.Manage.Core/Base/PageInputBase.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace BPA.NewKitChen.Manage.Core.Base +namespace BPA.SAAS.Manage.Core.Base { public class PageInputBase { diff --git a/BPA.NewKitChen.Manage.Core/Base/PageUtil.cs b/BPA.NewKitChen.Manage.Core/Base/PageUtil.cs index c87355a..deb171c 100644 --- a/BPA.NewKitChen.Manage.Core/Base/PageUtil.cs +++ b/BPA.NewKitChen.Manage.Core/Base/PageUtil.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace BPA.NewKitChen.Manage.Core.Base +namespace BPA.SAAS.Manage.Core.Base { /// /// 分页实体 diff --git a/BPA.NewKitChen.Manage.Core/DbContext.cs b/BPA.NewKitChen.Manage.Core/DbContext.cs index e7765c2..42e5783 100644 --- a/BPA.NewKitChen.Manage.Core/DbContext.cs +++ b/BPA.NewKitChen.Manage.Core/DbContext.cs @@ -5,7 +5,7 @@ using SqlSugar; using System; using System.Collections.Generic; -namespace BPA.NewKitChen.Manage.Core +namespace BPA.SAAS.Manage.Core { /// /// 数据库上下文对象 diff --git a/BPA.NewKitChen.Manage.Core/Org/BPA_Company.cs b/BPA.NewKitChen.Manage.Core/Org/BPA_Company.cs index 785943b..6fa3f6e 100644 --- a/BPA.NewKitChen.Manage.Core/Org/BPA_Company.cs +++ b/BPA.NewKitChen.Manage.Core/Org/BPA_Company.cs @@ -1,5 +1,5 @@ -using BPA.NewKitChen.Manage.Comm.Enum; -using BPA.NewKitChen.Manage.Core.Base; +using BPA.SAAS.Manage.Comm.Enum; +using BPA.SAAS.Manage.Core.Base; using SqlSugar; using System; using System.Collections.Generic; @@ -7,7 +7,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace BPA.NewKitChen.Manage.Core.Org +namespace BPA.SAAS.Manage.Core.Org { /// /// 加盟商信息 diff --git a/BPA.NewKitChen.Manage.Core/Org/BPA_Organize.cs b/BPA.NewKitChen.Manage.Core/Org/BPA_Organize.cs index 535f8b5..7192951 100644 --- a/BPA.NewKitChen.Manage.Core/Org/BPA_Organize.cs +++ b/BPA.NewKitChen.Manage.Core/Org/BPA_Organize.cs @@ -1,5 +1,5 @@ -using BPA.NewKitChen.Manage.Comm.Enum; -using BPA.NewKitChen.Manage.Core.Base; +using BPA.SAAS.Manage.Comm.Enum; +using BPA.SAAS.Manage.Core.Base; using SqlSugar; using System; using System.Collections.Generic; @@ -7,7 +7,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace BPA.NewKitChen.Manage.Core.Org +namespace BPA.SAAS.Manage.Core.Org { /// /// 组织机构 diff --git a/BPA.NewKitChen.Manage.Core/Org/BPA_Roles.cs b/BPA.NewKitChen.Manage.Core/Org/BPA_Roles.cs index a9d5a49..fc76e88 100644 --- a/BPA.NewKitChen.Manage.Core/Org/BPA_Roles.cs +++ b/BPA.NewKitChen.Manage.Core/Org/BPA_Roles.cs @@ -1,4 +1,4 @@ -using BPA.NewKitChen.Manage.Core.Base; +using BPA.SAAS.Manage.Core.Base; using SqlSugar; using System; using System.Collections.Generic; @@ -6,7 +6,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace BPA.NewKitChen.Manage.Core.Org +namespace BPA.SAAS.Manage.Core.Org { /// /// 角色 diff --git a/BPA.NewKitChen.Manage.Core/Org/BPA_Users.cs b/BPA.NewKitChen.Manage.Core/Org/BPA_Users.cs index 5075cc2..f602b99 100644 --- a/BPA.NewKitChen.Manage.Core/Org/BPA_Users.cs +++ b/BPA.NewKitChen.Manage.Core/Org/BPA_Users.cs @@ -1,4 +1,4 @@ -using BPA.NewKitChen.Manage.Core.Base; +using BPA.SAAS.Manage.Core.Base; using SqlSugar; using System; using System.Collections.Generic; @@ -6,7 +6,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace BPA.NewKitChen.Manage.Core.Org +namespace BPA.SAAS.Manage.Core.Org { [SugarTable("bpa_users")] public class BPA_Users: IBaseEntity diff --git a/BPA.NewKitChen.Manage.Core/System/BPA_DictData.cs b/BPA.NewKitChen.Manage.Core/System/BPA_DictData.cs index 598c580..77cb9c4 100644 --- a/BPA.NewKitChen.Manage.Core/System/BPA_DictData.cs +++ b/BPA.NewKitChen.Manage.Core/System/BPA_DictData.cs @@ -1,5 +1,5 @@ -using BPA.NewKitChen.Manage.Comm.Enum; -using BPA.NewKitChen.Manage.Core.Base; +using BPA.SAAS.Manage.Comm.Enum; +using BPA.SAAS.Manage.Core.Base; using SqlSugar; using System; using System.Collections.Generic; @@ -7,7 +7,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace BPA.NewKitChen.Manage.Core.system +namespace BPA.SAAS.Manage.Core.system { [SugarTable("bpa_dictdata")] public class BPA_DictData: IBaseEntity diff --git a/BPA.NewKitChen.Manage.Core/System/BPA_DictType.cs b/BPA.NewKitChen.Manage.Core/System/BPA_DictType.cs index 0bba052..98c15d6 100644 --- a/BPA.NewKitChen.Manage.Core/System/BPA_DictType.cs +++ b/BPA.NewKitChen.Manage.Core/System/BPA_DictType.cs @@ -1,5 +1,5 @@ -using BPA.NewKitChen.Manage.Comm.Enum; -using BPA.NewKitChen.Manage.Core.Base; +using BPA.SAAS.Manage.Comm.Enum; +using BPA.SAAS.Manage.Core.Base; using SqlSugar; using System; using System.Collections.Generic; @@ -7,7 +7,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace BPA.NewKitChen.Manage.Core.System +namespace BPA.SAAS.Manage.Core.System { [SugarTable("bpa_dicttype")] public class BPA_DictType: IBaseEntity diff --git a/BPA.NewKitChen.Manage.Core/System/BPA_ErrorLog.cs b/BPA.NewKitChen.Manage.Core/System/BPA_ErrorLog.cs index 68da75c..82ac663 100644 --- a/BPA.NewKitChen.Manage.Core/System/BPA_ErrorLog.cs +++ b/BPA.NewKitChen.Manage.Core/System/BPA_ErrorLog.cs @@ -1,4 +1,4 @@ -using BPA.NewKitChen.Manage.Core.Base; +using BPA.SAAS.Manage.Core.Base; using SqlSugar; using System; using System.Collections.Generic; @@ -6,7 +6,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace BPA.NewKitChen.Manage.Core.System +namespace BPA.SAAS.Manage.Core.System { [SugarTable("bpa_errorlog")] public class BPA_ErrorLog: IBaseEntity diff --git a/BPA.NewKitChen.Manage.Core/System/BPA_Menu.cs b/BPA.NewKitChen.Manage.Core/System/BPA_Menu.cs index 0349f62..6b950fb 100644 --- a/BPA.NewKitChen.Manage.Core/System/BPA_Menu.cs +++ b/BPA.NewKitChen.Manage.Core/System/BPA_Menu.cs @@ -1,4 +1,4 @@ -using BPA.NewKitChen.Manage.Core.Base; +using BPA.SAAS.Manage.Core.Base; using SqlSugar; using System; using System.Collections.Generic; @@ -6,7 +6,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace BPA.NewKitChen.Manage.Core.System +namespace BPA.SAAS.Manage.Core.System { [SugarTable("bpa_menu")] public class BPA_Menu: IBaseEntity diff --git a/BPA.NewKitChen.Manage.Core/System/BPA_OperateLog.cs b/BPA.NewKitChen.Manage.Core/System/BPA_OperateLog.cs index e44fc79..71316c5 100644 --- a/BPA.NewKitChen.Manage.Core/System/BPA_OperateLog.cs +++ b/BPA.NewKitChen.Manage.Core/System/BPA_OperateLog.cs @@ -1,4 +1,4 @@ -using BPA.NewKitChen.Manage.Core.Base; +using BPA.SAAS.Manage.Core.Base; using SqlSugar; using System; using System.Collections.Generic; @@ -6,7 +6,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace BPA.NewKitChen.Manage.Core.System +namespace BPA.SAAS.Manage.Core.System { [SugarTable("bpa_operatelog")] public class BPA_OperateLog: IBaseEntity diff --git a/BPA.NewKitChen.Manage.Core/System/BPA_RoleMenu.cs b/BPA.NewKitChen.Manage.Core/System/BPA_RoleMenu.cs index 7fb9e52..b15c10c 100644 --- a/BPA.NewKitChen.Manage.Core/System/BPA_RoleMenu.cs +++ b/BPA.NewKitChen.Manage.Core/System/BPA_RoleMenu.cs @@ -5,7 +5,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace BPA.NewKitChen.Manage.Core.System +namespace BPA.SAAS.Manage.Core.System { [SugarTable("bpa_rolemenu")] public class BPA_RoleMenu diff --git a/BPA.NewKitChen.Manage.Core/bin/Debug/net6.0/BPA.KitChen.Manage.Comm.dll b/BPA.NewKitChen.Manage.Core/bin/Debug/net6.0/BPA.KitChen.Manage.Comm.dll new file mode 100644 index 0000000..3a538f8 Binary files /dev/null and b/BPA.NewKitChen.Manage.Core/bin/Debug/net6.0/BPA.KitChen.Manage.Comm.dll differ diff --git a/BPA.NewKitChen.Manage.Core/bin/Debug/net6.0/BPA.KitChen.Manage.Comm.pdb b/BPA.NewKitChen.Manage.Core/bin/Debug/net6.0/BPA.KitChen.Manage.Comm.pdb new file mode 100644 index 0000000..58fba5d Binary files /dev/null and b/BPA.NewKitChen.Manage.Core/bin/Debug/net6.0/BPA.KitChen.Manage.Comm.pdb differ diff --git a/BPA.NewKitChen.Manage.Core/bin/Debug/net6.0/BPA.KitChen.Manage.Core.deps.json b/BPA.NewKitChen.Manage.Core/bin/Debug/net6.0/BPA.KitChen.Manage.Core.deps.json new file mode 100644 index 0000000..eda3e9e --- /dev/null +++ b/BPA.NewKitChen.Manage.Core/bin/Debug/net6.0/BPA.KitChen.Manage.Core.deps.json @@ -0,0 +1,2042 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v6.0", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v6.0": { + "BPA.KitChen.Manage.Core/1.0.0": { + "dependencies": { + "BPA.KitChen.Manage.Comm": "1.0.0", + "Furion.Extras.Authentication.JwtBearer": "4.8.8.5", + "Furion.Extras.ObjectMapper.Mapster": "4.8.8.5", + "Furion.Pure": "4.8.8.5", + "SqlSugarCore": "5.1.4.67" + }, + "runtime": { + "BPA.KitChen.Manage.Core.dll": {} + } + }, + "Ben.Demystifier/0.4.1": { + "dependencies": { + "System.Reflection.Metadata": "6.0.1" + }, + "runtime": { + "lib/netstandard2.1/Ben.Demystifier.dll": { + "assemblyVersion": "0.4.0.0", + "fileVersion": "0.4.0.2" + } + } + }, + "Furion.Extras.Authentication.JwtBearer/4.8.8.5": { + "dependencies": { + "Microsoft.AspNetCore.Authentication.JwtBearer": "6.0.16" + }, + "runtime": { + "lib/net6.0/Furion.Extras.Authentication.JwtBearer.dll": { + "assemblyVersion": "4.8.8.5", + "fileVersion": "4.8.8.5" + } + } + }, + "Furion.Extras.ObjectMapper.Mapster/4.8.8.5": { + "dependencies": { + "Mapster": "7.3.0", + "Mapster.DependencyInjection": "1.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0" + }, + "runtime": { + "lib/net6.0/Furion.Extras.ObjectMapper.Mapster.dll": { + "assemblyVersion": "4.8.8.5", + "fileVersion": "4.8.8.5" + } + } + }, + "Furion.Pure/4.8.8.5": { + "dependencies": { + "Furion.Pure.Extras.DependencyModel.CodeAnalysis": "4.8.8.5", + "MiniProfiler.AspNetCore.Mvc": "4.2.22", + "Swashbuckle.AspNetCore": "6.5.0" + }, + "runtime": { + "lib/net6.0/Furion.Pure.dll": { + "assemblyVersion": "4.8.8.5", + "fileVersion": "4.8.8.5" + } + } + }, + "Furion.Pure.Extras.DependencyModel.CodeAnalysis/4.8.8.5": { + "dependencies": { + "Ben.Demystifier": "0.4.1", + "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "6.0.16", + "Microsoft.AspNetCore.Razor.Language": "6.0.16", + "Microsoft.CodeAnalysis.CSharp": "4.5.0", + "Microsoft.Extensions.DependencyModel": "6.0.0", + "System.Text.Json": "6.0.7" + }, + "runtime": { + "lib/net6.0/Furion.Pure.Extras.DependencyModel.CodeAnalysis.dll": { + "assemblyVersion": "4.8.8.5", + "fileVersion": "4.8.8.5" + } + } + }, + "Mapster/7.3.0": { + "dependencies": { + "Mapster.Core": "1.2.0", + "Microsoft.CSharp": "4.7.0", + "System.Reflection.Emit": "4.3.0" + }, + "runtime": { + "lib/netstandard2.0/Mapster.dll": { + "assemblyVersion": "7.3.0.0", + "fileVersion": "7.3.0.0" + } + } + }, + "Mapster.Core/1.2.0": { + "runtime": { + "lib/netstandard2.0/Mapster.Core.dll": { + "assemblyVersion": "1.2.0.0", + "fileVersion": "1.2.0.0" + } + } + }, + "Mapster.DependencyInjection/1.0.0": { + "dependencies": { + "Mapster": "7.3.0" + }, + "runtime": { + "lib/netstandard2.0/Mapster.DependencyInjection.dll": { + "assemblyVersion": "1.0.0.0", + "fileVersion": "1.0.0.0" + } + } + }, + "Microsoft.AspNetCore.Authentication.JwtBearer/6.0.16": { + "dependencies": { + "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.10.0" + }, + "runtime": { + "lib/net6.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "assemblyVersion": "6.0.16.0", + "fileVersion": "6.0.1623.17406" + } + } + }, + "Microsoft.AspNetCore.JsonPatch/6.0.16": { + "dependencies": { + "Microsoft.CSharp": "4.7.0", + "Newtonsoft.Json": "13.0.2" + }, + "runtime": { + "lib/net6.0/Microsoft.AspNetCore.JsonPatch.dll": { + "assemblyVersion": "6.0.16.0", + "fileVersion": "6.0.1623.17406" + } + } + }, + "Microsoft.AspNetCore.Mvc.NewtonsoftJson/6.0.16": { + "dependencies": { + "Microsoft.AspNetCore.JsonPatch": "6.0.16", + "Newtonsoft.Json": "13.0.2", + "Newtonsoft.Json.Bson": "1.0.2" + }, + "runtime": { + "lib/net6.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "assemblyVersion": "6.0.16.0", + "fileVersion": "6.0.1623.17406" + } + } + }, + "Microsoft.AspNetCore.Razor.Language/6.0.16": { + "runtime": { + "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": { + "assemblyVersion": "6.0.16.0", + "fileVersion": "6.0.1623.17406" + } + } + }, + "Microsoft.CodeAnalysis.Analyzers/3.3.3": {}, + "Microsoft.CodeAnalysis.Common/4.5.0": { + "dependencies": { + "Microsoft.CodeAnalysis.Analyzers": "3.3.3", + "System.Collections.Immutable": "6.0.0", + "System.Reflection.Metadata": "6.0.1", + "System.Runtime.CompilerServices.Unsafe": "6.0.0", + "System.Text.Encoding.CodePages": "6.0.0" + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll": { + "assemblyVersion": "4.5.0.0", + "fileVersion": "4.500.23.10905" + } + }, + "resources": { + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.CSharp/4.5.0": { + "dependencies": { + "Microsoft.CodeAnalysis.Common": "4.5.0" + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll": { + "assemblyVersion": "4.5.0.0", + "fileVersion": "4.500.23.10905" + } + }, + "resources": { + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CSharp/4.7.0": {}, + "Microsoft.Data.SqlClient/2.1.4": { + "dependencies": { + "Microsoft.Data.SqlClient.SNI.runtime": "2.1.1", + "Microsoft.Identity.Client": "4.21.1", + "Microsoft.IdentityModel.JsonWebTokens": "6.10.0", + "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.10.0", + "Microsoft.Win32.Registry": "4.7.0", + "System.Configuration.ConfigurationManager": "4.7.0", + "System.Diagnostics.DiagnosticSource": "4.7.0", + "System.Runtime.Caching": "4.7.0", + "System.Security.Principal.Windows": "4.7.0", + "System.Text.Encoding.CodePages": "6.0.0" + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": { + "assemblyVersion": "2.0.20168.4", + "fileVersion": "2.0.20168.4" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": { + "rid": "unix", + "assetType": "runtime", + "assemblyVersion": "2.0.20168.4", + "fileVersion": "2.0.20168.4" + }, + "runtimes/win/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": { + "rid": "win", + "assetType": "runtime", + "assemblyVersion": "2.0.20168.4", + "fileVersion": "2.0.20168.4" + } + } + }, + "Microsoft.Data.SqlClient.SNI.runtime/2.1.1": { + "runtimeTargets": { + "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": { + "rid": "win-arm", + "assetType": "native", + "fileVersion": "2.1.1.0" + }, + "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": { + "rid": "win-arm64", + "assetType": "native", + "fileVersion": "2.1.1.0" + }, + "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": { + "rid": "win-x64", + "assetType": "native", + "fileVersion": "2.1.1.0" + }, + "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": { + "rid": "win-x86", + "assetType": "native", + "fileVersion": "2.1.1.0" + } + } + }, + "Microsoft.Data.Sqlite/5.0.5": { + "dependencies": { + "Microsoft.Data.Sqlite.Core": "5.0.5", + "SQLitePCLRaw.bundle_e_sqlite3": "2.0.4" + } + }, + "Microsoft.Data.Sqlite.Core/5.0.5": { + "dependencies": { + "SQLitePCLRaw.core": "2.0.4" + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Data.Sqlite.dll": { + "assemblyVersion": "5.0.5.0", + "fileVersion": "5.0.521.16102" + } + } + }, + "Microsoft.Extensions.ApiDescription.Server/6.0.5": {}, + "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {}, + "Microsoft.Extensions.DependencyModel/6.0.0": { + "dependencies": { + "System.Buffers": "4.5.1", + "System.Memory": "4.5.4", + "System.Runtime.CompilerServices.Unsafe": "6.0.0", + "System.Text.Encodings.Web": "6.0.0", + "System.Text.Json": "6.0.7" + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + } + } + }, + "Microsoft.Identity.Client/4.21.1": { + "runtime": { + "lib/netcoreapp2.1/Microsoft.Identity.Client.dll": { + "assemblyVersion": "4.21.1.0", + "fileVersion": "4.21.1.0" + } + } + }, + "Microsoft.IdentityModel.JsonWebTokens/6.10.0": { + "dependencies": { + "Microsoft.IdentityModel.Tokens": "6.10.0" + }, + "runtime": { + "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "assemblyVersion": "6.10.0.0", + "fileVersion": "6.10.0.20330" + } + } + }, + "Microsoft.IdentityModel.Logging/6.10.0": { + "runtime": { + "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll": { + "assemblyVersion": "6.10.0.0", + "fileVersion": "6.10.0.20330" + } + } + }, + "Microsoft.IdentityModel.Protocols/6.10.0": { + "dependencies": { + "Microsoft.IdentityModel.Logging": "6.10.0", + "Microsoft.IdentityModel.Tokens": "6.10.0" + }, + "runtime": { + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll": { + "assemblyVersion": "6.10.0.0", + "fileVersion": "6.10.0.20330" + } + } + }, + "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.10.0": { + "dependencies": { + "Microsoft.IdentityModel.Protocols": "6.10.0", + "System.IdentityModel.Tokens.Jwt": "6.10.0" + }, + "runtime": { + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "assemblyVersion": "6.10.0.0", + "fileVersion": "6.10.0.20330" + } + } + }, + "Microsoft.IdentityModel.Tokens/6.10.0": { + "dependencies": { + "Microsoft.CSharp": "4.7.0", + "Microsoft.IdentityModel.Logging": "6.10.0", + "System.Security.Cryptography.Cng": "4.5.0" + }, + "runtime": { + "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll": { + "assemblyVersion": "6.10.0.0", + "fileVersion": "6.10.0.20330" + } + } + }, + "Microsoft.NETCore.Platforms/3.1.0": {}, + "Microsoft.NETCore.Targets/1.1.0": {}, + "Microsoft.OpenApi/1.2.3": { + "runtime": { + "lib/netstandard2.0/Microsoft.OpenApi.dll": { + "assemblyVersion": "1.2.3.0", + "fileVersion": "1.2.3.0" + } + } + }, + "Microsoft.Win32.Registry/4.7.0": { + "dependencies": { + "System.Security.AccessControl": "4.7.0", + "System.Security.Principal.Windows": "4.7.0" + } + }, + "Microsoft.Win32.SystemEvents/4.7.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "3.1.0" + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll": { + "assemblyVersion": "4.0.2.0", + "fileVersion": "4.700.19.56404" + } + }, + "runtimeTargets": { + "runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll": { + "rid": "win", + "assetType": "runtime", + "assemblyVersion": "4.0.2.0", + "fileVersion": "4.700.19.56404" + } + } + }, + "MiniProfiler.AspNetCore/4.2.22": { + "dependencies": { + "MiniProfiler.Shared": "4.2.22", + "System.Text.Json": "6.0.7" + }, + "runtime": { + "lib/netcoreapp3.0/MiniProfiler.AspNetCore.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "4.2.22.25413" + } + } + }, + "MiniProfiler.AspNetCore.Mvc/4.2.22": { + "dependencies": { + "MiniProfiler.AspNetCore": "4.2.22" + }, + "runtime": { + "lib/netcoreapp3.0/MiniProfiler.AspNetCore.Mvc.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "4.2.22.25413" + } + } + }, + "MiniProfiler.Shared/4.2.22": { + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", + "Newtonsoft.Json": "13.0.2", + "System.ComponentModel.Primitives": "4.3.0", + "System.Data.Common": "4.3.0", + "System.Diagnostics.DiagnosticSource": "4.7.0", + "System.Diagnostics.StackTrace": "4.3.0", + "System.Dynamic.Runtime": "4.3.0", + "System.Reflection.Emit.Lightweight": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Serialization.Primitives": "4.3.0", + "System.Threading.Tasks.Parallel": "4.3.0" + }, + "runtime": { + "lib/netstandard2.0/MiniProfiler.Shared.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "4.2.22.25413" + } + } + }, + "MySqlConnector/2.2.5": { + "runtime": { + "lib/net6.0/MySqlConnector.dll": { + "assemblyVersion": "2.0.0.0", + "fileVersion": "2.2.5.0" + } + } + }, + "Newtonsoft.Json/13.0.2": { + "runtime": { + "lib/net6.0/Newtonsoft.Json.dll": { + "assemblyVersion": "13.0.0.0", + "fileVersion": "13.0.2.27524" + } + } + }, + "Newtonsoft.Json.Bson/1.0.2": { + "dependencies": { + "Newtonsoft.Json": "13.0.2" + }, + "runtime": { + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { + "assemblyVersion": "1.0.0.0", + "fileVersion": "1.0.2.22727" + } + } + }, + "Npgsql/5.0.7": { + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, + "runtime": { + "lib/net5.0/Npgsql.dll": { + "assemblyVersion": "5.0.7.0", + "fileVersion": "5.0.7.0" + } + } + }, + "Oracle.ManagedDataAccess.Core/3.21.1": { + "dependencies": { + "System.Diagnostics.PerformanceCounter": "4.7.0", + "System.DirectoryServices": "4.7.0", + "System.DirectoryServices.Protocols": "4.7.0", + "System.Text.Json": "6.0.7" + }, + "runtime": { + "lib/netstandard2.1/Oracle.ManagedDataAccess.dll": { + "assemblyVersion": "3.1.21.1", + "fileVersion": "3.1.21.1" + } + } + }, + "SQLitePCLRaw.bundle_e_sqlite3/2.0.4": { + "dependencies": { + "SQLitePCLRaw.core": "2.0.4", + "SQLitePCLRaw.lib.e_sqlite3": "2.0.4", + "SQLitePCLRaw.provider.dynamic_cdecl": "2.0.4" + }, + "runtime": { + "lib/netcoreapp3.1/SQLitePCLRaw.batteries_v2.dll": { + "assemblyVersion": "2.0.4.976", + "fileVersion": "2.0.4.976" + }, + "lib/netcoreapp3.1/SQLitePCLRaw.nativelibrary.dll": { + "assemblyVersion": "2.0.4.976", + "fileVersion": "2.0.4.976" + } + } + }, + "SQLitePCLRaw.core/2.0.4": { + "dependencies": { + "System.Memory": "4.5.4" + }, + "runtime": { + "lib/netstandard2.0/SQLitePCLRaw.core.dll": { + "assemblyVersion": "2.0.4.976", + "fileVersion": "2.0.4.976" + } + } + }, + "SQLitePCLRaw.lib.e_sqlite3/2.0.4": { + "runtimeTargets": { + "runtimes/alpine-x64/native/libe_sqlite3.so": { + "rid": "alpine-x64", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/linux-arm/native/libe_sqlite3.so": { + "rid": "linux-arm", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/linux-arm64/native/libe_sqlite3.so": { + "rid": "linux-arm64", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/linux-armel/native/libe_sqlite3.so": { + "rid": "linux-armel", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/linux-mips64/native/libe_sqlite3.so": { + "rid": "linux-mips64", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/linux-musl-x64/native/libe_sqlite3.so": { + "rid": "linux-musl-x64", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/linux-x64/native/libe_sqlite3.so": { + "rid": "linux-x64", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/linux-x86/native/libe_sqlite3.so": { + "rid": "linux-x86", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/osx-x64/native/libe_sqlite3.dylib": { + "rid": "osx-x64", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/win-arm/native/e_sqlite3.dll": { + "rid": "win-arm", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/win-arm64/native/e_sqlite3.dll": { + "rid": "win-arm64", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/win-x64/native/e_sqlite3.dll": { + "rid": "win-x64", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/win-x86/native/e_sqlite3.dll": { + "rid": "win-x86", + "assetType": "native", + "fileVersion": "0.0.0.0" + } + } + }, + "SQLitePCLRaw.provider.dynamic_cdecl/2.0.4": { + "dependencies": { + "SQLitePCLRaw.core": "2.0.4" + }, + "runtime": { + "lib/netstandard2.0/SQLitePCLRaw.provider.dynamic_cdecl.dll": { + "assemblyVersion": "2.0.4.976", + "fileVersion": "2.0.4.976" + } + } + }, + "SqlSugarCore/5.1.4.67": { + "dependencies": { + "Microsoft.Data.SqlClient": "2.1.4", + "Microsoft.Data.Sqlite": "5.0.5", + "MySqlConnector": "2.2.5", + "Newtonsoft.Json": "13.0.2", + "Npgsql": "5.0.7", + "Oracle.ManagedDataAccess.Core": "3.21.1", + "SqlSugarCore.Dm": "1.0.0", + "SqlSugarCore.Kdbndp": "7.3.0", + "System.Data.Common": "4.3.0", + "System.Reflection.Emit.Lightweight": "4.3.0" + }, + "runtime": { + "lib/netstandard2.1/SqlSugar.dll": { + "assemblyVersion": "5.1.4.67", + "fileVersion": "5.1.4.67" + } + } + }, + "SqlSugarCore.Dm/1.0.0": { + "runtime": { + "lib/netstandard2.0/DmProvider.dll": { + "assemblyVersion": "1.1.0.0", + "fileVersion": "1.1.0.42711" + } + } + }, + "SqlSugarCore.Kdbndp/7.3.0": { + "runtime": { + "lib/netstandard2.1/Kdbndp.dll": { + "assemblyVersion": "4.0.7.0", + "fileVersion": "4.0.7.0" + } + } + }, + "Swashbuckle.AspNetCore/6.5.0": { + "dependencies": { + "Microsoft.Extensions.ApiDescription.Server": "6.0.5", + "Swashbuckle.AspNetCore.Swagger": "6.5.0", + "Swashbuckle.AspNetCore.SwaggerGen": "6.5.0", + "Swashbuckle.AspNetCore.SwaggerUI": "6.5.0" + } + }, + "Swashbuckle.AspNetCore.Swagger/6.5.0": { + "dependencies": { + "Microsoft.OpenApi": "1.2.3" + }, + "runtime": { + "lib/net6.0/Swashbuckle.AspNetCore.Swagger.dll": { + "assemblyVersion": "6.5.0.0", + "fileVersion": "6.5.0.0" + } + } + }, + "Swashbuckle.AspNetCore.SwaggerGen/6.5.0": { + "dependencies": { + "Swashbuckle.AspNetCore.Swagger": "6.5.0" + }, + "runtime": { + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "assemblyVersion": "6.5.0.0", + "fileVersion": "6.5.0.0" + } + } + }, + "Swashbuckle.AspNetCore.SwaggerUI/6.5.0": { + "runtime": { + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "assemblyVersion": "6.5.0.0", + "fileVersion": "6.5.0.0" + } + } + }, + "System.Buffers/4.5.1": {}, + "System.Collections/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "3.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + } + }, + "System.Collections.Concurrent/4.3.0": { + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Reflection": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" + } + }, + "System.Collections.Immutable/6.0.0": { + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + } + }, + "System.ComponentModel/4.3.0": { + "dependencies": { + "System.Runtime": "4.3.0" + } + }, + "System.ComponentModel.Primitives/4.3.0": { + "dependencies": { + "System.ComponentModel": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0" + } + }, + "System.Configuration.ConfigurationManager/4.7.0": { + "dependencies": { + "System.Security.Cryptography.ProtectedData": "4.7.0", + "System.Security.Permissions": "4.7.0" + }, + "runtime": { + "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll": { + "assemblyVersion": "4.0.3.0", + "fileVersion": "4.700.19.56404" + } + } + }, + "System.Data.Common/4.3.0": { + "dependencies": { + "System.Collections": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.RegularExpressions": "4.3.0", + "System.Threading.Tasks": "4.3.0" + } + }, + "System.Diagnostics.Debug/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "3.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + } + }, + "System.Diagnostics.DiagnosticSource/4.7.0": {}, + "System.Diagnostics.PerformanceCounter/4.7.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "3.1.0", + "Microsoft.Win32.Registry": "4.7.0", + "System.Configuration.ConfigurationManager": "4.7.0", + "System.Security.Principal.Windows": "4.7.0" + }, + "runtime": { + "lib/netstandard2.0/System.Diagnostics.PerformanceCounter.dll": { + "assemblyVersion": "4.0.2.0", + "fileVersion": "4.700.19.56404" + } + }, + "runtimeTargets": { + "runtimes/win/lib/netcoreapp2.0/System.Diagnostics.PerformanceCounter.dll": { + "rid": "win", + "assetType": "runtime", + "assemblyVersion": "4.0.2.0", + "fileVersion": "4.700.19.56404" + } + } + }, + "System.Diagnostics.StackTrace/4.3.0": { + "dependencies": { + "System.IO.FileSystem": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Metadata": "6.0.1", + "System.Runtime": "4.3.0" + } + }, + "System.Diagnostics.Tracing/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "3.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + } + }, + "System.DirectoryServices/4.7.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "3.1.0", + "System.IO.FileSystem.AccessControl": "4.7.0", + "System.Security.AccessControl": "4.7.0", + "System.Security.Permissions": "4.7.0", + "System.Security.Principal.Windows": "4.7.0" + }, + "runtime": { + "lib/netstandard2.0/System.DirectoryServices.dll": { + "assemblyVersion": "4.0.1.0", + "fileVersion": "4.700.19.56404" + } + }, + "runtimeTargets": { + "runtimes/win/lib/netcoreapp2.0/System.DirectoryServices.dll": { + "rid": "win", + "assetType": "runtime", + "assemblyVersion": "4.0.1.0", + "fileVersion": "4.700.19.56404" + } + } + }, + "System.DirectoryServices.Protocols/4.7.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "3.1.0", + "System.Security.Principal.Windows": "4.7.0" + }, + "runtime": { + "lib/netstandard2.0/System.DirectoryServices.Protocols.dll": { + "assemblyVersion": "4.0.1.0", + "fileVersion": "4.700.19.56404" + } + }, + "runtimeTargets": { + "runtimes/win/lib/netcoreapp2.0/System.DirectoryServices.Protocols.dll": { + "rid": "win", + "assetType": "runtime", + "assemblyVersion": "4.0.1.0", + "fileVersion": "4.700.19.56404" + } + } + }, + "System.Drawing.Common/4.7.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "3.1.0", + "Microsoft.Win32.SystemEvents": "4.7.0" + }, + "runtime": { + "lib/netstandard2.0/System.Drawing.Common.dll": { + "assemblyVersion": "4.0.0.1", + "fileVersion": "4.6.26919.2" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll": { + "rid": "unix", + "assetType": "runtime", + "assemblyVersion": "4.0.2.0", + "fileVersion": "4.700.19.56404" + }, + "runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll": { + "rid": "win", + "assetType": "runtime", + "assemblyVersion": "4.0.2.0", + "fileVersion": "4.700.19.56404" + } + } + }, + "System.Dynamic.Runtime/4.3.0": { + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "4.3.0", + "System.ObjectModel": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Emit": "4.3.0", + "System.Reflection.Emit.ILGeneration": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Reflection.TypeExtensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0" + } + }, + "System.Globalization/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "3.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + } + }, + "System.IdentityModel.Tokens.Jwt/6.10.0": { + "dependencies": { + "Microsoft.IdentityModel.JsonWebTokens": "6.10.0", + "Microsoft.IdentityModel.Tokens": "6.10.0" + }, + "runtime": { + "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll": { + "assemblyVersion": "6.10.0.0", + "fileVersion": "6.10.0.20330" + } + } + }, + "System.IO/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "3.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading.Tasks": "4.3.0" + } + }, + "System.IO.FileSystem/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "3.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading.Tasks": "4.3.0" + } + }, + "System.IO.FileSystem.AccessControl/4.7.0": { + "dependencies": { + "System.Security.AccessControl": "4.7.0", + "System.Security.Principal.Windows": "4.7.0" + } + }, + "System.IO.FileSystem.Primitives/4.3.0": { + "dependencies": { + "System.Runtime": "4.3.0" + } + }, + "System.Linq/4.3.0": { + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0" + } + }, + "System.Linq.Expressions/4.3.0": { + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Linq": "4.3.0", + "System.ObjectModel": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Emit": "4.3.0", + "System.Reflection.Emit.ILGeneration": "4.3.0", + "System.Reflection.Emit.Lightweight": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Reflection.TypeExtensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0" + } + }, + "System.Memory/4.5.4": {}, + "System.ObjectModel/4.3.0": { + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0" + } + }, + "System.Reflection/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "3.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" + } + }, + "System.Reflection.Emit/4.3.0": { + "dependencies": { + "System.IO": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Emit.ILGeneration": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" + } + }, + "System.Reflection.Emit.ILGeneration/4.3.0": { + "dependencies": { + "System.Reflection": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" + } + }, + "System.Reflection.Emit.Lightweight/4.3.0": { + "dependencies": { + "System.Reflection": "4.3.0", + "System.Reflection.Emit.ILGeneration": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" + } + }, + "System.Reflection.Extensions/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "3.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0" + } + }, + "System.Reflection.Metadata/6.0.1": { + "dependencies": { + "System.Collections.Immutable": "6.0.0" + }, + "runtime": { + "lib/net6.0/System.Reflection.Metadata.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.322.12309" + } + } + }, + "System.Reflection.Primitives/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "3.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + } + }, + "System.Reflection.TypeExtensions/4.3.0": { + "dependencies": { + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0" + } + }, + "System.Resources.ResourceManager/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "3.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Globalization": "4.3.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0" + } + }, + "System.Runtime/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "3.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + } + }, + "System.Runtime.Caching/4.7.0": { + "dependencies": { + "System.Configuration.ConfigurationManager": "4.7.0" + }, + "runtime": { + "lib/netstandard2.0/System.Runtime.Caching.dll": { + "assemblyVersion": "4.0.1.0", + "fileVersion": "4.700.19.56404" + } + }, + "runtimeTargets": { + "runtimes/win/lib/netstandard2.0/System.Runtime.Caching.dll": { + "rid": "win", + "assetType": "runtime", + "assemblyVersion": "4.0.1.0", + "fileVersion": "4.700.19.56404" + } + } + }, + "System.Runtime.CompilerServices.Unsafe/6.0.0": {}, + "System.Runtime.Extensions/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "3.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + } + }, + "System.Runtime.Handles/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "3.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + } + }, + "System.Runtime.Serialization.Primitives/4.3.0": { + "dependencies": { + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0" + } + }, + "System.Security.AccessControl/4.7.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "3.1.0", + "System.Security.Principal.Windows": "4.7.0" + } + }, + "System.Security.Cryptography.Cng/4.5.0": {}, + "System.Security.Cryptography.ProtectedData/4.7.0": { + "runtime": { + "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": { + "assemblyVersion": "4.0.5.0", + "fileVersion": "4.700.19.56404" + } + }, + "runtimeTargets": { + "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": { + "rid": "win", + "assetType": "runtime", + "assemblyVersion": "4.0.5.0", + "fileVersion": "4.700.19.56404" + } + } + }, + "System.Security.Permissions/4.7.0": { + "dependencies": { + "System.Security.AccessControl": "4.7.0", + "System.Windows.Extensions": "4.7.0" + }, + "runtime": { + "lib/netcoreapp3.0/System.Security.Permissions.dll": { + "assemblyVersion": "4.0.3.0", + "fileVersion": "4.700.19.56404" + } + } + }, + "System.Security.Principal.Windows/4.7.0": {}, + "System.Text.Encoding/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "3.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + } + }, + "System.Text.Encoding.CodePages/6.0.0": { + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + } + }, + "System.Text.Encodings.Web/6.0.0": { + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + } + }, + "System.Text.Json/6.0.7": { + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0", + "System.Text.Encodings.Web": "6.0.0" + }, + "runtime": { + "lib/net6.0/System.Text.Json.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.1122.52304" + } + } + }, + "System.Text.RegularExpressions/4.3.0": { + "dependencies": { + "System.Runtime": "4.3.0" + } + }, + "System.Threading/4.3.0": { + "dependencies": { + "System.Runtime": "4.3.0", + "System.Threading.Tasks": "4.3.0" + } + }, + "System.Threading.Tasks/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "3.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + } + }, + "System.Threading.Tasks.Parallel/4.3.0": { + "dependencies": { + "System.Collections.Concurrent": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" + } + }, + "System.Windows.Extensions/4.7.0": { + "dependencies": { + "System.Drawing.Common": "4.7.0" + }, + "runtime": { + "lib/netcoreapp3.0/System.Windows.Extensions.dll": { + "assemblyVersion": "4.0.1.0", + "fileVersion": "4.700.19.56404" + } + }, + "runtimeTargets": { + "runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll": { + "rid": "win", + "assetType": "runtime", + "assemblyVersion": "4.0.1.0", + "fileVersion": "4.700.19.56404" + } + } + }, + "BPA.KitChen.Manage.Comm/1.0.0": { + "runtime": { + "BPA.KitChen.Manage.Comm.dll": {} + } + } + } + }, + "libraries": { + "BPA.KitChen.Manage.Core/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "Ben.Demystifier/0.4.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-axFeEMfmEORy3ipAzOXG/lE+KcNptRbei3F0C4kQCdeiQtW+qJW90K5iIovITGrdLt8AjhNCwk5qLSX9/rFpoA==", + "path": "ben.demystifier/0.4.1", + "hashPath": "ben.demystifier.0.4.1.nupkg.sha512" + }, + "Furion.Extras.Authentication.JwtBearer/4.8.8.5": { + "type": "package", + "serviceable": true, + "sha512": "sha512-+fNm+vuF9kAK7oXK7Ha4yjN1AF8gOWc9sy1mgg5FLPK4eMcAxuzIdC6cgLb2miEQApBgyUHtpVBkfoh4t6GC6A==", + "path": "furion.extras.authentication.jwtbearer/4.8.8.5", + "hashPath": "furion.extras.authentication.jwtbearer.4.8.8.5.nupkg.sha512" + }, + "Furion.Extras.ObjectMapper.Mapster/4.8.8.5": { + "type": "package", + "serviceable": true, + "sha512": "sha512-t5dGxv73XRWDKZAT9hb86a44B6DQLZqGkQ3VTqdT3iSQWc0AChptm+mvO+LihdCmXtcWXH5ReXRvqCeucRSl+A==", + "path": "furion.extras.objectmapper.mapster/4.8.8.5", + "hashPath": "furion.extras.objectmapper.mapster.4.8.8.5.nupkg.sha512" + }, + "Furion.Pure/4.8.8.5": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ARB2RkRrGKin3/Le8N7eG8kojDKH6c4h0xIcO3vL7ovHL5hlx47rR0sctaFWd4qFUXhaeiPVKcDUPXH5AU/XCg==", + "path": "furion.pure/4.8.8.5", + "hashPath": "furion.pure.4.8.8.5.nupkg.sha512" + }, + "Furion.Pure.Extras.DependencyModel.CodeAnalysis/4.8.8.5": { + "type": "package", + "serviceable": true, + "sha512": "sha512-l6C2fSapLRLy6bwkXxw1d6romz4hUXJlcEo33jLksowOrCnyQr899/xJpT/xHp+qo7Y7UNjyJ9oDQhSwVrHcNw==", + "path": "furion.pure.extras.dependencymodel.codeanalysis/4.8.8.5", + "hashPath": "furion.pure.extras.dependencymodel.codeanalysis.4.8.8.5.nupkg.sha512" + }, + "Mapster/7.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-NrCUX/rJa5PTyo6iW4AL5dZLU9PDNlYnrJOVjgdpo5OQM9EtWH2CMHnC5sSuJWC0d0b0SnmeRrIviEem6WxtuQ==", + "path": "mapster/7.3.0", + "hashPath": "mapster.7.3.0.nupkg.sha512" + }, + "Mapster.Core/1.2.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-TNdqZk2zAuBYfJF88D/3clQTOyOdqr1crU81yZQtlGa+e7FYWhJdK/buBWT+TpM3qQko9UzmzfOT4iq3JCs/ZA==", + "path": "mapster.core/1.2.0", + "hashPath": "mapster.core.1.2.0.nupkg.sha512" + }, + "Mapster.DependencyInjection/1.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-nNSGrgu5GirZ8nmuFXHGct+GwXjmbAAb+UqBl3Bwx/vbkCOypuvOziC+wTaNEjz/OE6LMg8yMCZzOtl59Lxw9Q==", + "path": "mapster.dependencyinjection/1.0.0", + "hashPath": "mapster.dependencyinjection.1.0.0.nupkg.sha512" + }, + "Microsoft.AspNetCore.Authentication.JwtBearer/6.0.16": { + "type": "package", + "serviceable": true, + "sha512": "sha512-T4AkjPXOYDqDnfb8PRRHNbB2ozLg9J7CsRZ+jH1MfQGshkFosdwja9c4+QVbKm+1qeLPxul+3weSz+DEvFkA5w==", + "path": "microsoft.aspnetcore.authentication.jwtbearer/6.0.16", + "hashPath": "microsoft.aspnetcore.authentication.jwtbearer.6.0.16.nupkg.sha512" + }, + "Microsoft.AspNetCore.JsonPatch/6.0.16": { + "type": "package", + "serviceable": true, + "sha512": "sha512-pI6ooT0qADSnmI5i3/VRjZ+/vkUPlJ7fpt3fC0nZ0Z2/8FLrVBdZMsmr+9GTsqPgxR1BsJbAscnX8PfBYBf3Xw==", + "path": "microsoft.aspnetcore.jsonpatch/6.0.16", + "hashPath": "microsoft.aspnetcore.jsonpatch.6.0.16.nupkg.sha512" + }, + "Microsoft.AspNetCore.Mvc.NewtonsoftJson/6.0.16": { + "type": "package", + "serviceable": true, + "sha512": "sha512-1MT5UUxXwc3w4+XXcc7zuOaEhPXfq3zL5VHQgVZeqsN6+mYcBpDdAHKsQVLRj8fZ6S0w+Ov9z083OQt/3mfyaA==", + "path": "microsoft.aspnetcore.mvc.newtonsoftjson/6.0.16", + "hashPath": "microsoft.aspnetcore.mvc.newtonsoftjson.6.0.16.nupkg.sha512" + }, + "Microsoft.AspNetCore.Razor.Language/6.0.16": { + "type": "package", + "serviceable": true, + "sha512": "sha512-zR22NAuSRgAmQhHS+VwLOUXhygL5JSVUScd38nzgi0dN+2+PXiVqVmevZQMhSJuV887iRBt5k2i+gmVlZ7OA0w==", + "path": "microsoft.aspnetcore.razor.language/6.0.16", + "hashPath": "microsoft.aspnetcore.razor.language.6.0.16.nupkg.sha512" + }, + "Microsoft.CodeAnalysis.Analyzers/3.3.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-j/rOZtLMVJjrfLRlAMckJLPW/1rze9MT1yfWqSIbUPGRu1m1P0fuo9PmqapwsmePfGB5PJrudQLvmUOAMF0DqQ==", + "path": "microsoft.codeanalysis.analyzers/3.3.3", + "hashPath": "microsoft.codeanalysis.analyzers.3.3.3.nupkg.sha512" + }, + "Microsoft.CodeAnalysis.Common/4.5.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-lwAbIZNdnY0SUNoDmZHkVUwLO8UyNnyyh1t/4XsbFxi4Ounb3xszIYZaWhyj5ZjyfcwqwmtMbE7fUTVCqQEIdQ==", + "path": "microsoft.codeanalysis.common/4.5.0", + "hashPath": "microsoft.codeanalysis.common.4.5.0.nupkg.sha512" + }, + "Microsoft.CodeAnalysis.CSharp/4.5.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-cM59oMKAOxvdv76bdmaKPy5hfj+oR+zxikWoueEB7CwTko7mt9sVKZI8Qxlov0C/LuKEG+WQwifepqL3vuTiBQ==", + "path": "microsoft.codeanalysis.csharp/4.5.0", + "hashPath": "microsoft.codeanalysis.csharp.4.5.0.nupkg.sha512" + }, + "Microsoft.CSharp/4.7.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==", + "path": "microsoft.csharp/4.7.0", + "hashPath": "microsoft.csharp.4.7.0.nupkg.sha512" + }, + "Microsoft.Data.SqlClient/2.1.4": { + "type": "package", + "serviceable": true, + "sha512": "sha512-cDcKBTKILdRuAzJjbgXwGcUQXzMue+SG02kD4tZTXXfoz4ALrGLpCnA5k9khw3fnAMlMnRzLIGuvRdJurqmESA==", + "path": "microsoft.data.sqlclient/2.1.4", + "hashPath": "microsoft.data.sqlclient.2.1.4.nupkg.sha512" + }, + "Microsoft.Data.SqlClient.SNI.runtime/2.1.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-JwGDWkyZgm7SATJmFLfT2G4teimvNbNtq3lsS9a5DzvhEZnQrZjZhevCU0vdx8MjheLHoG5vocuO03QtioFQxQ==", + "path": "microsoft.data.sqlclient.sni.runtime/2.1.1", + "hashPath": "microsoft.data.sqlclient.sni.runtime.2.1.1.nupkg.sha512" + }, + "Microsoft.Data.Sqlite/5.0.5": { + "type": "package", + "serviceable": true, + "sha512": "sha512-zTeCkFsBHZ1/iBd0GqyAUrtb3xuaiUeJyhd9hjuW9yo/ylRhWqxORKznR0bR1g/joUTohGTHAXr/KIuSNyjH/Q==", + "path": "microsoft.data.sqlite/5.0.5", + "hashPath": "microsoft.data.sqlite.5.0.5.nupkg.sha512" + }, + "Microsoft.Data.Sqlite.Core/5.0.5": { + "type": "package", + "serviceable": true, + "sha512": "sha512-tFKcgzzk3495LzD38gw75qmFS6Y1lDr5O9TGfSSG8GgtYF2G5VuTp7VdkeHKaaKOOgrSgHjuc3ogyWh7TZ10Hg==", + "path": "microsoft.data.sqlite.core/5.0.5", + "hashPath": "microsoft.data.sqlite.core.5.0.5.nupkg.sha512" + }, + "Microsoft.Extensions.ApiDescription.Server/6.0.5": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Ckb5EDBUNJdFWyajfXzUIMRkhf52fHZOQuuZg/oiu8y7zDCVwD0iHhew6MnThjHmevanpxL3f5ci2TtHQEN6bw==", + "path": "microsoft.extensions.apidescription.server/6.0.5", + "hashPath": "microsoft.extensions.apidescription.server.6.0.5.nupkg.sha512" + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-xlzi2IYREJH3/m6+lUrQlujzX8wDitm4QGnUu6kUXTQAWPuZY8i+ticFJbzfqaetLA6KR/rO6Ew/HuYD+bxifg==", + "path": "microsoft.extensions.dependencyinjection.abstractions/6.0.0", + "hashPath": "microsoft.extensions.dependencyinjection.abstractions.6.0.0.nupkg.sha512" + }, + "Microsoft.Extensions.DependencyModel/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-TD5QHg98m3+QhgEV1YVoNMl5KtBw/4rjfxLHO0e/YV9bPUBDKntApP4xdrVtGgCeQZHVfC2EXIGsdpRNrr87Pg==", + "path": "microsoft.extensions.dependencymodel/6.0.0", + "hashPath": "microsoft.extensions.dependencymodel.6.0.0.nupkg.sha512" + }, + "Microsoft.Identity.Client/4.21.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-vycgk7S/HAbHaUaK4Tid1fsWHsXdFRRP2KavAIOHCVV27zvuQfYAjXmMvctuuF4egydSumG58CwPZob3gWeYgQ==", + "path": "microsoft.identity.client/4.21.1", + "hashPath": "microsoft.identity.client.4.21.1.nupkg.sha512" + }, + "Microsoft.IdentityModel.JsonWebTokens/6.10.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-0qjS31rN1MQTc46tAYbzmMTSRfdV5ndZxSjYxIGqKSidd4wpNJfNII/pdhU5Fx8olarQoKL9lqqYw4yNOIwT0Q==", + "path": "microsoft.identitymodel.jsonwebtokens/6.10.0", + "hashPath": "microsoft.identitymodel.jsonwebtokens.6.10.0.nupkg.sha512" + }, + "Microsoft.IdentityModel.Logging/6.10.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-zbcwV6esnNzhZZ/VP87dji6VrUBLB5rxnZBkDMqNYpyG+nrBnBsbm4PUYLCBMUflHCM9EMLDG0rLnqqT+l0ldA==", + "path": "microsoft.identitymodel.logging/6.10.0", + "hashPath": "microsoft.identitymodel.logging.6.10.0.nupkg.sha512" + }, + "Microsoft.IdentityModel.Protocols/6.10.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-DFyXD0xylP+DknCT3hzJ7q/Q5qRNu0hO/gCU90O0ATdR0twZmlcuY9RNYaaDofXKVbzcShYNCFCGle2G/o8mkg==", + "path": "microsoft.identitymodel.protocols/6.10.0", + "hashPath": "microsoft.identitymodel.protocols.6.10.0.nupkg.sha512" + }, + "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.10.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-LVvMXAWPbPeEWTylDrxunlHH2wFyE4Mv0L4gZrJHC4HTESbWHquKZb/y/S8jgiQEDycOP0PDQvbG4RR/tr2TVQ==", + "path": "microsoft.identitymodel.protocols.openidconnect/6.10.0", + "hashPath": "microsoft.identitymodel.protocols.openidconnect.6.10.0.nupkg.sha512" + }, + "Microsoft.IdentityModel.Tokens/6.10.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-qbf1NslutDB4oLrriYTJpy7oB1pbh2ej2lEHd2IPDQH9C74ysOdhU5wAC7KoXblldbo7YsNR2QYFOqQM/b0Rsg==", + "path": "microsoft.identitymodel.tokens/6.10.0", + "hashPath": "microsoft.identitymodel.tokens.6.10.0.nupkg.sha512" + }, + "Microsoft.NETCore.Platforms/3.1.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==", + "path": "microsoft.netcore.platforms/3.1.0", + "hashPath": "microsoft.netcore.platforms.3.1.0.nupkg.sha512" + }, + "Microsoft.NETCore.Targets/1.1.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==", + "path": "microsoft.netcore.targets/1.1.0", + "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512" + }, + "Microsoft.OpenApi/1.2.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Nug3rO+7Kl5/SBAadzSMAVgqDlfGjJZ0GenQrLywJ84XGKO0uRqkunz5Wyl0SDwcR71bAATXvSdbdzPrYRYKGw==", + "path": "microsoft.openapi/1.2.3", + "hashPath": "microsoft.openapi.1.2.3.nupkg.sha512" + }, + "Microsoft.Win32.Registry/4.7.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==", + "path": "microsoft.win32.registry/4.7.0", + "hashPath": "microsoft.win32.registry.4.7.0.nupkg.sha512" + }, + "Microsoft.Win32.SystemEvents/4.7.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-mtVirZr++rq+XCDITMUdnETD59XoeMxSpLRIII7JRI6Yj0LEDiO1pPn0ktlnIj12Ix8bfvQqQDMMIF9wC98oCA==", + "path": "microsoft.win32.systemevents/4.7.0", + "hashPath": "microsoft.win32.systemevents.4.7.0.nupkg.sha512" + }, + "MiniProfiler.AspNetCore/4.2.22": { + "type": "package", + "serviceable": true, + "sha512": "sha512-bBirB5d4Q0Bgx05Zg4yzXSmOHZQV4ZJhmxU3DGya4FZxNBwjaVHchqEKY0MJW5XLZo8axMAQm4yywgCvUlTymA==", + "path": "miniprofiler.aspnetcore/4.2.22", + "hashPath": "miniprofiler.aspnetcore.4.2.22.nupkg.sha512" + }, + "MiniProfiler.AspNetCore.Mvc/4.2.22": { + "type": "package", + "serviceable": true, + "sha512": "sha512-nzCEaZnh77U9jw+c/qu4CtwYUpHEf+FH1ZMbYKMzIXr8CNNPlypSR6AJEAwjo3bq9TIJIpBMZIaK3inRLUCg4g==", + "path": "miniprofiler.aspnetcore.mvc/4.2.22", + "hashPath": "miniprofiler.aspnetcore.mvc.4.2.22.nupkg.sha512" + }, + "MiniProfiler.Shared/4.2.22": { + "type": "package", + "serviceable": true, + "sha512": "sha512-OOA99Iu7FjFrdYaADcWL78KK9Kq6M+hfnZac5577aSrx0UYOM2apKlhBPKzoPtGPTRtQNKe4RK00u/FmahcU3g==", + "path": "miniprofiler.shared/4.2.22", + "hashPath": "miniprofiler.shared.4.2.22.nupkg.sha512" + }, + "MySqlConnector/2.2.5": { + "type": "package", + "serviceable": true, + "sha512": "sha512-6sinY78RvryhHwpup3awdjYO7d5hhWahb5p/1VDODJhSxJggV/sBbYuKK5IQF9TuzXABiddqUbmRfM884tqA3Q==", + "path": "mysqlconnector/2.2.5", + "hashPath": "mysqlconnector.2.2.5.nupkg.sha512" + }, + "Newtonsoft.Json/13.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-R2pZ3B0UjeyHShm9vG+Tu0EBb2lC8b0dFzV9gVn50ofHXh9Smjk6kTn7A/FdAsC8B5cKib1OnGYOXxRBz5XQDg==", + "path": "newtonsoft.json/13.0.2", + "hashPath": "newtonsoft.json.13.0.2.nupkg.sha512" + }, + "Newtonsoft.Json.Bson/1.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==", + "path": "newtonsoft.json.bson/1.0.2", + "hashPath": "newtonsoft.json.bson.1.0.2.nupkg.sha512" + }, + "Npgsql/5.0.7": { + "type": "package", + "serviceable": true, + "sha512": "sha512-EQWwxb2lN9w78YG4f6Fxhw5lFEx4LuaNGasXzw86kTOJxiPsUORSh/BTencNZJO4uVqGZx3EO9Z8JXTAvRjgeg==", + "path": "npgsql/5.0.7", + "hashPath": "npgsql.5.0.7.nupkg.sha512" + }, + "Oracle.ManagedDataAccess.Core/3.21.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-SJM0qRVz6a7xMJtPPHAObq7MEzo42T+6+MImuuUK7ZCTXc2BIXbc9cenN7006FcOuX8x4OeTpPbFfQTVlhk9bw==", + "path": "oracle.manageddataaccess.core/3.21.1", + "hashPath": "oracle.manageddataaccess.core.3.21.1.nupkg.sha512" + }, + "SQLitePCLRaw.bundle_e_sqlite3/2.0.4": { + "type": "package", + "serviceable": true, + "sha512": "sha512-f5U8Sw0lRym8tTraJ2zm6OqcDrcrEVvcKDtYlKSLs3Ox9SerkwkPXiFXb/uiW0g2tJdUw6oBhsxI/l5DoRxXMg==", + "path": "sqlitepclraw.bundle_e_sqlite3/2.0.4", + "hashPath": "sqlitepclraw.bundle_e_sqlite3.2.0.4.nupkg.sha512" + }, + "SQLitePCLRaw.core/2.0.4": { + "type": "package", + "serviceable": true, + "sha512": "sha512-4XlDZpDAsboMD6qZQcz9AaKblKDUTVHF+8f3lvbP7QjoqSRr2Xc0Lm34IK2pjRIYnyFLhI3yOJ5YWfOiCid2yg==", + "path": "sqlitepclraw.core/2.0.4", + "hashPath": "sqlitepclraw.core.2.0.4.nupkg.sha512" + }, + "SQLitePCLRaw.lib.e_sqlite3/2.0.4": { + "type": "package", + "serviceable": true, + "sha512": "sha512-oetvmtDZOE4Nnrtxd8Trapl9geBiu0rDCUXff46qGYjnUwzaU1mZ3OHnfR402tl32rx8gBWg3n5OBRaPJRbsGw==", + "path": "sqlitepclraw.lib.e_sqlite3/2.0.4", + "hashPath": "sqlitepclraw.lib.e_sqlite3.2.0.4.nupkg.sha512" + }, + "SQLitePCLRaw.provider.dynamic_cdecl/2.0.4": { + "type": "package", + "serviceable": true, + "sha512": "sha512-AY6+vv/4ji1mCkLrS6HP/88rHT9YFKRyg3LUj8RyIk6imJMUFdQDiP8rK8gq0a/0FbqspLjK1t7rtKcr7FXRYA==", + "path": "sqlitepclraw.provider.dynamic_cdecl/2.0.4", + "hashPath": "sqlitepclraw.provider.dynamic_cdecl.2.0.4.nupkg.sha512" + }, + "SqlSugarCore/5.1.4.67": { + "type": "package", + "serviceable": true, + "sha512": "sha512-t0/seXXLACi67AYdJrt0FQ5BIvtIQt8TrSN9UojSO7IldOtETq75w4Ln2mzOgtahEo+kDDIoJ2liHlePK4aX+g==", + "path": "sqlsugarcore/5.1.4.67", + "hashPath": "sqlsugarcore.5.1.4.67.nupkg.sha512" + }, + "SqlSugarCore.Dm/1.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-TCZRpNQ21lZqTnBFbuVOKIFWMvl2IFRiU5FcSWbyOVD/F9tSwRK9BUQXtrBh3xpn2v/cUcRJgQdNEknWNjFd6w==", + "path": "sqlsugarcore.dm/1.0.0", + "hashPath": "sqlsugarcore.dm.1.0.0.nupkg.sha512" + }, + "SqlSugarCore.Kdbndp/7.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-yi3C3dphrOsL+tqascH29eyMjakFK2xRdVguZphH9OiKj8HZVHHSzo02jCfniIE5vK0KF8LQTAgmkVXJm5JWnw==", + "path": "sqlsugarcore.kdbndp/7.3.0", + "hashPath": "sqlsugarcore.kdbndp.7.3.0.nupkg.sha512" + }, + "Swashbuckle.AspNetCore/6.5.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-FK05XokgjgwlCI6wCT+D4/abtQkL1X1/B9Oas6uIwHFmYrIO9WUD5aLC9IzMs9GnHfUXOtXZ2S43gN1mhs5+aA==", + "path": "swashbuckle.aspnetcore/6.5.0", + "hashPath": "swashbuckle.aspnetcore.6.5.0.nupkg.sha512" + }, + "Swashbuckle.AspNetCore.Swagger/6.5.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-XWmCmqyFmoItXKFsQSwQbEAsjDKcxlNf1l+/Ki42hcb6LjKL8m5Db69OTvz5vLonMSRntYO1XLqz0OP+n3vKnA==", + "path": "swashbuckle.aspnetcore.swagger/6.5.0", + "hashPath": "swashbuckle.aspnetcore.swagger.6.5.0.nupkg.sha512" + }, + "Swashbuckle.AspNetCore.SwaggerGen/6.5.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Y/qW8Qdg9OEs7V013tt+94OdPxbRdbhcEbw4NiwGvf4YBcfhL/y7qp/Mjv/cENsQ2L3NqJ2AOu94weBy/h4KvA==", + "path": "swashbuckle.aspnetcore.swaggergen/6.5.0", + "hashPath": "swashbuckle.aspnetcore.swaggergen.6.5.0.nupkg.sha512" + }, + "Swashbuckle.AspNetCore.SwaggerUI/6.5.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-OvbvxX+wL8skxTBttcBsVxdh73Fag4xwqEU2edh4JMn7Ws/xJHnY/JB1e9RoCb6XpDxUF3hD9A0Z1lEUx40Pfw==", + "path": "swashbuckle.aspnetcore.swaggerui/6.5.0", + "hashPath": "swashbuckle.aspnetcore.swaggerui.6.5.0.nupkg.sha512" + }, + "System.Buffers/4.5.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==", + "path": "system.buffers/4.5.1", + "hashPath": "system.buffers.4.5.1.nupkg.sha512" + }, + "System.Collections/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", + "path": "system.collections/4.3.0", + "hashPath": "system.collections.4.3.0.nupkg.sha512" + }, + "System.Collections.Concurrent/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", + "path": "system.collections.concurrent/4.3.0", + "hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512" + }, + "System.Collections.Immutable/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-l4zZJ1WU2hqpQQHXz1rvC3etVZN+2DLmQMO79FhOTZHMn8tDRr+WU287sbomD0BETlmKDn0ygUgVy9k5xkkJdA==", + "path": "system.collections.immutable/6.0.0", + "hashPath": "system.collections.immutable.6.0.0.nupkg.sha512" + }, + "System.ComponentModel/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-VyGn1jGRZVfxnh8EdvDCi71v3bMXrsu8aYJOwoV7SNDLVhiEqwP86pPMyRGsDsxhXAm2b3o9OIqeETfN5qfezw==", + "path": "system.componentmodel/4.3.0", + "hashPath": "system.componentmodel.4.3.0.nupkg.sha512" + }, + "System.ComponentModel.Primitives/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-j8GUkCpM8V4d4vhLIIoBLGey2Z5bCkMVNjEZseyAlm4n5arcsJOeI3zkUP+zvZgzsbLTYh4lYeP/ZD/gdIAPrw==", + "path": "system.componentmodel.primitives/4.3.0", + "hashPath": "system.componentmodel.primitives.4.3.0.nupkg.sha512" + }, + "System.Configuration.ConfigurationManager/4.7.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-/anOTeSZCNNI2zDilogWrZ8pNqCmYbzGNexUnNhjW8k0sHqEZ2nHJBp147jBV3hGYswu5lINpNg1vxR7bnqvVA==", + "path": "system.configuration.configurationmanager/4.7.0", + "hashPath": "system.configuration.configurationmanager.4.7.0.nupkg.sha512" + }, + "System.Data.Common/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-lm6E3T5u7BOuEH0u18JpbJHxBfOJPuCyl4Kg1RH10ktYLp5uEEE1xKrHW56/We4SnZpGAuCc9N0MJpSDhTHZGQ==", + "path": "system.data.common/4.3.0", + "hashPath": "system.data.common.4.3.0.nupkg.sha512" + }, + "System.Diagnostics.Debug/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", + "path": "system.diagnostics.debug/4.3.0", + "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512" + }, + "System.Diagnostics.DiagnosticSource/4.7.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-oJjw3uFuVDJiJNbCD8HB4a2p3NYLdt1fiT5OGsPLw+WTOuG0KpP4OXelMmmVKpClueMsit6xOlzy4wNKQFiBLg==", + "path": "system.diagnostics.diagnosticsource/4.7.0", + "hashPath": "system.diagnostics.diagnosticsource.4.7.0.nupkg.sha512" + }, + "System.Diagnostics.PerformanceCounter/4.7.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-kE9szT4i3TYT9bDE/BPfzg9/BL6enMiZlcUmnUEBrhRtxWvurKoa8qhXkLTRhrxMzBqaDleWlRfIPE02tulU+w==", + "path": "system.diagnostics.performancecounter/4.7.0", + "hashPath": "system.diagnostics.performancecounter.4.7.0.nupkg.sha512" + }, + "System.Diagnostics.StackTrace/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-BiHg0vgtd35/DM9jvtaC1eKRpWZxr0gcQd643ABG7GnvSlf5pOkY2uyd42mMOJoOmKvnpNj0F4tuoS1pacTwYw==", + "path": "system.diagnostics.stacktrace/4.3.0", + "hashPath": "system.diagnostics.stacktrace.4.3.0.nupkg.sha512" + }, + "System.Diagnostics.Tracing/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", + "path": "system.diagnostics.tracing/4.3.0", + "hashPath": "system.diagnostics.tracing.4.3.0.nupkg.sha512" + }, + "System.DirectoryServices/4.7.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-NRENC4ulDamI4DQtrYybxtQU3qnhGSTUdEKJkLyctHXY4RqNyS/egZpB9z8/CnFCiaQZmwLlqxfBmw80VlKBTA==", + "path": "system.directoryservices/4.7.0", + "hashPath": "system.directoryservices.4.7.0.nupkg.sha512" + }, + "System.DirectoryServices.Protocols/4.7.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-yy0a+E/yksdoMWfZEmWpI5LuCbJ/E6P5d4QRbqUDj/xC4MV7Vw5DiW3KREA9LFbWedoGx90KikUfSN0xhE1j1g==", + "path": "system.directoryservices.protocols/4.7.0", + "hashPath": "system.directoryservices.protocols.4.7.0.nupkg.sha512" + }, + "System.Drawing.Common/4.7.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-v+XbyYHaZjDfn0ENmJEV1VYLgGgCTx1gnfOBcppowbpOAriglYgGCvFCPr2EEZyBvXlpxbEsTwkOlInl107ahA==", + "path": "system.drawing.common/4.7.0", + "hashPath": "system.drawing.common.4.7.0.nupkg.sha512" + }, + "System.Dynamic.Runtime/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-SNVi1E/vfWUAs/WYKhE9+qlS6KqK0YVhnlT0HQtr8pMIA8YX3lwy3uPMownDwdYISBdmAF/2holEIldVp85Wag==", + "path": "system.dynamic.runtime/4.3.0", + "hashPath": "system.dynamic.runtime.4.3.0.nupkg.sha512" + }, + "System.Globalization/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", + "path": "system.globalization/4.3.0", + "hashPath": "system.globalization.4.3.0.nupkg.sha512" + }, + "System.IdentityModel.Tokens.Jwt/6.10.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-C+Q5ORsFycRkRuvy/Xd0Pv5xVpmWSAvQYZAGs7VQogmkqlLhvfZXTgBIlHqC3cxkstSoLJAYx6xZB7foQ2y5eg==", + "path": "system.identitymodel.tokens.jwt/6.10.0", + "hashPath": "system.identitymodel.tokens.jwt.6.10.0.nupkg.sha512" + }, + "System.IO/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", + "path": "system.io/4.3.0", + "hashPath": "system.io.4.3.0.nupkg.sha512" + }, + "System.IO.FileSystem/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", + "path": "system.io.filesystem/4.3.0", + "hashPath": "system.io.filesystem.4.3.0.nupkg.sha512" + }, + "System.IO.FileSystem.AccessControl/4.7.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-vMToiarpU81LR1/KZtnT7VDPvqAZfw9oOS5nY6pPP78nGYz3COLsQH3OfzbR+SjTgltd31R6KmKklz/zDpTmzw==", + "path": "system.io.filesystem.accesscontrol/4.7.0", + "hashPath": "system.io.filesystem.accesscontrol.4.7.0.nupkg.sha512" + }, + "System.IO.FileSystem.Primitives/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", + "path": "system.io.filesystem.primitives/4.3.0", + "hashPath": "system.io.filesystem.primitives.4.3.0.nupkg.sha512" + }, + "System.Linq/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", + "path": "system.linq/4.3.0", + "hashPath": "system.linq.4.3.0.nupkg.sha512" + }, + "System.Linq.Expressions/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", + "path": "system.linq.expressions/4.3.0", + "hashPath": "system.linq.expressions.4.3.0.nupkg.sha512" + }, + "System.Memory/4.5.4": { + "type": "package", + "serviceable": true, + "sha512": "sha512-1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==", + "path": "system.memory/4.5.4", + "hashPath": "system.memory.4.5.4.nupkg.sha512" + }, + "System.ObjectModel/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", + "path": "system.objectmodel/4.3.0", + "hashPath": "system.objectmodel.4.3.0.nupkg.sha512" + }, + "System.Reflection/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", + "path": "system.reflection/4.3.0", + "hashPath": "system.reflection.4.3.0.nupkg.sha512" + }, + "System.Reflection.Emit/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", + "path": "system.reflection.emit/4.3.0", + "hashPath": "system.reflection.emit.4.3.0.nupkg.sha512" + }, + "System.Reflection.Emit.ILGeneration/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", + "path": "system.reflection.emit.ilgeneration/4.3.0", + "hashPath": "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512" + }, + "System.Reflection.Emit.Lightweight/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", + "path": "system.reflection.emit.lightweight/4.3.0", + "hashPath": "system.reflection.emit.lightweight.4.3.0.nupkg.sha512" + }, + "System.Reflection.Extensions/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", + "path": "system.reflection.extensions/4.3.0", + "hashPath": "system.reflection.extensions.4.3.0.nupkg.sha512" + }, + "System.Reflection.Metadata/6.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-III/lNMSn0ZRBuM9m5Cgbiho5j81u0FAEagFX5ta2DKbljZ3T0IpD8j+BIiHQPeKqJppWS9bGEp6JnKnWKze0g==", + "path": "system.reflection.metadata/6.0.1", + "hashPath": "system.reflection.metadata.6.0.1.nupkg.sha512" + }, + "System.Reflection.Primitives/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", + "path": "system.reflection.primitives/4.3.0", + "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512" + }, + "System.Reflection.TypeExtensions/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", + "path": "system.reflection.typeextensions/4.3.0", + "hashPath": "system.reflection.typeextensions.4.3.0.nupkg.sha512" + }, + "System.Resources.ResourceManager/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", + "path": "system.resources.resourcemanager/4.3.0", + "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512" + }, + "System.Runtime/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", + "path": "system.runtime/4.3.0", + "hashPath": "system.runtime.4.3.0.nupkg.sha512" + }, + "System.Runtime.Caching/4.7.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-NdvNRjTPxYvIEhXQszT9L9vJhdQoX6AQ0AlhjTU+5NqFQVuacJTfhPVAvtGWNA2OJCqRiR/okBcZgMwI6MqcZg==", + "path": "system.runtime.caching/4.7.0", + "hashPath": "system.runtime.caching.4.7.0.nupkg.sha512" + }, + "System.Runtime.CompilerServices.Unsafe/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==", + "path": "system.runtime.compilerservices.unsafe/6.0.0", + "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512" + }, + "System.Runtime.Extensions/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", + "path": "system.runtime.extensions/4.3.0", + "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512" + }, + "System.Runtime.Handles/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", + "path": "system.runtime.handles/4.3.0", + "hashPath": "system.runtime.handles.4.3.0.nupkg.sha512" + }, + "System.Runtime.Serialization.Primitives/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Wz+0KOukJGAlXjtKr+5Xpuxf8+c8739RI1C+A2BoQZT+wMCCoMDDdO8/4IRHfaVINqL78GO8dW8G2lW/e45Mcw==", + "path": "system.runtime.serialization.primitives/4.3.0", + "hashPath": "system.runtime.serialization.primitives.4.3.0.nupkg.sha512" + }, + "System.Security.AccessControl/4.7.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==", + "path": "system.security.accesscontrol/4.7.0", + "hashPath": "system.security.accesscontrol.4.7.0.nupkg.sha512" + }, + "System.Security.Cryptography.Cng/4.5.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-WG3r7EyjUe9CMPFSs6bty5doUqT+q9pbI80hlNzo2SkPkZ4VTuZkGWjpp77JB8+uaL4DFPRdBsAY+DX3dBK92A==", + "path": "system.security.cryptography.cng/4.5.0", + "hashPath": "system.security.cryptography.cng.4.5.0.nupkg.sha512" + }, + "System.Security.Cryptography.ProtectedData/4.7.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ehYW0m9ptxpGWvE4zgqongBVWpSDU/JCFD4K7krxkQwSz/sFQjEXCUqpvencjy6DYDbn7Ig09R8GFffu8TtneQ==", + "path": "system.security.cryptography.protecteddata/4.7.0", + "hashPath": "system.security.cryptography.protecteddata.4.7.0.nupkg.sha512" + }, + "System.Security.Permissions/4.7.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-dkOV6YYVBnYRa15/yv004eCGRBVADXw8qRbbNiCn/XpdJSUXkkUeIvdvFHkvnko4CdKMqG8yRHC4ox83LSlMsQ==", + "path": "system.security.permissions/4.7.0", + "hashPath": "system.security.permissions.4.7.0.nupkg.sha512" + }, + "System.Security.Principal.Windows/4.7.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==", + "path": "system.security.principal.windows/4.7.0", + "hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512" + }, + "System.Text.Encoding/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", + "path": "system.text.encoding/4.3.0", + "hashPath": "system.text.encoding.4.3.0.nupkg.sha512" + }, + "System.Text.Encoding.CodePages/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ZFCILZuOvtKPauZ/j/swhvw68ZRi9ATCfvGbk1QfydmcXBkIWecWKn/250UH7rahZ5OoDBaiAudJtPvLwzw85A==", + "path": "system.text.encoding.codepages/6.0.0", + "hashPath": "system.text.encoding.codepages.6.0.0.nupkg.sha512" + }, + "System.Text.Encodings.Web/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==", + "path": "system.text.encodings.web/6.0.0", + "hashPath": "system.text.encodings.web.6.0.0.nupkg.sha512" + }, + "System.Text.Json/6.0.7": { + "type": "package", + "serviceable": true, + "sha512": "sha512-/Tf/9XjprpHolbcDOrxsKVYy/mUG/FS7aGd9YUgBVEiHeQH4kAE0T1sMbde7q6B5xcrNUsJ5iW7D1RvHudQNqA==", + "path": "system.text.json/6.0.7", + "hashPath": "system.text.json.6.0.7.nupkg.sha512" + }, + "System.Text.RegularExpressions/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", + "path": "system.text.regularexpressions/4.3.0", + "hashPath": "system.text.regularexpressions.4.3.0.nupkg.sha512" + }, + "System.Threading/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", + "path": "system.threading/4.3.0", + "hashPath": "system.threading.4.3.0.nupkg.sha512" + }, + "System.Threading.Tasks/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", + "path": "system.threading.tasks/4.3.0", + "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512" + }, + "System.Threading.Tasks.Parallel/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-cbjBNZHf/vQCfcdhzx7knsiygoCKgxL8mZOeocXZn5gWhCdzHIq6bYNKWX0LAJCWYP7bds4yBK8p06YkP0oa0g==", + "path": "system.threading.tasks.parallel/4.3.0", + "hashPath": "system.threading.tasks.parallel.4.3.0.nupkg.sha512" + }, + "System.Windows.Extensions/4.7.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-CeWTdRNfRaSh0pm2gDTJFwVaXfTq6Xwv/sA887iwPTneW7oMtMlpvDIO+U60+3GWTB7Aom6oQwv5VZVUhQRdPQ==", + "path": "system.windows.extensions/4.7.0", + "hashPath": "system.windows.extensions.4.7.0.nupkg.sha512" + }, + "BPA.KitChen.Manage.Comm/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/BPA.NewKitChen.Manage.Core/bin/Debug/net6.0/BPA.KitChen.Manage.Core.dll b/BPA.NewKitChen.Manage.Core/bin/Debug/net6.0/BPA.KitChen.Manage.Core.dll new file mode 100644 index 0000000..43181e2 Binary files /dev/null and b/BPA.NewKitChen.Manage.Core/bin/Debug/net6.0/BPA.KitChen.Manage.Core.dll differ diff --git a/BPA.NewKitChen.Manage.Core/bin/Debug/net6.0/BPA.KitChen.Manage.Core.pdb b/BPA.NewKitChen.Manage.Core/bin/Debug/net6.0/BPA.KitChen.Manage.Core.pdb new file mode 100644 index 0000000..2ae4d70 Binary files /dev/null and b/BPA.NewKitChen.Manage.Core/bin/Debug/net6.0/BPA.KitChen.Manage.Core.pdb differ diff --git a/BPA.NewKitChen.Manage.Core/bin/Debug/net6.0/BPA.NewKitChen.Manage.Core.xml b/BPA.NewKitChen.Manage.Core/bin/Debug/net6.0/BPA.NewKitChen.Manage.Core.xml index 88c1b65..19c4cae 100644 --- a/BPA.NewKitChen.Manage.Core/bin/Debug/net6.0/BPA.NewKitChen.Manage.Core.xml +++ b/BPA.NewKitChen.Manage.Core/bin/Debug/net6.0/BPA.NewKitChen.Manage.Core.xml @@ -1,7 +1,7 @@ - BPA.NewKitChen.Manage.Core + BPA.KitChen.Manage.Core diff --git a/BPA.NewKitChen.Manage.Core/obj/BPA.KitChen.Manage.Core.csproj.nuget.dgspec.json b/BPA.NewKitChen.Manage.Core/obj/BPA.KitChen.Manage.Core.csproj.nuget.dgspec.json index baa650b..d3b47c8 100644 --- a/BPA.NewKitChen.Manage.Core/obj/BPA.KitChen.Manage.Core.csproj.nuget.dgspec.json +++ b/BPA.NewKitChen.Manage.Core/obj/BPA.KitChen.Manage.Core.csproj.nuget.dgspec.json @@ -4,12 +4,12 @@ "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Core\\BPA.KitChen.Manage.Core.csproj": {} }, "projects": { - "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.KitChen.Manage.Comm.csproj": { + "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.SAAS.Manage.Comm.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.KitChen.Manage.Comm.csproj", - "projectName": "BPA.KitChen.Manage.Comm", - "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.KitChen.Manage.Comm.csproj", + "projectUniqueName": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.SAAS.Manage.Comm.csproj", + "projectName": "BPA.SAAS.Manage.Comm", + "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.SAAS.Manage.Comm.csproj", "packagesPath": "C:\\Users\\HBL\\.nuget\\packages\\", "outputPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\obj\\", "projectStyle": "PackageReference", @@ -95,8 +95,8 @@ "net6.0": { "targetAlias": "net6.0", "projectReferences": { - "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.KitChen.Manage.Comm.csproj": { - "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.KitChen.Manage.Comm.csproj" + "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.SAAS.Manage.Comm.csproj": { + "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.SAAS.Manage.Comm.csproj" } } } diff --git a/BPA.NewKitChen.Manage.Core/obj/BPA.SAAS.Manage.Core.csproj.nuget.dgspec.json b/BPA.NewKitChen.Manage.Core/obj/BPA.SAAS.Manage.Core.csproj.nuget.dgspec.json new file mode 100644 index 0000000..9b9c1d8 --- /dev/null +++ b/BPA.NewKitChen.Manage.Core/obj/BPA.SAAS.Manage.Core.csproj.nuget.dgspec.json @@ -0,0 +1,152 @@ +{ + "format": 1, + "restore": { + "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Core\\BPA.SAAS.Manage.Core.csproj": {} + }, + "projects": { + "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.SAAS.Manage.Comm.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.SAAS.Manage.Comm.csproj", + "projectName": "BPA.SAAS.Manage.Comm", + "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.SAAS.Manage.Comm.csproj", + "packagesPath": "C:\\Users\\HBL\\.nuget\\packages\\", + "outputPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "D:\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\HBL\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net6.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "http://111.9.47.105:10243/repository/bpa/index.json": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.101\\RuntimeIdentifierGraph.json" + } + } + }, + "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Core\\BPA.SAAS.Manage.Core.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Core\\BPA.SAAS.Manage.Core.csproj", + "projectName": "BPA.SAAS.Manage.Core", + "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Core\\BPA.SAAS.Manage.Core.csproj", + "packagesPath": "C:\\Users\\HBL\\.nuget\\packages\\", + "outputPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Core\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "D:\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\HBL\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net6.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "http://111.9.47.105:10243/repository/bpa/index.json": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "projectReferences": { + "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.SAAS.Manage.Comm.csproj": { + "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.SAAS.Manage.Comm.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "dependencies": { + "Furion.Extras.Authentication.JwtBearer": { + "target": "Package", + "version": "[4.8.8.5, )" + }, + "Furion.Extras.ObjectMapper.Mapster": { + "target": "Package", + "version": "[4.8.8.5, )" + }, + "Furion.Pure": { + "target": "Package", + "version": "[4.8.8.5, )" + }, + "SqlSugarCore": { + "target": "Package", + "version": "[5.1.4.67, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.101\\RuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/BPA.NewKitChen.Manage.Core/obj/BPA.SAAS.Manage.Core.csproj.nuget.g.props b/BPA.NewKitChen.Manage.Core/obj/BPA.SAAS.Manage.Core.csproj.nuget.g.props new file mode 100644 index 0000000..604a72c --- /dev/null +++ b/BPA.NewKitChen.Manage.Core/obj/BPA.SAAS.Manage.Core.csproj.nuget.g.props @@ -0,0 +1,20 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\HBL\.nuget\packages\;D:\Microsoft Visual Studio\Shared\NuGetPackages + PackageReference + 6.4.0 + + + + + + + C:\Users\HBL\.nuget\packages\microsoft.extensions.apidescription.server\6.0.5 + C:\Users\HBL\.nuget\packages\microsoft.codeanalysis.analyzers\3.3.3 + + \ No newline at end of file diff --git a/BPA.NewKitChen.Manage.Core/obj/BPA.SAAS.Manage.Core.csproj.nuget.g.targets b/BPA.NewKitChen.Manage.Core/obj/BPA.SAAS.Manage.Core.csproj.nuget.g.targets new file mode 100644 index 0000000..12a9ddf --- /dev/null +++ b/BPA.NewKitChen.Manage.Core/obj/BPA.SAAS.Manage.Core.csproj.nuget.g.targets @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/BPA.NewKitChen.Manage.Core/obj/Debug/net6.0/BPA.KitChen.Manage.Core.csproj.AssemblyReference.cache b/BPA.NewKitChen.Manage.Core/obj/Debug/net6.0/BPA.KitChen.Manage.Core.csproj.AssemblyReference.cache index e0479fd..494d0f4 100644 Binary files a/BPA.NewKitChen.Manage.Core/obj/Debug/net6.0/BPA.KitChen.Manage.Core.csproj.AssemblyReference.cache and b/BPA.NewKitChen.Manage.Core/obj/Debug/net6.0/BPA.KitChen.Manage.Core.csproj.AssemblyReference.cache differ diff --git a/BPA.NewKitChen.Manage.Core/obj/Debug/net6.0/BPA.KitChen.Manage.Core.csproj.BuildWithSkipAnalyzers b/BPA.NewKitChen.Manage.Core/obj/Debug/net6.0/BPA.KitChen.Manage.Core.csproj.BuildWithSkipAnalyzers new file mode 100644 index 0000000..e69de29 diff --git a/BPA.NewKitChen.Manage.Core/obj/Debug/net6.0/BPA.KitChen.Manage.Core.csproj.CopyComplete b/BPA.NewKitChen.Manage.Core/obj/Debug/net6.0/BPA.KitChen.Manage.Core.csproj.CopyComplete new file mode 100644 index 0000000..e69de29 diff --git a/BPA.NewKitChen.Manage.Core/obj/Debug/net6.0/BPA.KitChen.Manage.Core.csproj.CoreCompileInputs.cache b/BPA.NewKitChen.Manage.Core/obj/Debug/net6.0/BPA.KitChen.Manage.Core.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..a9cdf61 --- /dev/null +++ b/BPA.NewKitChen.Manage.Core/obj/Debug/net6.0/BPA.KitChen.Manage.Core.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +bbb44a41c747ed93e345bb65ae9b5a604cfc3cc9 diff --git a/BPA.NewKitChen.Manage.Core/obj/Debug/net6.0/BPA.KitChen.Manage.Core.csproj.FileListAbsolute.txt b/BPA.NewKitChen.Manage.Core/obj/Debug/net6.0/BPA.KitChen.Manage.Core.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..1cdea0a --- /dev/null +++ b/BPA.NewKitChen.Manage.Core/obj/Debug/net6.0/BPA.KitChen.Manage.Core.csproj.FileListAbsolute.txt @@ -0,0 +1,16 @@ +D:\BPA\BPA.NewKitChen\BPA.NewKitChen.Manage\BPA.NewKitChen.Manage.Core\bin\Debug\net6.0\BPA.KitChen.Manage.Core.deps.json +D:\BPA\BPA.NewKitChen\BPA.NewKitChen.Manage\BPA.NewKitChen.Manage.Core\bin\Debug\net6.0\BPA.KitChen.Manage.Core.dll +D:\BPA\BPA.NewKitChen\BPA.NewKitChen.Manage\BPA.NewKitChen.Manage.Core\bin\Debug\net6.0\BPA.KitChen.Manage.Core.pdb +D:\BPA\BPA.NewKitChen\BPA.NewKitChen.Manage\BPA.NewKitChen.Manage.Core\bin\Debug\net6.0\BPA.NewKitChen.Manage.Core.xml +D:\BPA\BPA.NewKitChen\BPA.NewKitChen.Manage\BPA.NewKitChen.Manage.Core\bin\Debug\net6.0\BPA.KitChen.Manage.Comm.dll +D:\BPA\BPA.NewKitChen\BPA.NewKitChen.Manage\BPA.NewKitChen.Manage.Core\bin\Debug\net6.0\BPA.KitChen.Manage.Comm.pdb +D:\BPA\BPA.NewKitChen\BPA.NewKitChen.Manage\BPA.NewKitChen.Manage.Core\obj\Debug\net6.0\BPA.KitChen.Manage.Core.csproj.AssemblyReference.cache +D:\BPA\BPA.NewKitChen\BPA.NewKitChen.Manage\BPA.NewKitChen.Manage.Core\obj\Debug\net6.0\BPA.KitChen.Manage.Core.GeneratedMSBuildEditorConfig.editorconfig +D:\BPA\BPA.NewKitChen\BPA.NewKitChen.Manage\BPA.NewKitChen.Manage.Core\obj\Debug\net6.0\BPA.KitChen.Manage.Core.AssemblyInfoInputs.cache +D:\BPA\BPA.NewKitChen\BPA.NewKitChen.Manage\BPA.NewKitChen.Manage.Core\obj\Debug\net6.0\BPA.KitChen.Manage.Core.AssemblyInfo.cs +D:\BPA\BPA.NewKitChen\BPA.NewKitChen.Manage\BPA.NewKitChen.Manage.Core\obj\Debug\net6.0\BPA.KitChen.Manage.Core.csproj.CoreCompileInputs.cache +D:\BPA\BPA.NewKitChen\BPA.NewKitChen.Manage\BPA.NewKitChen.Manage.Core\obj\Debug\net6.0\BPA.KitChen.Manage.Core.csproj.CopyComplete +D:\BPA\BPA.NewKitChen\BPA.NewKitChen.Manage\BPA.NewKitChen.Manage.Core\obj\Debug\net6.0\BPA.KitChen.Manage.Core.dll +D:\BPA\BPA.NewKitChen\BPA.NewKitChen.Manage\BPA.NewKitChen.Manage.Core\obj\Debug\net6.0\refint\BPA.KitChen.Manage.Core.dll +D:\BPA\BPA.NewKitChen\BPA.NewKitChen.Manage\BPA.NewKitChen.Manage.Core\obj\Debug\net6.0\BPA.KitChen.Manage.Core.pdb +D:\BPA\BPA.NewKitChen\BPA.NewKitChen.Manage\BPA.NewKitChen.Manage.Core\obj\Debug\net6.0\ref\BPA.KitChen.Manage.Core.dll diff --git a/BPA.NewKitChen.Manage.Core/obj/Debug/net6.0/BPA.KitChen.Manage.Core.dll b/BPA.NewKitChen.Manage.Core/obj/Debug/net6.0/BPA.KitChen.Manage.Core.dll new file mode 100644 index 0000000..43181e2 Binary files /dev/null and b/BPA.NewKitChen.Manage.Core/obj/Debug/net6.0/BPA.KitChen.Manage.Core.dll differ diff --git a/BPA.NewKitChen.Manage.Core/obj/Debug/net6.0/BPA.KitChen.Manage.Core.pdb b/BPA.NewKitChen.Manage.Core/obj/Debug/net6.0/BPA.KitChen.Manage.Core.pdb new file mode 100644 index 0000000..2ae4d70 Binary files /dev/null and b/BPA.NewKitChen.Manage.Core/obj/Debug/net6.0/BPA.KitChen.Manage.Core.pdb differ diff --git a/BPA.NewKitChen.Manage.Core/obj/Debug/net6.0/BPA.SAAS.Manage.Core.AssemblyInfo.cs b/BPA.NewKitChen.Manage.Core/obj/Debug/net6.0/BPA.SAAS.Manage.Core.AssemblyInfo.cs new file mode 100644 index 0000000..8209e72 --- /dev/null +++ b/BPA.NewKitChen.Manage.Core/obj/Debug/net6.0/BPA.SAAS.Manage.Core.AssemblyInfo.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("BPA.SAAS.Manage.Core")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("BPA.SAAS.Manage.Core")] +[assembly: System.Reflection.AssemblyTitleAttribute("BPA.SAAS.Manage.Core")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// 由 MSBuild WriteCodeFragment 类生成。 + diff --git a/BPA.NewKitChen.Manage.Core/obj/Debug/net6.0/BPA.SAAS.Manage.Core.AssemblyInfoInputs.cache b/BPA.NewKitChen.Manage.Core/obj/Debug/net6.0/BPA.SAAS.Manage.Core.AssemblyInfoInputs.cache new file mode 100644 index 0000000..7e9cfa1 --- /dev/null +++ b/BPA.NewKitChen.Manage.Core/obj/Debug/net6.0/BPA.SAAS.Manage.Core.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +a0e6b8b35c6c402c546d9d1a6c6a66aaf3c65e1b diff --git a/BPA.NewKitChen.Manage.Core/obj/Debug/net6.0/BPA.SAAS.Manage.Core.GeneratedMSBuildEditorConfig.editorconfig b/BPA.NewKitChen.Manage.Core/obj/Debug/net6.0/BPA.SAAS.Manage.Core.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..fa119fe --- /dev/null +++ b/BPA.NewKitChen.Manage.Core/obj/Debug/net6.0/BPA.SAAS.Manage.Core.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,11 @@ +is_global = true +build_property.TargetFramework = net6.0 +build_property.TargetPlatformMinVersion = +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = BPA.SAAS.Manage.Core +build_property.ProjectDir = D:\BPA\BPA.NewKitChen\BPA.NewKitChen.Manage\BPA.NewKitChen.Manage.Core\ diff --git a/BPA.NewKitChen.Manage.Core/obj/Debug/net6.0/BPA.SAAS.Manage.Core.assets.cache b/BPA.NewKitChen.Manage.Core/obj/Debug/net6.0/BPA.SAAS.Manage.Core.assets.cache new file mode 100644 index 0000000..9ed69e8 Binary files /dev/null and b/BPA.NewKitChen.Manage.Core/obj/Debug/net6.0/BPA.SAAS.Manage.Core.assets.cache differ diff --git a/BPA.NewKitChen.Manage.Core/obj/Debug/net6.0/BPA.SAAS.Manage.Core.csproj.AssemblyReference.cache b/BPA.NewKitChen.Manage.Core/obj/Debug/net6.0/BPA.SAAS.Manage.Core.csproj.AssemblyReference.cache new file mode 100644 index 0000000..e0479fd Binary files /dev/null and b/BPA.NewKitChen.Manage.Core/obj/Debug/net6.0/BPA.SAAS.Manage.Core.csproj.AssemblyReference.cache differ diff --git a/BPA.NewKitChen.Manage.Core/obj/Debug/net6.0/ref/BPA.KitChen.Manage.Core.dll b/BPA.NewKitChen.Manage.Core/obj/Debug/net6.0/ref/BPA.KitChen.Manage.Core.dll new file mode 100644 index 0000000..a5acbb6 Binary files /dev/null and b/BPA.NewKitChen.Manage.Core/obj/Debug/net6.0/ref/BPA.KitChen.Manage.Core.dll differ diff --git a/BPA.NewKitChen.Manage.Core/obj/Debug/net6.0/refint/BPA.KitChen.Manage.Core.dll b/BPA.NewKitChen.Manage.Core/obj/Debug/net6.0/refint/BPA.KitChen.Manage.Core.dll new file mode 100644 index 0000000..a5acbb6 Binary files /dev/null and b/BPA.NewKitChen.Manage.Core/obj/Debug/net6.0/refint/BPA.KitChen.Manage.Core.dll differ diff --git a/BPA.NewKitChen.Manage.Core/obj/project.assets.json b/BPA.NewKitChen.Manage.Core/obj/project.assets.json index 85fb020..8b6f055 100644 --- a/BPA.NewKitChen.Manage.Core/obj/project.assets.json +++ b/BPA.NewKitChen.Manage.Core/obj/project.assets.json @@ -1958,14 +1958,14 @@ } } }, - "BPA.KitChen.Manage.Comm/1.0.0": { + "BPA.SAAS.Manage.Comm/1.0.0": { "type": "project", "framework": ".NETCoreApp,Version=v6.0", "compile": { - "bin/placeholder/BPA.KitChen.Manage.Comm.dll": {} + "bin/placeholder/BPA.SAAS.Manage.Comm.dll": {} }, "runtime": { - "bin/placeholder/BPA.KitChen.Manage.Comm.dll": {} + "bin/placeholder/BPA.SAAS.Manage.Comm.dll": {} } } } @@ -6455,15 +6455,15 @@ "version.txt" ] }, - "BPA.KitChen.Manage.Comm/1.0.0": { + "BPA.SAAS.Manage.Comm/1.0.0": { "type": "project", - "path": "../BPA.NewKitChen.Manage.Comm/BPA.KitChen.Manage.Comm.csproj", - "msbuildProject": "../BPA.NewKitChen.Manage.Comm/BPA.KitChen.Manage.Comm.csproj" + "path": "../BPA.NewKitChen.Manage.Comm/BPA.SAAS.Manage.Comm.csproj", + "msbuildProject": "../BPA.NewKitChen.Manage.Comm/BPA.SAAS.Manage.Comm.csproj" } }, "projectFileDependencyGroups": { "net6.0": [ - "BPA.KitChen.Manage.Comm >= 1.0.0", + "BPA.SAAS.Manage.Comm >= 1.0.0", "Furion.Extras.Authentication.JwtBearer >= 4.8.8.5", "Furion.Extras.ObjectMapper.Mapster >= 4.8.8.5", "Furion.Pure >= 4.8.8.5", @@ -6477,9 +6477,9 @@ "project": { "version": "1.0.0", "restore": { - "projectUniqueName": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Core\\BPA.KitChen.Manage.Core.csproj", - "projectName": "BPA.KitChen.Manage.Core", - "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Core\\BPA.KitChen.Manage.Core.csproj", + "projectUniqueName": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Core\\BPA.SAAS.Manage.Core.csproj", + "projectName": "BPA.SAAS.Manage.Core", + "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Core\\BPA.SAAS.Manage.Core.csproj", "packagesPath": "C:\\Users\\HBL\\.nuget\\packages\\", "outputPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Core\\obj\\", "projectStyle": "PackageReference", @@ -6504,8 +6504,8 @@ "net6.0": { "targetAlias": "net6.0", "projectReferences": { - "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.KitChen.Manage.Comm.csproj": { - "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.KitChen.Manage.Comm.csproj" + "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.SAAS.Manage.Comm.csproj": { + "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.SAAS.Manage.Comm.csproj" } } } diff --git a/BPA.NewKitChen.Manage.Core/obj/project.nuget.cache b/BPA.NewKitChen.Manage.Core/obj/project.nuget.cache index 16d3c1e..47417f8 100644 --- a/BPA.NewKitChen.Manage.Core/obj/project.nuget.cache +++ b/BPA.NewKitChen.Manage.Core/obj/project.nuget.cache @@ -1,8 +1,8 @@ { "version": 2, - "dgSpecHash": "S4Bdh591VRfmokhSpIKouBl15V9X72q2DlED2q4/j0qO06Pi1eFFXABAU7LfUzyJDNlnCqP5RQyQ3zRvbSfaJQ==", + "dgSpecHash": "KF+bBGmFkvW1cpaTLZY81TPOLoi6FLTtJ1nVyUE8mp4KzpZ1eLTPffjazDEwtfRcrM9D+ZWQSFnfOtXSvogqug==", "success": true, - "projectFilePath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Core\\BPA.KitChen.Manage.Core.csproj", + "projectFilePath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Core\\BPA.SAAS.Manage.Core.csproj", "expectedPackageFiles": [ "C:\\Users\\HBL\\.nuget\\packages\\ben.demystifier\\0.4.1\\ben.demystifier.0.4.1.nupkg.sha512", "C:\\Users\\HBL\\.nuget\\packages\\furion.extras.authentication.jwtbearer\\4.8.8.5\\furion.extras.authentication.jwtbearer.4.8.8.5.nupkg.sha512", diff --git a/BPA.NewKitChen.Manage.Web.Core/BPA.KitChen.Manage.Web.Core.csproj b/BPA.NewKitChen.Manage.Web.Core/BPA.SAAS.Manage.Web.Core.csproj similarity index 89% rename from BPA.NewKitChen.Manage.Web.Core/BPA.KitChen.Manage.Web.Core.csproj rename to BPA.NewKitChen.Manage.Web.Core/BPA.SAAS.Manage.Web.Core.csproj index 638dcfd..5dadb15 100644 --- a/BPA.NewKitChen.Manage.Web.Core/BPA.KitChen.Manage.Web.Core.csproj +++ b/BPA.NewKitChen.Manage.Web.Core/BPA.SAAS.Manage.Web.Core.csproj @@ -14,7 +14,7 @@ - + diff --git a/BPA.NewKitChen.Manage.Web.Core/Handlers/JwtHandler.cs b/BPA.NewKitChen.Manage.Web.Core/Handlers/JwtHandler.cs index b06bf53..0d6b485 100644 --- a/BPA.NewKitChen.Manage.Web.Core/Handlers/JwtHandler.cs +++ b/BPA.NewKitChen.Manage.Web.Core/Handlers/JwtHandler.cs @@ -6,7 +6,7 @@ using Microsoft.AspNetCore.Http; using System.Security.Claims; using System.Threading.Tasks; -namespace BPA.NewKitChen.Manage.Web.Core +namespace BPA.SAAS.Manage.Web.Core { public class JwtHandler : AppAuthorizeHandler { diff --git a/BPA.NewKitChen.Manage.Web.Core/Startup.cs b/BPA.NewKitChen.Manage.Web.Core/Startup.cs index 5e4d8b4..7996d47 100644 --- a/BPA.NewKitChen.Manage.Web.Core/Startup.cs +++ b/BPA.NewKitChen.Manage.Web.Core/Startup.cs @@ -1,11 +1,11 @@ -using BPA.NewKitChen.Manage.Core; +using BPA.SAAS.Manage.Core; using Furion; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting; -namespace BPA.NewKitChen.Manage.Web.Core +namespace BPA.SAAS.Manage.Web.Core { public class Startup : AppStartup { diff --git a/BPA.NewKitChen.Manage.Web.Core/obj/BPA.KitChen.Manage.Web.Core.csproj.nuget.dgspec.json b/BPA.NewKitChen.Manage.Web.Core/obj/BPA.KitChen.Manage.Web.Core.csproj.nuget.dgspec.json index 3d8dd0a..4ff19d5 100644 --- a/BPA.NewKitChen.Manage.Web.Core/obj/BPA.KitChen.Manage.Web.Core.csproj.nuget.dgspec.json +++ b/BPA.NewKitChen.Manage.Web.Core/obj/BPA.KitChen.Manage.Web.Core.csproj.nuget.dgspec.json @@ -4,12 +4,12 @@ "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Web.Core\\BPA.KitChen.Manage.Web.Core.csproj": {} }, "projects": { - "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Application\\BPA.KitChen.Manage.Application.csproj": { + "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Application\\BPA.SAAS.Manage.Application.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Application\\BPA.KitChen.Manage.Application.csproj", - "projectName": "BPA.KitChen.Manage.Application", - "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Application\\BPA.KitChen.Manage.Application.csproj", + "projectUniqueName": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Application\\BPA.SAAS.Manage.Application.csproj", + "projectName": "BPA.SAAS.Manage.Application", + "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Application\\BPA.SAAS.Manage.Application.csproj", "packagesPath": "C:\\Users\\HBL\\.nuget\\packages\\", "outputPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Application\\obj\\", "projectStyle": "PackageReference", @@ -34,11 +34,11 @@ "net6.0": { "targetAlias": "net6.0", "projectReferences": { - "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.KitChen.Manage.Comm.csproj": { - "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.KitChen.Manage.Comm.csproj" + "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.SAAS.Manage.Comm.csproj": { + "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.SAAS.Manage.Comm.csproj" }, - "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Core\\BPA.KitChen.Manage.Core.csproj": { - "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Core\\BPA.KitChen.Manage.Core.csproj" + "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Core\\BPA.SAAS.Manage.Core.csproj": { + "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Core\\BPA.SAAS.Manage.Core.csproj" } } } @@ -72,12 +72,12 @@ } } }, - "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.KitChen.Manage.Comm.csproj": { + "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.SAAS.Manage.Comm.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.KitChen.Manage.Comm.csproj", - "projectName": "BPA.KitChen.Manage.Comm", - "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.KitChen.Manage.Comm.csproj", + "projectUniqueName": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.SAAS.Manage.Comm.csproj", + "projectName": "BPA.SAAS.Manage.Comm", + "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.SAAS.Manage.Comm.csproj", "packagesPath": "C:\\Users\\HBL\\.nuget\\packages\\", "outputPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\obj\\", "projectStyle": "PackageReference", @@ -133,12 +133,12 @@ } } }, - "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Core\\BPA.KitChen.Manage.Core.csproj": { + "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Core\\BPA.SAAS.Manage.Core.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Core\\BPA.KitChen.Manage.Core.csproj", - "projectName": "BPA.KitChen.Manage.Core", - "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Core\\BPA.KitChen.Manage.Core.csproj", + "projectUniqueName": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Core\\BPA.SAAS.Manage.Core.csproj", + "projectName": "BPA.SAAS.Manage.Core", + "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Core\\BPA.SAAS.Manage.Core.csproj", "packagesPath": "C:\\Users\\HBL\\.nuget\\packages\\", "outputPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Core\\obj\\", "projectStyle": "PackageReference", @@ -163,8 +163,8 @@ "net6.0": { "targetAlias": "net6.0", "projectReferences": { - "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.KitChen.Manage.Comm.csproj": { - "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.KitChen.Manage.Comm.csproj" + "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.SAAS.Manage.Comm.csproj": { + "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.SAAS.Manage.Comm.csproj" } } } @@ -246,8 +246,8 @@ "net6.0": { "targetAlias": "net6.0", "projectReferences": { - "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Application\\BPA.KitChen.Manage.Application.csproj": { - "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Application\\BPA.KitChen.Manage.Application.csproj" + "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Application\\BPA.SAAS.Manage.Application.csproj": { + "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Application\\BPA.SAAS.Manage.Application.csproj" } } } diff --git a/BPA.NewKitChen.Manage.Web.Core/obj/BPA.SAAS.Manage.Web.Core.csproj.nuget.dgspec.json b/BPA.NewKitChen.Manage.Web.Core/obj/BPA.SAAS.Manage.Web.Core.csproj.nuget.dgspec.json new file mode 100644 index 0000000..8c27660 --- /dev/null +++ b/BPA.NewKitChen.Manage.Web.Core/obj/BPA.SAAS.Manage.Web.Core.csproj.nuget.dgspec.json @@ -0,0 +1,285 @@ +{ + "format": 1, + "restore": { + "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Web.Core\\BPA.SAAS.Manage.Web.Core.csproj": {} + }, + "projects": { + "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Application\\BPA.SAAS.Manage.Application.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Application\\BPA.SAAS.Manage.Application.csproj", + "projectName": "BPA.SAAS.Manage.Application", + "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Application\\BPA.SAAS.Manage.Application.csproj", + "packagesPath": "C:\\Users\\HBL\\.nuget\\packages\\", + "outputPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Application\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "D:\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\HBL\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net6.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "http://111.9.47.105:10243/repository/bpa/index.json": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "projectReferences": { + "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.SAAS.Manage.Comm.csproj": { + "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.SAAS.Manage.Comm.csproj" + }, + "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Core\\BPA.SAAS.Manage.Core.csproj": { + "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Core\\BPA.SAAS.Manage.Core.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.101\\RuntimeIdentifierGraph.json" + } + } + }, + "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.SAAS.Manage.Comm.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.SAAS.Manage.Comm.csproj", + "projectName": "BPA.SAAS.Manage.Comm", + "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.SAAS.Manage.Comm.csproj", + "packagesPath": "C:\\Users\\HBL\\.nuget\\packages\\", + "outputPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "D:\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\HBL\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net6.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "http://111.9.47.105:10243/repository/bpa/index.json": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.101\\RuntimeIdentifierGraph.json" + } + } + }, + "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Core\\BPA.SAAS.Manage.Core.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Core\\BPA.SAAS.Manage.Core.csproj", + "projectName": "BPA.SAAS.Manage.Core", + "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Core\\BPA.SAAS.Manage.Core.csproj", + "packagesPath": "C:\\Users\\HBL\\.nuget\\packages\\", + "outputPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Core\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "D:\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\HBL\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net6.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "http://111.9.47.105:10243/repository/bpa/index.json": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "projectReferences": { + "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.SAAS.Manage.Comm.csproj": { + "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.SAAS.Manage.Comm.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "dependencies": { + "Furion.Extras.Authentication.JwtBearer": { + "target": "Package", + "version": "[4.8.8.5, )" + }, + "Furion.Extras.ObjectMapper.Mapster": { + "target": "Package", + "version": "[4.8.8.5, )" + }, + "Furion.Pure": { + "target": "Package", + "version": "[4.8.8.5, )" + }, + "SqlSugarCore": { + "target": "Package", + "version": "[5.1.4.67, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.101\\RuntimeIdentifierGraph.json" + } + } + }, + "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Web.Core\\BPA.SAAS.Manage.Web.Core.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Web.Core\\BPA.SAAS.Manage.Web.Core.csproj", + "projectName": "BPA.SAAS.Manage.Web.Core", + "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Web.Core\\BPA.SAAS.Manage.Web.Core.csproj", + "packagesPath": "C:\\Users\\HBL\\.nuget\\packages\\", + "outputPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Web.Core\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "D:\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\HBL\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net6.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "http://111.9.47.105:10243/repository/bpa/index.json": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "projectReferences": { + "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Application\\BPA.SAAS.Manage.Application.csproj": { + "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Application\\BPA.SAAS.Manage.Application.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.101\\RuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/BPA.NewKitChen.Manage.Web.Core/obj/BPA.SAAS.Manage.Web.Core.csproj.nuget.g.props b/BPA.NewKitChen.Manage.Web.Core/obj/BPA.SAAS.Manage.Web.Core.csproj.nuget.g.props new file mode 100644 index 0000000..604a72c --- /dev/null +++ b/BPA.NewKitChen.Manage.Web.Core/obj/BPA.SAAS.Manage.Web.Core.csproj.nuget.g.props @@ -0,0 +1,20 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\HBL\.nuget\packages\;D:\Microsoft Visual Studio\Shared\NuGetPackages + PackageReference + 6.4.0 + + + + + + + C:\Users\HBL\.nuget\packages\microsoft.extensions.apidescription.server\6.0.5 + C:\Users\HBL\.nuget\packages\microsoft.codeanalysis.analyzers\3.3.3 + + \ No newline at end of file diff --git a/BPA.NewKitChen.Manage.Web.Core/obj/BPA.SAAS.Manage.Web.Core.csproj.nuget.g.targets b/BPA.NewKitChen.Manage.Web.Core/obj/BPA.SAAS.Manage.Web.Core.csproj.nuget.g.targets new file mode 100644 index 0000000..12a9ddf --- /dev/null +++ b/BPA.NewKitChen.Manage.Web.Core/obj/BPA.SAAS.Manage.Web.Core.csproj.nuget.g.targets @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/BPA.NewKitChen.Manage.Web.Core/obj/Debug/net6.0/BPA.KitChen.Manage.Web.Core.assets.cache b/BPA.NewKitChen.Manage.Web.Core/obj/Debug/net6.0/BPA.KitChen.Manage.Web.Core.assets.cache index 56504b5..df51ada 100644 Binary files a/BPA.NewKitChen.Manage.Web.Core/obj/Debug/net6.0/BPA.KitChen.Manage.Web.Core.assets.cache and b/BPA.NewKitChen.Manage.Web.Core/obj/Debug/net6.0/BPA.KitChen.Manage.Web.Core.assets.cache differ diff --git a/BPA.NewKitChen.Manage.Web.Core/obj/Debug/net6.0/BPA.KitChen.Manage.Web.Core.csproj.AssemblyReference.cache b/BPA.NewKitChen.Manage.Web.Core/obj/Debug/net6.0/BPA.KitChen.Manage.Web.Core.csproj.AssemblyReference.cache index e0479fd..3bd5e18 100644 Binary files a/BPA.NewKitChen.Manage.Web.Core/obj/Debug/net6.0/BPA.KitChen.Manage.Web.Core.csproj.AssemblyReference.cache and b/BPA.NewKitChen.Manage.Web.Core/obj/Debug/net6.0/BPA.KitChen.Manage.Web.Core.csproj.AssemblyReference.cache differ diff --git a/BPA.NewKitChen.Manage.Web.Core/obj/Debug/net6.0/BPA.KitChen.Manage.Web.Core.csproj.CoreCompileInputs.cache b/BPA.NewKitChen.Manage.Web.Core/obj/Debug/net6.0/BPA.KitChen.Manage.Web.Core.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..6709d93 --- /dev/null +++ b/BPA.NewKitChen.Manage.Web.Core/obj/Debug/net6.0/BPA.KitChen.Manage.Web.Core.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +b1981a1be513b04d128fdf7f6c72650b3edc1207 diff --git a/BPA.NewKitChen.Manage.Web.Core/obj/Debug/net6.0/BPA.KitChen.Manage.Web.Core.csproj.FileListAbsolute.txt b/BPA.NewKitChen.Manage.Web.Core/obj/Debug/net6.0/BPA.KitChen.Manage.Web.Core.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..9e46337 --- /dev/null +++ b/BPA.NewKitChen.Manage.Web.Core/obj/Debug/net6.0/BPA.KitChen.Manage.Web.Core.csproj.FileListAbsolute.txt @@ -0,0 +1,5 @@ +D:\BPA\BPA.NewKitChen\BPA.NewKitChen.Manage\BPA.NewKitChen.Manage.Web.Core\obj\Debug\net6.0\BPA.KitChen.Manage.Web.Core.csproj.AssemblyReference.cache +D:\BPA\BPA.NewKitChen\BPA.NewKitChen.Manage\BPA.NewKitChen.Manage.Web.Core\obj\Debug\net6.0\BPA.KitChen.Manage.Web.Core.GeneratedMSBuildEditorConfig.editorconfig +D:\BPA\BPA.NewKitChen\BPA.NewKitChen.Manage\BPA.NewKitChen.Manage.Web.Core\obj\Debug\net6.0\BPA.KitChen.Manage.Web.Core.AssemblyInfoInputs.cache +D:\BPA\BPA.NewKitChen\BPA.NewKitChen.Manage\BPA.NewKitChen.Manage.Web.Core\obj\Debug\net6.0\BPA.KitChen.Manage.Web.Core.AssemblyInfo.cs +D:\BPA\BPA.NewKitChen\BPA.NewKitChen.Manage\BPA.NewKitChen.Manage.Web.Core\obj\Debug\net6.0\BPA.KitChen.Manage.Web.Core.csproj.CoreCompileInputs.cache diff --git a/BPA.NewKitChen.Manage.Web.Core/obj/Debug/net6.0/BPA.SAAS.Manage.Web.Core.AssemblyInfo.cs b/BPA.NewKitChen.Manage.Web.Core/obj/Debug/net6.0/BPA.SAAS.Manage.Web.Core.AssemblyInfo.cs new file mode 100644 index 0000000..f7325bb --- /dev/null +++ b/BPA.NewKitChen.Manage.Web.Core/obj/Debug/net6.0/BPA.SAAS.Manage.Web.Core.AssemblyInfo.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("BPA.SAAS.Manage.Web.Core")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("BPA.SAAS.Manage.Web.Core")] +[assembly: System.Reflection.AssemblyTitleAttribute("BPA.SAAS.Manage.Web.Core")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// 由 MSBuild WriteCodeFragment 类生成。 + diff --git a/BPA.NewKitChen.Manage.Web.Core/obj/Debug/net6.0/BPA.SAAS.Manage.Web.Core.AssemblyInfoInputs.cache b/BPA.NewKitChen.Manage.Web.Core/obj/Debug/net6.0/BPA.SAAS.Manage.Web.Core.AssemblyInfoInputs.cache new file mode 100644 index 0000000..8a6a32a --- /dev/null +++ b/BPA.NewKitChen.Manage.Web.Core/obj/Debug/net6.0/BPA.SAAS.Manage.Web.Core.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +f26a132f5ce351c5221a689575cf4dae3856c7c7 diff --git a/BPA.NewKitChen.Manage.Web.Core/obj/Debug/net6.0/BPA.SAAS.Manage.Web.Core.GeneratedMSBuildEditorConfig.editorconfig b/BPA.NewKitChen.Manage.Web.Core/obj/Debug/net6.0/BPA.SAAS.Manage.Web.Core.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..298ef1b --- /dev/null +++ b/BPA.NewKitChen.Manage.Web.Core/obj/Debug/net6.0/BPA.SAAS.Manage.Web.Core.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,11 @@ +is_global = true +build_property.TargetFramework = net6.0 +build_property.TargetPlatformMinVersion = +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = BPA.SAAS.Manage.Web.Core +build_property.ProjectDir = D:\BPA\BPA.NewKitChen\BPA.NewKitChen.Manage\BPA.NewKitChen.Manage.Web.Core\ diff --git a/BPA.NewKitChen.Manage.Web.Core/obj/Debug/net6.0/BPA.SAAS.Manage.Web.Core.assets.cache b/BPA.NewKitChen.Manage.Web.Core/obj/Debug/net6.0/BPA.SAAS.Manage.Web.Core.assets.cache new file mode 100644 index 0000000..c953ffe Binary files /dev/null and b/BPA.NewKitChen.Manage.Web.Core/obj/Debug/net6.0/BPA.SAAS.Manage.Web.Core.assets.cache differ diff --git a/BPA.NewKitChen.Manage.Web.Core/obj/Debug/net6.0/BPA.SAAS.Manage.Web.Core.csproj.AssemblyReference.cache b/BPA.NewKitChen.Manage.Web.Core/obj/Debug/net6.0/BPA.SAAS.Manage.Web.Core.csproj.AssemblyReference.cache new file mode 100644 index 0000000..e0479fd Binary files /dev/null and b/BPA.NewKitChen.Manage.Web.Core/obj/Debug/net6.0/BPA.SAAS.Manage.Web.Core.csproj.AssemblyReference.cache differ diff --git a/BPA.NewKitChen.Manage.Web.Core/obj/project.assets.json b/BPA.NewKitChen.Manage.Web.Core/obj/project.assets.json index 1f103bf..8a85230 100644 --- a/BPA.NewKitChen.Manage.Web.Core/obj/project.assets.json +++ b/BPA.NewKitChen.Manage.Web.Core/obj/project.assets.json @@ -1958,45 +1958,45 @@ } } }, - "BPA.KitChen.Manage.Application/1.0.0": { + "BPA.SAAS.Manage.Application/1.0.0": { "type": "project", "framework": ".NETCoreApp,Version=v6.0", "dependencies": { - "BPA.KitChen.Manage.Comm": "1.0.0", - "BPA.KitChen.Manage.Core": "1.0.0" + "BPA.SAAS.Manage.Comm": "1.0.0", + "BPA.SAAS.Manage.Core": "1.0.0" }, "compile": { - "bin/placeholder/BPA.KitChen.Manage.Application.dll": {} + "bin/placeholder/BPA.SAAS.Manage.Application.dll": {} }, "runtime": { - "bin/placeholder/BPA.KitChen.Manage.Application.dll": {} + "bin/placeholder/BPA.SAAS.Manage.Application.dll": {} } }, - "BPA.KitChen.Manage.Comm/1.0.0": { + "BPA.SAAS.Manage.Comm/1.0.0": { "type": "project", "framework": ".NETCoreApp,Version=v6.0", "compile": { - "bin/placeholder/BPA.KitChen.Manage.Comm.dll": {} + "bin/placeholder/BPA.SAAS.Manage.Comm.dll": {} }, "runtime": { - "bin/placeholder/BPA.KitChen.Manage.Comm.dll": {} + "bin/placeholder/BPA.SAAS.Manage.Comm.dll": {} } }, - "BPA.KitChen.Manage.Core/1.0.0": { + "BPA.SAAS.Manage.Core/1.0.0": { "type": "project", "framework": ".NETCoreApp,Version=v6.0", "dependencies": { - "BPA.KitChen.Manage.Comm": "1.0.0", + "BPA.SAAS.Manage.Comm": "1.0.0", "Furion.Extras.Authentication.JwtBearer": "4.8.8.5", "Furion.Extras.ObjectMapper.Mapster": "4.8.8.5", "Furion.Pure": "4.8.8.5", "SqlSugarCore": "5.1.4.67" }, "compile": { - "bin/placeholder/BPA.KitChen.Manage.Core.dll": {} + "bin/placeholder/BPA.SAAS.Manage.Core.dll": {} }, "runtime": { - "bin/placeholder/BPA.KitChen.Manage.Core.dll": {} + "bin/placeholder/BPA.SAAS.Manage.Core.dll": {} } } } @@ -6486,25 +6486,25 @@ "version.txt" ] }, - "BPA.KitChen.Manage.Application/1.0.0": { + "BPA.SAAS.Manage.Application/1.0.0": { "type": "project", - "path": "../BPA.NewKitChen.Manage.Application/BPA.KitChen.Manage.Application.csproj", - "msbuildProject": "../BPA.NewKitChen.Manage.Application/BPA.KitChen.Manage.Application.csproj" + "path": "../BPA.NewKitChen.Manage.Application/BPA.SAAS.Manage.Application.csproj", + "msbuildProject": "../BPA.NewKitChen.Manage.Application/BPA.SAAS.Manage.Application.csproj" }, - "BPA.KitChen.Manage.Comm/1.0.0": { + "BPA.SAAS.Manage.Comm/1.0.0": { "type": "project", - "path": "../BPA.NewKitChen.Manage.Comm/BPA.KitChen.Manage.Comm.csproj", - "msbuildProject": "../BPA.NewKitChen.Manage.Comm/BPA.KitChen.Manage.Comm.csproj" + "path": "../BPA.NewKitChen.Manage.Comm/BPA.SAAS.Manage.Comm.csproj", + "msbuildProject": "../BPA.NewKitChen.Manage.Comm/BPA.SAAS.Manage.Comm.csproj" }, - "BPA.KitChen.Manage.Core/1.0.0": { + "BPA.SAAS.Manage.Core/1.0.0": { "type": "project", - "path": "../BPA.NewKitChen.Manage.Core/BPA.KitChen.Manage.Core.csproj", - "msbuildProject": "../BPA.NewKitChen.Manage.Core/BPA.KitChen.Manage.Core.csproj" + "path": "../BPA.NewKitChen.Manage.Core/BPA.SAAS.Manage.Core.csproj", + "msbuildProject": "../BPA.NewKitChen.Manage.Core/BPA.SAAS.Manage.Core.csproj" } }, "projectFileDependencyGroups": { "net6.0": [ - "BPA.KitChen.Manage.Application >= 1.0.0" + "BPA.SAAS.Manage.Application >= 1.0.0" ] }, "packageFolders": { @@ -6514,9 +6514,9 @@ "project": { "version": "1.0.0", "restore": { - "projectUniqueName": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Web.Core\\BPA.KitChen.Manage.Web.Core.csproj", - "projectName": "BPA.KitChen.Manage.Web.Core", - "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Web.Core\\BPA.KitChen.Manage.Web.Core.csproj", + "projectUniqueName": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Web.Core\\BPA.SAAS.Manage.Web.Core.csproj", + "projectName": "BPA.SAAS.Manage.Web.Core", + "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Web.Core\\BPA.SAAS.Manage.Web.Core.csproj", "packagesPath": "C:\\Users\\HBL\\.nuget\\packages\\", "outputPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Web.Core\\obj\\", "projectStyle": "PackageReference", @@ -6541,8 +6541,8 @@ "net6.0": { "targetAlias": "net6.0", "projectReferences": { - "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Application\\BPA.KitChen.Manage.Application.csproj": { - "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Application\\BPA.KitChen.Manage.Application.csproj" + "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Application\\BPA.SAAS.Manage.Application.csproj": { + "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Application\\BPA.SAAS.Manage.Application.csproj" } } } diff --git a/BPA.NewKitChen.Manage.Web.Core/obj/project.nuget.cache b/BPA.NewKitChen.Manage.Web.Core/obj/project.nuget.cache index 166b461..188a711 100644 --- a/BPA.NewKitChen.Manage.Web.Core/obj/project.nuget.cache +++ b/BPA.NewKitChen.Manage.Web.Core/obj/project.nuget.cache @@ -1,8 +1,8 @@ { "version": 2, - "dgSpecHash": "mU8hDc90Ed33eXkrk0AjnpD+p/iXEQJ3wLz2sdIeYQMSndXY62XLf+eiEj9P80rwgZSbLNvIHpwC0O8DzXxf+g==", + "dgSpecHash": "5yiON5zThlLOzPgIdTiNSZUhqVv2WJ3F/OntwLmAF4n67ZVzFMp8Vuvy0Kkr0hmJhHuH6CLxlEQsWp6kOUgZiQ==", "success": true, - "projectFilePath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Web.Core\\BPA.KitChen.Manage.Web.Core.csproj", + "projectFilePath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Web.Core\\BPA.SAAS.Manage.Web.Core.csproj", "expectedPackageFiles": [ "C:\\Users\\HBL\\.nuget\\packages\\ben.demystifier\\0.4.1\\ben.demystifier.0.4.1.nupkg.sha512", "C:\\Users\\HBL\\.nuget\\packages\\furion.extras.authentication.jwtbearer\\4.8.8.5\\furion.extras.authentication.jwtbearer.4.8.8.5.nupkg.sha512", diff --git a/BPA.NewKitChen.Manage.Web.Entry/BPA.KitChen.Manage.Web.Entry.csproj b/BPA.NewKitChen.Manage.Web.Entry/BPA.SAAS.Manage.Web.Entry.csproj similarity index 93% rename from BPA.NewKitChen.Manage.Web.Entry/BPA.KitChen.Manage.Web.Entry.csproj rename to BPA.NewKitChen.Manage.Web.Entry/BPA.SAAS.Manage.Web.Entry.csproj index 2404bd8..0e4b3ad 100644 --- a/BPA.NewKitChen.Manage.Web.Entry/BPA.KitChen.Manage.Web.Entry.csproj +++ b/BPA.NewKitChen.Manage.Web.Entry/BPA.SAAS.Manage.Web.Entry.csproj @@ -11,7 +11,7 @@ - + diff --git a/BPA.NewKitChen.Manage.Web.Entry/BPA.KitChen.Manage.Web.Entry.csproj.user b/BPA.NewKitChen.Manage.Web.Entry/BPA.SAAS.Manage.Web.Entry.csproj.user similarity index 100% rename from BPA.NewKitChen.Manage.Web.Entry/BPA.KitChen.Manage.Web.Entry.csproj.user rename to BPA.NewKitChen.Manage.Web.Entry/BPA.SAAS.Manage.Web.Entry.csproj.user diff --git a/BPA.NewKitChen.Manage.Web.Entry/Properties/launchSettings.json b/BPA.NewKitChen.Manage.Web.Entry/Properties/launchSettings.json index 0515440..a01fd6e 100644 --- a/BPA.NewKitChen.Manage.Web.Entry/Properties/launchSettings.json +++ b/BPA.NewKitChen.Manage.Web.Entry/Properties/launchSettings.json @@ -17,7 +17,7 @@ "ASPNETCORE_ENVIRONMENT": "Development" } }, - "BPA.NewKitChen.Manage.Web.Entry": { + "BPA.SAAS.Manage.Web.Entry": { "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, diff --git a/BPA.NewKitChen.Manage.Web.Entry/SingleFilePublish.cs b/BPA.NewKitChen.Manage.Web.Entry/SingleFilePublish.cs index a477852..ff7d6e4 100644 --- a/BPA.NewKitChen.Manage.Web.Entry/SingleFilePublish.cs +++ b/BPA.NewKitChen.Manage.Web.Entry/SingleFilePublish.cs @@ -1,7 +1,7 @@ using Furion; using System.Reflection; -namespace BPA.NewKitChen.Manage.Web.Entry +namespace BPA.SAAS.Manage.Web.Entry { public class SingleFilePublish : ISingleFilePublish { @@ -14,9 +14,9 @@ namespace BPA.NewKitChen.Manage.Web.Entry { return new[] { - "BPA.NewKitChen.Manage.Application", - "BPA.NewKitChen.Manage.Core", - "BPA.NewKitChen.Manage.Web.Core" + "BPA.SAAS.Manage.Application", + "BPA.SAAS.Manage.Core", + "BPA.SAAS.Manage.Web.Core" }; } } diff --git a/BPA.NewKitChen.Manage.Web.Entry/obj/BPA.KitChen.Manage.Web.Entry.csproj.nuget.dgspec.json b/BPA.NewKitChen.Manage.Web.Entry/obj/BPA.KitChen.Manage.Web.Entry.csproj.nuget.dgspec.json index b0106e8..41dbedb 100644 --- a/BPA.NewKitChen.Manage.Web.Entry/obj/BPA.KitChen.Manage.Web.Entry.csproj.nuget.dgspec.json +++ b/BPA.NewKitChen.Manage.Web.Entry/obj/BPA.KitChen.Manage.Web.Entry.csproj.nuget.dgspec.json @@ -4,12 +4,12 @@ "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Web.Entry\\BPA.KitChen.Manage.Web.Entry.csproj": {} }, "projects": { - "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Application\\BPA.KitChen.Manage.Application.csproj": { + "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Application\\BPA.SAAS.Manage.Application.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Application\\BPA.KitChen.Manage.Application.csproj", - "projectName": "BPA.KitChen.Manage.Application", - "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Application\\BPA.KitChen.Manage.Application.csproj", + "projectUniqueName": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Application\\BPA.SAAS.Manage.Application.csproj", + "projectName": "BPA.SAAS.Manage.Application", + "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Application\\BPA.SAAS.Manage.Application.csproj", "packagesPath": "C:\\Users\\HBL\\.nuget\\packages\\", "outputPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Application\\obj\\", "projectStyle": "PackageReference", @@ -34,11 +34,11 @@ "net6.0": { "targetAlias": "net6.0", "projectReferences": { - "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.KitChen.Manage.Comm.csproj": { - "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.KitChen.Manage.Comm.csproj" + "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.SAAS.Manage.Comm.csproj": { + "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.SAAS.Manage.Comm.csproj" }, - "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Core\\BPA.KitChen.Manage.Core.csproj": { - "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Core\\BPA.KitChen.Manage.Core.csproj" + "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Core\\BPA.SAAS.Manage.Core.csproj": { + "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Core\\BPA.SAAS.Manage.Core.csproj" } } } @@ -72,12 +72,12 @@ } } }, - "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.KitChen.Manage.Comm.csproj": { + "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.SAAS.Manage.Comm.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.KitChen.Manage.Comm.csproj", - "projectName": "BPA.KitChen.Manage.Comm", - "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.KitChen.Manage.Comm.csproj", + "projectUniqueName": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.SAAS.Manage.Comm.csproj", + "projectName": "BPA.SAAS.Manage.Comm", + "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.SAAS.Manage.Comm.csproj", "packagesPath": "C:\\Users\\HBL\\.nuget\\packages\\", "outputPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\obj\\", "projectStyle": "PackageReference", @@ -133,12 +133,12 @@ } } }, - "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Core\\BPA.KitChen.Manage.Core.csproj": { + "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Core\\BPA.SAAS.Manage.Core.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Core\\BPA.KitChen.Manage.Core.csproj", - "projectName": "BPA.KitChen.Manage.Core", - "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Core\\BPA.KitChen.Manage.Core.csproj", + "projectUniqueName": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Core\\BPA.SAAS.Manage.Core.csproj", + "projectName": "BPA.SAAS.Manage.Core", + "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Core\\BPA.SAAS.Manage.Core.csproj", "packagesPath": "C:\\Users\\HBL\\.nuget\\packages\\", "outputPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Core\\obj\\", "projectStyle": "PackageReference", @@ -163,8 +163,8 @@ "net6.0": { "targetAlias": "net6.0", "projectReferences": { - "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.KitChen.Manage.Comm.csproj": { - "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.KitChen.Manage.Comm.csproj" + "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.SAAS.Manage.Comm.csproj": { + "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.SAAS.Manage.Comm.csproj" } } } @@ -216,12 +216,12 @@ } } }, - "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Web.Core\\BPA.KitChen.Manage.Web.Core.csproj": { + "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Web.Core\\BPA.SAAS.Manage.Web.Core.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Web.Core\\BPA.KitChen.Manage.Web.Core.csproj", - "projectName": "BPA.KitChen.Manage.Web.Core", - "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Web.Core\\BPA.KitChen.Manage.Web.Core.csproj", + "projectUniqueName": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Web.Core\\BPA.SAAS.Manage.Web.Core.csproj", + "projectName": "BPA.SAAS.Manage.Web.Core", + "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Web.Core\\BPA.SAAS.Manage.Web.Core.csproj", "packagesPath": "C:\\Users\\HBL\\.nuget\\packages\\", "outputPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Web.Core\\obj\\", "projectStyle": "PackageReference", @@ -246,8 +246,8 @@ "net6.0": { "targetAlias": "net6.0", "projectReferences": { - "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Application\\BPA.KitChen.Manage.Application.csproj": { - "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Application\\BPA.KitChen.Manage.Application.csproj" + "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Application\\BPA.SAAS.Manage.Application.csproj": { + "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Application\\BPA.SAAS.Manage.Application.csproj" } } } @@ -311,8 +311,8 @@ "net6.0": { "targetAlias": "net6.0", "projectReferences": { - "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Web.Core\\BPA.KitChen.Manage.Web.Core.csproj": { - "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Web.Core\\BPA.KitChen.Manage.Web.Core.csproj" + "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Web.Core\\BPA.SAAS.Manage.Web.Core.csproj": { + "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Web.Core\\BPA.SAAS.Manage.Web.Core.csproj" } } } diff --git a/BPA.NewKitChen.Manage.Web.Entry/obj/BPA.SAAS.Manage.Web.Entry.csproj.nuget.dgspec.json b/BPA.NewKitChen.Manage.Web.Entry/obj/BPA.SAAS.Manage.Web.Entry.csproj.nuget.dgspec.json new file mode 100644 index 0000000..e0b9c23 --- /dev/null +++ b/BPA.NewKitChen.Manage.Web.Entry/obj/BPA.SAAS.Manage.Web.Entry.csproj.nuget.dgspec.json @@ -0,0 +1,353 @@ +{ + "format": 1, + "restore": { + "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Web.Entry\\BPA.SAAS.Manage.Web.Entry.csproj": {} + }, + "projects": { + "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Application\\BPA.SAAS.Manage.Application.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Application\\BPA.SAAS.Manage.Application.csproj", + "projectName": "BPA.SAAS.Manage.Application", + "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Application\\BPA.SAAS.Manage.Application.csproj", + "packagesPath": "C:\\Users\\HBL\\.nuget\\packages\\", + "outputPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Application\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "D:\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\HBL\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net6.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "http://111.9.47.105:10243/repository/bpa/index.json": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "projectReferences": { + "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.SAAS.Manage.Comm.csproj": { + "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.SAAS.Manage.Comm.csproj" + }, + "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Core\\BPA.SAAS.Manage.Core.csproj": { + "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Core\\BPA.SAAS.Manage.Core.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.101\\RuntimeIdentifierGraph.json" + } + } + }, + "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.SAAS.Manage.Comm.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.SAAS.Manage.Comm.csproj", + "projectName": "BPA.SAAS.Manage.Comm", + "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.SAAS.Manage.Comm.csproj", + "packagesPath": "C:\\Users\\HBL\\.nuget\\packages\\", + "outputPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "D:\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\HBL\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net6.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "http://111.9.47.105:10243/repository/bpa/index.json": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.101\\RuntimeIdentifierGraph.json" + } + } + }, + "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Core\\BPA.SAAS.Manage.Core.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Core\\BPA.SAAS.Manage.Core.csproj", + "projectName": "BPA.SAAS.Manage.Core", + "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Core\\BPA.SAAS.Manage.Core.csproj", + "packagesPath": "C:\\Users\\HBL\\.nuget\\packages\\", + "outputPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Core\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "D:\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\HBL\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net6.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "http://111.9.47.105:10243/repository/bpa/index.json": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "projectReferences": { + "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.SAAS.Manage.Comm.csproj": { + "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Comm\\BPA.SAAS.Manage.Comm.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "dependencies": { + "Furion.Extras.Authentication.JwtBearer": { + "target": "Package", + "version": "[4.8.8.5, )" + }, + "Furion.Extras.ObjectMapper.Mapster": { + "target": "Package", + "version": "[4.8.8.5, )" + }, + "Furion.Pure": { + "target": "Package", + "version": "[4.8.8.5, )" + }, + "SqlSugarCore": { + "target": "Package", + "version": "[5.1.4.67, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.101\\RuntimeIdentifierGraph.json" + } + } + }, + "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Web.Core\\BPA.SAAS.Manage.Web.Core.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Web.Core\\BPA.SAAS.Manage.Web.Core.csproj", + "projectName": "BPA.SAAS.Manage.Web.Core", + "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Web.Core\\BPA.SAAS.Manage.Web.Core.csproj", + "packagesPath": "C:\\Users\\HBL\\.nuget\\packages\\", + "outputPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Web.Core\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "D:\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\HBL\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net6.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "http://111.9.47.105:10243/repository/bpa/index.json": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "projectReferences": { + "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Application\\BPA.SAAS.Manage.Application.csproj": { + "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Application\\BPA.SAAS.Manage.Application.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.101\\RuntimeIdentifierGraph.json" + } + } + }, + "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Web.Entry\\BPA.SAAS.Manage.Web.Entry.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Web.Entry\\BPA.SAAS.Manage.Web.Entry.csproj", + "projectName": "BPA.SAAS.Manage.Web.Entry", + "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Web.Entry\\BPA.SAAS.Manage.Web.Entry.csproj", + "packagesPath": "C:\\Users\\HBL\\.nuget\\packages\\", + "outputPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Web.Entry\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "D:\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\HBL\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net6.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "http://111.9.47.105:10243/repository/bpa/index.json": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "projectReferences": { + "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Web.Core\\BPA.SAAS.Manage.Web.Core.csproj": { + "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Web.Core\\BPA.SAAS.Manage.Web.Core.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.AspNetCore.App": { + "privateAssets": "none" + }, + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.101\\RuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/BPA.NewKitChen.Manage.Web.Entry/obj/BPA.SAAS.Manage.Web.Entry.csproj.nuget.g.props b/BPA.NewKitChen.Manage.Web.Entry/obj/BPA.SAAS.Manage.Web.Entry.csproj.nuget.g.props new file mode 100644 index 0000000..604a72c --- /dev/null +++ b/BPA.NewKitChen.Manage.Web.Entry/obj/BPA.SAAS.Manage.Web.Entry.csproj.nuget.g.props @@ -0,0 +1,20 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\HBL\.nuget\packages\;D:\Microsoft Visual Studio\Shared\NuGetPackages + PackageReference + 6.4.0 + + + + + + + C:\Users\HBL\.nuget\packages\microsoft.extensions.apidescription.server\6.0.5 + C:\Users\HBL\.nuget\packages\microsoft.codeanalysis.analyzers\3.3.3 + + \ No newline at end of file diff --git a/BPA.NewKitChen.Manage.Web.Entry/obj/BPA.SAAS.Manage.Web.Entry.csproj.nuget.g.targets b/BPA.NewKitChen.Manage.Web.Entry/obj/BPA.SAAS.Manage.Web.Entry.csproj.nuget.g.targets new file mode 100644 index 0000000..12a9ddf --- /dev/null +++ b/BPA.NewKitChen.Manage.Web.Entry/obj/BPA.SAAS.Manage.Web.Entry.csproj.nuget.g.targets @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/BPA.NewKitChen.Manage.Web.Entry/obj/Debug/net6.0/BPA.KitChen.Manage.Web.Entry.MvcApplicationPartsAssemblyInfo.cache b/BPA.NewKitChen.Manage.Web.Entry/obj/Debug/net6.0/BPA.KitChen.Manage.Web.Entry.MvcApplicationPartsAssemblyInfo.cache new file mode 100644 index 0000000..e69de29 diff --git a/BPA.NewKitChen.Manage.Web.Entry/obj/Debug/net6.0/BPA.KitChen.Manage.Web.Entry.assets.cache b/BPA.NewKitChen.Manage.Web.Entry/obj/Debug/net6.0/BPA.KitChen.Manage.Web.Entry.assets.cache index 789a787..b46c4fb 100644 Binary files a/BPA.NewKitChen.Manage.Web.Entry/obj/Debug/net6.0/BPA.KitChen.Manage.Web.Entry.assets.cache and b/BPA.NewKitChen.Manage.Web.Entry/obj/Debug/net6.0/BPA.KitChen.Manage.Web.Entry.assets.cache differ diff --git a/BPA.NewKitChen.Manage.Web.Entry/obj/Debug/net6.0/BPA.KitChen.Manage.Web.Entry.csproj.AssemblyReference.cache b/BPA.NewKitChen.Manage.Web.Entry/obj/Debug/net6.0/BPA.KitChen.Manage.Web.Entry.csproj.AssemblyReference.cache index e0479fd..3bd5e18 100644 Binary files a/BPA.NewKitChen.Manage.Web.Entry/obj/Debug/net6.0/BPA.KitChen.Manage.Web.Entry.csproj.AssemblyReference.cache and b/BPA.NewKitChen.Manage.Web.Entry/obj/Debug/net6.0/BPA.KitChen.Manage.Web.Entry.csproj.AssemblyReference.cache differ diff --git a/BPA.NewKitChen.Manage.Web.Entry/obj/Debug/net6.0/BPA.KitChen.Manage.Web.Entry.csproj.CoreCompileInputs.cache b/BPA.NewKitChen.Manage.Web.Entry/obj/Debug/net6.0/BPA.KitChen.Manage.Web.Entry.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..e08de78 --- /dev/null +++ b/BPA.NewKitChen.Manage.Web.Entry/obj/Debug/net6.0/BPA.KitChen.Manage.Web.Entry.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +cfa2e5f5600c0e79442edb08ec958aa134ef6578 diff --git a/BPA.NewKitChen.Manage.Web.Entry/obj/Debug/net6.0/BPA.KitChen.Manage.Web.Entry.csproj.FileListAbsolute.txt b/BPA.NewKitChen.Manage.Web.Entry/obj/Debug/net6.0/BPA.KitChen.Manage.Web.Entry.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..899a075 --- /dev/null +++ b/BPA.NewKitChen.Manage.Web.Entry/obj/Debug/net6.0/BPA.KitChen.Manage.Web.Entry.csproj.FileListAbsolute.txt @@ -0,0 +1,6 @@ +D:\BPA\BPA.NewKitChen\BPA.NewKitChen.Manage\BPA.NewKitChen.Manage.Web.Entry\obj\Debug\net6.0\BPA.KitChen.Manage.Web.Entry.csproj.AssemblyReference.cache +D:\BPA\BPA.NewKitChen\BPA.NewKitChen.Manage\BPA.NewKitChen.Manage.Web.Entry\obj\Debug\net6.0\BPA.KitChen.Manage.Web.Entry.GeneratedMSBuildEditorConfig.editorconfig +D:\BPA\BPA.NewKitChen\BPA.NewKitChen.Manage\BPA.NewKitChen.Manage.Web.Entry\obj\Debug\net6.0\BPA.KitChen.Manage.Web.Entry.AssemblyInfoInputs.cache +D:\BPA\BPA.NewKitChen\BPA.NewKitChen.Manage\BPA.NewKitChen.Manage.Web.Entry\obj\Debug\net6.0\BPA.KitChen.Manage.Web.Entry.AssemblyInfo.cs +D:\BPA\BPA.NewKitChen\BPA.NewKitChen.Manage\BPA.NewKitChen.Manage.Web.Entry\obj\Debug\net6.0\BPA.KitChen.Manage.Web.Entry.csproj.CoreCompileInputs.cache +D:\BPA\BPA.NewKitChen\BPA.NewKitChen.Manage\BPA.NewKitChen.Manage.Web.Entry\obj\Debug\net6.0\BPA.KitChen.Manage.Web.Entry.MvcApplicationPartsAssemblyInfo.cache diff --git a/BPA.NewKitChen.Manage.Web.Entry/obj/Debug/net6.0/BPA.SAAS.Manage.Web.Entry.AssemblyInfo.cs b/BPA.NewKitChen.Manage.Web.Entry/obj/Debug/net6.0/BPA.SAAS.Manage.Web.Entry.AssemblyInfo.cs new file mode 100644 index 0000000..1a2f52f --- /dev/null +++ b/BPA.NewKitChen.Manage.Web.Entry/obj/Debug/net6.0/BPA.SAAS.Manage.Web.Entry.AssemblyInfo.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("BPA.SAAS.Manage.Web.Entry")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("BPA.SAAS.Manage.Web.Entry")] +[assembly: System.Reflection.AssemblyTitleAttribute("BPA.SAAS.Manage.Web.Entry")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// 由 MSBuild WriteCodeFragment 类生成。 + diff --git a/BPA.NewKitChen.Manage.Web.Entry/obj/Debug/net6.0/BPA.SAAS.Manage.Web.Entry.AssemblyInfoInputs.cache b/BPA.NewKitChen.Manage.Web.Entry/obj/Debug/net6.0/BPA.SAAS.Manage.Web.Entry.AssemblyInfoInputs.cache new file mode 100644 index 0000000..f1f2113 --- /dev/null +++ b/BPA.NewKitChen.Manage.Web.Entry/obj/Debug/net6.0/BPA.SAAS.Manage.Web.Entry.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +830ea4683ca816055c1bec774db1e93cf20169ef diff --git a/BPA.NewKitChen.Manage.Web.Entry/obj/Debug/net6.0/BPA.SAAS.Manage.Web.Entry.GeneratedMSBuildEditorConfig.editorconfig b/BPA.NewKitChen.Manage.Web.Entry/obj/Debug/net6.0/BPA.SAAS.Manage.Web.Entry.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..c7c5dcb --- /dev/null +++ b/BPA.NewKitChen.Manage.Web.Entry/obj/Debug/net6.0/BPA.SAAS.Manage.Web.Entry.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,17 @@ +is_global = true +build_property.TargetFramework = net6.0 +build_property.TargetPlatformMinVersion = +build_property.UsingMicrosoftNETSdkWeb = true +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = BPA.SAAS.Manage.Web.Entry +build_property.RootNamespace = BPA.SAAS.Manage.Web.Entry +build_property.ProjectDir = D:\BPA\BPA.NewKitChen\BPA.NewKitChen.Manage\BPA.NewKitChen.Manage.Web.Entry\ +build_property.RazorLangVersion = 6.0 +build_property.SupportLocalizedComponentNames = +build_property.GenerateRazorMetadataSourceChecksumAttributes = +build_property.MSBuildProjectDirectory = D:\BPA\BPA.NewKitChen\BPA.NewKitChen.Manage\BPA.NewKitChen.Manage.Web.Entry +build_property._RazorSourceGeneratorDebug = diff --git a/BPA.NewKitChen.Manage.Web.Entry/obj/Debug/net6.0/BPA.SAAS.Manage.Web.Entry.GlobalUsings.g.cs b/BPA.NewKitChen.Manage.Web.Entry/obj/Debug/net6.0/BPA.SAAS.Manage.Web.Entry.GlobalUsings.g.cs new file mode 100644 index 0000000..025530a --- /dev/null +++ b/BPA.NewKitChen.Manage.Web.Entry/obj/Debug/net6.0/BPA.SAAS.Manage.Web.Entry.GlobalUsings.g.cs @@ -0,0 +1,17 @@ +// +global using global::Microsoft.AspNetCore.Builder; +global using global::Microsoft.AspNetCore.Hosting; +global using global::Microsoft.AspNetCore.Http; +global using global::Microsoft.AspNetCore.Routing; +global using global::Microsoft.Extensions.Configuration; +global using global::Microsoft.Extensions.DependencyInjection; +global using global::Microsoft.Extensions.Hosting; +global using global::Microsoft.Extensions.Logging; +global using global::System; +global using global::System.Collections.Generic; +global using global::System.IO; +global using global::System.Linq; +global using global::System.Net.Http; +global using global::System.Net.Http.Json; +global using global::System.Threading; +global using global::System.Threading.Tasks; diff --git a/BPA.NewKitChen.Manage.Web.Entry/obj/Debug/net6.0/BPA.SAAS.Manage.Web.Entry.assets.cache b/BPA.NewKitChen.Manage.Web.Entry/obj/Debug/net6.0/BPA.SAAS.Manage.Web.Entry.assets.cache new file mode 100644 index 0000000..2760199 Binary files /dev/null and b/BPA.NewKitChen.Manage.Web.Entry/obj/Debug/net6.0/BPA.SAAS.Manage.Web.Entry.assets.cache differ diff --git a/BPA.NewKitChen.Manage.Web.Entry/obj/Debug/net6.0/BPA.SAAS.Manage.Web.Entry.csproj.AssemblyReference.cache b/BPA.NewKitChen.Manage.Web.Entry/obj/Debug/net6.0/BPA.SAAS.Manage.Web.Entry.csproj.AssemblyReference.cache new file mode 100644 index 0000000..e0479fd Binary files /dev/null and b/BPA.NewKitChen.Manage.Web.Entry/obj/Debug/net6.0/BPA.SAAS.Manage.Web.Entry.csproj.AssemblyReference.cache differ diff --git a/BPA.NewKitChen.Manage.Web.Entry/obj/project.assets.json b/BPA.NewKitChen.Manage.Web.Entry/obj/project.assets.json index ad9df64..97c4392 100644 --- a/BPA.NewKitChen.Manage.Web.Entry/obj/project.assets.json +++ b/BPA.NewKitChen.Manage.Web.Entry/obj/project.assets.json @@ -1958,58 +1958,58 @@ } } }, - "BPA.KitChen.Manage.Application/1.0.0": { + "BPA.SAAS.Manage.Application/1.0.0": { "type": "project", "framework": ".NETCoreApp,Version=v6.0", "dependencies": { - "BPA.KitChen.Manage.Comm": "1.0.0", - "BPA.KitChen.Manage.Core": "1.0.0" + "BPA.SAAS.Manage.Comm": "1.0.0", + "BPA.SAAS.Manage.Core": "1.0.0" }, "compile": { - "bin/placeholder/BPA.KitChen.Manage.Application.dll": {} + "bin/placeholder/BPA.SAAS.Manage.Application.dll": {} }, "runtime": { - "bin/placeholder/BPA.KitChen.Manage.Application.dll": {} + "bin/placeholder/BPA.SAAS.Manage.Application.dll": {} } }, - "BPA.KitChen.Manage.Comm/1.0.0": { + "BPA.SAAS.Manage.Comm/1.0.0": { "type": "project", "framework": ".NETCoreApp,Version=v6.0", "compile": { - "bin/placeholder/BPA.KitChen.Manage.Comm.dll": {} + "bin/placeholder/BPA.SAAS.Manage.Comm.dll": {} }, "runtime": { - "bin/placeholder/BPA.KitChen.Manage.Comm.dll": {} + "bin/placeholder/BPA.SAAS.Manage.Comm.dll": {} } }, - "BPA.KitChen.Manage.Core/1.0.0": { + "BPA.SAAS.Manage.Core/1.0.0": { "type": "project", "framework": ".NETCoreApp,Version=v6.0", "dependencies": { - "BPA.KitChen.Manage.Comm": "1.0.0", + "BPA.SAAS.Manage.Comm": "1.0.0", "Furion.Extras.Authentication.JwtBearer": "4.8.8.5", "Furion.Extras.ObjectMapper.Mapster": "4.8.8.5", "Furion.Pure": "4.8.8.5", "SqlSugarCore": "5.1.4.67" }, "compile": { - "bin/placeholder/BPA.KitChen.Manage.Core.dll": {} + "bin/placeholder/BPA.SAAS.Manage.Core.dll": {} }, "runtime": { - "bin/placeholder/BPA.KitChen.Manage.Core.dll": {} + "bin/placeholder/BPA.SAAS.Manage.Core.dll": {} } }, - "BPA.KitChen.Manage.Web.Core/1.0.0": { + "BPA.SAAS.Manage.Web.Core/1.0.0": { "type": "project", "framework": ".NETCoreApp,Version=v6.0", "dependencies": { - "BPA.KitChen.Manage.Application": "1.0.0" + "BPA.SAAS.Manage.Application": "1.0.0" }, "compile": { - "bin/placeholder/BPA.KitChen.Manage.Web.Core.dll": {} + "bin/placeholder/BPA.SAAS.Manage.Web.Core.dll": {} }, "runtime": { - "bin/placeholder/BPA.KitChen.Manage.Web.Core.dll": {} + "bin/placeholder/BPA.SAAS.Manage.Web.Core.dll": {} } } } @@ -6499,30 +6499,30 @@ "version.txt" ] }, - "BPA.KitChen.Manage.Application/1.0.0": { + "BPA.SAAS.Manage.Application/1.0.0": { "type": "project", - "path": "../BPA.NewKitChen.Manage.Application/BPA.KitChen.Manage.Application.csproj", - "msbuildProject": "../BPA.NewKitChen.Manage.Application/BPA.KitChen.Manage.Application.csproj" + "path": "../BPA.NewKitChen.Manage.Application/BPA.SAAS.Manage.Application.csproj", + "msbuildProject": "../BPA.NewKitChen.Manage.Application/BPA.SAAS.Manage.Application.csproj" }, - "BPA.KitChen.Manage.Comm/1.0.0": { + "BPA.SAAS.Manage.Comm/1.0.0": { "type": "project", - "path": "../BPA.NewKitChen.Manage.Comm/BPA.KitChen.Manage.Comm.csproj", - "msbuildProject": "../BPA.NewKitChen.Manage.Comm/BPA.KitChen.Manage.Comm.csproj" + "path": "../BPA.NewKitChen.Manage.Comm/BPA.SAAS.Manage.Comm.csproj", + "msbuildProject": "../BPA.NewKitChen.Manage.Comm/BPA.SAAS.Manage.Comm.csproj" }, - "BPA.KitChen.Manage.Core/1.0.0": { + "BPA.SAAS.Manage.Core/1.0.0": { "type": "project", - "path": "../BPA.NewKitChen.Manage.Core/BPA.KitChen.Manage.Core.csproj", - "msbuildProject": "../BPA.NewKitChen.Manage.Core/BPA.KitChen.Manage.Core.csproj" + "path": "../BPA.NewKitChen.Manage.Core/BPA.SAAS.Manage.Core.csproj", + "msbuildProject": "../BPA.NewKitChen.Manage.Core/BPA.SAAS.Manage.Core.csproj" }, - "BPA.KitChen.Manage.Web.Core/1.0.0": { + "BPA.SAAS.Manage.Web.Core/1.0.0": { "type": "project", - "path": "../BPA.NewKitChen.Manage.Web.Core/BPA.KitChen.Manage.Web.Core.csproj", - "msbuildProject": "../BPA.NewKitChen.Manage.Web.Core/BPA.KitChen.Manage.Web.Core.csproj" + "path": "../BPA.NewKitChen.Manage.Web.Core/BPA.SAAS.Manage.Web.Core.csproj", + "msbuildProject": "../BPA.NewKitChen.Manage.Web.Core/BPA.SAAS.Manage.Web.Core.csproj" } }, "projectFileDependencyGroups": { "net6.0": [ - "BPA.KitChen.Manage.Web.Core >= 1.0.0" + "BPA.SAAS.Manage.Web.Core >= 1.0.0" ] }, "packageFolders": { @@ -6532,9 +6532,9 @@ "project": { "version": "1.0.0", "restore": { - "projectUniqueName": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Web.Entry\\BPA.KitChen.Manage.Web.Entry.csproj", - "projectName": "BPA.KitChen.Manage.Web.Entry", - "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Web.Entry\\BPA.KitChen.Manage.Web.Entry.csproj", + "projectUniqueName": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Web.Entry\\BPA.SAAS.Manage.Web.Entry.csproj", + "projectName": "BPA.SAAS.Manage.Web.Entry", + "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Web.Entry\\BPA.SAAS.Manage.Web.Entry.csproj", "packagesPath": "C:\\Users\\HBL\\.nuget\\packages\\", "outputPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Web.Entry\\obj\\", "projectStyle": "PackageReference", @@ -6559,8 +6559,8 @@ "net6.0": { "targetAlias": "net6.0", "projectReferences": { - "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Web.Core\\BPA.KitChen.Manage.Web.Core.csproj": { - "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Web.Core\\BPA.KitChen.Manage.Web.Core.csproj" + "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Web.Core\\BPA.SAAS.Manage.Web.Core.csproj": { + "projectPath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Web.Core\\BPA.SAAS.Manage.Web.Core.csproj" } } } diff --git a/BPA.NewKitChen.Manage.Web.Entry/obj/project.nuget.cache b/BPA.NewKitChen.Manage.Web.Entry/obj/project.nuget.cache index 1aeeb61..6082247 100644 --- a/BPA.NewKitChen.Manage.Web.Entry/obj/project.nuget.cache +++ b/BPA.NewKitChen.Manage.Web.Entry/obj/project.nuget.cache @@ -1,8 +1,8 @@ { "version": 2, - "dgSpecHash": "+pNgaofz0629L8QKnNOOurSsgLbHkGaFCBuwtpDxeXQXHZSScHg63fLRzPbtvpHgvTOdyL051ahUHm2pNAhGZA==", + "dgSpecHash": "Qx/fGBacIKfs5kti9fAcXkqgoQh8HsFs44GaDkZhiwvu0mU2bcpwEfWwE9kL+V931pp3xMFiSNiqpwMlbaoL1g==", "success": true, - "projectFilePath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Web.Entry\\BPA.KitChen.Manage.Web.Entry.csproj", + "projectFilePath": "D:\\BPA\\BPA.NewKitChen\\BPA.NewKitChen.Manage\\BPA.NewKitChen.Manage.Web.Entry\\BPA.SAAS.Manage.Web.Entry.csproj", "expectedPackageFiles": [ "C:\\Users\\HBL\\.nuget\\packages\\ben.demystifier\\0.4.1\\ben.demystifier.0.4.1.nupkg.sha512", "C:\\Users\\HBL\\.nuget\\packages\\furion.extras.authentication.jwtbearer\\4.8.8.5\\furion.extras.authentication.jwtbearer.4.8.8.5.nupkg.sha512", diff --git a/BPA.KitChen.Manage.sln b/BPA.SAAS.Manage.sln similarity index 70% rename from BPA.KitChen.Manage.sln rename to BPA.SAAS.Manage.sln index 60a5918..e03cf48 100644 --- a/BPA.KitChen.Manage.sln +++ b/BPA.SAAS.Manage.sln @@ -3,15 +3,15 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.4.33205.214 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BPA.NewKitChen.Manage.Application", "BPA.NewKitChen.Manage.Application\BPA.NewKitChen.Manage.Application.csproj", "{030818FB-6DBB-4CA5-B1B1-2547854B6CA0}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BPA.SAAS.Manage.Application", "BPA.NewKitChen.Manage.Application\BPA.SAAS.Manage.Application.csproj", "{030818FB-6DBB-4CA5-B1B1-2547854B6CA0}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BPA.NewKitChen.Manage.Core", "BPA.NewKitChen.Manage.Core\BPA.NewKitChen.Manage.Core.csproj", "{1A449DAF-9479-4DDB-9AC9-CD47098F9FE0}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BPA.SAAS.Manage.Core", "BPA.NewKitChen.Manage.Core\BPA.SAAS.Manage.Core.csproj", "{1A449DAF-9479-4DDB-9AC9-CD47098F9FE0}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BPA.NewKitChen.Manage.Web.Core", "BPA.NewKitChen.Manage.Web.Core\BPA.NewKitChen.Manage.Web.Core.csproj", "{BF8FD833-86AE-4F5C-AAD8-002E6B395B67}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BPA.SAAS.Manage.Web.Core", "BPA.NewKitChen.Manage.Web.Core\BPA.SAAS.Manage.Web.Core.csproj", "{BF8FD833-86AE-4F5C-AAD8-002E6B395B67}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BPA.NewKitChen.Manage.Web.Entry", "BPA.NewKitChen.Manage.Web.Entry\BPA.NewKitChen.Manage.Web.Entry.csproj", "{49759743-8067-468D-9346-3CBB91DD37B8}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BPA.SAAS.Manage.Web.Entry", "BPA.NewKitChen.Manage.Web.Entry\BPA.SAAS.Manage.Web.Entry.csproj", "{49759743-8067-468D-9346-3CBB91DD37B8}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BPA.NewKitChen.Manage.Comm", "BPA.NewKitChen.Manage.Comm\BPA.NewKitChen.Manage.Comm.csproj", "{21C9510A-93C7-4AD5-B110-E5D1402A1F9E}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BPA.SAAS.Manage.Comm", "BPA.NewKitChen.Manage.Comm\BPA.SAAS.Manage.Comm.csproj", "{21C9510A-93C7-4AD5-B110-E5D1402A1F9E}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution