From 5c363a58c1a43b193d335ca581e97c34ccff44de Mon Sep 17 00:00:00 2001 From: wanghaomei Date: Wed, 19 Oct 2022 15:09:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=91=BD=E5=90=8D=E7=A9=BA?= =?UTF-8?q?=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Entity/DjyBooking/DjyBooking.cs | 27 - Myshipping.Application/Magic.Application.xml | 170 - .../Myshipping.Application.csproj | 7 +- .../Myshipping.Application.xml | 164 +- .../Service/DjyBooking/DjyBookingService.cs | 103 - .../Service/DjyBooking/Dto/DjyBookingDto.cs | 37 - .../Service/DjyBooking/Dto/DjyBookingInput.cs | 62 - .../DjyBooking/Dto/DjyBookingOutput.cs | 36 - .../Service/DjyBooking/IDjyBookingService.cs | 16 - Myshipping.Application/Startup.cs | 2 +- Myshipping.Core/Attributes/OpLogAttribute.cs | 2 +- .../Attributes/SqlSugarUnitOfWorkAttribute.cs | 2 +- Myshipping.Core/Cache/ICache.cs | 2 +- Myshipping.Core/Cache/MemoryCache.cs | 2 +- Myshipping.Core/Cache/RedisCache.cs | 2 +- Myshipping.Core/Cache/SqlSugarCache.cs | 2 +- .../Captcha/ClickWord/ClickWordCaptcha.cs | 2 +- .../ClickWord/ClickWordCaptchaInput.cs | 2 +- .../ClickWord/ClickWordCaptchaResult.cs | 2 +- .../Captcha/ClickWord/IClickWordCaptcha.cs | 2 +- .../Captcha/General/GeneralCaptcha.cs | 2 +- .../Captcha/General/GeneralCaptchaInput.cs | 2 +- .../Captcha/General/IGeneralCaptcha.cs | 2 +- Myshipping.Core/ConfigOption/ConfigOptions.cs | 2 +- Myshipping.Core/Const/ClaimConst.cs | 2 +- Myshipping.Core/Const/CommonConst.cs | 4 +- Myshipping.Core/Entity/DBEntityTenant.cs | 2 +- Myshipping.Core/Entity/DEntityBase.cs | 2 +- Myshipping.Core/Entity/Documentation.cs | 2 +- Myshipping.Core/Entity/SysApp.cs | 2 +- Myshipping.Core/Entity/SysCodeGen.cs | 2 +- Myshipping.Core/Entity/SysCodeGenConfig.cs | 2 +- Myshipping.Core/Entity/SysConfig.cs | 2 +- Myshipping.Core/Entity/SysDictData.cs | 2 +- Myshipping.Core/Entity/SysDictType.cs | 2 +- Myshipping.Core/Entity/SysEmp.cs | 2 +- Myshipping.Core/Entity/SysEmpExtOrgPos.cs | 2 +- Myshipping.Core/Entity/SysEmpPos.cs | 2 +- Myshipping.Core/Entity/SysFile.cs | 2 +- Myshipping.Core/Entity/SysLogAudit.cs | 2 +- Myshipping.Core/Entity/SysLogEx.cs | 2 +- Myshipping.Core/Entity/SysLogOp.cs | 2 +- Myshipping.Core/Entity/SysLogVis.cs | 2 +- Myshipping.Core/Entity/SysMenu.cs | 2 +- Myshipping.Core/Entity/SysNotice.cs | 2 +- Myshipping.Core/Entity/SysNoticeUser.cs | 2 +- Myshipping.Core/Entity/SysOauthUser.cs | 2 +- Myshipping.Core/Entity/SysOnlineUser.cs | 2 +- Myshipping.Core/Entity/SysOrg.cs | 2 +- Myshipping.Core/Entity/SysPos.cs | 2 +- Myshipping.Core/Entity/SysRole.cs | 2 +- Myshipping.Core/Entity/SysRoleDataScope.cs | 2 +- Myshipping.Core/Entity/SysRoleMenu.cs | 2 +- Myshipping.Core/Entity/SysTenant.cs | 2 +- Myshipping.Core/Entity/SysTimer.cs | 2 +- Myshipping.Core/Entity/SysUser.cs | 2 +- Myshipping.Core/Entity/SysUserDataScope.cs | 2 +- Myshipping.Core/Entity/SysUserRole.cs | 2 +- Myshipping.Core/Enum/AdminType.cs | 2 +- Myshipping.Core/Enum/CacheType.cs | 2 +- Myshipping.Core/Enum/CommonStatus.cs | 2 +- Myshipping.Core/Enum/DataOpType.cs | 2 +- Myshipping.Core/Enum/DataScopeType.cs | 2 +- Myshipping.Core/Enum/DocumentType.cs | 2 +- Myshipping.Core/Enum/ErrorCode.cs | 2 +- Myshipping.Core/Enum/FileExtensionEnum.cs | 2 +- Myshipping.Core/Enum/FileLocation.cs | 2 +- Myshipping.Core/Enum/FilterType.cs | 2 +- Myshipping.Core/Enum/Gender.cs | 2 +- Myshipping.Core/Enum/HttpStatusCode.cs | 2 +- Myshipping.Core/Enum/LoginType.cs | 2 +- Myshipping.Core/Enum/MenuOpenType.cs | 2 +- Myshipping.Core/Enum/MenuType.cs | 2 +- Myshipping.Core/Enum/MenuWeight.cs | 2 +- Myshipping.Core/Enum/NoticeStatus.cs | 2 +- Myshipping.Core/Enum/NoticeType.cs | 2 +- Myshipping.Core/Enum/NoticeUserStatus.cs | 2 +- Myshipping.Core/Enum/QueryTypeEnum.cs | 2 +- Myshipping.Core/Enum/RequestTypeEnum.cs | 2 +- Myshipping.Core/Enum/RoleType.cs | 2 +- Myshipping.Core/Enum/TenantTypeEnum.cs | 2 +- Myshipping.Core/Enum/YesOrNot.cs | 2 +- .../EventSubscriber/LogEventSubscriber.cs | 4 +- .../Extension/BStyleServiceExtension.cs | 2 +- .../Extension/DataFilterExtensions.cs | 2 +- .../Extension/DictionaryExtensions.cs | 2 +- Myshipping.Core/Extension/EnumExtensions.cs | 2 +- Myshipping.Core/Extension/InputBase.cs | 2 +- Myshipping.Core/Extension/PageInputOrder.cs | 2 +- Myshipping.Core/Extension/PageResult.cs | 2 +- .../Extension/PagedQueryableExtensions.cs | 2 +- .../Extension/RestfulResultProvider.cs | 2 +- Myshipping.Core/Filter/LogExceptionHandler.cs | 4 +- Myshipping.Core/Filter/RequestActionFilter.cs | 4 +- .../Filter/SqlSugarUnitOfWorkFilter.cs | 2 +- Myshipping.Core/Hubs/ChatHub.cs | 6 +- Myshipping.Core/Hubs/IChatClient.cs | 4 +- Myshipping.Core/Job/LogJobWorker.cs | 6 +- .../JsonConverter/LongJsonConverter.cs | 2 +- .../Component/ConsoleForamtComponent.cs | 2 +- .../Logging/Component/LoggingFileComponent.cs | 2 +- .../Extensions/LoggingFileExtensions.cs | 2 +- .../Logging/Format/ConsoleForamt.cs | 2 +- .../Logging/Format/CustomColorOptions.cs | 2 +- .../Logging/Format/TextWriterExtensions.cs | 2 +- Myshipping.Core/Magic.Core.xml | 10322 ---------------- Myshipping.Core/Manager/UserManager.cs | 2 +- Myshipping.Core/Myshipping.Core.csproj | 9 +- Myshipping.Core/Myshipping.Core.xml | 3680 +++--- Myshipping.Core/OAuth/IWechatOAuth.cs | 2 +- Myshipping.Core/OAuth/TokenModel.cs | 2 +- Myshipping.Core/OAuth/UserInfoModel.cs | 2 +- Myshipping.Core/OAuth/WechatOAuth.cs | 2 +- Myshipping.Core/Service/App/Dto/AppInput.cs | 2 +- Myshipping.Core/Service/App/Dto/AppOutput.cs | 2 +- Myshipping.Core/Service/App/ISysAppService.cs | 4 +- Myshipping.Core/Service/App/SysAppService.cs | 4 +- Myshipping.Core/Service/Auth/AuthService.cs | 4 +- .../Service/Auth/Dto/LoginInput.cs | 2 +- .../Service/Auth/Dto/LoginOutput.cs | 2 +- .../Service/Auth/Dto/RegistInput.cs | 2 +- Myshipping.Core/Service/Auth/IAuthService.cs | 2 +- .../Service/Cache/ISysCacheService.cs | 2 +- .../Service/Cache/SysCacheService.cs | 2 +- .../Service/CodeGen/CodeGenConfigService.cs | 4 +- .../Service/CodeGen/CodeGenService.cs | 6 +- .../Service/CodeGen/Dto/CodeGenConfig.cs | 2 +- .../Service/CodeGen/Dto/CodeGenInput.cs | 2 +- .../Service/CodeGen/Dto/CodeGenOutput.cs | 2 +- .../Service/CodeGen/Dto/TableColumnOuput.cs | 2 +- .../Service/CodeGen/Dto/TableOutput.cs | 2 +- .../Service/CodeGen/Dto/XnCodeGenOutput.cs | 4 +- .../Service/CodeGen/ICodeGenConfigService.cs | 4 +- .../Service/CodeGen/ICodeGenService.cs | 4 +- .../Service/Common/CommonService.cs | 2 +- .../Service/Common/ICommonService.cs | 2 +- .../Service/Config/Dto/ConfigInput.cs | 2 +- .../Service/Config/ISysConfigService.cs | 4 +- .../Service/Config/SysConfigService.cs | 4 +- .../Service/DataBase/DataBaseManager.cs | 8 +- .../Service/DataBase/Dto/CreateEntityInput.cs | 4 +- .../Service/DataBase/Dto/DbColumnInfoInput.cs | 2 +- .../DataBase/Dto/DbColumnInfoOutput.cs | 2 +- .../Service/DataBase/Dto/DbTableInfoInput.cs | 2 +- .../Service/DataBase/Dto/EditColumnInput.cs | 2 +- .../Service/DataBase/Dto/EditTableInput.cs | 2 +- .../Extension/DbMaintenanceExtension.cs | 2 +- .../Service/DataBase/IDataBaseManager.cs | 2 +- .../Service/Dict/Dto/DictDataInput.cs | 2 +- .../Service/Dict/Dto/DictDataOutput.cs | 2 +- .../Service/Dict/Dto/DictTreeOutput.cs | 2 +- .../Service/Dict/Dto/DictTypeInput.cs | 2 +- .../Service/Dict/ISysDictDataService.cs | 4 +- .../Service/Dict/ISysDictTypeService.cs | 2 +- .../Service/Dict/SysDictDataService.cs | 4 +- .../Service/Dict/SysDictTypeService.cs | 4 +- .../Service/Document/DocumentService.cs | 4 +- .../Service/Document/Dto/DocumentDto.cs | 2 +- .../Service/Document/Dto/DocumentInput.cs | 2 +- .../Service/Document/Dto/DocumentOutput.cs | 2 +- .../Service/Document/IDocumentService.cs | 4 +- .../Service/Emp/Dto/EmpExtOrgPosOutput.cs | 2 +- Myshipping.Core/Service/Emp/Dto/EmpOutput.cs | 2 +- Myshipping.Core/Service/Emp/Dto/EmpOutput2.cs | 2 +- .../Service/Emp/Dto/EmpPosOutput.cs | 2 +- .../Service/Emp/ISysEmpExtOrgPosService.cs | 2 +- .../Service/Emp/ISysEmpPosService.cs | 2 +- Myshipping.Core/Service/Emp/ISysEmpService.cs | 4 +- .../Service/Emp/SysEmpExtOrgPosService.cs | 4 +- .../Service/Emp/SysEmpPosService.cs | 4 +- Myshipping.Core/Service/Emp/SysEmpService.cs | 4 +- .../Service/Enum/Dto/EnumDataInput.cs | 2 +- .../Service/Enum/Dto/EnumDataOutput.cs | 2 +- .../Service/Enum/ISysEnumDataService.cs | 2 +- .../Service/Enum/SysEnumDataService.cs | 4 +- Myshipping.Core/Service/File/Dto/FileInput.cs | 2 +- .../Service/File/Dto/FileOutput.cs | 2 +- .../Service/File/ISysFileService.cs | 4 +- .../Service/File/SysFileService.cs | 4 +- Myshipping.Core/Service/Log/Dto/ExLogInput.cs | 2 +- .../Service/Log/Dto/ExLogOutput.cs | 2 +- Myshipping.Core/Service/Log/Dto/OpLogInput.cs | 2 +- .../Service/Log/Dto/OpLogOutput.cs | 2 +- .../Service/Log/Dto/VisLogInput.cs | 2 +- .../Service/Log/Dto/VisLogOutput.cs | 2 +- .../Service/Log/ISysExLogService.cs | 2 +- .../Service/Log/ISysOpLogService.cs | 2 +- .../Service/Log/ISysVisLogService.cs | 2 +- .../Service/Log/SysExLogService.cs | 4 +- .../Service/Log/SysOpLogService.cs | 4 +- .../Service/Log/SysVisLogService.cs | 4 +- .../Service/Menu/Dto/AntDesignTreeNode.cs | 2 +- Myshipping.Core/Service/Menu/Dto/MenuInput.cs | 2 +- .../Service/Menu/Dto/MenuOutput.cs | 2 +- .../Service/Menu/Dto/MenuTreeAppOutput.cs | 2 +- .../Service/Menu/Dto/MenuTreeOutput.cs | 2 +- .../Service/Menu/Dto/OwnMenuOutput.cs | 2 +- .../Service/Menu/ISysMenuService.cs | 2 +- .../Service/Menu/SysMenuService.cs | 4 +- .../Service/Monitor/IMachineService.cs | 2 +- .../Service/Monitor/MachineService.cs | 2 +- .../Service/Notice/Dto/NoticeBase.cs | 2 +- .../Service/Notice/Dto/NoticeDetailOutput.cs | 2 +- .../Service/Notice/Dto/NoticeInput.cs | 2 +- .../Service/Notice/Dto/NoticeReceiveOutput.cs | 2 +- .../Service/Notice/ISysNoticeService.cs | 2 +- .../Service/Notice/ISysNoticeUserService.cs | 4 +- .../Service/Notice/SysNoticeService.cs | 4 +- .../Service/Notice/SysNoticeUserService.cs | 4 +- .../Service/OAuth/ISysOauthService.cs | 2 +- .../Service/OAuth/SysOauthService.cs | 2 +- .../OnlineUser/ISysOnlineUserService.cs | 4 +- .../OnlineUser/SysOnlineUserService.cs | 6 +- Myshipping.Core/Service/Org/Dto/OrgInput.cs | 2 +- Myshipping.Core/Service/Org/Dto/OrgOutput.cs | 2 +- .../Service/Org/Dto/OrgTreeNode.cs | 2 +- Myshipping.Core/Service/Org/ISysOrgService.cs | 4 +- Myshipping.Core/Service/Org/SysOrgService.cs | 4 +- Myshipping.Core/Service/Pos/Dto/PosInput.cs | 2 +- Myshipping.Core/Service/Pos/ISysPosService.cs | 4 +- Myshipping.Core/Service/Pos/SysPosService.cs | 4 +- Myshipping.Core/Service/Role/Dto/RoleInput.cs | 2 +- .../Service/Role/Dto/RoleOutput.cs | 2 +- .../Service/Role/ISysRoleDataScopeService.cs | 2 +- .../Service/Role/ISysRoleMenuService.cs | 2 +- .../Service/Role/ISysRoleService.cs | 4 +- .../Service/Role/SysRoleDataScopeService.cs | 4 +- .../Service/Role/SysRoleMenuService.cs | 4 +- .../Service/Role/SysRoleService.cs | 4 +- .../Service/Tenant/Dto/TenantInput.cs | 2 +- .../Service/Tenant/Dto/TenantOutput.cs | 2 +- .../Service/Tenant/ISysTenantService.cs | 4 +- .../Service/Tenant/SysTenantService.cs | 4 +- Myshipping.Core/Service/Timer/Dto/JobInput.cs | 2 +- .../Service/Timer/Dto/JobOutput.cs | 2 +- .../Service/Timer/ISysTimerService.cs | 2 +- .../Service/Timer/SysTimerService.cs | 4 +- Myshipping.Core/Service/Trash/Dto/TrashDto.cs | 2 +- .../Service/Trash/Dto/TrashOutput.cs | 2 +- .../Service/Trash/ITrashService.cs | 2 +- Myshipping.Core/Service/Trash/TrashService.cs | 4 +- Myshipping.Core/Service/User/Dto/AuthToken.cs | 2 +- .../Service/User/Dto/AuthUserInput.cs | 2 +- Myshipping.Core/Service/User/Dto/UserInput.cs | 2 +- .../Service/User/Dto/UserOutput.cs | 2 +- .../Service/User/ISysUserDataScopeService.cs | 2 +- .../Service/User/ISysUserRoleService.cs | 2 +- .../Service/User/ISysUserService.cs | 2 +- .../Service/User/SysUserDataScopeService.cs | 4 +- .../Service/User/SysUserRoleService.cs | 4 +- .../Service/User/SysUserService.cs | 4 +- Myshipping.Core/SimpleQueue/SimpleQueue.cs | 2 +- Myshipping.Core/SqlSugar/SqlSugarPagedList.cs | 2 +- .../SqlSugar/SqlSugarRepository.cs | 2 +- Myshipping.Core/SqlSugar/SqlSugarSetup.cs | 4 +- Myshipping.Core/Util/CodeGenUtil.cs | 2 +- Myshipping.Core/Util/Enum/EnumEntity.cs | 2 +- Myshipping.Core/Util/Enum/EnumUtil.cs | 2 +- .../Util/Extension/Extension.DateTime.cs | 2 +- .../Util/Extension/Extension.Validate.cs | 2 +- Myshipping.Core/Util/Extension/Extensions.cs | 2 +- Myshipping.Core/Util/Http/HttpNewUtil.cs | 2 +- Myshipping.Core/Util/Http/WeatherUtil.cs | 2 +- Myshipping.Core/Util/Image/ImageUtil.cs | 2 +- Myshipping.Core/Util/JsonUtil.cs | 2 +- Myshipping.Core/Util/MachineUtil.cs | 2 +- .../Util/MiniProgram/MiniProgramUtil.cs | 2 +- Myshipping.Core/Util/OSSClientUtil.cs | 2 +- Myshipping.Core/Util/ReflectionUtil.cs | 2 +- Myshipping.Core/Util/String/Base64Util.cs | 2 +- Myshipping.Core/Util/String/ValidatorUtil.cs | 2 +- Myshipping.Core/Util/TreeBuildUtil.cs | 2 +- Myshipping.FlowCenter/Entity/FlcCustomForm.cs | 2 +- .../Entity/FlcDBEntityTenant.cs | 2 +- .../Entity/FlcDEntityBase.cs | 2 +- .../Entity/FlcFlowInstanceOperationHistory.cs | 2 +- .../FlcFlowInstanceTransitionHistory.cs | 2 +- .../Entity/FlcFlowinstance.cs | 4 +- Myshipping.FlowCenter/Entity/FlcFlowscheme.cs | 4 +- Myshipping.FlowCenter/Entity/FlcForm.cs | 4 +- .../Entity/FlcInstanceEntity.cs | 2 +- Myshipping.FlowCenter/Entity/Flow/Flow.cs | 2 +- Myshipping.FlowCenter/Entity/Flow/FlowArea.cs | 2 +- Myshipping.FlowCenter/Entity/Flow/FlowLine.cs | 2 +- Myshipping.FlowCenter/Entity/Flow/FlowNode.cs | 2 +- .../Entity/Flow/FlowRuntime.cs | 4 +- Myshipping.FlowCenter/Entity/Flow/FormUtil.cs | 4 +- .../Entity/Flow/FormValue.cs | 2 +- .../Entity/Flow/NodeDesignate.cs | 2 +- .../Entity/Flow/Verification.cs | 2 +- Myshipping.FlowCenter/Enum/CommonFrmType.cs | 2 +- .../Flowinstance/Dto/FlcFlowinstanceDto.cs | 4 +- .../Flowinstance/Dto/FlcFlowinstanceInput.cs | 4 +- .../Flowinstance/Dto/FlcFlowinstanceOutput.cs | 6 +- .../Flowinstance/FlcCustomFormService.cs | 6 +- .../Flowinstance/FlcFlowinstanceService.cs | 14 +- .../Flowinstance/IFlcCustomFormService.cs | 2 +- .../Flowinstance/IFlcFlowinstanceService.cs | 4 +- .../Flowscheme/Dto/FlcFlowschemeInput.cs | 4 +- .../Flowscheme/Dto/FlcFlowschemeOutput.cs | 2 +- .../Flowscheme/FlcFlowschemeService.cs | 10 +- .../Flowscheme/IFlcFlowschemeService.cs | 2 +- .../FormManage/Dto/FlcFormInput.cs | 4 +- .../FormManage/Dto/FlcFormOutput.cs | 2 +- .../FormManage/FlcFormManageService.cs | 10 +- .../FormManage/IFlcFormManageService.cs | 4 +- Myshipping.FlowCenter/Magic.FlowCenter.xml | 1871 --- .../Myshipping.FlowCenter.csproj | 2 +- .../Myshipping.FlowCenter.xml | 686 +- Myshipping.FlowCenter/Startup.cs | 2 +- Myshipping.Web.Core/Handlers/JwtHandler.cs | 6 +- Myshipping.Web.Core/Magic.Web.Core.xml | 30 - .../Myshipping.Web.Core.csproj | 12 +- Myshipping.Web.Core/Myshipping.Web.Core.xml | 8 +- Myshipping.Web.Core/Startup.cs | 6 +- Myshipping.Web.Core/applicationconfig.json | 12 +- Myshipping.Web.Core/dbsettings.json | 4 +- .../Controllers/ValuesController.cs | 2 +- Myshipping.Web.Entry/Dockerfile | 2 +- .../Myshipping.Web.Entry.csproj | 6 +- Myshipping.Web.Entry/Program.cs | 2 +- .../Properties/launchSettings.json | 2 +- Myshipping.Web.Entry/SingleFilePublish.cs | 10 +- .../wwwroot/Template/Dto.cs.vm | 2 +- .../wwwroot/Template/Entity.cs.vm | 4 +- .../wwwroot/Template/IService.cs.vm | 4 +- .../wwwroot/Template/Input.cs.vm | 2 +- .../wwwroot/Template/Service.cs.vm | 4 +- 328 files changed, 2614 insertions(+), 15468 deletions(-) delete mode 100644 Myshipping.Application/Entity/DjyBooking/DjyBooking.cs delete mode 100644 Myshipping.Application/Magic.Application.xml delete mode 100644 Myshipping.Application/Service/DjyBooking/DjyBookingService.cs delete mode 100644 Myshipping.Application/Service/DjyBooking/Dto/DjyBookingDto.cs delete mode 100644 Myshipping.Application/Service/DjyBooking/Dto/DjyBookingInput.cs delete mode 100644 Myshipping.Application/Service/DjyBooking/Dto/DjyBookingOutput.cs delete mode 100644 Myshipping.Application/Service/DjyBooking/IDjyBookingService.cs delete mode 100644 Myshipping.Core/Magic.Core.xml delete mode 100644 Myshipping.FlowCenter/Magic.FlowCenter.xml delete mode 100644 Myshipping.Web.Core/Magic.Web.Core.xml diff --git a/Myshipping.Application/Entity/DjyBooking/DjyBooking.cs b/Myshipping.Application/Entity/DjyBooking/DjyBooking.cs deleted file mode 100644 index a860107d..00000000 --- a/Myshipping.Application/Entity/DjyBooking/DjyBooking.cs +++ /dev/null @@ -1,27 +0,0 @@ -using System; -using SqlSugar; -using System.ComponentModel; -using Magic.Core.Entity; -namespace Magic.Application.Entity -{ - /// - /// 订舱 - /// - [SugarTable("djy_booking")] - [Description("订舱")] - public class DjyBooking : DBEntityTenant - { - /// - /// 提单号 - /// - public string MBLNO { get; set; } - /// - /// 船公司 - /// - public string Carrier { get; set; } - /// - /// 船公司 ID - /// - public string CarrierId { get; set; } - } -} \ No newline at end of file diff --git a/Myshipping.Application/Magic.Application.xml b/Myshipping.Application/Magic.Application.xml deleted file mode 100644 index 323e6da8..00000000 --- a/Myshipping.Application/Magic.Application.xml +++ /dev/null @@ -1,170 +0,0 @@ - - - - Myshipping.Application - - - - - 订舱 - - - - - 提单号 - - - - - 船公司 - - - - - 船公司 ID - - - - - 订舱服务 - - - - - 分页查询订舱 - - - - - - - 增加订舱 - - - - - - - 删除订舱 - - - - - - - 更新订舱 - - - - - - - 获取订舱 - - - - - - - 获取订舱列表 - - - - - - - 订舱输出参数 - - - - - 主键Id - - - - - 提单号 - - - - - 船公司 - - - - - 船公司 ID - - - - - 租户Id - - - - - 订舱输入参数 - - - - - 提单号 - - - - - 船公司 - - - - - 船公司 ID - - - - - 租户Id - - - - - 主键Id - - - - - 主键Id - - - - - 订舱输出参数 - - - - - 主键Id - - - - - 提单号 - - - - - 船公司 - - - - - 船公司 ID - - - - - 租户Id - - - - diff --git a/Myshipping.Application/Myshipping.Application.csproj b/Myshipping.Application/Myshipping.Application.csproj index 50e2472d..5e6814b7 100644 --- a/Myshipping.Application/Myshipping.Application.csproj +++ b/Myshipping.Application/Myshipping.Application.csproj @@ -3,7 +3,7 @@ net6.0 1701;1702;1591 - Magic.Application.xml + Myshipping.Application.xml @@ -18,18 +18,17 @@ - PreserveNewest - - + + diff --git a/Myshipping.Application/Myshipping.Application.xml b/Myshipping.Application/Myshipping.Application.xml index 47cc128a..d8113b2a 100644 --- a/Myshipping.Application/Myshipping.Application.xml +++ b/Myshipping.Application/Myshipping.Application.xml @@ -1,170 +1,8 @@ - Magic.Application + Myshipping.Application - - - 订舱 - - - - - 提单号 - - - - - 船公司 - - - - - 船公司 ID - - - - - 订舱服务 - - - - - 分页查询订舱 - - - - - - - 增加订舱 - - - - - - - 删除订舱 - - - - - - - 更新订舱 - - - - - - - 获取订舱 - - - - - - - 获取订舱列表 - - - - - - - 订舱输出参数 - - - - - 主键Id - - - - - 提单号 - - - - - 船公司 - - - - - 船公司 ID - - - - - 租户Id - - - - - 订舱输入参数 - - - - - 提单号 - - - - - 船公司 - - - - - 船公司 ID - - - - - 租户Id - - - - - 主键Id - - - - - 主键Id - - - - - 订舱输出参数 - - - - - 主键Id - - - - - 提单号 - - - - - 船公司 - - - - - 船公司 ID - - - - - 租户Id - - diff --git a/Myshipping.Application/Service/DjyBooking/DjyBookingService.cs b/Myshipping.Application/Service/DjyBooking/DjyBookingService.cs deleted file mode 100644 index 0609af97..00000000 --- a/Myshipping.Application/Service/DjyBooking/DjyBookingService.cs +++ /dev/null @@ -1,103 +0,0 @@ -using Magic.Core; -using Furion.DependencyInjection; -using Furion.DynamicApiController; -using Mapster; -using Microsoft.AspNetCore.Mvc; -using SqlSugar; -using System.Linq; -using System.Threading.Tasks; -using Magic.Application.Entity; -using Furion; -using System; - -namespace Magic.Application -{ - /// - /// 订舱服务 - /// - [ApiDescriptionSettings("Application", Name = "DjyBooking", Order = 1)] - public class DjyBookingService : IDjyBookingService, IDynamicApiController, ITransient - { - private readonly SqlSugarRepository _rep; - - public DjyBookingService(SqlSugarRepository rep) - { - _rep = rep; - } - - /// - /// 分页查询订舱 - /// - /// - /// - [HttpGet("/DjyBooking/page")] - public async Task Page([FromQuery] DjyBookingInput input) - { - var entities = await _rep.AsQueryable() - .WhereIF(!string.IsNullOrWhiteSpace(input.MBLNO), u => u.MBLNO == input.MBLNO) - .WhereIF(!string.IsNullOrWhiteSpace(input.Carrier), u => u.Carrier == input.Carrier) - .WhereIF(!string.IsNullOrWhiteSpace(input.CarrierId), u => u.CarrierId == input.CarrierId) - .ToPagedListAsync(input.PageNo, input.PageSize); - return entities.XnPagedResult(); - } - - /// - /// 增加订舱 - /// - /// - /// - [HttpPost("/DjyBooking/add")] - public async Task Add(AddDjyBookingInput input) - { - var entity = input.Adapt(); - entity.TenantId = Convert.ToInt64(App.User.FindFirst(ClaimConst.TENANT_ID)?.Value); - await _rep.InsertAsync(entity); - } - - /// - /// 删除订舱 - /// - /// - /// - [HttpPost("/DjyBooking/delete")] - public async Task Delete(DeleteDjyBookingInput input) - { - var entity = await _rep.FirstOrDefaultAsync(u => u.Id == input.Id); - await _rep.DeleteAsync(entity); - } - - /// - /// 更新订舱 - /// - /// - /// - [HttpPost("/DjyBooking/edit")] - public async Task Update(UpdateDjyBookingInput input) - { - var entity = input.Adapt(); - await _rep.AsUpdateable(entity).IgnoreColumns(ignoreAllNullColumns: true).ExecuteCommandAsync(); - } - - /// - /// 获取订舱 - /// - /// - /// - [HttpGet("/DjyBooking/detail")] - public async Task Get([FromQuery] QueryeDjyBookingInput input) - { - return await _rep.FirstOrDefaultAsync(u => u.Id == input.Id); - } - - /// - /// 获取订舱列表 - /// - /// - /// - [HttpGet("/DjyBooking/list")] - public async Task List([FromQuery] DjyBookingInput input) - { - return await _rep.ToListAsync(); - } - } -} diff --git a/Myshipping.Application/Service/DjyBooking/Dto/DjyBookingDto.cs b/Myshipping.Application/Service/DjyBooking/Dto/DjyBookingDto.cs deleted file mode 100644 index fcab816e..00000000 --- a/Myshipping.Application/Service/DjyBooking/Dto/DjyBookingDto.cs +++ /dev/null @@ -1,37 +0,0 @@ -using System; -using Magic.Core; - -namespace Magic.Application -{ - /// - /// 订舱输出参数 - /// - public class DjyBookingDto - { - /// - /// 主键Id - /// - public long Id { get; set; } - - /// - /// 提单号 - /// - public string MBLNO { get; set; } - - /// - /// 船公司 - /// - public string Carrier { get; set; } - - /// - /// 船公司 ID - /// - public string CarrierId { get; set; } - - /// - /// 租户Id - /// - public long TenantId { get; set; } - - } -} diff --git a/Myshipping.Application/Service/DjyBooking/Dto/DjyBookingInput.cs b/Myshipping.Application/Service/DjyBooking/Dto/DjyBookingInput.cs deleted file mode 100644 index f66a7a4c..00000000 --- a/Myshipping.Application/Service/DjyBooking/Dto/DjyBookingInput.cs +++ /dev/null @@ -1,62 +0,0 @@ -using Magic.Core; -using System; -using System.ComponentModel.DataAnnotations; - -namespace Magic.Application -{ - /// - /// 订舱输入参数 - /// - public class DjyBookingInput : PageInputBase - { - /// - /// 提单号 - /// - public virtual string MBLNO { get; set; } - - /// - /// 船公司 - /// - public virtual string Carrier { get; set; } - - /// - /// 船公司 ID - /// - public virtual string CarrierId { get; set; } - - /// - /// 租户Id - /// - public virtual long TenantId { get; set; } - - } - - public class AddDjyBookingInput : DjyBookingInput - { - } - - public class DeleteDjyBookingInput - { - /// - /// 主键Id - /// - [Required(ErrorMessage = "主键Id不能为空")] - public long Id { get; set; } - - } - - public class UpdateDjyBookingInput : DjyBookingInput - { - /// - /// 主键Id - /// - [Required(ErrorMessage = "主键Id不能为空")] - public long Id { get; set; } - - } - - public class QueryeDjyBookingInput : DeleteDjyBookingInput - { - - } -} diff --git a/Myshipping.Application/Service/DjyBooking/Dto/DjyBookingOutput.cs b/Myshipping.Application/Service/DjyBooking/Dto/DjyBookingOutput.cs deleted file mode 100644 index ab7fc9c2..00000000 --- a/Myshipping.Application/Service/DjyBooking/Dto/DjyBookingOutput.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System; - -namespace Magic.Application -{ - /// - /// 订舱输出参数 - /// - public class DjyBookingOutput - { - /// - /// 主键Id - /// - public long Id { get; set; } - - /// - /// 提单号 - /// - public string MBLNO { get; set; } - - /// - /// 船公司 - /// - public string Carrier { get; set; } - - /// - /// 船公司 ID - /// - public string CarrierId { get; set; } - - /// - /// 租户Id - /// - public long TenantId { get; set; } - - } -} diff --git a/Myshipping.Application/Service/DjyBooking/IDjyBookingService.cs b/Myshipping.Application/Service/DjyBooking/IDjyBookingService.cs deleted file mode 100644 index 5a6807ef..00000000 --- a/Myshipping.Application/Service/DjyBooking/IDjyBookingService.cs +++ /dev/null @@ -1,16 +0,0 @@ -using Magic.Core; -using Microsoft.AspNetCore.Mvc; -using System.Threading.Tasks; -using Magic.Application.Entity; -namespace Magic.Application -{ - public interface IDjyBookingService - { - Task Add(AddDjyBookingInput input); - Task Delete(DeleteDjyBookingInput input); - Task Get([FromQuery] QueryeDjyBookingInput input); - Task List([FromQuery] DjyBookingInput input); - Task Page([FromQuery] DjyBookingInput input); - Task Update(UpdateDjyBookingInput input); - } -} \ No newline at end of file diff --git a/Myshipping.Application/Startup.cs b/Myshipping.Application/Startup.cs index e32791e1..5fe59d4c 100644 --- a/Myshipping.Application/Startup.cs +++ b/Myshipping.Application/Startup.cs @@ -1,7 +1,7 @@ using Furion; using Microsoft.Extensions.DependencyInjection; -namespace Magic.Application; +namespace Myshipping.Application; public class Startup : AppStartup { diff --git a/Myshipping.Core/Attributes/OpLogAttribute.cs b/Myshipping.Core/Attributes/OpLogAttribute.cs index 9faeefc6..00e1cf3a 100644 --- a/Myshipping.Core/Attributes/OpLogAttribute.cs +++ b/Myshipping.Core/Attributes/OpLogAttribute.cs @@ -1,6 +1,6 @@ using System; -namespace Magic.Core; +namespace Myshipping.Core; /// /// 启用用操作日志 diff --git a/Myshipping.Core/Attributes/SqlSugarUnitOfWorkAttribute.cs b/Myshipping.Core/Attributes/SqlSugarUnitOfWorkAttribute.cs index b14829ed..1da268cf 100644 --- a/Myshipping.Core/Attributes/SqlSugarUnitOfWorkAttribute.cs +++ b/Myshipping.Core/Attributes/SqlSugarUnitOfWorkAttribute.cs @@ -1,7 +1,7 @@ using System; using System.Data; -namespace Magic.Core; +namespace Myshipping.Core; /// /// SqlSugar 工作单元配置特性 diff --git a/Myshipping.Core/Cache/ICache.cs b/Myshipping.Core/Cache/ICache.cs index fef584ef..c879fbc5 100644 --- a/Myshipping.Core/Cache/ICache.cs +++ b/Myshipping.Core/Cache/ICache.cs @@ -2,7 +2,7 @@ using System.Collections.Generic; using System.Threading.Tasks; -namespace Magic.Core; +namespace Myshipping.Core; /// /// 缓存接口 diff --git a/Myshipping.Core/Cache/MemoryCache.cs b/Myshipping.Core/Cache/MemoryCache.cs index 1826623e..1185e02c 100644 --- a/Myshipping.Core/Cache/MemoryCache.cs +++ b/Myshipping.Core/Cache/MemoryCache.cs @@ -6,7 +6,7 @@ using System.Linq; using System.Reflection; using System.Threading.Tasks; -namespace Magic.Core; +namespace Myshipping.Core; /// /// 内存缓存 diff --git a/Myshipping.Core/Cache/RedisCache.cs b/Myshipping.Core/Cache/RedisCache.cs index a434a9d5..4ddcb348 100644 --- a/Myshipping.Core/Cache/RedisCache.cs +++ b/Myshipping.Core/Cache/RedisCache.cs @@ -5,7 +5,7 @@ using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; -namespace Magic.Core; +namespace Myshipping.Core; /// /// Redis缓存 diff --git a/Myshipping.Core/Cache/SqlSugarCache.cs b/Myshipping.Core/Cache/SqlSugarCache.cs index 03473771..1ee7611e 100644 --- a/Myshipping.Core/Cache/SqlSugarCache.cs +++ b/Myshipping.Core/Cache/SqlSugarCache.cs @@ -4,7 +4,7 @@ using SqlSugar; using System; using System.Collections.Generic; -namespace Magic.Core; +namespace Myshipping.Core; public class SqlSugarCache : ICacheService { diff --git a/Myshipping.Core/Captcha/ClickWord/ClickWordCaptcha.cs b/Myshipping.Core/Captcha/ClickWord/ClickWordCaptcha.cs index ac65b355..a8515754 100644 --- a/Myshipping.Core/Captcha/ClickWord/ClickWordCaptcha.cs +++ b/Myshipping.Core/Captcha/ClickWord/ClickWordCaptcha.cs @@ -10,7 +10,7 @@ using System.IO; using System.Linq; using Yitter.IdGenerator; -namespace Magic.Core; +namespace Myshipping.Core; /// /// 点选验证码 diff --git a/Myshipping.Core/Captcha/ClickWord/ClickWordCaptchaInput.cs b/Myshipping.Core/Captcha/ClickWord/ClickWordCaptchaInput.cs index 0c81e5f8..2c21a1f4 100644 --- a/Myshipping.Core/Captcha/ClickWord/ClickWordCaptchaInput.cs +++ b/Myshipping.Core/Captcha/ClickWord/ClickWordCaptchaInput.cs @@ -1,7 +1,7 @@ using Furion.DependencyInjection; using System.ComponentModel.DataAnnotations; -namespace Magic.Core; +namespace Myshipping.Core; /// /// 点击验证码输入参数 diff --git a/Myshipping.Core/Captcha/ClickWord/ClickWordCaptchaResult.cs b/Myshipping.Core/Captcha/ClickWord/ClickWordCaptchaResult.cs index 1644f192..e7d911e8 100644 --- a/Myshipping.Core/Captcha/ClickWord/ClickWordCaptchaResult.cs +++ b/Myshipping.Core/Captcha/ClickWord/ClickWordCaptchaResult.cs @@ -1,7 +1,7 @@ using Furion.DependencyInjection; using System.Collections.Generic; -namespace Magic.Core; +namespace Myshipping.Core; /// /// 验证码输出参数 diff --git a/Myshipping.Core/Captcha/ClickWord/IClickWordCaptcha.cs b/Myshipping.Core/Captcha/ClickWord/IClickWordCaptcha.cs index b5964629..7bdbcabf 100644 --- a/Myshipping.Core/Captcha/ClickWord/IClickWordCaptcha.cs +++ b/Myshipping.Core/Captcha/ClickWord/IClickWordCaptcha.cs @@ -1,4 +1,4 @@ -namespace Magic.Core; +namespace Myshipping.Core; public interface IClickWordCaptcha { diff --git a/Myshipping.Core/Captcha/General/GeneralCaptcha.cs b/Myshipping.Core/Captcha/General/GeneralCaptcha.cs index 82e7c19c..5e04703e 100644 --- a/Myshipping.Core/Captcha/General/GeneralCaptcha.cs +++ b/Myshipping.Core/Captcha/General/GeneralCaptcha.cs @@ -7,7 +7,7 @@ using System.Drawing.Imaging; using System.IO; using System.Text; -namespace Magic.Core; +namespace Myshipping.Core; /// /// 常规验证码 diff --git a/Myshipping.Core/Captcha/General/GeneralCaptchaInput.cs b/Myshipping.Core/Captcha/General/GeneralCaptchaInput.cs index a2ccebc8..10706dda 100644 --- a/Myshipping.Core/Captcha/General/GeneralCaptchaInput.cs +++ b/Myshipping.Core/Captcha/General/GeneralCaptchaInput.cs @@ -1,7 +1,7 @@ using Furion.DependencyInjection; using System.ComponentModel.DataAnnotations; -namespace Magic.Core; +namespace Myshipping.Core; /// /// 常规验证码输入 diff --git a/Myshipping.Core/Captcha/General/IGeneralCaptcha.cs b/Myshipping.Core/Captcha/General/IGeneralCaptcha.cs index 119a96d4..94fe4275 100644 --- a/Myshipping.Core/Captcha/General/IGeneralCaptcha.cs +++ b/Myshipping.Core/Captcha/General/IGeneralCaptcha.cs @@ -1,4 +1,4 @@ -namespace Magic.Core; +namespace Myshipping.Core; public interface IGeneralCaptcha { diff --git a/Myshipping.Core/ConfigOption/ConfigOptions.cs b/Myshipping.Core/ConfigOption/ConfigOptions.cs index 19a8b470..5f0ea2b1 100644 --- a/Myshipping.Core/ConfigOption/ConfigOptions.cs +++ b/Myshipping.Core/ConfigOption/ConfigOptions.cs @@ -1,7 +1,7 @@ using Furion.ConfigurableOptions; using System.Collections.Generic; -namespace Magic.Core; +namespace Myshipping.Core; /// /// 缓存配置 diff --git a/Myshipping.Core/Const/ClaimConst.cs b/Myshipping.Core/Const/ClaimConst.cs index 9bdcc6b9..11741139 100644 --- a/Myshipping.Core/Const/ClaimConst.cs +++ b/Myshipping.Core/Const/ClaimConst.cs @@ -1,4 +1,4 @@ -namespace Magic.Core; +namespace Myshipping.Core; public class ClaimConst { diff --git a/Myshipping.Core/Const/CommonConst.cs b/Myshipping.Core/Const/CommonConst.cs index 2933a999..1e87c8ca 100644 --- a/Myshipping.Core/Const/CommonConst.cs +++ b/Myshipping.Core/Const/CommonConst.cs @@ -1,4 +1,4 @@ -namespace Magic.Core; +namespace Myshipping.Core; public class CommonConst { @@ -43,7 +43,7 @@ public class CommonConst /// /// 程序集 /// - public static string[] ENTITY_ASSEMBLY_NAME = new string[] { "Magic.Core", "Magic.Application", "Magic.FlowCenter" }; + public static string[] ENTITY_ASSEMBLY_NAME = new string[] { "Myshipping.Core", "Myshipping.Application", "Myshipping.FlowCenter" }; /// /// 删除字段 /// diff --git a/Myshipping.Core/Entity/DBEntityTenant.cs b/Myshipping.Core/Entity/DBEntityTenant.cs index 07b409cf..c2d04cdf 100644 --- a/Myshipping.Core/Entity/DBEntityTenant.cs +++ b/Myshipping.Core/Entity/DBEntityTenant.cs @@ -1,7 +1,7 @@  using SqlSugar; -namespace Magic.Core.Entity; +namespace Myshipping.Core.Entity; /// /// 自定义租户基类实体 diff --git a/Myshipping.Core/Entity/DEntityBase.cs b/Myshipping.Core/Entity/DEntityBase.cs index 0a99556a..e8d31745 100644 --- a/Myshipping.Core/Entity/DEntityBase.cs +++ b/Myshipping.Core/Entity/DEntityBase.cs @@ -2,7 +2,7 @@ using System; using System.ComponentModel.DataAnnotations; -namespace Magic.Core.Entity; +namespace Myshipping.Core.Entity; /// /// 自定义实体基类 diff --git a/Myshipping.Core/Entity/Documentation.cs b/Myshipping.Core/Entity/Documentation.cs index 9c75eb07..3abf8092 100644 --- a/Myshipping.Core/Entity/Documentation.cs +++ b/Myshipping.Core/Entity/Documentation.cs @@ -1,7 +1,7 @@ using SqlSugar; using System.Collections.Generic; using System.ComponentModel; -namespace Magic.Core.Entity; +namespace Myshipping.Core.Entity; /// /// 文档表 diff --git a/Myshipping.Core/Entity/SysApp.cs b/Myshipping.Core/Entity/SysApp.cs index f88e0d2b..e561fc3a 100644 --- a/Myshipping.Core/Entity/SysApp.cs +++ b/Myshipping.Core/Entity/SysApp.cs @@ -2,7 +2,7 @@ using System.ComponentModel; using System.ComponentModel.DataAnnotations; -namespace Magic.Core.Entity; +namespace Myshipping.Core.Entity; /// /// 系统应用表 diff --git a/Myshipping.Core/Entity/SysCodeGen.cs b/Myshipping.Core/Entity/SysCodeGen.cs index f1fa9ba3..8fe2f13d 100644 --- a/Myshipping.Core/Entity/SysCodeGen.cs +++ b/Myshipping.Core/Entity/SysCodeGen.cs @@ -2,7 +2,7 @@ using System.ComponentModel; using System.ComponentModel.DataAnnotations; -namespace Magic.Core.Entity; +namespace Myshipping.Core.Entity; /// /// 代码生成表 diff --git a/Myshipping.Core/Entity/SysCodeGenConfig.cs b/Myshipping.Core/Entity/SysCodeGenConfig.cs index 8bdc00c4..0dffaec3 100644 --- a/Myshipping.Core/Entity/SysCodeGenConfig.cs +++ b/Myshipping.Core/Entity/SysCodeGenConfig.cs @@ -2,7 +2,7 @@ using System.ComponentModel; using System.ComponentModel.DataAnnotations; -namespace Magic.Core.Entity; +namespace Myshipping.Core.Entity; /// /// 代码生成字段配置表 diff --git a/Myshipping.Core/Entity/SysConfig.cs b/Myshipping.Core/Entity/SysConfig.cs index 7a0ae76b..e08aa768 100644 --- a/Myshipping.Core/Entity/SysConfig.cs +++ b/Myshipping.Core/Entity/SysConfig.cs @@ -2,7 +2,7 @@ using System.ComponentModel; using System.ComponentModel.DataAnnotations; -namespace Magic.Core.Entity; +namespace Myshipping.Core.Entity; /// /// 参数配置表 diff --git a/Myshipping.Core/Entity/SysDictData.cs b/Myshipping.Core/Entity/SysDictData.cs index 30045131..f92d95cc 100644 --- a/Myshipping.Core/Entity/SysDictData.cs +++ b/Myshipping.Core/Entity/SysDictData.cs @@ -1,7 +1,7 @@ using SqlSugar; using System.ComponentModel; using System.ComponentModel.DataAnnotations; -namespace Magic.Core.Entity; +namespace Myshipping.Core.Entity; /// /// 字典值表 diff --git a/Myshipping.Core/Entity/SysDictType.cs b/Myshipping.Core/Entity/SysDictType.cs index 8505a066..97080299 100644 --- a/Myshipping.Core/Entity/SysDictType.cs +++ b/Myshipping.Core/Entity/SysDictType.cs @@ -5,7 +5,7 @@ using System; using System.Collections.Generic; using System.ComponentModel; using System.ComponentModel.DataAnnotations; -namespace Magic.Core.Entity; +namespace Myshipping.Core.Entity; /// /// 字典类型表 diff --git a/Myshipping.Core/Entity/SysEmp.cs b/Myshipping.Core/Entity/SysEmp.cs index 9c9e8e7b..ee36e760 100644 --- a/Myshipping.Core/Entity/SysEmp.cs +++ b/Myshipping.Core/Entity/SysEmp.cs @@ -1,7 +1,7 @@ using SqlSugar; using System.ComponentModel; using System.ComponentModel.DataAnnotations; -namespace Magic.Core.Entity; +namespace Myshipping.Core.Entity; /// /// 员工表 diff --git a/Myshipping.Core/Entity/SysEmpExtOrgPos.cs b/Myshipping.Core/Entity/SysEmpExtOrgPos.cs index cd213870..273f2be3 100644 --- a/Myshipping.Core/Entity/SysEmpExtOrgPos.cs +++ b/Myshipping.Core/Entity/SysEmpExtOrgPos.cs @@ -1,6 +1,6 @@ using SqlSugar; using System.ComponentModel; -namespace Magic.Core.Entity; +namespace Myshipping.Core.Entity; /// /// 员工附属机构职位表 diff --git a/Myshipping.Core/Entity/SysEmpPos.cs b/Myshipping.Core/Entity/SysEmpPos.cs index ead26a9f..ee962b49 100644 --- a/Myshipping.Core/Entity/SysEmpPos.cs +++ b/Myshipping.Core/Entity/SysEmpPos.cs @@ -1,7 +1,7 @@ using SqlSugar; using System.ComponentModel; -namespace Magic.Core.Entity; +namespace Myshipping.Core.Entity; /// /// 员工职位表 diff --git a/Myshipping.Core/Entity/SysFile.cs b/Myshipping.Core/Entity/SysFile.cs index afa21ad2..0f7f64e1 100644 --- a/Myshipping.Core/Entity/SysFile.cs +++ b/Myshipping.Core/Entity/SysFile.cs @@ -1,7 +1,7 @@ using SqlSugar; using System.ComponentModel; using System.ComponentModel.DataAnnotations; -namespace Magic.Core.Entity; +namespace Myshipping.Core.Entity; /// /// 文件信息表 diff --git a/Myshipping.Core/Entity/SysLogAudit.cs b/Myshipping.Core/Entity/SysLogAudit.cs index 5c5dc289..0718fd41 100644 --- a/Myshipping.Core/Entity/SysLogAudit.cs +++ b/Myshipping.Core/Entity/SysLogAudit.cs @@ -3,7 +3,7 @@ using SqlSugar; using System; using System.ComponentModel; using System.ComponentModel.DataAnnotations; -namespace Magic.Core.Entity; +namespace Myshipping.Core.Entity; /// /// 系统操作/审计日志表 diff --git a/Myshipping.Core/Entity/SysLogEx.cs b/Myshipping.Core/Entity/SysLogEx.cs index 20efba9a..6e8f878c 100644 --- a/Myshipping.Core/Entity/SysLogEx.cs +++ b/Myshipping.Core/Entity/SysLogEx.cs @@ -3,7 +3,7 @@ using SqlSugar; using System; using System.ComponentModel; using System.ComponentModel.DataAnnotations; -namespace Magic.Core.Entity; +namespace Myshipping.Core.Entity; /// /// 异常日志 diff --git a/Myshipping.Core/Entity/SysLogOp.cs b/Myshipping.Core/Entity/SysLogOp.cs index 378f1955..047cff44 100644 --- a/Myshipping.Core/Entity/SysLogOp.cs +++ b/Myshipping.Core/Entity/SysLogOp.cs @@ -2,7 +2,7 @@ using SqlSugar; using System; using System.ComponentModel; using System.ComponentModel.DataAnnotations; -namespace Magic.Core.Entity; +namespace Myshipping.Core.Entity; /// /// 操作日志表 diff --git a/Myshipping.Core/Entity/SysLogVis.cs b/Myshipping.Core/Entity/SysLogVis.cs index 0ea2c855..43b468d4 100644 --- a/Myshipping.Core/Entity/SysLogVis.cs +++ b/Myshipping.Core/Entity/SysLogVis.cs @@ -2,7 +2,7 @@ using System; using System.ComponentModel; using System.ComponentModel.DataAnnotations; -namespace Magic.Core.Entity; +namespace Myshipping.Core.Entity; /// /// 访问日志表 diff --git a/Myshipping.Core/Entity/SysMenu.cs b/Myshipping.Core/Entity/SysMenu.cs index 80a7eebe..af23e155 100644 --- a/Myshipping.Core/Entity/SysMenu.cs +++ b/Myshipping.Core/Entity/SysMenu.cs @@ -2,7 +2,7 @@ using System.Collections.Generic; using System.ComponentModel; using System.ComponentModel.DataAnnotations; -namespace Magic.Core.Entity; +namespace Myshipping.Core.Entity; /// /// 菜单表 diff --git a/Myshipping.Core/Entity/SysNotice.cs b/Myshipping.Core/Entity/SysNotice.cs index 1b81daaf..20c6edc5 100644 --- a/Myshipping.Core/Entity/SysNotice.cs +++ b/Myshipping.Core/Entity/SysNotice.cs @@ -2,7 +2,7 @@ using System; using System.ComponentModel; using System.ComponentModel.DataAnnotations; -namespace Magic.Core.Entity; +namespace Myshipping.Core.Entity; /// /// 通知公告表 diff --git a/Myshipping.Core/Entity/SysNoticeUser.cs b/Myshipping.Core/Entity/SysNoticeUser.cs index 66e48cd4..e5ef972c 100644 --- a/Myshipping.Core/Entity/SysNoticeUser.cs +++ b/Myshipping.Core/Entity/SysNoticeUser.cs @@ -2,7 +2,7 @@ using System; using System.ComponentModel; -namespace Magic.Core.Entity; +namespace Myshipping.Core.Entity; /// /// 通知公告用户表 diff --git a/Myshipping.Core/Entity/SysOauthUser.cs b/Myshipping.Core/Entity/SysOauthUser.cs index 9cb1475f..aa47f265 100644 --- a/Myshipping.Core/Entity/SysOauthUser.cs +++ b/Myshipping.Core/Entity/SysOauthUser.cs @@ -1,7 +1,7 @@ using SqlSugar; using System.ComponentModel; using System.ComponentModel.DataAnnotations; -namespace Magic.Core.Entity; +namespace Myshipping.Core.Entity; /// /// Oauth登录用户表 diff --git a/Myshipping.Core/Entity/SysOnlineUser.cs b/Myshipping.Core/Entity/SysOnlineUser.cs index a286976a..79d98a7e 100644 --- a/Myshipping.Core/Entity/SysOnlineUser.cs +++ b/Myshipping.Core/Entity/SysOnlineUser.cs @@ -3,7 +3,7 @@ using System; using System.ComponentModel; using System.ComponentModel.DataAnnotations; -namespace Magic.Core.Entity; +namespace Myshipping.Core.Entity; /// /// 在线用户表 diff --git a/Myshipping.Core/Entity/SysOrg.cs b/Myshipping.Core/Entity/SysOrg.cs index 8e4875da..f7a429bb 100644 --- a/Myshipping.Core/Entity/SysOrg.cs +++ b/Myshipping.Core/Entity/SysOrg.cs @@ -1,7 +1,7 @@ using SqlSugar; using System.ComponentModel; using System.ComponentModel.DataAnnotations; -namespace Magic.Core.Entity; +namespace Myshipping.Core.Entity; /// /// 组织机构表 diff --git a/Myshipping.Core/Entity/SysPos.cs b/Myshipping.Core/Entity/SysPos.cs index 929a5842..31f5f677 100644 --- a/Myshipping.Core/Entity/SysPos.cs +++ b/Myshipping.Core/Entity/SysPos.cs @@ -1,7 +1,7 @@ using SqlSugar; using System.ComponentModel; using System.ComponentModel.DataAnnotations; -namespace Magic.Core.Entity; +namespace Myshipping.Core.Entity; /// /// 职位表 diff --git a/Myshipping.Core/Entity/SysRole.cs b/Myshipping.Core/Entity/SysRole.cs index 5c005a1f..a7faa2fd 100644 --- a/Myshipping.Core/Entity/SysRole.cs +++ b/Myshipping.Core/Entity/SysRole.cs @@ -1,7 +1,7 @@ using SqlSugar; using System.ComponentModel; using System.ComponentModel.DataAnnotations; -namespace Magic.Core.Entity; +namespace Myshipping.Core.Entity; /// /// 角色表 diff --git a/Myshipping.Core/Entity/SysRoleDataScope.cs b/Myshipping.Core/Entity/SysRoleDataScope.cs index 8624cec6..92e51b4d 100644 --- a/Myshipping.Core/Entity/SysRoleDataScope.cs +++ b/Myshipping.Core/Entity/SysRoleDataScope.cs @@ -1,7 +1,7 @@ using SqlSugar; using System.ComponentModel; -namespace Magic.Core.Entity; +namespace Myshipping.Core.Entity; /// /// 角色数据范围表 diff --git a/Myshipping.Core/Entity/SysRoleMenu.cs b/Myshipping.Core/Entity/SysRoleMenu.cs index 6c5bb69d..6e2095d8 100644 --- a/Myshipping.Core/Entity/SysRoleMenu.cs +++ b/Myshipping.Core/Entity/SysRoleMenu.cs @@ -1,7 +1,7 @@ using SqlSugar; using System.ComponentModel; -namespace Magic.Core.Entity; +namespace Myshipping.Core.Entity; /// /// 角色菜单表 diff --git a/Myshipping.Core/Entity/SysTenant.cs b/Myshipping.Core/Entity/SysTenant.cs index ea8c4b9f..d8cd157b 100644 --- a/Myshipping.Core/Entity/SysTenant.cs +++ b/Myshipping.Core/Entity/SysTenant.cs @@ -1,7 +1,7 @@ using SqlSugar; using System.ComponentModel; using System.ComponentModel.DataAnnotations; -namespace Magic.Core.Entity; +namespace Myshipping.Core.Entity; /// /// 租户表 diff --git a/Myshipping.Core/Entity/SysTimer.cs b/Myshipping.Core/Entity/SysTimer.cs index 7db74889..67e5ca98 100644 --- a/Myshipping.Core/Entity/SysTimer.cs +++ b/Myshipping.Core/Entity/SysTimer.cs @@ -2,7 +2,7 @@ using SqlSugar; using System.ComponentModel; using System.ComponentModel.DataAnnotations; -namespace Magic.Core.Entity; +namespace Myshipping.Core.Entity; /// /// 定时任务 diff --git a/Myshipping.Core/Entity/SysUser.cs b/Myshipping.Core/Entity/SysUser.cs index 3a9b6443..fa54c12f 100644 --- a/Myshipping.Core/Entity/SysUser.cs +++ b/Myshipping.Core/Entity/SysUser.cs @@ -2,7 +2,7 @@ using SqlSugar; using System; using System.ComponentModel; using System.ComponentModel.DataAnnotations; -namespace Magic.Core.Entity; +namespace Myshipping.Core.Entity; /// /// 用户表 diff --git a/Myshipping.Core/Entity/SysUserDataScope.cs b/Myshipping.Core/Entity/SysUserDataScope.cs index 0bc23950..c59f8a7f 100644 --- a/Myshipping.Core/Entity/SysUserDataScope.cs +++ b/Myshipping.Core/Entity/SysUserDataScope.cs @@ -1,7 +1,7 @@ using SqlSugar; using System.ComponentModel; -namespace Magic.Core.Entity; +namespace Myshipping.Core.Entity; /// /// 用户数据范围表 diff --git a/Myshipping.Core/Entity/SysUserRole.cs b/Myshipping.Core/Entity/SysUserRole.cs index 7e984694..fce6851e 100644 --- a/Myshipping.Core/Entity/SysUserRole.cs +++ b/Myshipping.Core/Entity/SysUserRole.cs @@ -1,7 +1,7 @@ using SqlSugar; using System.ComponentModel; -namespace Magic.Core.Entity; +namespace Myshipping.Core.Entity; /// /// 用户角色表 diff --git a/Myshipping.Core/Enum/AdminType.cs b/Myshipping.Core/Enum/AdminType.cs index 71b05323..42b4de52 100644 --- a/Myshipping.Core/Enum/AdminType.cs +++ b/Myshipping.Core/Enum/AdminType.cs @@ -1,6 +1,6 @@ using System.ComponentModel; -namespace Magic.Core; +namespace Myshipping.Core; /// /// 账号类型 diff --git a/Myshipping.Core/Enum/CacheType.cs b/Myshipping.Core/Enum/CacheType.cs index b081daef..85035524 100644 --- a/Myshipping.Core/Enum/CacheType.cs +++ b/Myshipping.Core/Enum/CacheType.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace Magic.Core; +namespace Myshipping.Core; /// /// 缓存类型 diff --git a/Myshipping.Core/Enum/CommonStatus.cs b/Myshipping.Core/Enum/CommonStatus.cs index 2eb0b0e2..7b974229 100644 --- a/Myshipping.Core/Enum/CommonStatus.cs +++ b/Myshipping.Core/Enum/CommonStatus.cs @@ -1,6 +1,6 @@ using System.ComponentModel; -namespace Magic.Core; +namespace Myshipping.Core; /// /// 公共状态 diff --git a/Myshipping.Core/Enum/DataOpType.cs b/Myshipping.Core/Enum/DataOpType.cs index 76056d68..e2d70357 100644 --- a/Myshipping.Core/Enum/DataOpType.cs +++ b/Myshipping.Core/Enum/DataOpType.cs @@ -1,4 +1,4 @@ -namespace Magic.Core; +namespace Myshipping.Core; /// /// 数据操作类型 diff --git a/Myshipping.Core/Enum/DataScopeType.cs b/Myshipping.Core/Enum/DataScopeType.cs index 0642798d..955a8060 100644 --- a/Myshipping.Core/Enum/DataScopeType.cs +++ b/Myshipping.Core/Enum/DataScopeType.cs @@ -1,6 +1,6 @@ using System.ComponentModel; -namespace Magic.Core; +namespace Myshipping.Core; public enum DataScopeType { diff --git a/Myshipping.Core/Enum/DocumentType.cs b/Myshipping.Core/Enum/DocumentType.cs index 7fc7d660..23dda78f 100644 --- a/Myshipping.Core/Enum/DocumentType.cs +++ b/Myshipping.Core/Enum/DocumentType.cs @@ -1,6 +1,6 @@ using System.ComponentModel; -namespace Magic.Core; +namespace Myshipping.Core; /// /// 文档类型 diff --git a/Myshipping.Core/Enum/ErrorCode.cs b/Myshipping.Core/Enum/ErrorCode.cs index 51276917..0280b3d7 100644 --- a/Myshipping.Core/Enum/ErrorCode.cs +++ b/Myshipping.Core/Enum/ErrorCode.cs @@ -1,6 +1,6 @@ using Furion.FriendlyException; -namespace Magic.Core; +namespace Myshipping.Core; /// /// 系统错误码 diff --git a/Myshipping.Core/Enum/FileExtensionEnum.cs b/Myshipping.Core/Enum/FileExtensionEnum.cs index 0bec446b..c59472e3 100644 --- a/Myshipping.Core/Enum/FileExtensionEnum.cs +++ b/Myshipping.Core/Enum/FileExtensionEnum.cs @@ -1,4 +1,4 @@ -namespace Magic.Core; +namespace Myshipping.Core; /// /// 文件扩展枚举 diff --git a/Myshipping.Core/Enum/FileLocation.cs b/Myshipping.Core/Enum/FileLocation.cs index b3c6181d..099aa69a 100644 --- a/Myshipping.Core/Enum/FileLocation.cs +++ b/Myshipping.Core/Enum/FileLocation.cs @@ -1,6 +1,6 @@ using System.ComponentModel; -namespace Magic.Core; +namespace Myshipping.Core; /// /// 文件存储位置 diff --git a/Myshipping.Core/Enum/FilterType.cs b/Myshipping.Core/Enum/FilterType.cs index 07a6702f..0e3e8547 100644 --- a/Myshipping.Core/Enum/FilterType.cs +++ b/Myshipping.Core/Enum/FilterType.cs @@ -1,6 +1,6 @@ using System.ComponentModel; -namespace Magic.Core; +namespace Myshipping.Core; public enum FilterType { diff --git a/Myshipping.Core/Enum/Gender.cs b/Myshipping.Core/Enum/Gender.cs index 044ebddc..c4966c8e 100644 --- a/Myshipping.Core/Enum/Gender.cs +++ b/Myshipping.Core/Enum/Gender.cs @@ -1,6 +1,6 @@ using System.ComponentModel; -namespace Magic.Core; +namespace Myshipping.Core; /// /// 性别 diff --git a/Myshipping.Core/Enum/HttpStatusCode.cs b/Myshipping.Core/Enum/HttpStatusCode.cs index 47426086..357a9427 100644 --- a/Myshipping.Core/Enum/HttpStatusCode.cs +++ b/Myshipping.Core/Enum/HttpStatusCode.cs @@ -1,6 +1,6 @@ using System.ComponentModel; -namespace Magic.Core; +namespace Myshipping.Core; /// /// HTTP状态码 diff --git a/Myshipping.Core/Enum/LoginType.cs b/Myshipping.Core/Enum/LoginType.cs index a621ee28..65f76a78 100644 --- a/Myshipping.Core/Enum/LoginType.cs +++ b/Myshipping.Core/Enum/LoginType.cs @@ -1,6 +1,6 @@ using System.ComponentModel; -namespace Magic.Core; +namespace Myshipping.Core; /// /// 登陆类型 diff --git a/Myshipping.Core/Enum/MenuOpenType.cs b/Myshipping.Core/Enum/MenuOpenType.cs index 847bcd7a..0a5f5bb0 100644 --- a/Myshipping.Core/Enum/MenuOpenType.cs +++ b/Myshipping.Core/Enum/MenuOpenType.cs @@ -1,6 +1,6 @@ using System.ComponentModel; -namespace Magic.Core; +namespace Myshipping.Core; /// /// 系统菜单类型 diff --git a/Myshipping.Core/Enum/MenuType.cs b/Myshipping.Core/Enum/MenuType.cs index abc68edd..bfe998b5 100644 --- a/Myshipping.Core/Enum/MenuType.cs +++ b/Myshipping.Core/Enum/MenuType.cs @@ -1,6 +1,6 @@ using System.ComponentModel; -namespace Magic.Core; +namespace Myshipping.Core; /// /// 系统菜单类型 diff --git a/Myshipping.Core/Enum/MenuWeight.cs b/Myshipping.Core/Enum/MenuWeight.cs index b05b6d6b..029d893a 100644 --- a/Myshipping.Core/Enum/MenuWeight.cs +++ b/Myshipping.Core/Enum/MenuWeight.cs @@ -1,6 +1,6 @@ using System.ComponentModel; -namespace Magic.Core; +namespace Myshipping.Core; /// /// 菜单权重 diff --git a/Myshipping.Core/Enum/NoticeStatus.cs b/Myshipping.Core/Enum/NoticeStatus.cs index e4abf2d7..ad203f3f 100644 --- a/Myshipping.Core/Enum/NoticeStatus.cs +++ b/Myshipping.Core/Enum/NoticeStatus.cs @@ -1,6 +1,6 @@ using System.ComponentModel; -namespace Magic.Core; +namespace Myshipping.Core; /// /// 通知公告状态 diff --git a/Myshipping.Core/Enum/NoticeType.cs b/Myshipping.Core/Enum/NoticeType.cs index a3966f06..4824fcb8 100644 --- a/Myshipping.Core/Enum/NoticeType.cs +++ b/Myshipping.Core/Enum/NoticeType.cs @@ -5,7 +5,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace Magic.Core; +namespace Myshipping.Core; public enum NoticeType { diff --git a/Myshipping.Core/Enum/NoticeUserStatus.cs b/Myshipping.Core/Enum/NoticeUserStatus.cs index 39d19b6b..e22e770c 100644 --- a/Myshipping.Core/Enum/NoticeUserStatus.cs +++ b/Myshipping.Core/Enum/NoticeUserStatus.cs @@ -1,6 +1,6 @@ using System.ComponentModel; -namespace Magic.Core; +namespace Myshipping.Core; /// /// 通知公告用户状态 diff --git a/Myshipping.Core/Enum/QueryTypeEnum.cs b/Myshipping.Core/Enum/QueryTypeEnum.cs index ee04aed7..15ee95f1 100644 --- a/Myshipping.Core/Enum/QueryTypeEnum.cs +++ b/Myshipping.Core/Enum/QueryTypeEnum.cs @@ -1,6 +1,6 @@ using System.ComponentModel; -namespace Magic.Core; +namespace Myshipping.Core; /// /// 查询类型的枚举 diff --git a/Myshipping.Core/Enum/RequestTypeEnum.cs b/Myshipping.Core/Enum/RequestTypeEnum.cs index 275c2ed0..50111aad 100644 --- a/Myshipping.Core/Enum/RequestTypeEnum.cs +++ b/Myshipping.Core/Enum/RequestTypeEnum.cs @@ -1,4 +1,4 @@ -namespace Magic.Core; +namespace Myshipping.Core; /// /// http请求类型 diff --git a/Myshipping.Core/Enum/RoleType.cs b/Myshipping.Core/Enum/RoleType.cs index 2f5e6063..13c30598 100644 --- a/Myshipping.Core/Enum/RoleType.cs +++ b/Myshipping.Core/Enum/RoleType.cs @@ -1,6 +1,6 @@ using System.ComponentModel; -namespace Magic.Core; +namespace Myshipping.Core; /// /// 账号类型 diff --git a/Myshipping.Core/Enum/TenantTypeEnum.cs b/Myshipping.Core/Enum/TenantTypeEnum.cs index 9a18ce30..cd89051a 100644 --- a/Myshipping.Core/Enum/TenantTypeEnum.cs +++ b/Myshipping.Core/Enum/TenantTypeEnum.cs @@ -1,6 +1,6 @@ using System.ComponentModel; -namespace Magic.Core; +namespace Myshipping.Core; public enum TenantTypeEnum { diff --git a/Myshipping.Core/Enum/YesOrNot.cs b/Myshipping.Core/Enum/YesOrNot.cs index d81a3f1e..6c283c41 100644 --- a/Myshipping.Core/Enum/YesOrNot.cs +++ b/Myshipping.Core/Enum/YesOrNot.cs @@ -1,6 +1,6 @@ using System.ComponentModel; -namespace Magic.Core; +namespace Myshipping.Core; /// /// 菜单激活类型 diff --git a/Myshipping.Core/EventSubscriber/LogEventSubscriber.cs b/Myshipping.Core/EventSubscriber/LogEventSubscriber.cs index 492dd90f..eb3ca149 100644 --- a/Myshipping.Core/EventSubscriber/LogEventSubscriber.cs +++ b/Myshipping.Core/EventSubscriber/LogEventSubscriber.cs @@ -1,10 +1,10 @@ using Furion.EventBus; -using Magic.Core.Entity; +using Myshipping.Core.Entity; using Microsoft.Extensions.DependencyInjection; using System; using System.Threading.Tasks; -namespace Magic.Core; +namespace Myshipping.Core; public class LogEventSubscriber : IEventSubscriber { diff --git a/Myshipping.Core/Extension/BStyleServiceExtension.cs b/Myshipping.Core/Extension/BStyleServiceExtension.cs index 45a334f5..f81fe868 100644 --- a/Myshipping.Core/Extension/BStyleServiceExtension.cs +++ b/Myshipping.Core/Extension/BStyleServiceExtension.cs @@ -1,7 +1,7 @@ using Microsoft.Extensions.DependencyInjection; using System; -namespace Magic.Core; +namespace Myshipping.Core; /// /// B格 diff --git a/Myshipping.Core/Extension/DataFilterExtensions.cs b/Myshipping.Core/Extension/DataFilterExtensions.cs index f78cc741..7e8956ec 100644 --- a/Myshipping.Core/Extension/DataFilterExtensions.cs +++ b/Myshipping.Core/Extension/DataFilterExtensions.cs @@ -9,7 +9,7 @@ using System.Linq.Expressions; using System.Reflection; using System.Threading.Tasks; -namespace Magic.Core; +namespace Myshipping.Core; public static class DataFilterExtensions { diff --git a/Myshipping.Core/Extension/DictionaryExtensions.cs b/Myshipping.Core/Extension/DictionaryExtensions.cs index bc6759e0..7973725e 100644 --- a/Myshipping.Core/Extension/DictionaryExtensions.cs +++ b/Myshipping.Core/Extension/DictionaryExtensions.cs @@ -2,7 +2,7 @@ using System.Linq; using System.Text; -namespace Magic.Core; +namespace Myshipping.Core; /// /// 字典扩展 diff --git a/Myshipping.Core/Extension/EnumExtensions.cs b/Myshipping.Core/Extension/EnumExtensions.cs index 2ce9493f..a6b3ef15 100644 --- a/Myshipping.Core/Extension/EnumExtensions.cs +++ b/Myshipping.Core/Extension/EnumExtensions.cs @@ -6,7 +6,7 @@ using System.Linq; using System.Reflection; using Furion.FriendlyException; -namespace Magic.Core; +namespace Myshipping.Core; /// /// 枚举扩展 diff --git a/Myshipping.Core/Extension/InputBase.cs b/Myshipping.Core/Extension/InputBase.cs index 62d9c7e2..31fc6cec 100644 --- a/Myshipping.Core/Extension/InputBase.cs +++ b/Myshipping.Core/Extension/InputBase.cs @@ -1,6 +1,6 @@ using System.Collections.Generic; -namespace Magic.Core; +namespace Myshipping.Core; /// /// 通用输入扩展参数(带权限) diff --git a/Myshipping.Core/Extension/PageInputOrder.cs b/Myshipping.Core/Extension/PageInputOrder.cs index 89e0d630..219c2e29 100644 --- a/Myshipping.Core/Extension/PageInputOrder.cs +++ b/Myshipping.Core/Extension/PageInputOrder.cs @@ -1,4 +1,4 @@ -namespace Magic.Core; +namespace Myshipping.Core; /// /// 通用输入帮助类 diff --git a/Myshipping.Core/Extension/PageResult.cs b/Myshipping.Core/Extension/PageResult.cs index 55c96f84..f5b8f411 100644 --- a/Myshipping.Core/Extension/PageResult.cs +++ b/Myshipping.Core/Extension/PageResult.cs @@ -2,7 +2,7 @@ using Mapster; using SqlSugar; -namespace Magic.Core; +namespace Myshipping.Core; public class PageResult { diff --git a/Myshipping.Core/Extension/PagedQueryableExtensions.cs b/Myshipping.Core/Extension/PagedQueryableExtensions.cs index 6d450dc4..388178a9 100644 --- a/Myshipping.Core/Extension/PagedQueryableExtensions.cs +++ b/Myshipping.Core/Extension/PagedQueryableExtensions.cs @@ -2,7 +2,7 @@ using SqlSugar; using System; using System.Threading.Tasks; -namespace Magic.Core; +namespace Myshipping.Core; /// /// 分页拓展类 diff --git a/Myshipping.Core/Extension/RestfulResultProvider.cs b/Myshipping.Core/Extension/RestfulResultProvider.cs index 0e8c4f72..acdd32fc 100644 --- a/Myshipping.Core/Extension/RestfulResultProvider.cs +++ b/Myshipping.Core/Extension/RestfulResultProvider.cs @@ -8,7 +8,7 @@ using Microsoft.AspNetCore.Mvc.Filters; using System; using System.Threading.Tasks; -namespace Magic.Core; +namespace Myshipping.Core; /// /// 规范化RESTful风格返回值 diff --git a/Myshipping.Core/Filter/LogExceptionHandler.cs b/Myshipping.Core/Filter/LogExceptionHandler.cs index f47dbf25..388ac08b 100644 --- a/Myshipping.Core/Filter/LogExceptionHandler.cs +++ b/Myshipping.Core/Filter/LogExceptionHandler.cs @@ -3,14 +3,14 @@ using Furion.DependencyInjection; using Furion.EventBus; using Furion.FriendlyException; using Furion.Logging.Extensions; -using Magic.Core.Entity; +using Myshipping.Core.Entity; using Microsoft.AspNetCore.Mvc.Filters; using System; using System.Security.Claims; using System.Text.RegularExpressions; using System.Threading.Tasks; -namespace Magic.Core; +namespace Myshipping.Core; /// /// 全局异常处理 diff --git a/Myshipping.Core/Filter/RequestActionFilter.cs b/Myshipping.Core/Filter/RequestActionFilter.cs index f8a0875a..271a5ac5 100644 --- a/Myshipping.Core/Filter/RequestActionFilter.cs +++ b/Myshipping.Core/Filter/RequestActionFilter.cs @@ -5,14 +5,14 @@ using System.Threading.Tasks; using Furion; using Furion.EventBus; using Furion.JsonSerialization; -using Magic.Core.Entity; +using Myshipping.Core.Entity; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Controllers; using Microsoft.AspNetCore.Mvc.Filters; using UAParser; -namespace Magic.Core; +namespace Myshipping.Core; /// /// 请求日志拦截 diff --git a/Myshipping.Core/Filter/SqlSugarUnitOfWorkFilter.cs b/Myshipping.Core/Filter/SqlSugarUnitOfWorkFilter.cs index 67181ef2..49b1a253 100644 --- a/Myshipping.Core/Filter/SqlSugarUnitOfWorkFilter.cs +++ b/Myshipping.Core/Filter/SqlSugarUnitOfWorkFilter.cs @@ -4,7 +4,7 @@ using SqlSugar; using System.Linq; using System.Threading.Tasks; -namespace Magic.Core; +namespace Myshipping.Core; /// /// SqlSugar 工作单元拦截器 diff --git a/Myshipping.Core/Hubs/ChatHub.cs b/Myshipping.Core/Hubs/ChatHub.cs index 260d09d0..86d54378 100644 --- a/Myshipping.Core/Hubs/ChatHub.cs +++ b/Myshipping.Core/Hubs/ChatHub.cs @@ -1,12 +1,12 @@ using Furion.DataEncryption; -using Magic.Core.Entity; -using Magic.Core.Service; +using Myshipping.Core.Entity; +using Myshipping.Core.Service; using Microsoft.AspNetCore.SignalR; using System; using System.Linq; using System.Threading.Tasks; -namespace Magic.Core; +namespace Myshipping.Core; /// /// 聊天集线器 diff --git a/Myshipping.Core/Hubs/IChatClient.cs b/Myshipping.Core/Hubs/IChatClient.cs index f1478e6e..89d7733f 100644 --- a/Myshipping.Core/Hubs/IChatClient.cs +++ b/Myshipping.Core/Hubs/IChatClient.cs @@ -1,7 +1,7 @@ -using Magic.Core.Entity; +using Myshipping.Core.Entity; using System.Threading.Tasks; -namespace Magic.Core; +namespace Myshipping.Core; public interface IChatClient { diff --git a/Myshipping.Core/Job/LogJobWorker.cs b/Myshipping.Core/Job/LogJobWorker.cs index 4adb0a36..ae8c2e2d 100644 --- a/Myshipping.Core/Job/LogJobWorker.cs +++ b/Myshipping.Core/Job/LogJobWorker.cs @@ -1,8 +1,8 @@ using Furion; using Furion.DependencyInjection; using Furion.TaskScheduler; -using Magic.Core.Entity; -using Magic.Core.Service; +using Myshipping.Core.Entity; +using Myshipping.Core.Service; using Microsoft.Extensions.DependencyInjection; using SqlSugar; using System; @@ -10,7 +10,7 @@ using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; -namespace Magic.Core.Job; +namespace Myshipping.Core.Job; /// /// 日志定时任务类 diff --git a/Myshipping.Core/JsonConverter/LongJsonConverter.cs b/Myshipping.Core/JsonConverter/LongJsonConverter.cs index 1b5db425..01d0130b 100644 --- a/Myshipping.Core/JsonConverter/LongJsonConverter.cs +++ b/Myshipping.Core/JsonConverter/LongJsonConverter.cs @@ -2,7 +2,7 @@ using System.Text.Json; using System.Text.Json.Serialization; -namespace Magic.Core; +namespace Myshipping.Core; /// /// Long 类型Json返回处理 diff --git a/Myshipping.Core/Logging/Component/ConsoleForamtComponent.cs b/Myshipping.Core/Logging/Component/ConsoleForamtComponent.cs index e9116b22..e234754e 100644 --- a/Myshipping.Core/Logging/Component/ConsoleForamtComponent.cs +++ b/Myshipping.Core/Logging/Component/ConsoleForamtComponent.cs @@ -3,7 +3,7 @@ using Microsoft.Extensions.Logging; using Microsoft.Extensions.Logging.Console; using System; -namespace Magic.Core; +namespace Myshipping.Core; public sealed class ConsoleForamtComponent : IWebComponent { diff --git a/Myshipping.Core/Logging/Component/LoggingFileComponent.cs b/Myshipping.Core/Logging/Component/LoggingFileComponent.cs index 983b9587..ca629fb7 100644 --- a/Myshipping.Core/Logging/Component/LoggingFileComponent.cs +++ b/Myshipping.Core/Logging/Component/LoggingFileComponent.cs @@ -4,7 +4,7 @@ using Microsoft.Extensions.Logging; using System; using System.Text; -namespace Magic.Core; +namespace Myshipping.Core; /// /// 日志写入文件的组件 diff --git a/Myshipping.Core/Logging/Extensions/LoggingFileExtensions.cs b/Myshipping.Core/Logging/Extensions/LoggingFileExtensions.cs index f9aacf02..7ca1bde8 100644 --- a/Myshipping.Core/Logging/Extensions/LoggingFileExtensions.cs +++ b/Myshipping.Core/Logging/Extensions/LoggingFileExtensions.cs @@ -3,7 +3,7 @@ using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Logging.Console; -namespace Magic.Core; +namespace Myshipping.Core; /// /// 日志写入文件扩展 diff --git a/Myshipping.Core/Logging/Format/ConsoleForamt.cs b/Myshipping.Core/Logging/Format/ConsoleForamt.cs index 303acadc..db183c5b 100644 --- a/Myshipping.Core/Logging/Format/ConsoleForamt.cs +++ b/Myshipping.Core/Logging/Format/ConsoleForamt.cs @@ -5,7 +5,7 @@ using Microsoft.Extensions.Options; using System; using System.IO; -namespace Magic.Core; +namespace Myshipping.Core; public class ConsoleForamt : ConsoleFormatter, IDisposable { diff --git a/Myshipping.Core/Logging/Format/CustomColorOptions.cs b/Myshipping.Core/Logging/Format/CustomColorOptions.cs index 87176164..4bfece1f 100644 --- a/Myshipping.Core/Logging/Format/CustomColorOptions.cs +++ b/Myshipping.Core/Logging/Format/CustomColorOptions.cs @@ -5,7 +5,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace Magic.Core; +namespace Myshipping.Core; public class CustomColorOptions : SimpleConsoleFormatterOptions { diff --git a/Myshipping.Core/Logging/Format/TextWriterExtensions.cs b/Myshipping.Core/Logging/Format/TextWriterExtensions.cs index 1496e285..222b0705 100644 --- a/Myshipping.Core/Logging/Format/TextWriterExtensions.cs +++ b/Myshipping.Core/Logging/Format/TextWriterExtensions.cs @@ -1,7 +1,7 @@ using System; using System.IO; -namespace Magic.Core; +namespace Myshipping.Core; public static class TextWriterExtensions { const string DefaultForegroundColor = "\x1B[39m\x1B[22m"; diff --git a/Myshipping.Core/Magic.Core.xml b/Myshipping.Core/Magic.Core.xml deleted file mode 100644 index e1a91840..00000000 --- a/Myshipping.Core/Magic.Core.xml +++ /dev/null @@ -1,10322 +0,0 @@ - - - - Magic.Core - - - - - 启用用操作日志 - - - - - SqlSugar 工作单元配置特性 - - - - - 构造函数 - - - - - 构造函数 - - - 支持传入事务隔离级别 参数值 - - 事务隔离级别 - - - - 事务隔离级别 - - - 默认:,参见: - 说明:当事务A更新某条数据的时候,不容许其他事务来更新该数据,但可以进行读取操作 - - - - - 缓存接口 - - - - - 用于在 key 存在时删除 key - - 键 - - - - 用于在 key 存在时删除 key - - 键 - - - - - 用于在 key 模板存在时删除 - - key模板 - - - - - 检查给定 key 是否存在 - - 键 - - - - - 检查给定 key 是否存在 - - 键 - - - - - 获取指定 key 的值 - - 键 - - - - - 获取指定 key 的值 - - byte[] 或其他类型 - 键 - - - - - 获取指定 key 的值 - - 键 - - - - - 获取指定 key 的值 - - byte[] 或其他类型 - 键 - - - - - 设置指定 key 的值,所有写入参数object都支持string | byte[] | 数值 | 对象 - - 键 - 值 - - - - 设置指定 key 的值,所有写入参数object都支持string | byte[] | 数值 | 对象 - - 键 - 值 - 有效期 - - - - 设置指定 key 的值,所有写入参数object都支持string | byte[] | 数值 | 对象 - - 键 - 值 - - - - - 设置指定 key 的值,所有写入参数object都支持string | byte[] | 数值 | 对象 - - 键 - 值 - 有效期 - - - - - 获取所有缓存 - - - - - - 内存缓存 - - - - - Redis缓存 - - - - - 点选验证码 - - - - - 生成验证码图片 - - - - - - - - - 转换为相对于图片的百分比单位 - - 图片宽高 - 相对于图片的绝对尺寸 - (int:xPercent, int:yPercent) - - - - 加载字体 - - 字体文件路径,包含字体文件名和后缀名 - 大小 - 字形(常规/粗体/斜体/粗斜体) - - - - 随机绘制字符串 - - - - - - - 验证码验证 - - - - - - - 记录正确位置 - - - - - 点击验证码输入参数 - - - - - 验证码类型 - - - - - 坐标点集合 - - - - - Token - - - - - 验证码输出参数 - - - - - 常规验证码 - - - - - 生成验证码图片 - - - - - - - 验证码验证 - - - - - - - 常规验证码输入 - - - - - 验证码类型 - - - - - 验证码字符 - - - - - Token - - - - - 缓存配置 - - - - - 缓存类型 - - - - - Redis配置 - - - - - 系统配置 - - - - - 超管是否可以查看所有租户的数据 - - - - - 是否开启全局请求日志 - - - - - 雪花Id配置 - - - - - 取值范围0~63,默认1 - - - - - 第三方配置 - - - - - 微信 - - - - - 上传文件 - - - - - 阿里云 - - - - - 头像 - - - - - 文档 - - - - - 商店 - - - - - 编辑器 - - - - - 默认 - - - - - 数据库配置 - - - - - 默认数据库编号 - - - - - 默认数据库类型 - - - - - 默认数据库连接字符串 - - - - - 业务库集合 - - - - - JWT配置 - - - - - 是否验证密钥 - - - - - 密钥 - - - - - 是否验证签发方 - - - - - 签发方 - - - - - 是否验证签收方 - - - - - 签收方 - - - - - 是否验证过期时间 - - - - - 过期时间 - - - - - 过期时间容错值 - - - - - 数据库参数 - - - - - 数据库编号 - - - - - 数据库类型 - - - - - 数据库连接字符串 - - - - - 文件参数 - - - - - 路径 - - - - - 大小 - - - - - 类型 - - - - - 第三方参数 - - - - - id - - - - - key - - - - - 回调地址 - - - - - scope - - - - - 用户Id - - - - - 账号 - - - - - 名称 - - - - - 是否超级管理 - - - - - 租户Id - - - - - 租户类型 - - - - - 租户名称 - - - - - 用户缓存 - - - - - 菜单缓存 - - - - - 权限缓存 - - - - - 数据范围缓存 - - - - - 验证码缓存 - - - - - 库表实体信息缓存 - - - - - 所有权限缓存 - - - - - 程序集 - - - - - 删除字段 - - - - - 自定义租户基类实体 - - - - - 租户id - - - - - 自定义实体基类 - - - - - 创建时间 - - - - - 更新时间 - - - - - 创建者Id - - - - - 创建者名称 - - - - - 修改者Id - - - - - 修改者名称 - - - - - 软删除 - - - - - 更新信息列 - - - - - - 假删除的列,包含更新信息 - - - - - - 递增主键实体基类 - - - - - 主键Id - - - - - 主键实体基类 - - - - - 主键Id - - - - - 文档表 - - - - - 父Id - - - - - 父ID列表 - - - - - 名称 - - - - - 文档类型:文件、文件夹 - - - - - 文件后缀 - - - - - 文件大小kb - - - - - 文件路径 - - - - - 存储后的文件名 - - - - - 标签 - - - - - 备注 - - - - - 是否可见 - - - - - 系统应用表 - - - - - 名称 - - - - - 编码 - - - - - 是否默认激活(Y-是,N-否),只能有一个系统默认激活 - 用户登录后默认展示此系统菜单 - - - - - 状态(字典 0正常 1停用 2删除) - - - - - 排序 - - - - - 代码生成表 - - - - - 作者姓名 - - - - - 是否移除表前缀 - - - - - 生成方式 - - - - - 数据库表名 - - - - - 命名空间 - - - - - 业务名 - - - - - 菜单应用分类(应用编码) - - - - - 菜单编码 - - - - - 代码生成字段配置表 - - - - - 代码生成主表ID - - - - - 数据库字段名 - - - - - 字段描述 - - - - - .NET数据类型 - - - - - 作用类型(字典) - - - - - 外键实体名称 - - - - - 外键显示字段 - - - - - 外键显示字段.NET类型 - - - - - 字典code - - - - - 列表是否缩进(字典) - - - - - 是否必填(字典) - - - - - 是否是查询条件 - - - - - 查询方式 - - - - - 列表显示 - - - - - 增改 - - - - - 主键 - - - - - 数据库中类型(物理类型) - - - - - 是否通用字段 - - - - - 参数配置表 - - - - - 名称 - - - - - 编码 - - - - - 属性值 - - - - - 是否是系统参数(Y-是,N-否) - - - - - 备注 - - - - - 状态(字典 0正常 1停用 2删除) - - - - - 常量所属分类的编码,来自于“常量的分类”字典 - - - - - 字典值表 - - - - - 字典类型Id - - - - - 值 - - - - - 编码 - - - - - 排序 - - - - - 备注 - - - - - 状态(字典 0正常 1停用 2删除) - - - - - 字典类型表 - - - - - 名称 - - - - - 编码 - - - - - 排序 - - - - - 备注 - - - - - 状态(字典 0正常 1停用 2删除) - - - - - 员工表 - - - - - 工号 - - - - - 机构Id - - - - - 机构名称 - - - - - 员工附属机构职位表 - - - - - 员工Id - - - - - 机构Id - - - - - 职位Id - - - - - 员工职位表 - - - - - 员工Id - - - - - 职位Id - - - - - 文件信息表 - - - - - 文件存储位置(1:阿里云,2:腾讯云,3:minio,4:本地) - - - - - 文件仓库 - - - - - 文件名称(上传时候的文件名) - - - - - 文件后缀 - - - - - 文件大小kb - - - - - 文件大小信息,计算后的 - - - - - 存储到bucket的名称(文件唯一标识id) - - - - - 存储路径 - - - - - 系统操作/审计日志表 - - - - - 表名 - - - - - 列名 - - - - - 新值 - - - - - 旧值 - - - - - 操作时间 - - - - - 操作人Id - - - - - 操作人名称 - - - - - 操作方式:新增、更新、删除 - - - - - 异常日志 - - - - - 操作人 - - - - - 名称 - - - - - 类名 - - - - - 方法名 - - - - - 异常名称 - - - - - 异常信息 - - - - - 异常源 - - - - - 堆栈信息 - - - - - 参数对象 - - - - - 异常时间 - - - - - 操作日志表 - - - - - 名称 - - - - - 是否执行成功(Y-是,N-否) - - - - - 具体消息 - - - - - IP - - - - - 地址 - - - - - 浏览器 - - - - - 操作系统 - - - - - 请求地址 - - - - - 类名称 - - - - - 方法名称 - - - - - 请求方式(GET POST PUT DELETE) - - - - - 请求参数 - - - - - 返回结果 - - - - - 耗时(毫秒) - - - - - 操作时间 - - - - - 操作人 - - - - - 访问日志表 - - - - - 名称 - - - - - 是否执行成功(Y-是,N-否) - - - - - 具体消息 - - - - - IP - - - - - 地址 - - - - - 浏览器 - - - - - 操作系统 - - - - - 访问类型 - - - - - 访问时间 - - - - - 访问人 - - - - - 菜单表 - - - - - 父Id - - - - - 父Ids - - - - - 名称 - - - - - 编码 - - - - - 菜单类型(字典 0目录 1菜单 2按钮) - - - - - 图标 - - - - - 路由地址 - - - - - 组件地址 - - - - - 权限标识 - - - - - 应用分类(应用编码) - - - - - 打开方式(字典 0无 1组件 2内链 3外链) - - - - - 是否可见(Y-是,N-否) - - - - - 内链地址 - - - - - 重定向地址 - - - - - 权重(字典 1系统权重 2业务权重) - - - - - 排序 - - - - - 备注 - - - - - 状态(字典 0正常 1停用 2删除) - - - - - 通知公告表 - - - - - 标题 - - - - - 内容 - - - - - 类型(字典 1通知 2公告) - - - - - 发布人Id - - - - - 发布人姓名 - - - - - 发布机构Id - - - - - 发布机构名称 - - - - - 发布时间 - - - - - 撤回时间 - - - - - 状态(字典 0草稿 1发布 2撤回 3删除) - - - - - 通知公告用户表 - - - - - 通知公告Id - - - - - 用户Id - - - - - 阅读时间 - - - - - 状态(字典 0未读 1已读) - - - - - Oauth登录用户表 - - - - - 第三方平台的用户唯一Id - - - - - 用户授权的token - - - - - 昵称 - - - - - 头像 - - - - - 性别 - - - - - 电话 - - - - - 邮箱 - - - - - 位置 - - - - - 用户网址 - - - - - 所在公司 - - - - - 用户来源 - - - - - 用户备注(各平台中的用户个人介绍) - - - - - 在线用户表 - - - - - 连接Id - - - - - 用户Id - - - - - 账号 - - - - - 姓名 - - - - - 最后连接时间 - - - - - 最后登录IP - - - - - 租户id - - - - - 组织机构表 - - - - - 父Id - - - - - 父Ids - - - - - 名称 - - - - - 编码 - - - - - 联系人 - - - - - 电话 - - - - - 排序 - - - - - 备注 - - - - - 状态(字典 0正常 1停用 2删除) - - - - - 职位表 - - - - - 名称 - - - - - 编码 - - - - - 排序 - - - - - 备注 - - - - - 状态(字典 0正常 1停用 2删除) - - - - - 角色表 - - - - - 名称 - - - - - 编码 - - - - - 排序 - - - - - 数据范围类型(字典 1全部数据 2本部门及以下数据 3本部门数据 4仅本人数据 5自定义数据) - - - - - 备注 - - - - - 状态(字典 0正常 1停用 2删除) - - - - - 管理员类型-超级管理员_1、非管理员_2 - - - - - 角色数据范围表 - - - - - 角色Id - - - - - 机构Id - - - - - 角色菜单表 - - - - - 角色Id - - - - - 菜单Id - - - - - 租户表 - - - - - 公司名称 - - - - - 管理员名称 - - - - - 主机 - - - - - 电子邮箱 - - - - - 电话 - - - - - 数据库连接 - - - - - 架构 - - - - - 备注 - - - - - 租户类型 - - - - - 定时任务 - - - - - 任务名称 - - magic - - - - 只执行一次 - - - - - 立即执行(默认等待启动) - - - - - 执行类型(并行、列队) - - - - - 执行间隔时间(单位秒) - - 5 - - - - Cron表达式 - - - - - - 定时器类型 - - - - - 请求url - - - - - 请求参数(Post,Put请求用) - - - - - Headers(可以包含如:Authorization授权认证) - 格式:{"Authorization":"userpassword.."} - - - - - 请求类型 - - 2 - - - - 备注 - - - - - 用户表 - - - - - 账号 - - - - - 密码(默认MD5加密) - - - - - 昵称 - - - - - 姓名 - - - - - 头像 - - - - - 生日 - - - - - 性别-男_1、女_2 - - - - - 邮箱 - - - - - 手机 - - - - - 电话 - - - - - 最后登录IP - - - - - 最后登录时间 - - - - - 管理员类型-超级管理员_1、非管理员_2 - - - - - 状态-正常_0、停用_1、删除_2 - - - - - 用户数据范围表 - - - - - 用户Id - - - - - 机构Id - - - - - 用户角色表 - - - - - 用户Id - - - - - 系统角色Id - - - - - 账号类型 - - - - - 超级管理员 - - - - - 管理员 - - - - - 普通账号 - - - - - 缓存类型 - - - - - 内存缓存 - - - - - Redis缓存 - - - - - 公共状态 - - - - - 正常 - - - - - 停用 - - - - - 删除 - - - - - 数据操作类型 - - - - - 其它 - - - - - 增加 - - - - - 删除 - - - - - 编辑 - - - - - 更新 - - - - - 查询 - - - - - 详情 - - - - - 树 - - - - - 导入 - - - - - 导出 - - - - - 授权 - - - - - 强退 - - - - - 清空 - - - - - 修改状态 - - - - - 全部数据 - - - - - 本部门及以下数据 - - - - - 本部门数据 - - - - - 仅本人数据 - - - - - 自定义数据 - - - - - 文档类型 - - - - - 文件夹 - - - - - 文件 - - - - - 系统错误码 - - - - - 用户名或密码不正确 - - - - - 非法操作!禁止删除自己 - - - - - 记录不存在 - - - - - 账号已存在 - - - - - 旧密码不匹配 - - - - - 测试数据禁止更改admin密码 - - - - - 数据已存在 - - - - - 数据不存在或含有关联引用,禁止删除 - - - - - 禁止为管理员分配角色 - - - - - 重复数据或记录含有不存在数据 - - - - - 禁止为超级管理员角色分配权限 - - - - - 非法数据 - - - - - Id不能为空 - - - - - 所属机构不在自己的数据范围内 - - - - - 禁止删除超级管理员 - - - - - 禁止修改超级管理员状态 - - - - - 没有权限 - - - - - 账号已冻结 - - - - - 父机构不存在 - - - - - 当前机构Id不能与父机构Id相同 - - - - - 已有相同组织机构,编码或名称相同 - - - - - 没有权限操作机构 - - - - - 该机构下有员工禁止删除 - - - - - 附属机构下有员工禁止删除 - - - - - 只能增加下级机构 - - - - - 字典类型不存在 - - - - - 字典类型已存在 - - - - - 字典类型下面有字典值禁止删除 - - - - - 字典值已存在 - - - - - 字典值不存在 - - - - - 字典状态错误 - - - - - 菜单已存在 - - - - - 路由地址为空 - - - - - 打开方式为空 - - - - - 权限标识格式为空 - - - - - 权限标识格式错误 - - - - - 权限不存在 - - - - - 父级菜单不能为当前节点,请重新选择父级菜单 - - - - - 不能移动根节点 - - - - - 已存在同名或同编码应用 - - - - - 默认激活系统只能有一个 - - - - - 该应用下有菜单禁止删除 - - - - - 已存在同名或同编码应用 - - - - - 已存在同名或同编码职位 - - - - - 该职位下有员工禁止删除 - - - - - 通知公告状态错误 - - - - - 通知公告删除失败 - - - - - 通知公告编辑失败 - - - - - 文件不存在 - - - - - 已存在同名或同编码参数配置 - - - - - 禁止删除系统参数 - - - - - 已存在同名任务调度 - - - - - 任务调度不存在 - - - - - 演示环境禁止修改数据 - - - - - 已存在同名或同主机租户 - - - - - 该表代码模板已经生成过 - - - - - 该类型不存在 - - - - - 该字段不存在 - - - - - 该类型不是枚举类型 - - - - - 该实体不存在 - - - - - 父菜单不存在 - - - - - 已存在同名或同编码项目 - - - - - 已存在相同证件号码人员 - - - - - 检测数据不存在 - - - - - 表单不存在 - - - - - 文件扩展枚举 - - - - - 文件存储位置 - - - - - 阿里云 - - - - - 腾讯云 - - - - - minio服务器 - - - - - 本地 - - - - - 用户 - - - - - 组织 - - - - - 性别 - - - - - 男 - - - - - 女 - - - - - 未知 - - - - - HTTP状态码 - - - - - 客户端可能继续其请求 - - - - - 正在更改协议版本或协议 - - - - - 请求成功,且请求的信息包含在响应中 - - - - - 请求导致在响应被发送前创建新资源 - - - - - 请求已被接受做进一步处理 - - - - - 返回的元信息来自缓存副本而不是原始服务器,因此可能不正确 - - - - - 已成功处理请求并且响应已被设定为无内容 - - - - - 客户端应重置(或重新加载)当前资源 - - - - - 响应是包括字节范围的 GET请求所请求的部分响应 - - - - - 请求的信息有多种表示形式,默认操作是将此状态视为重定向 - - - - - 请求的信息已移到 Location头中指定的 URI 处 - - - - - 请求的信息位于 Location 头中指定的 URI 处 - - - - - 将客户端自动重定向到 Location 头中指定的 URI - - - - - 客户端的缓存副本是最新的 - - - - - 请求应使用位于 Location 头中指定的 URI 的代理服务器 - - - - - 服务器未能识别请求 - - - - - 请求的资源要求身份验证 - - - - - 需要付费 - - - - - 服务器拒绝满足请求 - - - - - 请求的资源不在服务器上 - - - - - 请求的资源上不允许请求方法(POST或 GET) - - - - - 客户端已用 Accept 头指示将不接受资源的任何可用表示形式 - - - - - 请求的代理要求身份验证 - Proxy-authenticate 头包含如何执行身份验证的详细信息 - - - - - 客户端没有在服务器期望请求的时间内发送请求 - - - - - 由于服务器上的冲突而未能执行请求 - - - - - 请求的资源不再可用 - - - - - 缺少必需的 Content-length - - - - - 为此请求设置的条件失败,且无法执行此请求 - 条件是用条件请求标头(如 If-Match、If-None-Match 或 If-Unmodified-Since)设置的。 - - - - - 请求太大,服务器无法处理 - - - - - URI 太长 - - - - - 请求是不支持的类型 - - - - - 无法返回从资源请求的数据范围,因为范围的开头在资源的开头之前,或因为范围的结尾在资源的结尾之后 - - - - - 服务器未能符合Expect头中给定的预期值 - - - - - 服务器拒绝处理客户端使用当前协议发送的请求,但是可以接受其使用升级后的协议发送的请求 - - - - - 服务器上发生了一般错误 - - - - - 服务器不支持请求的函数 - - - - - 中间代理服务器从另一代理或原始服务器接收到错误响应 - - - - - 服务器暂时不可用,通常是由于过多加载或维护 - - - - - 中间代理服务器在等待来自另一个代理或原始服务器的响应时已超时 - - - - - 服务器不支持请求的HTTP版本 - - - - - 登陆类型 - - - - - 登陆 - - - - - 登出 - - - - - 注册 - - - - - 改密 - - - - - 三方授权登陆 - - - - - 系统菜单类型 - - - - - 无 - - - - - 组件 - - - - - 内链 - - - - - 外链 - - - - - 系统菜单类型 - - - - - 目录 - - - - - 菜单 - - - - - 按钮 - - - - - 菜单权重 - - - - - 系统权重 - - - - - 业务权重 - - - - - 通知公告状态 - - - - - 草稿 - - - - - 发布 - - - - - 撤回 - - - - - 删除 - - - - - 通知 - - - - - 公告 - - - - - 通知公告用户状态 - - - - - 未读 - - - - - 已读 - - - - - 查询类型的枚举 - - - - - 等于 - - - - - 模糊 - - - - - 大于 - - - - - 小于 - - - - - 不等于 - - - - - 大于等于 - - - - - 小于等于 - - - - - 不为空 - - - - - http请求类型 - - - - - 执行内部方法 - - - - - GET请求 - - - - - POST请求 - - - - - PUT请求 - - - - - DELETE请求 - - - - - 账号类型 - - - - - 租户管理员角色 - - - - - 租户普通角色 - - - - - 菜单激活类型 - - - - - 是 - - - - - 否 - - - - - B格 - - - - - 数据过滤,默认用户集合 - - ISugarQueryable - 目标表的parameter - 默认用户集合 - 需要过滤的用户id字段,默认CreatedUserId和OrgId - - - - - 检查数据权限,默认用户集合 - - 检测的id - 默认用户集合 - - - - 获取当前数据权限,默认用户集合 - - 默认用户集合 - - - - - 字典扩展 - - - - - 将一个字典转化为 QueryString - - - - - - - - 将一个字符串 URL 编码 - - - - - - - 移除空值项 - - - - - - 枚举扩展 - - - - - 获取枚举对象Key与名称的字典(缓存) - - - - - - - 获取枚举对象Key与名称的字典 - - - - - - - 获取枚举类型key与描述的字典(缓存) - - - - - - - - 获取枚举类型key与描述的字典(没有描述则获取name) - - - - - - - - 从程序集中查找指定枚举类型 - - - - - - - - 从程序集中加载所有枚举类型 - - - - - - - 通用输入扩展参数(带权限) - - - - - 授权菜单 - - - - - 授权角色 - - - - - 授权数据 - - - - - 通用分页输入参数 - - - - - 搜索值 - - - - - 当前页码 - - - - - 页码容量 - - - - - 搜索开始时间 - - - - - 搜索结束时间 - - - - - 排序字段 - - - - - 排序方法,默认升序,否则降序(配合antd前端,约定参数为 Ascend,Dscend) - - - - - 降序排序(不要问我为什么是descend不是desc,前端约定参数就是这样) - - - - - 分页拓展类 - - - - - 分页拓展 - - - - - - - - - 通用输入帮助类 - - - - - 排序方式(默认降序) - - - 是否降序 - - - - - 小诺分页列表结果 - - - - - 替换sqlsugar分页 - - - - - - - 规范化RESTful风格返回值 - - - - - RESTful风格---XIAONUO返回格式 - - - - - - 执行成功 - - - - - 状态码 - - - - - 错误信息 - - - - - 数据 - - - - - 附加数据 - - - - - 时间戳 - - - - - 全局异常处理 - - - - - 请求日志拦截 - - - - - SqlSugar 工作单元拦截器 - - - - - 过滤器排序 - - - - - 排序属性 - - - - - SqlSugar 对象 - - - - - 构造函数 - - - - - - - - - - - - - - 聊天集线器 - - - - - 连接 - - - - - - 断开 - - - - - - - 日志定时任务类 - - - - - 定期删除异常日志 - - - - - - - 定期删除操作日志 - - - - - - - 定期删除访问日志 - - - - - - - 后台批量写错误日志 - - - - - - - 后台批量写操作日志 - - - - - - - 后台批量写访问日志 - - - - - - - 写日志 - - - - - - - - - - 根据条件删除日志 - - - - - - - Long 类型Json返回处理 - - - - Reads and converts the JSON to type . - The reader. - The type to convert. - An object that specifies serialization options to use. - The converted value. - - - Writes a specified value as JSON. - The writer to write to. - The value to convert to JSON. - An object that specifies serialization options to use. - - - - 日志写入文件的组件 - - - - - 日志写入文件扩展 - - - - - 添加workerservice项目控制台日志格式化扩展 - - - - - - - 添加api项目控制台日志格式化扩展 - - - - - - - 用户管理 - - - - - 用户id - - - - - 账号 - - - - - 昵称 - - - - - 是否超级管理员 - - - - - 是否租户管理员 - - - - - AccessToken参数 - - - - - 用户标识 - - - - - Token 类型 - - - - - AccessToken - - - - - 用于刷新 AccessToken 的 Token - - - - - 此 AccessToken 对应的权限 - - - - - AccessToken 过期时间 - - - - - 错误的详细描述 - - - - - 获取的Token是否包含错误 - - - - - - - 微信用户参数 - - - - - 用户特权信息,json 数组,如微信沃卡用户为(chinaunicom) - - - - - 获取的用户是否包含错误 - - - - - - - 发起授权 - - - - - - - 获取微信Token - - - - - - - - 获取微信用户基本信息 - - - - - - - - 刷新微信Token - - - - - - - 系统应用参数 - - - - - 名称 - - - - - 编码 - - - - - 是否默认激活(Y-是,N-否),只能有一个系统默认激活 - 用户登录后默认展示此系统菜单 - - - - - 状态(字典 0正常 1停用 2删除) - - - - - 排序 - - - - - 名称 - - - - - 编码 - - - - - 应用Id - - - - - 应用Id - - - - - 系统应用参数 - - - - - 应用Id - - - - - 名称 - - - - - 编码 - - - - - 是否默认 - - - - - 排序 - - - - - 系统应用服务 - - - - - 获取用户应用相关信息 - - - - - - - 分页查询系统应用 - - - - - - - 增加系统应用 - - - - - - - 删除系统应用 - - - - - - - 更新系统应用 - - - - - - - 获取系统应用 - - - - - - - 获取系统应用列表 - - - - - - - 设为默认应用 - - - - - - - 修改用户状态 - - - - - - - 登录授权相关服务 - - - - - 用户登录 - - - 默认用户名/密码:admin/admin - - - - - 模拟租户登录 - - - 默认用户名/密码:admin/admin - - - - - 获取当前登录用户信息 - - - - - - 退出 - - - - - - 获取验证码开关 - - - - - - 获取验证码(默认点选模式) - - - - - - 校验验证码 - - - - - - - 登录输入参数 - - - - - 租户id - - superAdmin - - - - 用户名 - - superAdmin - - - - 密码 - - 123456 - - - - 用户登录输出参数 - - - - - 主键 - - - - - 账号 - - - - - 昵称 - - - - - 姓名 - - - - - 头像 - - - - - 生日 - - - - - 性别(字典 1男 2女) - - - - - 邮箱 - - - - - 手机 - - - - - 电话 - - - - - 管理员类型(0超级管理员 1非管理员) - - - - - 最后登陆IP - - - - - 最后登陆时间 - - - - - 最后登陆地址 - - - - - 最后登陆所用浏览器 - - - - - 最后登陆所用系统 - - - - - 员工信息 - - - - - 具备应用信息 - - - - - 角色信息 - - - - - 权限信息 - - - - - 登录菜单信息---AntDesign版本菜单 - - - - - 数据范围(机构)信息 - - - - - 注册输入参数 - - - - - 用户名 - - superAdmin - - - - 公司名 - - superAdmin - - - - 密码 - - 123456 - - - - 系统缓存服务 - - - - - 获取数据范围缓存(机构Id集合) - - - - - - - 获取数据范围缓存(用户Id集合) - - - - - - - 缓存数据范围(机构Id集合) - - - - - - - - 缓存数据范围(用户Id集合) - - - - - - - - 获取菜单缓存 - - - - - - - - 缓存菜单 - - - - - - - - - 获取权限缓存(按钮) - - - - - - - 缓存权限 - - - - - - - - 获取所有缓存关键字 - - - - - - 获取所有按钮权限 - - - - - - 设置所有按钮权限 - - - - - - - 删除指定关键字缓存 - - - - - - - 删除指定关键字缓存 - - - - - - - 删除某特征关键字缓存 - - - - - - - 设置缓存 - - - - - - - - 设置缓存 - - - - - - - - 获取缓存 - - - - - - - 获取缓存 - - - - - - - 获取缓存 - - - - - - - - 获取缓存 - - - - - - - - 检查给定 key 是否存在 - - 键 - - - - - 检查给定 key 是否存在 - - 键 - - - - - 代码生成详细配置服务 - - - - - 代码生成详细配置列表 - - - - - - - 增加 - - - - - - - 删除 - - - - - - - 更新 - - - - - - - 详情 - - - - - - - 批量增加 - - - - - - - 代码生成器服务 - - - - - 分页查询 - - - - - - - 增加 - - - - - - - 删除 - - - - - - - 更新 - - - - - - - 详情 - - - - - - - 获取数据库表(实体)集合 - - - - - - 根据表名获取列 - - - - - - 获取数据表列(实体属性)集合 - - - - - - 代码生成_本地项目 - - - - - - 获取模板文件路径集合 - - - - - - 设置生成文件路径 - - - - - - - 代码生成详细配置参数 - - - - - 主键Id - - - - - 代码生成主表ID - - - - - 数据库字段名 - - - - - 数据库字段名(首字母小写) - - - - - 字段描述 - - - - - .NET类型 - - - - - 作用类型(字典) - - - - - 外键实体名称 - - - - - 外键实体名称(首字母小写) - - - - - 外键显示字段 - - - - - 外键显示字段(首字母小写) - - - - - 外键显示字段.NET类型 - - - - - 字典code - - - - - 列表是否缩进(字典) - - - - - 是否必填(字典) - - - - - 是否是查询条件 - - - - - 查询方式 - - - - - 列表显示 - - - - - 增改 - - - - - 主外键 - - - - - 数据库中类型(物理类型) - - - - - 是否是通用字段 - - - - - 代码生成参数类 - - - - - 作者姓名 - - - - - 类名 - - - - - 是否移除表前缀 - - - - - 生成方式 - - - - - 数据库表名 - - - - - 命名空间 - - - - - 业务名(业务代码包名称) - - - - - 功能名(数据库表名称) - - - - - 菜单应用分类(应用编码) - - - - - 菜单父级 - - - - - 数据库表名 - - - - - 业务名(业务代码包名称) - - - - - 命名空间 - - - - - 作者姓名 - - - - - 生成方式 - - - - - 菜单应用分类(应用编码) - - - - - 菜单父级 - - - - - 代码生成器Id - - - - - 代码生成器Id - - - - - 代码生成参数类 - - - - - 代码生成器Id - - - - - 作者姓名 - - - - - 类名 - - - - - 是否移除表前缀 - - - - - 生成方式 - - - - - 数据库表名 - - - - - 包名 - - - - - 业务名(业务代码包名称) - - - - - 功能名(数据库表名称) - - - - - 菜单应用分类(应用编码) - - - - - 菜单父级 - - - - - 数据库表列 - - - - - 字段名 - - - - - 数据库中类型 - - - - - .NET字段类型 - - - - - 字段描述 - - - - - 主外键 - - - - - 数据库表列表参数 - - - - - 表名(字母形式的) - - - - - 实体名称 - - - - - 创建时间 - - - - - 更新时间 - - - - - 表名称描述(注释)(功能名) - - - - - 作者姓名 - - - - - 是否移除表前缀 - - - - - 生成方式 - - - - - 数据库表名 - - - - - 数据库表名(经过组装的) - - - - - 代码包名 - - - - - 生成时间(string类型的) - - - - - 数据库表中字段集合 - - - - - 业务名 - - - - - 获取库表信息 - - - - - - - 参数配置 - - - - - 名称 - - - - - 编码 - - - - - 属性值 - - - - - 是否是系统参数(Y-是,N-否) - - - - - 备注 - - - - - 状态(字典 0正常 1停用 2删除) - - - - - 常量所属分类的编码,来自于“常量的分类”字典 - - - - - 名称 - - - - - 编码 - - - - - 应用Id - - - - - 应用Id - - - - - 系统参数配置服务 - - - - - 分页获取系统参数配置 - - - - - - - 获取系统参数配置列表 - - - - - - - 增加系统参数配置 - - - - - - - 删除系统参数配置 - - - - - - - 更新系统参数配置 - - - - - - - 获取系统参数配置 - - - - - - - 获取配置信息 - - - - - - - 更新配置缓存 - - - - - - - - 获取演示环境开关是否开启,默认为false - - - - - - 获取验证码开关标识 - - - - - - 获取默认密码 - - - - - - 数据库管理 - - - - - 添加列 - - - - - - 删除列 - - - - - - 编辑列 - - - - - - 获取表字段 - - - - - - - 获取所有表 - - - - - - 新增表 - - - - - - 删除表 - - - - - - 编辑表 - - - - - - 获取模板文件路径集合 - - - - - - 设置生成文件路径 - - - - - - - - - student - - - - - - Student - - - - - - AutoIncrementEntity - - - - - - Magic.Application - - - - 字典值参数 - - - - - 字典类型Id - - - - - 值 - - - - - 编码 - - - - - 排序 - - - - - 备注 - - - - - 状态(字典 0正常 1停用 2删除) - - - - - 字典类型Id - - - - - 字典类型Id - - - - - 值 - - - - - 编码 - - - - - 字典值Id - - - - - 字典值Id - - - - - 字典值参数 - - - - - 字典Id - - - - - 字典类型与字典值构造的树 - - - - - Id - - - - - 父Id - - - - - 编码-对应字典值的编码 - - - - - 名称-对应字典值的value - - - - - 子节点集合 - - - - - 字典类型参数 - - - - - 名称 - - - - - 编码 - - - - - 排序 - - - - - 备注 - - - - - 状态(字典 0正常 1停用 2删除) - - - - - 名称 - - - - - 编码 - - - - - 编号Id - - - - - Id - - - - - 编码 - - - - - 字典值服务 - - - - - 分页查询字典值 - - - - - - - 获取某个字典类型下字典值列表 - - - - - - 增加字典值 - - - - - - - 删除字典值 - - - - - - - 更新字典值 - - - - - - - 字典值详情 - - - - - - - 修改字典值状态 - - - - - - - 根据字典类型Id获取字典值集合 - - - - - - - 删除字典下所有值 - - - - - - 根据字典Code返回字典值列表 - - - - - - - 字典类型服务 - - - - - 分页查询字典类型 - - - - - - 获取字典类型列表 - - - - - - 获取字典类型下所有字典值 - - - - - - - 添加字典类型 - - - - - - - 删除字典类型 - - - - - - - 更新字典类型 - - - - - - - 字典类型详情 - - - - - - - 更新字典类型状态 - - - - - - - 字典类型与字典值构造的字典树 - - - - - - 文档服务 - - - - - 分页查询文档 - - - - - - - 文件夹树 - - - - - - 上传文件 - - - - - - - 上传文件夹 - - - - - - - 新建文件夹 - - - - - - - 删除文档 - - - - - - - 批量删除 - - - - - - - 移动文档 - - - - - - - 更新文件夹 - - - - - - - 获取文档 - - - - - - - 下载文件 - - - - - - - 预览文件 - - - - - - - 创建Pids格式 - 如果pid是0顶级节点,pids就是 [0]; - 如果pid不是顶级节点,pids就是 pid文档的 pids + [pid] + , - - - - - - - 获取文件大小 - - - - - - - 上传文件 - - - - - - - - 获取父级 - - - - - - - 文档输出参数 - - - - - Id - - - - - 父Id - - - - - 名称 - - - - - 文档类型:文件、文件夹 - - - - - 文件后缀 - - - - - 文件大小kb - - - - - 标签 - - - - - 备注 - - - - - 文档输入参数 - - - - - 父Id - - - - - 父ID列表 - - - - - 名称 - - - - - 文档类型:文件、文件夹 - - - - - 文件后缀 - - - - - 文件大小kb - - - - - 存储后的文件名 - - - - - 标签 - - - - - 备注 - - - - - 创建开始时间 - - - - - 创建结束时间 - - - - - 修改结束时间 - - - - - 修改结束时间 - - - - - 文件类型 - - - - - 是否删除 - - - - - 上传文件输入参数 - - - - - Id - - - - - 批量删除入参 - - - - - Id列表 - - - - - 移动入参 - - - - - Id列表 - - - - - 父Id - - - - - Id - - - - - 文档输出参数 - - - - - Id - - - - - 父Id - - - - - 名称 - - - - - 文档类型:文件、文件夹 - - - - - 文件类型 - - - - - 文件后缀 - - - - - 文件大小kb - - - - - 文件大小kb - - - - - 标签 - - - - - 标签数组 - - - - - 备注 - - - - - 创建时间 - - - - - 更新时间 - - - - - 创建用户ID - - - - - 创建人用户名 - - - - - 修改人ID - - - - - 修改人用户名 - - - - - 树查询输出 - - - - - Id - - - - - 父Id - - - - - 名称 - - - - - 附属机构和职位参数 - - - - - 员工Id - - - - - 附属机构id - - - - - 附属机构编码 - - - - - 附属机构名称 - - - - - 附属职位id - - - - - 附属职位编码 - - - - - 附属职位名称 - - - - - 员工信息参数 - - - - - 员工Id - - - - - 工号 - - - - - 机构id - - - - - 机构名称 - - - - - 机构与职位信息 - - - - - 职位信息 - - - - - 员工信息参数2 - - - - - 员工Id - - - - - 工号 - - - - - 机构Id - - - - - 机构名称 - - - - - 附属机构 - - - - - 职位集合 - - - - - 员工职位参数 - - - - - 员工Id - - - - - 职位Id - - - - - 职位编码 - - - - - 职位名称 - - - - - 员工附属机构和职位服务 - - - - - 保存或编辑附属机构相关信息 - - - - - - 获取附属机构和职位信息 - - - - - - - 根据机构Id判断该附属机构下是否有员工 - - - - - - - 根据职位Id判断该附属职位下是否有员工 - - - - - - - 根据员工Id删除对应的员工-附属信息 - - - - - - - 员工职位服务 - - - - - 增加或编辑员工职位相关信息 - - 员工Id(用户Id) - 职位id集合 - - - - - 获取所属职位信息 - - 员工Id(用户Id) - - - - 根据职位Id判断该职位下是否有员工 - - - - - - - 根据员工Id删除对用的员工-职位信息 - - - - - - - 员工服务 - - - - - 获取用户员工相关信息(包括登录) - - - - - - - 获取用户员工相关信息 - - - - - - - 增加或编辑员工相关信息 - - - - - - 修改员工相关机构信息 - - - - - - - - 根据机构Id判断该机构下是否有员工 - - - - - - - 根据员工Id删除对应的员工表信息 - - - - - - - 获取员工机构Id - - - - - - - 获取子机构用户 - - - - - - - 枚举输入参数 - - - - - 枚举类型名称 - - Gender - - - - 实体名称 - - - - - 字段名称 - - - - - 枚举输出参数 - - - - - 字典Id - - - - - 字典值 - - - - - 枚举值服务 - - - - - 获取所有枚举值 - - - - - - 通过枚举类型获取枚举值集合 - - - - - - - 通过实体字段类型获取相关集合(目前仅支持枚举类型) - - - - - - - 上传文件参数 - - - - - 文件存储位置(1:阿里云,2:腾讯云,3:minio,4:本地) - - - - - 文件仓库 - - - - - 文件名称(上传时候的文件名) - - - - - 文件后缀 - - - - - 文件大小kb - - - - - 文件大小信息,计算后的 - - - - - 存储到bucket的名称(文件唯一标识id) - - - - - 存储路径 - - - - - 文件Id - - - - - 上传文件参数 - - - - - 文件Id - - - - - 文件服务 - - - - - 分页获取文件列表 - - - - - - - 获取文件列表 - - - - - - - 删除文件 - - - - - - - 获取文件详情 - - - - - - - 预览文件 - - - - - - - 上传文件 - - - - - - - 下载文件 - - - - - - - 上传头像 - - - - - - - 上传文档 - - - - - - - 上传富文本图片 - - - - - - - 上传商店图片 - - - - - - - 上传文件 - - - - - - - - 上传文件 - - 文件 - 存储路径 - 文件存储位置 - - - - - 异常日志参数 - - - - - 操作人 - - - - - 名称 - - - - - 类名 - - - - - 方法名 - - - - - 异常名称 - - - - - 异常信息 - - - - - 异常时间 - - - - - 异常日志参数 - - - - - 请求日志参数 - - - - - 名称 - - - - - 是否执行成功(Y-是,N-否) - - - - - 具体消息 - - - - - ip - - - - - 地址 - - - - - 浏览器 - - - - - 操作系统 - - - - - 请求地址 - - - - - 类名称 - - - - - 方法名称 - - - - - 请求方式(GET POST PUT DELETE) - - - - - 请求参数 - - - - - 返回结果 - - - - - 耗时(毫秒) - - - - - 操作时间 - - - - - 操作人 - - - - - 请求日志参数 - - - - - 访问日志参数 - - - - - 名称 - - - - - 是否执行成功(Y-是,N-否) - - - - - 具体消息 - - - - - IP - - - - - 地址 - - - - - 浏览器 - - - - - 操作系统 - - - - - 访问类型 - - - - - 访问时间 - - - - - 访问人 - - - - - 访问日志参数 - - - - - 异常日志服务 - - - - - 分页查询异常日志 - - - - - - - 清空异常日志 - - - - - - 操作日志服务 - - - - - 分页查询操作日志 - - - - - - - 清空操作日志 - - - - - - 访问日志服务 - - - - - 分页查询访问日志 - - - - - - - 清空访问日志 - - - - - - 登录菜单-AntDesign菜单类型 - - - - - 所属应用 - - - - - id - - - - - 父id - - - - - 路由名称, 必须设置,且不能重名 - - - - - 组件 - - - - - 重定向地址, 访问这个路由时, 自定进行重定向 - - - - - 路由元信息(路由附带扩展信息) - - - - - 路径 - - - - - 控制路由和子路由是否显示在 sidebar - - - - - 路由元信息内部类 - - - - - 路由标题, 用于显示面包屑, 页面标题 *推荐设置 - - - - - 图标 - - - - - 是否可见 - - - - - 如需外部打开,增加:_blank - - - - - 内链打开http链接 - - - - - 菜单参数 - - - - - 父Id - - - - - 名称 - - - - - 编码 - - - - - 菜单类型(字典 0目录 1菜单 2按钮) - - - - - 图标 - - - - - 路由地址 - - - - - 组件地址 - - - - - 权限标识 - - - - - 应用分类(应用编码) - - - - - 打开方式(字典 0无 1组件 2内链 3外链) - - - - - 是否可见(Y-是,N-否) - - - - - 内链地址 - - - - - 重定向地址 - - - - - 权重(字典 1系统权重 2业务权重) - - - - - 排序 - - - - - 备注 - - - - - 菜单类型(字典 0目录 1菜单 2按钮) - - - - - 菜单Id - - - - - 菜单Id - - - - - 父Id - DeleteMenuInput - - - - 应用编码 - DeleteMenuInput - - - - 菜单树(列表形式) - - - - - 菜单Id - - - - - 子节点 - - - - - 应用名称 - - - - - 应用编码 - - - - - 菜单树---授权、新增编辑时选择 - - - - - 主键 - - - - - 父Id - - - - - 名称 - - - - - 值 - - - - - 排序,越小优先级越高 - - - - - 子节点 - - - - - 应用名称 - - - - - 应用编码 - - - - - 引用排序 - - - - - 应用编码 - - - - - 菜单Id集合 - - - - - 系统菜单服务 - - - - - 获取用户权限(按钮权限标识集合) - - - - - - - 获取所有权限集合 - - - - - - 获取用户AntDesign菜单集合 - - - - - - - - 获取用户菜单所属的应用编码集合 - - - - - - - 系统菜单列表(树表) - - - - - - - 创建Pids格式 - 如果pid是0顶级节点,pids就是 [0]; - 如果pid不是顶级节点,pids就是 pid菜单的 pids + [pid] + , - - - - - - - 增加和编辑时检查参数 - - - - - - 增加系统菜单 - - - - - - - 删除系统菜单 - - - - - - - 更新系统菜单 - - - - - - - 获取系统菜单 - - - - - - - 获取系统菜单树,用于新增、编辑时选择上级节点 - - - - - - - 获取系统菜单树,用于给角色授权时选择 - - - - - - - 根据应用编码判断该机构下是否有状态为正常的菜单 - - - - - - - 根据系统应用切换菜单 - - - - - - - 服务器信息服务 - - - - - 获取服务器资源信息 - - - - - - 获取服务器基本参数 - - - - - - 动态获取网络信息 - - - - - - 通知公告参数 - - - - - 标题 - - - - - 内容 - - - - - 类型(字典 1通知 2公告) - - - - - 发布人Id - - - - - 发布人姓名 - - - - - 发布机构Id - - - - - 发布机构名称 - - - - - 发布时间 - - - - - 撤回时间 - - - - - 状态(字典 0草稿 1发布 2撤回 3删除) - - - - - 系统通知公告详情参数 - - - - - 通知到的用户Id集合 - - - - - 通知到的用户阅读信息集合 - - - - - 用户Id - - - - - 用户名称 - - - - - 状态(字典 0未读 1已读) - - - - - 阅读时间 - - - - - 通知公告参数 - - - - - 标题 - - - - - 内容 - - - - - 类型(字典 1通知 2公告) - - - - - 状态(字典 0草稿 1发布 2撤回 3删除) - - - - - 通知到的人 - - - - - 标题 - - - - - 内容 - - - - - 类型(字典 1通知 2公告) - - - - - 状态(字典 0草稿 1发布 2撤回 3删除) - - - - - 通知到的人 - - - - - Id - - - - - Id - - - - - 状态(字典 0草稿 1发布 2撤回 3删除) - - - - - 通知公告接收参数 - - - - - Id - - - - - 阅读状态(字典 0未读 1已读) - - - - - 阅读时间 - - - - - 通知公告服务 - - - - - 分页查询通知公告 - - - - - - - 增加通知公告 - - - - - - - 删除通知公告 - - - - - - - 更新通知公告 - - - - - - - 获取通知公告详情 - - - - - - - 修改通知公告状态 - - - - - - - 获取接收的通知公告 - - - - - - - 未处理消息 - - - - - - - 更新发布信息 - - - - - - 通知公告用户 - - - - - 增加 - - - - - - - - - 更新 - - - - - - - - - 获取通知公告用户列表 - - - - - - - 设置通知公告读取状态 - - - - - - - - - OAuth服务 - - - - - 微信登录授权 - - - - - 微信登录授权回调 - - - - - - - - - 获取微信用户基本信息 - - - - - - - - 在线用户服务 - - - - - 获取在线用户信息 - - - - - - 组织机构参数 - - - - - 父Id - - - - - 父Ids - - - - - 名称 - - - - - 编码 - - - - - 电话 - - - - - 排序 - - - - - 备注 - - - - - 状态(字典 0正常 1停用 2删除) - - - - - 名称 - - - - - 编码 - - - - - 机构Id - - - - - 机构Id - - - - - 组织机构参数 - - - - - 机构Id - - - - - 组织机构树 - - - - - Id - - - - - 父Id - - - - - 名称 - - - - - 值 - - - - - 排序,越小优先级越高 - - - - - 子节点 - - - - - 上一级Id - - - - - 组织机构服务 - - - - - 分页查询组织机构 - - - - - - - (非管理员)获取当前用户数据范围(机构Id) - - - - - - - 获取组织机构列表 - - - - - - - 增加组织机构 - - - - - - - 填充父Ids字段 - - - - - - - 删除组织机构 - - - - - - - 更新组织机构 - - - - - - - 获取组织机构信息 - - - - - - - 根据节点Id获取所有子节点Id集合,包含自己 - - - - - - - 获取组织机构树 - - - - - - 根据数据范围类型获取当前用户的数据范围(机构Id)集合 - - - - - - - - 获取所有的机构组织Id集合 - - - - - - 职位参数 - - - - - 名称 - - - - - 编码 - - - - - 排序 - - - - - 备注 - - - - - 状态(字典 0正常 1停用 2删除) - - - - - 当前页码 - - - - - 页码容量 - - - - - 名称 - - - - - 编码 - - - - - 职位Id - - - - - 职位Id - - - - - 职位服务 - - - - - 分页获取职位 - - - - - - - 获取职位列表 - - - - - - 增加职位 - - - - - - - 删除职位 - - - - - - - 更新职位 - - - - - - - 获取职位 - - - - - - - 角色参数 - - - - - 名称 - - - - - 编码 - - - - - 排序 - - - - - 数据范围类型(字典 1全部数据 2本部门及以下数据 3本部门数据 4仅本人数据 5自定义数据) - - - - - 备注 - - - - - 名称 - - - - - 编码 - - - - - 角色Id - - - - - 角色Id - - - - - 角色Id - - - - - 登录用户角色参数 - - - - - Id - - - - - 编码 - - - - - 名称 - - - - - 角色数据范围服务 - - - - - 授权角色数据范围 - - - - - - - 根据角色Id集合获取角色数据范围集合 - - - - - - - 根据机构Id集合删除对应的角色-数据范围关联信息 - - - - - - - 根据角色Id删除对应的角色-数据范围关联信息 - - - - - - - 角色菜单 - - - - - 获取角色的菜单Id集合 - - - - - - - 授权角色菜单 - - - - - - - 根据菜单Id集合删除对应的角色-菜单表信息 - - - - - - - 根据角色Id删除对应的角色-菜单表关联信息 - - - - - - - 清理租户下角色的权限 - - 租户id - 租户管理员的角色id - - - - - 角色服务 - - - - - 获取用户角色相关信息(登录) - - - - - - - 分页获取角色列表 - - - - - - - 获取角色列表 - - - - - - - 角色下拉(用于授权角色时选择) - - - - - - 增加角色 - - - - - - - 删除角色 - - - - - - - 更新角色 - - - - - - - 获取角色 - - - - - - - 授权角色菜单 - - - - - - - 授权角色数据范围 - - - - - - - 根据角色Id集合获取数据范围Id集合 - - - - - - - - 根据角色Id获取角色名称 - - - - - - - 获取角色拥有菜单Id集合 - - - - - - - 获取角色拥有数据Id集合 - - - - - - - 租户参数 - - - - - 公司名称 - - - - - 管理员名称 - - - - - 主机 - - - - - 电子邮箱 - - - - - 电话号码 - - - - - 模式 - - - - - 数据库连接 - - - - - 备注 - - - - - 创建时间 - - - - - 公司名称 - - - - - 管理员名称 - - - - - 主机名称 - - - - - 数据库连接 - - - - - 电子邮箱 - - - - - 租户Id - - - - - 租户Id - - - - - 租户参数 - - - - - 租户Id - - - - - 名称 - - - - - 名称 - - - - - 主机 - - - - - 电子邮箱 - - - - - 电话号码 - - - - - 模式 - - - - - 数据库连接 - - - - - 备注 - - - - - 创建时间 - - - - - 租户服务 - - - - - 分页查询租户 - - - - - - - 增加租户 - - - - - - - 新增租户时,初始化数据 - - - - - - 删除租户 - - - - - - - 更新租户 - - - - - - - 获取租户 - - - - - - - 授权租户管理员角色菜单 - - - - - - - 获取租户管理员角色拥有菜单Id集合 - - - - - - - 重置租户管理员密码 - - - - - - - 获取租户管理员用户 - - - - - - - 任务调度参数 - - - - - 任务名称 - - - - - 只执行一次 - - - - - 立即执行(默认等待启动) - - - - - 执行类型(并行、列队) - - - - - 执行间隔时间(单位秒) - - 5 - - - - Cron表达式 - - - - - 定时器类型 - - - - - 请求url - - - - - 请求参数(Post,Put请求用) - - - - - Headers(可以包含如:Authorization授权认证) - 格式:{"Authorization":"userpassword.."} - - - - - 请求类型 - - - - - 备注 - - - - - 任务Id - - - - - 任务信息---任务详情 - - - - - Id - - - - - 已执行次数 - - - - - 定时器状态 - - - - - 异常信息 - - - - - 本地任务信息 - - - - - 任务名称 - - - - - 只执行一次 - - - - - 立即执行(默认等待启动) - - - - - 执行类型(并行、列队) - - - - - 执行间隔时间(单位秒) - - - - - Cron表达式 - - - - - 定时器类型 - - - - - 请求url - - - - - 请求类型 - - 2 - - - - 备注 - - - - - 任务方法信息 - - - - - 方法名 - - - - - 方法所属类的Type对象 - - - - - 任务调度服务 - - - - - 分页获取任务列表 - - - - - - - 获取所有本地任务 - - - - - - 增加任务 - - - - - - - 删除任务 - - - - - - - 修改任务 - - - - - - - 查看任务 - - - - - - - 停止任务 - - - - - - - 启动任务 - - - - - - - 新增定时任务 - - - - - - 启动自启动任务 - - - - - 获取所有本地任务 - - - - - - 回收站输出参数 - - - - - Id - - - - - 父Id - - - - - 父ID列表 - - - - - 名称 - - - - - 类型 - - - - - 文件后缀 - - - - - 文件大小kb - - - - - 存储后的文件名 - - - - - 标签 - - - - - 备注 - - - - - 回收站输出参数 - - - - - Id - - - - - 父Id - - - - - 父ID列表 - - - - - 名称 - - - - - 类型 - - - - - 文件后缀 - - - - - 文件大小kb - - - - - 存储后的文件名 - - - - - 标签 - - - - - 备注 - - - - - 回收站服务 - - - - - 分页查询回收站 - - - - - - - 恢复一个 - - - - - - - 恢复多个 - - - - - - - 永久删除 - - - - - - - 批量删除 - - - - - - - 清空 - - - - - - 重命名 - - - - - - - - AuthToken参数 - - - - - OAuth用户参数 - - - - - 用户参数 - - - - - 账号 - - - - - 密码 - - - - - 昵称 - - - - - 姓名 - - - - - 头像 - - - - - 生日 - - - - - 性别-男_1、女_2 - - - - - 邮箱 - - - - - 手机 - - - - - 电话 - - - - - 状态-正常_0、停用_1、删除_2 - - - - - 员工信息 - - - - - 搜索状态(字典 0正常 1停用 2删除) - - - - - 账号 - - - - - 密码 - - - - - 确认密码 - - - - - 用户Id - - - - - 用户Id - - - - - 用户Id - - - - - 密码 - - - - - 新密码 - - - - - 确认密码 - - - - - 用户Id - - - - - 头像文件路径标识 - - - - - 用户参数 - - - - - Id - - - - - 账号 - - - - - 昵称 - - - - - 姓名 - - - - - 头像 - - - - - 生日 - - - - - 性别-男_1、女_2 - - - - - 邮箱 - - - - - 手机 - - - - - 电话 - - - - - 状态-正常_0、停用_1、删除_2 - - - - - 员工信息 - - - - - 所属租户 - - - - - 用户数据范围服务 - - - - - 授权用户数据 - - - - - - - 获取用户的数据范围Id集合 - - - - - - - 根据机构Id集合删除对应的用户-数据范围关联信息 - - - - - - - 根据用户Id删除对应的用户-数据范围关联信息 - - - - - - - 用户角色服务 - - - - - 获取用户的角色Id集合 - - - - - - - 授权用户角色 - - - - - - - 获取用户所有角色的数据范围(组织机构Id集合) - - - - - - - - 根据角色Id删除对应的用户-角色表关联信息 - - - - - - - 根据用户Id删除对应的用户-角色表关联信息 - - - - - - - 用户服务 - - - - - 分页查询用户 - - - - - - - 增加用户 - - - - - - - 删除用户 - - - - - - - 更新用户 - - - - - - - 查看用户 - - - - - - - 修改用户状态 - - - - - - - 授权用户角色 - - - - - - - 授权用户数据范围 - - - - - - - 更新用户信息 - - - - - - - 修改用户密码 - - - - - - - 获取用户拥有角色 - - - - - - - 获取用户拥有数据 - - - - - - - 重置用户密码 - - - - - - - 修改用户头像 - - - - - - - 获取用户选择器 - - - - - - - 用户导出 - - - - - - - 用户导入 - - - - - - - 根据用户Id获取用户 - - - - - - - 将OAuth账号转换成账号 - - - - - - - - 获取用户数据范围(机构Id集合)并缓存 - - - - - - - 检查普通用户数据范围 - - - - - - - 获取用户数据范围(用户Id集合) - - - - - - 检查普通用户数据范围 - - - - - - - 简单泛型队列 - - - - - 新增 - - - - - - 取出 - - - - - - - 总数 - - - - - - 清理 - - - - - 分页泛型集合 - - - - - - 页码 - - - - - 页容量 - - - - - 总条数 - - - - - 总页数 - - - - - 当前页集合 - - - - - 是否有上一页 - - - - - 是否有下一页 - - - - - 分页集合 - - - - - SqlSugar 仓储实现类 - - - - - - 初始化 SqlSugar 客户端 - - - - - 数据库上下文 - - - - - 构造函数 - - - - - - 实体集合 - - - - - 原生 Ado 对象 - - - - - 获取总数 - - - - - - - 获取总数 - - - - - - - 检查是否存在 - - - - - - - 检查是否存在 - - - - - - - 通过主键获取实体 - - - - - - - 获取一个实体 - - - - - - - 获取一个实体 - - - - - - - 获取一个实体 - - - - - - - 获取一个实体 - - - - - - - 获取列表 - - - - - - 获取列表 - - - - - - - 获取列表 - - - - - - - - - 获取列表 - - - - - - 获取列表 - - - - - - - 获取列表 - - - - - - - - - 新增一条记录 - - - - - - - 新增多条记录 - - - - - - - 新增多条记录 - - - - - - - 新增一条记录返回自增Id - - - - - - - 新增一条记录返回雪花Id - - - - - - - 新增一条记录返回实体 - - - - - - - 新增一条记录 - - - - - - - 新增多条记录 - - - - - - - 新增多条记录 - - - - - - - 新增一条记录返回自增Id - - - - - - - 新增一条记录返回雪花Id - - - - - - - 新增一条记录返回实体 - - - - - - - 更新一条记录 - - - - - - - 更新多条记录 - - - - - - - 更新多条记录 - - - - - - - 更新一条记录 - - - - - - - 更新记录 - - 更新的条件 - 更新的内容 - - - - - 更新记录 - - 更新的条件 - 更新的内容 - - - - - 更新多条记录 - - - - - - - 更新多条记录 - - - - - - - 删除一条记录 - - - - - - - 删除一条记录 - - - - - - - 删除多条记录 - - - - - - - 自定义条件删除记录 - - - - - - - 删除一条记录 - - - - - - - 删除一条记录 - - - - - - - 删除多条记录 - - - - - - - 自定义条件删除记录 - - - - - - - 根据表达式查询多条记录 - - - - - - - 根据表达式查询多条记录 - - - - - - - - 构建查询分析器 - - - - - - 构建查询分析器 - - - - - - - 直接返回数据库结果 - - - - - - 直接返回数据库结果 - - - - - - - 直接返回数据库结果 - - - - - - 直接返回数据库结果 - - - - - - - 切换仓储(注意使用环境) - - 实体类型 - 仓储 - - - - 当前db - - - - - 当前db - - - - - 当前db - - - - - 所有db - - - - - 所有db - - - - - 所有db - - - - - SqlsugarScope的配置 - Scope必须用单例注入 - 不可以用Action委托注入 - - - - - - 获取当前租户id - - - - - - 判断是不是超级管理员 - - - - - - 添加 SqlSugar 拓展 - - - - - - - - - 添加 SqlSugar 拓展 - - - - - - - - - 代码生成帮助类 - - - - - 数据类型转显示类型 - - - - - - - 枚举的Entity类 - - - - - 枚举的描述 - - - - - 枚举名称 - - - - - 枚举对象的值 - - - - - 枚举工具类 - - - - - 获取枚举对象Key与名称的字典(缓存) - - - - - - - 获取枚举对象Key与名称的字典 - - - - - - - 获取枚举类型key与描述的字典(缓存) - - - - - - - - 获取枚举类型key与描述的字典(没有描述则获取name) - - - - - - - - 从程序集中查找指定枚举类型 - - - - - - - - 从程序集中加载所有枚举类型 - - - - - - - 获取枚举的Description - - - - - - - 获取枚举的Description - - - - - - - 将枚举转成枚举信息集合 - - - - - - - 枚举ToList - - - - - - - - DateTime扩展 - - - 验证扩展类 - - - 转换扩展类 - - - - - 得到问好 - - - - - - 获取指定年月的第一天 - - - - - - - - - 获取指定年月的第一天 - - - - - - - - - 获取指定年月的最后一天 - - - - - - - - - 获取指定年月的最后一天 - - - - - - - - - 获取当前月的第一天 - - - - - - - 获取当前月的最后一天 - - - - - - - 获取上月的第一天 - - - - - - - 获取上月的最后一天 - - - - - - - 获取本周时间 - - - - - - - 获取上周时间 - - - - - - - 获取当天时间 - - - - - - - 获取昨天时间 - - - - - - - 计算两个时间的差 - - - - - - - - - 检查 Object 是否为 NULL - - - - - - - 检查 Object 是否为 NULL 或者 0 - - - - - - - 检查是否为 AJAX 请求 - - - - - - - 将object转换为long,若转换失败,则返回0。不抛出异常。 - - - - - - - 将object转换为long,若转换失败,则返回指定值。不抛出异常。 - - - - - - - - 将object转换为int,若转换失败,则返回0。不抛出异常。 - - - - - - - 将object转换为int,若转换失败,则返回指定值。不抛出异常。 - null返回默认值 - - - - - - - - 将object转换为short,若转换失败,则返回0。不抛出异常。 - - - - - - - 将object转换为short,若转换失败,则返回指定值。不抛出异常。 - - - - - - - - 将object转换为demical,若转换失败,则返回指定值。不抛出异常。 - - - - - - - - 将object转换为demical,若转换失败,则返回0。不抛出异常。 - - - - - - - 将object转换为bool,若转换失败,则返回false。不抛出异常。 - - - - - - - 将object转换为bool,若转换失败,则返回指定值。不抛出异常。 - - - - - - - - 将object转换为float,若转换失败,则返回0。不抛出异常。 - - - - - - - 将object转换为float,若转换失败,则返回指定值。不抛出异常。 - - - - - - - - 将string转换为Guid,若转换失败,则返回Guid.Empty。不抛出异常。 - - - - - - - 将string转换为DateTime,若转换失败,则返回日期最小值。不抛出异常。 - - - - - - - 将string转换为DateTime,若转换失败,则返回默认值。 - - - - - - - - 将object转换为string,若转换失败,则返回""。不抛出异常。 - - - - - - - - - - - - - - - 将object转换为double,若转换失败,则返回0。不抛出异常。 - - - - - - - 将object转换为double,若转换失败,则返回指定值。不抛出异常。 - - - - - - - - 强制转换类型 - - - - - - - - HTTP网络工具 - - - - - 客户端IP地址 - - - - - 得到客户端IP地址 - - - - - - 得到局域网IP地址 - - - - - - 得到远程Ip地址 - - - - - - 请求UserAgent信息 - - - - - 请求Url - - - - - 得到操作系统版本 - - - - - - 公网信息 - 慎用,如果不是直接请求接口,而是通过代理转发,拿到的是服务器的公网信息 - - - - - - 根据IP地址获取公网信息 - - - - - - UserAgent信息 - - - - - - 远程路径Encode处理,会保证开头是/,结尾也是/ - - - - - - - 标准化远程目录路径,会保证开头是/,结尾也是/ ,如果命名不规范,存在保留字符,会返回空字符 - - 要标准化的远程路径 - - - - - 万网Ip信息Model类 - - - - - Ip地址 - - - - - 省份 - - - - - 省份邮政编码 - - - - - 城市 - - - - - 城市邮政编码 - - - - - 地理信息 - - - - - 运营商 - - - - - UserAgent 信息Model类 - - - - - 手机型号 - - - - - 操作系统(版本) - - - - - 浏览器(版本) - - - - - 天气预报工具类 - - - - - 天气信息 - - - - - 时间 - - - - - 最高温度 - - - - - 风力 - - - - - 最低温度 - - - - - 分向 - - - - - 类型 - - - - - 昨日天气 - - - - - 城市 - - - - - 未来五天天气 - - - - - 感冒 - - - - - 温度 - - - - - 是否成功 - - - - - 失败描述 - - - - - 数据 - - - - - 状态 - - - - - 描述 - - - - - 图片工具类 - - - - - 获取外网Url图片的二进制数组 - - - - - - - 保存二进制流到文件 - - - - - - - 保存外网Url到文件 - - 外网图片Url - 要保存的文件名称 - - - - - 删除文件夹里面所有的文件 - - - - - - - 无损压缩图片 - - 原图片地址 - 压缩后保存图片地址 - 压缩后宽度 - 压缩后高度 - 压缩质量(数字越小压缩率越高) - 压缩后图片的最大大小 - 是否为第一次调用 - - - - - Json序列化工具类 - - - - - JSON 字符串转 Object - - - - - - - - JSON 字符串转 Object - - - - - - - Object 转 JSON字符串 - - - - - - - JSON 字符串转 JObject - - - - - - - Dictionary 字符串转 Object - - - - - - - - 把数组转为逗号连接的字符串 - - - - - - - - 判断是否有交集 - - - - - - - - - 获取服务器信息 - - - - - 获取资源使用信息 - - - - - - 获取基本参数 - - - - - - 动态获取网络信息 - - - - - - 是否Linux - - - - - - 获取CPU使用率 - - - - - - 获取系统运行时间 - - - - - - 获取内存信息 - - - - - - 毫秒转天时分秒 - - - - - - - 获取外网IP和地理位置 - - - - - - 系统Shell命令 - - - - - Bash命令 - - - - - - - cmd命令 - - - - - - - - - - - - - 当前正在联网的网卡信息 - - - - - - 获取当前网卡的网络速度 - - - - - - - 小程序工具类 - - - - - 解密数据获取小程序用户信息 - - 包括敏感数据在内的完整用户信息的加密数据 - auth.code2Session获取的session_key - 加密算法的初始向量 - 如遇异常返回 "" - - - - 基础解析 - - 包括敏感数据在内的完整用户信息的加密数据 - auth.code2Session获取的session_key - 加密算法的初始向量 - - - - - 小程序登录解密后的用户信息Model - - - - - 手机号 - - - - - 纯手机号 - - - - - 区号 - - - - - 阿里云oss文件上传工具类 - - - - - 上传本地文件(走阿里云内网传输) - - - - - - - - 上传一个图片 - - 图片经过base64加密后的结果 - 文件名,例如:Emplyoee/dzzBack.jpg - - - - 上传本地文件 - - - - 返回参数说明 1.本地文件不存在 2.文件oss上已存在 3.上传失败 4.上传成功 - - - - - 上传一个图片 - - 图片字节 - 文件名,例如:Emplyoee/dzzBack.jpg - - - - - 获取鉴权后的URL,URL有效日期默认一小时 - - 文件名,例如:Emplyoee/dzzBack.jpg - - - - - 获取鉴权后的URL - - 文件名,例如:Emplyoee/dzzBack.jpg - URL有效日期,例如:DateTime.Now.AddHours(1) - - - - - 将文件转换成byte[] 数组 - - 文件路径文件名称 - byte[] - - - - 删除文件 - - 文件id - 文件url - - - - 删除文件夹 - - 文件id - 文件url - - - - 判断文件是否存在 - - - - - - - 类型转换 - - - - - - 反射工具 - - - - - 获取字段特性 - - - - - - - - 普通 字符串 转换为 base64 字符串 - - - - - base64 字符串 转换为 普通 字符串 - - - - - 字符串验证帮助类 - - - - - 验证输入字符串为带小数点正数 - - 输入字符 - 返回一个bool类型的值 - - - - 验证输入字符串为带小数点正负数 - - 输入字符 - 返回一个bool类型的值 - - - - 验证中国电话格式是否有效,格式010-85849685 - - 输入字符 - 返回一个bool类型的值 - - - - 验证输入字符串为电话号码 - - 输入字符 - 返回一个bool类型的值 - - - - 验证是否是有效传真号码 - - 输入字符 - 返回一个bool类型的值 - - - - 验证手机号是否合法 号段为13,14,15,16,17,18,19 0,86开头将自动识别 - - 输入字符 - 返回一个bool类型的值 - - - - 验证身份证是否有效 - - 输入字符 - 返回一个bool类型的值 - - - - 验证输入字符串为18位的身份证号码 - - 输入字符 - 返回一个bool类型的值 - - - - 验证输入字符串为15位的身份证号码 - - 输入字符 - 返回一个bool类型的值 - - - - 验证是否是有效邮箱地址 - - 输入字符 - 返回一个bool类型的值 - - - - 验证是否是有效QQ邮箱地址 - - 输入字符 - 返回一个bool类型的值 - - - - 验证是否只含有汉字 - - 输入字符 - - - - - 是否有多余的字符 防止SQL注入 - - 输入字符 - - - - - 是否由数字、26个英文字母或者下划线組成的字串 - - 输入字符 - - - - - 由数字、26个英文字母、汉字組成的字串 - - 输入字符 - - - - - 是否由数字、26个英文字母組成的字串 - - 输入字符 - - - - - 验证输入字符串为邮政编码 - - 输入字符 - 返回一个bool类型的值 - - - - 检查对象的输入长度 - - 输入字符 - 指定的长度 - false 太长,true -太短 - - - - 判断用户输入是否为日期 - - 输入字符 - 返回一个bool类型的值 - - 可判断格式如下(其中-可替换为/,不影响验证) - YYYY | YYYY-MM | YYYY-MM-DD | YYYY-MM-DD HH:MM:SS | YYYY-MM-DD HH:MM:SS.FFF - - - - - 树基类 - - - - - 获取节点id - - - - - - 获取节点父id - - - - - - 设置Children - - - - - - 递归工具类,用于遍历有父子关系的节点,例如菜单树,字典树等等 - - - - - - 顶级节点的父节点Id(默认0) - - - - - 构造树节点 - - - - - - - 构造子节点集合 - - - - - - - diff --git a/Myshipping.Core/Manager/UserManager.cs b/Myshipping.Core/Manager/UserManager.cs index 389533aa..2b5fba22 100644 --- a/Myshipping.Core/Manager/UserManager.cs +++ b/Myshipping.Core/Manager/UserManager.cs @@ -1,7 +1,7 @@  using Furion; -namespace Magic.Core; +namespace Myshipping.Core; /// /// 用户管理 diff --git a/Myshipping.Core/Myshipping.Core.csproj b/Myshipping.Core/Myshipping.Core.csproj index 67f7f591..864dec56 100644 --- a/Myshipping.Core/Myshipping.Core.csproj +++ b/Myshipping.Core/Myshipping.Core.csproj @@ -3,7 +3,7 @@ net6.0 1701;1702;1591 - Magic.Core.xml + Myshipping.Core.xml 1.0.0 @@ -16,7 +16,7 @@ - Magic.Core + Myshipping.Core false @@ -36,15 +36,10 @@ - - - - - diff --git a/Myshipping.Core/Myshipping.Core.xml b/Myshipping.Core/Myshipping.Core.xml index e1a91840..1363e0b6 100644 --- a/Myshipping.Core/Myshipping.Core.xml +++ b/Myshipping.Core/Myshipping.Core.xml @@ -1,89 +1,89 @@ - Magic.Core + Myshipping.Core - + 启用用操作日志 - + SqlSugar 工作单元配置特性 - + 构造函数 - + 构造函数 - 支持传入事务隔离级别 参数值 + 支持传入事务隔离级别 参数值 事务隔离级别 - + 事务隔离级别 - 默认:,参见: + 默认:,参见: 说明:当事务A更新某条数据的时候,不容许其他事务来更新该数据,但可以进行读取操作 - + 缓存接口 - + 用于在 key 存在时删除 key - + 用于在 key 存在时删除 key - + 用于在 key 模板存在时删除 key模板 - + 检查给定 key 是否存在 - + 检查给定 key 是否存在 - + 获取指定 key 的值 - + 获取指定 key 的值 @@ -91,14 +91,14 @@ - + 获取指定 key 的值 - + 获取指定 key 的值 @@ -106,14 +106,14 @@ - + 设置指定 key 的值,所有写入参数object都支持string | byte[] | 数值 | 对象 - + 设置指定 key 的值,所有写入参数object都支持string | byte[] | 数值 | 对象 @@ -121,7 +121,7 @@ 有效期 - + 设置指定 key 的值,所有写入参数object都支持string | byte[] | 数值 | 对象 @@ -129,7 +129,7 @@ - + 设置指定 key 的值,所有写入参数object都支持string | byte[] | 数值 | 对象 @@ -138,28 +138,28 @@ 有效期 - + 获取所有缓存 - + 内存缓存 - + Redis缓存 - + 点选验证码 - + 生成验证码图片 @@ -168,7 +168,7 @@ - + 转换为相对于图片的百分比单位 @@ -176,7 +176,7 @@ 相对于图片的绝对尺寸 (int:xPercent, int:yPercent) - + 加载字体 @@ -184,2825 +184,2825 @@ 大小 字形(常规/粗体/斜体/粗斜体) - + 随机绘制字符串 - + 验证码验证 - + 记录正确位置 - + 点击验证码输入参数 - + 验证码类型 - + 坐标点集合 - + Token - + 验证码输出参数 - + 常规验证码 - + 生成验证码图片 - + 验证码验证 - + 常规验证码输入 - + 验证码类型 - + 验证码字符 - + Token - + 缓存配置 - + 缓存类型 - + Redis配置 - + 系统配置 - + 超管是否可以查看所有租户的数据 - + 是否开启全局请求日志 - + 雪花Id配置 - + 取值范围0~63,默认1 - + 第三方配置 - + 微信 - + 上传文件 - + 阿里云 - + 头像 - + 文档 - + 商店 - + 编辑器 - + 默认 - + 数据库配置 - + 默认数据库编号 - + 默认数据库类型 - + 默认数据库连接字符串 - + 业务库集合 - + JWT配置 - + 是否验证密钥 - + 密钥 - + 是否验证签发方 - + 签发方 - + 是否验证签收方 - + 签收方 - + 是否验证过期时间 - + 过期时间 - + 过期时间容错值 - + 数据库参数 - + 数据库编号 - + 数据库类型 - + 数据库连接字符串 - + 文件参数 - + 路径 - + 大小 - + 类型 - + 第三方参数 - + id - + key - + 回调地址 - + scope - + 用户Id - + 账号 - + 名称 - + 是否超级管理 - + 租户Id - + 租户类型 - + 租户名称 - + 用户缓存 - + 菜单缓存 - + 权限缓存 - + 数据范围缓存 - + 验证码缓存 - + 库表实体信息缓存 - + 所有权限缓存 - + 程序集 - + 删除字段 - + 自定义租户基类实体 - + 租户id - + 自定义实体基类 - + 创建时间 - + 更新时间 - + 创建者Id - + 创建者名称 - + 修改者Id - + 修改者名称 - + 软删除 - + 更新信息列 - + 假删除的列,包含更新信息 - + 递增主键实体基类 - + 主键Id - + 主键实体基类 - + 主键Id - + 文档表 - + 父Id - + 父ID列表 - + 名称 - + 文档类型:文件、文件夹 - + 文件后缀 - + 文件大小kb - + 文件路径 - + 存储后的文件名 - + 标签 - + 备注 - + 是否可见 - + 系统应用表 - + 名称 - + 编码 - + 是否默认激活(Y-是,N-否),只能有一个系统默认激活 用户登录后默认展示此系统菜单 - + 状态(字典 0正常 1停用 2删除) - + 排序 - + 代码生成表 - + 作者姓名 - + 是否移除表前缀 - + 生成方式 - + 数据库表名 - + 命名空间 - + 业务名 - + 菜单应用分类(应用编码) - + 菜单编码 - + 代码生成字段配置表 - + 代码生成主表ID - + 数据库字段名 - + 字段描述 - + .NET数据类型 - + 作用类型(字典) - + 外键实体名称 - + 外键显示字段 - + 外键显示字段.NET类型 - + 字典code - + 列表是否缩进(字典) - + 是否必填(字典) - + 是否是查询条件 - + 查询方式 - + 列表显示 - + 增改 - + 主键 - + 数据库中类型(物理类型) - + 是否通用字段 - + 参数配置表 - + 名称 - + 编码 - + 属性值 - + 是否是系统参数(Y-是,N-否) - + 备注 - + 状态(字典 0正常 1停用 2删除) - + 常量所属分类的编码,来自于“常量的分类”字典 - + 字典值表 - + 字典类型Id - + - + 编码 - + 排序 - + 备注 - + 状态(字典 0正常 1停用 2删除) - + 字典类型表 - + 名称 - + 编码 - + 排序 - + 备注 - + 状态(字典 0正常 1停用 2删除) - + 员工表 - + 工号 - + 机构Id - + 机构名称 - + 员工附属机构职位表 - + 员工Id - + 机构Id - + 职位Id - + 员工职位表 - + 员工Id - + 职位Id - + 文件信息表 - + 文件存储位置(1:阿里云,2:腾讯云,3:minio,4:本地) - + 文件仓库 - + 文件名称(上传时候的文件名) - + 文件后缀 - + 文件大小kb - + 文件大小信息,计算后的 - + 存储到bucket的名称(文件唯一标识id) - + 存储路径 - + 系统操作/审计日志表 - + 表名 - + 列名 - + 新值 - + 旧值 - + 操作时间 - + 操作人Id - + 操作人名称 - + 操作方式:新增、更新、删除 - + 异常日志 - + 操作人 - + 名称 - + 类名 - + 方法名 - + 异常名称 - + 异常信息 - + 异常源 - + 堆栈信息 - + 参数对象 - + 异常时间 - + 操作日志表 - + 名称 - + 是否执行成功(Y-是,N-否) - + 具体消息 - + IP - + 地址 - + 浏览器 - + 操作系统 - + 请求地址 - + 类名称 - + 方法名称 - + 请求方式(GET POST PUT DELETE) - + 请求参数 - + 返回结果 - + 耗时(毫秒) - + 操作时间 - + 操作人 - + 访问日志表 - + 名称 - + 是否执行成功(Y-是,N-否) - + 具体消息 - + IP - + 地址 - + 浏览器 - + 操作系统 - + 访问类型 - + 访问时间 - + 访问人 - + 菜单表 - + 父Id - + 父Ids - + 名称 - + 编码 - + 菜单类型(字典 0目录 1菜单 2按钮) - + 图标 - + 路由地址 - + 组件地址 - + 权限标识 - + 应用分类(应用编码) - + 打开方式(字典 0无 1组件 2内链 3外链) - + 是否可见(Y-是,N-否) - + 内链地址 - + 重定向地址 - + 权重(字典 1系统权重 2业务权重) - + 排序 - + 备注 - + 状态(字典 0正常 1停用 2删除) - + 通知公告表 - + 标题 - + 内容 - + 类型(字典 1通知 2公告) - + 发布人Id - + 发布人姓名 - + 发布机构Id - + 发布机构名称 - + 发布时间 - + 撤回时间 - + 状态(字典 0草稿 1发布 2撤回 3删除) - + 通知公告用户表 - + 通知公告Id - + 用户Id - + 阅读时间 - + 状态(字典 0未读 1已读) - + Oauth登录用户表 - + 第三方平台的用户唯一Id - + 用户授权的token - + 昵称 - + 头像 - + 性别 - + 电话 - + 邮箱 - + 位置 - + 用户网址 - + 所在公司 - + 用户来源 - + 用户备注(各平台中的用户个人介绍) - + 在线用户表 - + 连接Id - + 用户Id - + 账号 - + 姓名 - + 最后连接时间 - + 最后登录IP - + 租户id - + 组织机构表 - + 父Id - + 父Ids - + 名称 - + 编码 - + 联系人 - + 电话 - + 排序 - + 备注 - + 状态(字典 0正常 1停用 2删除) - + 职位表 - + 名称 - + 编码 - + 排序 - + 备注 - + 状态(字典 0正常 1停用 2删除) - + 角色表 - + 名称 - + 编码 - + 排序 - + 数据范围类型(字典 1全部数据 2本部门及以下数据 3本部门数据 4仅本人数据 5自定义数据) - + 备注 - + 状态(字典 0正常 1停用 2删除) - + 管理员类型-超级管理员_1、非管理员_2 - + 角色数据范围表 - + 角色Id - + 机构Id - + 角色菜单表 - + 角色Id - + 菜单Id - + 租户表 - + 公司名称 - + 管理员名称 - + 主机 - + 电子邮箱 - + 电话 - + 数据库连接 - + 架构 - + 备注 - + 租户类型 - + 定时任务 - + 任务名称 magic - + 只执行一次 - + 立即执行(默认等待启动) - + 执行类型(并行、列队) - + 执行间隔时间(单位秒) 5 - + Cron表达式 - + 定时器类型 - + 请求url - + 请求参数(Post,Put请求用) - + Headers(可以包含如:Authorization授权认证) 格式:{"Authorization":"userpassword.."} - + 请求类型 2 - + 备注 - + 用户表 - + 账号 - + 密码(默认MD5加密) - + 昵称 - + 姓名 - + 头像 - + 生日 - + 性别-男_1、女_2 - + 邮箱 - + 手机 - + 电话 - + 最后登录IP - + 最后登录时间 - + 管理员类型-超级管理员_1、非管理员_2 - + 状态-正常_0、停用_1、删除_2 - + 用户数据范围表 - + 用户Id - + 机构Id - + 用户角色表 - + 用户Id - + 系统角色Id - + 账号类型 - + 超级管理员 - + 管理员 - + 普通账号 - + 缓存类型 - + 内存缓存 - + Redis缓存 - + 公共状态 - + 正常 - + 停用 - + 删除 - + 数据操作类型 - + 其它 - + 增加 - + 删除 - + 编辑 - + 更新 - + 查询 - + 详情 - + - + 导入 - + 导出 - + 授权 - + 强退 - + 清空 - + 修改状态 - + 全部数据 - + 本部门及以下数据 - + 本部门数据 - + 仅本人数据 - + 自定义数据 - + 文档类型 - + 文件夹 - + 文件 - + 系统错误码 - + 用户名或密码不正确 - + 非法操作!禁止删除自己 - + 记录不存在 - + 账号已存在 - + 旧密码不匹配 - + 测试数据禁止更改admin密码 - + 数据已存在 - + 数据不存在或含有关联引用,禁止删除 - + 禁止为管理员分配角色 - + 重复数据或记录含有不存在数据 - + 禁止为超级管理员角色分配权限 - + 非法数据 - + Id不能为空 - + 所属机构不在自己的数据范围内 - + 禁止删除超级管理员 - + 禁止修改超级管理员状态 - + 没有权限 - + 账号已冻结 - + 父机构不存在 - + 当前机构Id不能与父机构Id相同 - + 已有相同组织机构,编码或名称相同 - + 没有权限操作机构 - + 该机构下有员工禁止删除 - + 附属机构下有员工禁止删除 - + 只能增加下级机构 - + 字典类型不存在 - + 字典类型已存在 - + 字典类型下面有字典值禁止删除 - + 字典值已存在 - + 字典值不存在 - + 字典状态错误 - + 菜单已存在 - + 路由地址为空 - + 打开方式为空 - + 权限标识格式为空 - + 权限标识格式错误 - + 权限不存在 - + 父级菜单不能为当前节点,请重新选择父级菜单 - + 不能移动根节点 - + 已存在同名或同编码应用 - + 默认激活系统只能有一个 - + 该应用下有菜单禁止删除 - + 已存在同名或同编码应用 - + 已存在同名或同编码职位 - + 该职位下有员工禁止删除 - + 通知公告状态错误 - + 通知公告删除失败 - + 通知公告编辑失败 - + 文件不存在 - + 已存在同名或同编码参数配置 - + 禁止删除系统参数 - + 已存在同名任务调度 - + 任务调度不存在 - + 演示环境禁止修改数据 - + 已存在同名或同主机租户 - + 该表代码模板已经生成过 - + 该类型不存在 - + 该字段不存在 - + 该类型不是枚举类型 - + 该实体不存在 - + 父菜单不存在 - + 已存在同名或同编码项目 - + 已存在相同证件号码人员 - + 检测数据不存在 - + 表单不存在 - + 文件扩展枚举 - + 文件存储位置 - + 阿里云 - + 腾讯云 - + minio服务器 - + 本地 - + 用户 - + 组织 - + 性别 - + - + - + 未知 - + HTTP状态码 - + 客户端可能继续其请求 - + 正在更改协议版本或协议 - + 请求成功,且请求的信息包含在响应中 - + 请求导致在响应被发送前创建新资源 - + 请求已被接受做进一步处理 - + 返回的元信息来自缓存副本而不是原始服务器,因此可能不正确 - + 已成功处理请求并且响应已被设定为无内容 - + 客户端应重置(或重新加载)当前资源 - + 响应是包括字节范围的 GET请求所请求的部分响应 - + 请求的信息有多种表示形式,默认操作是将此状态视为重定向 - + 请求的信息已移到 Location头中指定的 URI 处 - + 请求的信息位于 Location 头中指定的 URI 处 - + 将客户端自动重定向到 Location 头中指定的 URI - + 客户端的缓存副本是最新的 - + 请求应使用位于 Location 头中指定的 URI 的代理服务器 - + 服务器未能识别请求 - + 请求的资源要求身份验证 - + 需要付费 - + 服务器拒绝满足请求 - + 请求的资源不在服务器上 - + 请求的资源上不允许请求方法(POST或 GET) - + 客户端已用 Accept 头指示将不接受资源的任何可用表示形式 - + 请求的代理要求身份验证 Proxy-authenticate 头包含如何执行身份验证的详细信息 - + 客户端没有在服务器期望请求的时间内发送请求 - + 由于服务器上的冲突而未能执行请求 - + 请求的资源不再可用 - + 缺少必需的 Content-length - + 为此请求设置的条件失败,且无法执行此请求 条件是用条件请求标头(如 If-Match、If-None-Match 或 If-Unmodified-Since)设置的。 - + 请求太大,服务器无法处理 - + URI 太长 - + 请求是不支持的类型 - + 无法返回从资源请求的数据范围,因为范围的开头在资源的开头之前,或因为范围的结尾在资源的结尾之后 - + 服务器未能符合Expect头中给定的预期值 - + 服务器拒绝处理客户端使用当前协议发送的请求,但是可以接受其使用升级后的协议发送的请求 - + 服务器上发生了一般错误 - + 服务器不支持请求的函数 - + 中间代理服务器从另一代理或原始服务器接收到错误响应 - + 服务器暂时不可用,通常是由于过多加载或维护 - + 中间代理服务器在等待来自另一个代理或原始服务器的响应时已超时 - + 服务器不支持请求的HTTP版本 - + 登陆类型 - + 登陆 - + 登出 - + 注册 - + 改密 - + 三方授权登陆 - + 系统菜单类型 - + - + 组件 - + 内链 - + 外链 - + 系统菜单类型 - + 目录 - + 菜单 - + 按钮 - + 菜单权重 - + 系统权重 - + 业务权重 - + 通知公告状态 - + 草稿 - + 发布 - + 撤回 - + 删除 - + 通知 - + 公告 - + 通知公告用户状态 - + 未读 - + 已读 - + 查询类型的枚举 - + 等于 - + 模糊 - + 大于 - + 小于 - + 不等于 - + 大于等于 - + 小于等于 - + 不为空 - + http请求类型 - + 执行内部方法 - + GET请求 - + POST请求 - + PUT请求 - + DELETE请求 - + 账号类型 - + 租户管理员角色 - + 租户普通角色 - + 菜单激活类型 - + - + - + B格 - + 数据过滤,默认用户集合 @@ -3012,26 +3012,26 @@ 需要过滤的用户id字段,默认CreatedUserId和OrgId - + 检查数据权限,默认用户集合 检测的id 默认用户集合 - + 获取当前数据权限,默认用户集合 默认用户集合 - + 字典扩展 - + 将一个字典转化为 QueryString @@ -3039,39 +3039,39 @@ - + 将一个字符串 URL 编码 - + 移除空值项 - + 枚举扩展 - + 获取枚举对象Key与名称的字典(缓存) - + 获取枚举对象Key与名称的字典 - + 获取枚举类型key与描述的字典(缓存) @@ -3079,7 +3079,7 @@ - + 获取枚举类型key与描述的字典(没有描述则获取name) @@ -3087,7 +3087,7 @@ - + 从程序集中查找指定枚举类型 @@ -3095,84 +3095,84 @@ - + 从程序集中加载所有枚举类型 - + 通用输入扩展参数(带权限) - + 授权菜单 - + 授权角色 - + 授权数据 - + 通用分页输入参数 - + 搜索值 - + 当前页码 - + 页码容量 - + 搜索开始时间 - + 搜索结束时间 - + 排序字段 - + 排序方法,默认升序,否则降序(配合antd前端,约定参数为 Ascend,Dscend) - + 降序排序(不要问我为什么是descend不是desc,前端约定参数就是这样) - + 分页拓展类 - + 分页拓展 @@ -3181,12 +3181,12 @@ - + 通用输入帮助类 - + 排序方式(默认降序) @@ -3194,96 +3194,96 @@ 是否降序 - + 小诺分页列表结果 - + 替换sqlsugar分页 - + 规范化RESTful风格返回值 - + RESTful风格---XIAONUO返回格式 - + 执行成功 - + 状态码 - + 错误信息 - + 数据 - + 附加数据 - + 时间戳 - + 全局异常处理 - + 请求日志拦截 - + SqlSugar 工作单元拦截器 - + 过滤器排序 - + 排序属性 - + SqlSugar 对象 - + 构造函数 - + @@ -3291,72 +3291,72 @@ - + 聊天集线器 - + 连接 - + 断开 - + 日志定时任务类 - + 定期删除异常日志 - + 定期删除操作日志 - + 定期删除访问日志 - + 后台批量写错误日志 - + 后台批量写操作日志 - + 后台批量写访问日志 - + 写日志 @@ -3366,157 +3366,157 @@ - + 根据条件删除日志 - + Long 类型Json返回处理 - + Reads and converts the JSON to type . The reader. The type to convert. An object that specifies serialization options to use. The converted value. - + Writes a specified value as JSON. The writer to write to. The value to convert to JSON. An object that specifies serialization options to use. - + 日志写入文件的组件 - + 日志写入文件扩展 - + 添加workerservice项目控制台日志格式化扩展 - + 添加api项目控制台日志格式化扩展 - + 用户管理 - + 用户id - + 账号 - + 昵称 - + 是否超级管理员 - + 是否租户管理员 - + AccessToken参数 - + 用户标识 - + Token 类型 - + AccessToken - + 用于刷新 AccessToken 的 Token - + 此 AccessToken 对应的权限 - + AccessToken 过期时间 - + 错误的详细描述 - + 获取的Token是否包含错误 - + 微信用户参数 - + 用户特权信息,json 数组,如微信沃卡用户为(chinaunicom) - + 获取的用户是否包含错误 - + 发起授权 - + 获取微信Token @@ -3524,7 +3524,7 @@ - + 获取微信用户基本信息 @@ -3532,168 +3532,168 @@ - + 刷新微信Token - + 系统应用参数 - + 名称 - + 编码 - + 是否默认激活(Y-是,N-否),只能有一个系统默认激活 用户登录后默认展示此系统菜单 - + 状态(字典 0正常 1停用 2删除) - + 排序 - + 名称 - + 编码 - + 应用Id - + 应用Id - + 系统应用参数 - + 应用Id - + 名称 - + 编码 - + 是否默认 - + 排序 - + 系统应用服务 - + 获取用户应用相关信息 - + 分页查询系统应用 - + 增加系统应用 - + 删除系统应用 - + 更新系统应用 - + 获取系统应用 - + 获取系统应用列表 - + 设为默认应用 - + 修改用户状态 - + 登录授权相关服务 - + 用户登录 @@ -3701,7 +3701,7 @@ 默认用户名/密码:admin/admin - + 模拟租户登录 @@ -3709,218 +3709,218 @@ 默认用户名/密码:admin/admin - + 获取当前登录用户信息 - + 退出 - + 获取验证码开关 - + 获取验证码(默认点选模式) - + 校验验证码 - + 登录输入参数 - + 租户id superAdmin - + 用户名 superAdmin - + 密码 123456 - + 用户登录输出参数 - + 主键 - + 账号 - + 昵称 - + 姓名 - + 头像 - + 生日 - + 性别(字典 1男 2女) - + 邮箱 - + 手机 - + 电话 - + 管理员类型(0超级管理员 1非管理员) - + 最后登陆IP - + 最后登陆时间 - + 最后登陆地址 - + 最后登陆所用浏览器 - + 最后登陆所用系统 - + 员工信息 - + 具备应用信息 - + 角色信息 - + 权限信息 - + 登录菜单信息---AntDesign版本菜单 - + 数据范围(机构)信息 - + 注册输入参数 - + 用户名 superAdmin - + 公司名 superAdmin - + 密码 123456 - + 系统缓存服务 - + 获取数据范围缓存(机构Id集合) - + 获取数据范围缓存(用户Id集合) - + 缓存数据范围(机构Id集合) @@ -3928,7 +3928,7 @@ - + 缓存数据范围(用户Id集合) @@ -3936,7 +3936,7 @@ - + 获取菜单缓存 @@ -3944,7 +3944,7 @@ - + 缓存菜单 @@ -3953,14 +3953,14 @@ - + 获取权限缓存(按钮) - + 缓存权限 @@ -3968,47 +3968,47 @@ - + 获取所有缓存关键字 - + 获取所有按钮权限 - + 设置所有按钮权限 - + 删除指定关键字缓存 - + 删除指定关键字缓存 - + 删除某特征关键字缓存 - + 设置缓存 @@ -4016,7 +4016,7 @@ - + 设置缓存 @@ -4024,21 +4024,21 @@ - + 获取缓存 - + 获取缓存 - + 获取缓存 @@ -4046,7 +4046,7 @@ - + 获取缓存 @@ -4054,646 +4054,646 @@ - + 检查给定 key 是否存在 - + 检查给定 key 是否存在 - + 代码生成详细配置服务 - + 代码生成详细配置列表 - + 增加 - + 删除 - + 更新 - + 详情 - + 批量增加 - + 代码生成器服务 - + 分页查询 - + 增加 - + 删除 - + 更新 - + 详情 - + 获取数据库表(实体)集合 - + 根据表名获取列 - + 获取数据表列(实体属性)集合 - + 代码生成_本地项目 - + 获取模板文件路径集合 - + 设置生成文件路径 - + 代码生成详细配置参数 - + 主键Id - + 代码生成主表ID - + 数据库字段名 - + 数据库字段名(首字母小写) - + 字段描述 - + .NET类型 - + 作用类型(字典) - + 外键实体名称 - + 外键实体名称(首字母小写) - + 外键显示字段 - + 外键显示字段(首字母小写) - + 外键显示字段.NET类型 - + 字典code - + 列表是否缩进(字典) - + 是否必填(字典) - + 是否是查询条件 - + 查询方式 - + 列表显示 - + 增改 - + 主外键 - + 数据库中类型(物理类型) - + 是否是通用字段 - + 代码生成参数类 - + 作者姓名 - + 类名 - + 是否移除表前缀 - + 生成方式 - + 数据库表名 - + 命名空间 - + 业务名(业务代码包名称) - + 功能名(数据库表名称) - + 菜单应用分类(应用编码) - + 菜单父级 - + 数据库表名 - + 业务名(业务代码包名称) - + 命名空间 - + 作者姓名 - + 生成方式 - + 菜单应用分类(应用编码) - + 菜单父级 - + 代码生成器Id - + 代码生成器Id - + 代码生成参数类 - + 代码生成器Id - + 作者姓名 - + 类名 - + 是否移除表前缀 - + 生成方式 - + 数据库表名 - + 包名 - + 业务名(业务代码包名称) - + 功能名(数据库表名称) - + 菜单应用分类(应用编码) - + 菜单父级 - + 数据库表列 - + 字段名 - + 数据库中类型 - + .NET字段类型 - + 字段描述 - + 主外键 - + 数据库表列表参数 - + 表名(字母形式的) - + 实体名称 - + 创建时间 - + 更新时间 - + 表名称描述(注释)(功能名) - + 作者姓名 - + 是否移除表前缀 - + 生成方式 - + 数据库表名 - + 数据库表名(经过组装的) - + 代码包名 - + 生成时间(string类型的) - + 数据库表中字段集合 - + 业务名 - + 获取库表信息 - + 参数配置 - + 名称 - + 编码 - + 属性值 - + 是否是系统参数(Y-是,N-否) - + 备注 - + 状态(字典 0正常 1停用 2删除) - + 常量所属分类的编码,来自于“常量的分类”字典 - + 名称 - + 编码 - + 应用Id - + 应用Id - + 系统参数配置服务 - + 分页获取系统参数配置 - + 获取系统参数配置列表 - + 增加系统参数配置 - + 删除系统参数配置 - + 更新系统参数配置 - + 获取系统参数配置 - + 获取配置信息 - + 更新配置缓存 @@ -4701,502 +4701,502 @@ - + 获取演示环境开关是否开启,默认为false - + 获取验证码开关标识 - + 获取默认密码 - + 数据库管理 - + 添加列 - + 删除列 - + 编辑列 - + 获取表字段 - + 获取所有表 - + 新增表 - + 删除表 - + 编辑表 - + 获取模板文件路径集合 - + 设置生成文件路径 - + student - + Student - + AutoIncrementEntity - + - Magic.Application + Myshipping.Application - + 字典值参数 - + 字典类型Id - + - + 编码 - + 排序 - + 备注 - + 状态(字典 0正常 1停用 2删除) - + 字典类型Id - + 字典类型Id - + - + 编码 - + 字典值Id - + 字典值Id - + 字典值参数 - + 字典Id - + 字典类型与字典值构造的树 - + Id - + 父Id - + 编码-对应字典值的编码 - + 名称-对应字典值的value - + 子节点集合 - + 字典类型参数 - + 名称 - + 编码 - + 排序 - + 备注 - + 状态(字典 0正常 1停用 2删除) - + 名称 - + 编码 - + 编号Id - + Id - + 编码 - + 字典值服务 - + 分页查询字典值 - + 获取某个字典类型下字典值列表 - + 增加字典值 - + 删除字典值 - + 更新字典值 - + 字典值详情 - + 修改字典值状态 - + 根据字典类型Id获取字典值集合 - + 删除字典下所有值 - + 根据字典Code返回字典值列表 - + 字典类型服务 - + 分页查询字典类型 - + 获取字典类型列表 - + 获取字典类型下所有字典值 - + 添加字典类型 - + 删除字典类型 - + 更新字典类型 - + 字典类型详情 - + 更新字典类型状态 - + 字典类型与字典值构造的字典树 - + 文档服务 - + 分页查询文档 - + 文件夹树 - + 上传文件 - + 上传文件夹 - + 新建文件夹 - + 删除文档 - + 批量删除 - + 移动文档 - + 更新文件夹 - + 获取文档 - + 下载文件 - + 预览文件 - + 创建Pids格式 如果pid是0顶级节点,pids就是 [0]; @@ -5205,14 +5205,14 @@ - + 获取文件大小 - + 上传文件 @@ -5220,468 +5220,468 @@ - + 获取父级 - + 文档输出参数 - + Id - + 父Id - + 名称 - + 文档类型:文件、文件夹 - + 文件后缀 - + 文件大小kb - + 标签 - + 备注 - + 文档输入参数 - + 父Id - + 父ID列表 - + 名称 - + 文档类型:文件、文件夹 - + 文件后缀 - + 文件大小kb - + 存储后的文件名 - + 标签 - + 备注 - + 创建开始时间 - + 创建结束时间 - + 修改结束时间 - + 修改结束时间 - + 文件类型 - + 是否删除 - + 上传文件输入参数 - + Id - + 批量删除入参 - + Id列表 - + 移动入参 - + Id列表 - + 父Id - + Id - + 文档输出参数 - + Id - + 父Id - + 名称 - + 文档类型:文件、文件夹 - + 文件类型 - + 文件后缀 - + 文件大小kb - + 文件大小kb - + 标签 - + 标签数组 - + 备注 - + 创建时间 - + 更新时间 - + 创建用户ID - + 创建人用户名 - + 修改人ID - + 修改人用户名 - + 树查询输出 - + Id - + 父Id - + 名称 - + 附属机构和职位参数 - + 员工Id - + 附属机构id - + 附属机构编码 - + 附属机构名称 - + 附属职位id - + 附属职位编码 - + 附属职位名称 - + 员工信息参数 - + 员工Id - + 工号 - + 机构id - + 机构名称 - + 机构与职位信息 - + 职位信息 - + 员工信息参数2 - + 员工Id - + 工号 - + 机构Id - + 机构名称 - + 附属机构 - + 职位集合 - + 员工职位参数 - + 员工Id - + 职位Id - + 职位编码 - + 职位名称 - + 员工附属机构和职位服务 - + 保存或编辑附属机构相关信息 - + 获取附属机构和职位信息 - + 根据机构Id判断该附属机构下是否有员工 - + 根据职位Id判断该附属职位下是否有员工 - + 根据员工Id删除对应的员工-附属信息 - + 员工职位服务 - + 增加或编辑员工职位相关信息 @@ -5689,52 +5689,52 @@ 职位id集合 - + 获取所属职位信息 员工Id(用户Id) - + 根据职位Id判断该职位下是否有员工 - + 根据员工Id删除对用的员工-职位信息 - + 员工服务 - + 获取用户员工相关信息(包括登录) - + 获取用户员工相关信息 - + 增加或编辑员工相关信息 - + 修改员工相关机构信息 @@ -5742,238 +5742,238 @@ - + 根据机构Id判断该机构下是否有员工 - + 根据员工Id删除对应的员工表信息 - + 获取员工机构Id - + 获取子机构用户 - + 枚举输入参数 - + 枚举类型名称 Gender - + 实体名称 - + 字段名称 - + 枚举输出参数 - + 字典Id - + 字典值 - + 枚举值服务 - + 获取所有枚举值 - + 通过枚举类型获取枚举值集合 - + 通过实体字段类型获取相关集合(目前仅支持枚举类型) - + 上传文件参数 - + 文件存储位置(1:阿里云,2:腾讯云,3:minio,4:本地) - + 文件仓库 - + 文件名称(上传时候的文件名) - + 文件后缀 - + 文件大小kb - + 文件大小信息,计算后的 - + 存储到bucket的名称(文件唯一标识id) - + 存储路径 - + 文件Id - + 上传文件参数 - + 文件Id - + 文件服务 - + 分页获取文件列表 - + 获取文件列表 - + 删除文件 - + 获取文件详情 - + 预览文件 - + 上传文件 - + 下载文件 - + 上传头像 - + 上传文档 - + 上传富文本图片 - + 上传商店图片 - + 上传文件 @@ -5981,7 +5981,7 @@ - + 上传文件 @@ -5990,549 +5990,549 @@ 文件存储位置 - + 异常日志参数 - + 操作人 - + 名称 - + 类名 - + 方法名 - + 异常名称 - + 异常信息 - + 异常时间 - + 异常日志参数 - + 请求日志参数 - + 名称 - + 是否执行成功(Y-是,N-否) - + 具体消息 - + ip - + 地址 - + 浏览器 - + 操作系统 - + 请求地址 - + 类名称 - + 方法名称 - + 请求方式(GET POST PUT DELETE) - + 请求参数 - + 返回结果 - + 耗时(毫秒) - + 操作时间 - + 操作人 - + 请求日志参数 - + 访问日志参数 - + 名称 - + 是否执行成功(Y-是,N-否) - + 具体消息 - + IP - + 地址 - + 浏览器 - + 操作系统 - + 访问类型 - + 访问时间 - + 访问人 - + 访问日志参数 - + 异常日志服务 - + 分页查询异常日志 - + 清空异常日志 - + 操作日志服务 - + 分页查询操作日志 - + 清空操作日志 - + 访问日志服务 - + 分页查询访问日志 - + 清空访问日志 - + 登录菜单-AntDesign菜单类型 - + 所属应用 - + id - + 父id - + 路由名称, 必须设置,且不能重名 - + 组件 - + 重定向地址, 访问这个路由时, 自定进行重定向 - + 路由元信息(路由附带扩展信息) - + 路径 - + 控制路由和子路由是否显示在 sidebar - + 路由元信息内部类 - + 路由标题, 用于显示面包屑, 页面标题 *推荐设置 - + 图标 - + 是否可见 - + 如需外部打开,增加:_blank - + 内链打开http链接 - + 菜单参数 - + 父Id - + 名称 - + 编码 - + 菜单类型(字典 0目录 1菜单 2按钮) - + 图标 - + 路由地址 - + 组件地址 - + 权限标识 - + 应用分类(应用编码) - + 打开方式(字典 0无 1组件 2内链 3外链) - + 是否可见(Y-是,N-否) - + 内链地址 - + 重定向地址 - + 权重(字典 1系统权重 2业务权重) - + 排序 - + 备注 - + 菜单类型(字典 0目录 1菜单 2按钮) - + 菜单Id - + 菜单Id - + 父Id DeleteMenuInput - + 应用编码 DeleteMenuInput - + 菜单树(列表形式) - + 菜单Id - + 子节点 - + 应用名称 - + 应用编码 - + 菜单树---授权、新增编辑时选择 - + 主键 - + 父Id - + 名称 - + - + 排序,越小优先级越高 - + 子节点 - + 应用名称 - + 应用编码 - + 引用排序 - + 应用编码 - + 菜单Id集合 - + 系统菜单服务 - + 获取用户权限(按钮权限标识集合) - + 获取所有权限集合 - + 获取用户AntDesign菜单集合 @@ -6540,21 +6540,21 @@ - + 获取用户菜单所属的应用编码集合 - + 系统菜单列表(树表) - + 创建Pids格式 如果pid是0顶级节点,pids就是 [0]; @@ -6563,344 +6563,344 @@ - + 增加和编辑时检查参数 - + 增加系统菜单 - + 删除系统菜单 - + 更新系统菜单 - + 获取系统菜单 - + 获取系统菜单树,用于新增、编辑时选择上级节点 - + 获取系统菜单树,用于给角色授权时选择 - + 根据应用编码判断该机构下是否有状态为正常的菜单 - + 根据系统应用切换菜单 - + 服务器信息服务 - + 获取服务器资源信息 - + 获取服务器基本参数 - + 动态获取网络信息 - + 通知公告参数 - + 标题 - + 内容 - + 类型(字典 1通知 2公告) - + 发布人Id - + 发布人姓名 - + 发布机构Id - + 发布机构名称 - + 发布时间 - + 撤回时间 - + 状态(字典 0草稿 1发布 2撤回 3删除) - + 系统通知公告详情参数 - + 通知到的用户Id集合 - + 通知到的用户阅读信息集合 - + 用户Id - + 用户名称 - + 状态(字典 0未读 1已读) - + 阅读时间 - + 通知公告参数 - + 标题 - + 内容 - + 类型(字典 1通知 2公告) - + 状态(字典 0草稿 1发布 2撤回 3删除) - + 通知到的人 - + 标题 - + 内容 - + 类型(字典 1通知 2公告) - + 状态(字典 0草稿 1发布 2撤回 3删除) - + 通知到的人 - + Id - + Id - + 状态(字典 0草稿 1发布 2撤回 3删除) - + 通知公告接收参数 - + Id - + 阅读状态(字典 0未读 1已读) - + 阅读时间 - + 通知公告服务 - + 分页查询通知公告 - + 增加通知公告 - + 删除通知公告 - + 更新通知公告 - + 获取通知公告详情 - + 修改通知公告状态 - + 获取接收的通知公告 - + 未处理消息 - + 更新发布信息 - + 通知公告用户 - + 增加 @@ -6909,7 +6909,7 @@ - + 更新 @@ -6918,14 +6918,14 @@ - + 获取通知公告用户列表 - + 设置通知公告读取状态 @@ -6934,17 +6934,17 @@ - + OAuth服务 - + 微信登录授权 - + 微信登录授权回调 @@ -6953,7 +6953,7 @@ - + 获取微信用户基本信息 @@ -6961,207 +6961,207 @@ - + 在线用户服务 - + 获取在线用户信息 - + 组织机构参数 - + 父Id - + 父Ids - + 名称 - + 编码 - + 电话 - + 排序 - + 备注 - + 状态(字典 0正常 1停用 2删除) - + 名称 - + 编码 - + 机构Id - + 机构Id - + 组织机构参数 - + 机构Id - + 组织机构树 - + Id - + 父Id - + 名称 - + - + 排序,越小优先级越高 - + 子节点 - + 上一级Id - + 组织机构服务 - + 分页查询组织机构 - + (非管理员)获取当前用户数据范围(机构Id) - + 获取组织机构列表 - + 增加组织机构 - + 填充父Ids字段 - + 删除组织机构 - + 更新组织机构 - + 获取组织机构信息 - + 根据节点Id获取所有子节点Id集合,包含自己 - + 获取组织机构树 - + 根据数据范围类型获取当前用户的数据范围(机构Id)集合 @@ -7169,260 +7169,260 @@ - + 获取所有的机构组织Id集合 - + 职位参数 - + 名称 - + 编码 - + 排序 - + 备注 - + 状态(字典 0正常 1停用 2删除) - + 当前页码 - + 页码容量 - + 名称 - + 编码 - + 职位Id - + 职位Id - + 职位服务 - + 分页获取职位 - + 获取职位列表 - + 增加职位 - + 删除职位 - + 更新职位 - + 获取职位 - + 角色参数 - + 名称 - + 编码 - + 排序 - + 数据范围类型(字典 1全部数据 2本部门及以下数据 3本部门数据 4仅本人数据 5自定义数据) - + 备注 - + 名称 - + 编码 - + 角色Id - + 角色Id - + 角色Id - + 登录用户角色参数 - + Id - + 编码 - + 名称 - + 角色数据范围服务 - + 授权角色数据范围 - + 根据角色Id集合获取角色数据范围集合 - + 根据机构Id集合删除对应的角色-数据范围关联信息 - + 根据角色Id删除对应的角色-数据范围关联信息 - + 角色菜单 - + 获取角色的菜单Id集合 - + 授权角色菜单 - + 根据菜单Id集合删除对应的角色-菜单表信息 - + 根据角色Id删除对应的角色-菜单表关联信息 - + 清理租户下角色的权限 @@ -7430,81 +7430,81 @@ 租户管理员的角色id - + 角色服务 - + 获取用户角色相关信息(登录) - + 分页获取角色列表 - + 获取角色列表 - + 角色下拉(用于授权角色时选择) - + 增加角色 - + 删除角色 - + 更新角色 - + 获取角色 - + 授权角色菜单 - + 授权角色数据范围 - + 根据角色Id集合获取数据范围Id集合 @@ -7512,643 +7512,643 @@ - + 根据角色Id获取角色名称 - + 获取角色拥有菜单Id集合 - + 获取角色拥有数据Id集合 - + 租户参数 - + 公司名称 - + 管理员名称 - + 主机 - + 电子邮箱 - + 电话号码 - + 模式 - + 数据库连接 - + 备注 - + 创建时间 - + 公司名称 - + 管理员名称 - + 主机名称 - + 数据库连接 - + 电子邮箱 - + 租户Id - + 租户Id - + 租户参数 - + 租户Id - + 名称 - + 名称 - + 主机 - + 电子邮箱 - + 电话号码 - + 模式 - + 数据库连接 - + 备注 - + 创建时间 - + 租户服务 - + 分页查询租户 - + 增加租户 - + 新增租户时,初始化数据 - + 删除租户 - + 更新租户 - + 获取租户 - + 授权租户管理员角色菜单 - + 获取租户管理员角色拥有菜单Id集合 - + 重置租户管理员密码 - + 获取租户管理员用户 - + 任务调度参数 - + 任务名称 - + 只执行一次 - + 立即执行(默认等待启动) - + 执行类型(并行、列队) - + 执行间隔时间(单位秒) 5 - + Cron表达式 - + 定时器类型 - + 请求url - + 请求参数(Post,Put请求用) - + Headers(可以包含如:Authorization授权认证) 格式:{"Authorization":"userpassword.."} - + 请求类型 - + 备注 - + 任务Id - + 任务信息---任务详情 - + Id - + 已执行次数 - + 定时器状态 - + 异常信息 - + 本地任务信息 - + 任务名称 - + 只执行一次 - + 立即执行(默认等待启动) - + 执行类型(并行、列队) - + 执行间隔时间(单位秒) - + Cron表达式 - + 定时器类型 - + 请求url - + 请求类型 2 - + 备注 - + 任务方法信息 - + 方法名 - + 方法所属类的Type对象 - + 任务调度服务 - + 分页获取任务列表 - + 获取所有本地任务 - + 增加任务 - + 删除任务 - + 修改任务 - + 查看任务 - + 停止任务 - + 启动任务 - + 新增定时任务 - + 启动自启动任务 - + 获取所有本地任务 - + 回收站输出参数 - + Id - + 父Id - + 父ID列表 - + 名称 - + 类型 - + 文件后缀 - + 文件大小kb - + 存储后的文件名 - + 标签 - + 备注 - + 回收站输出参数 - + Id - + 父Id - + 父ID列表 - + 名称 - + 类型 - + 文件后缀 - + 文件大小kb - + 存储后的文件名 - + 标签 - + 备注 - + 回收站服务 - + 分页查询回收站 - + 恢复一个 - + 恢复多个 - + 永久删除 - + 批量删除 - + 清空 - + 重命名 @@ -8156,264 +8156,264 @@ - + AuthToken参数 - + OAuth用户参数 - + 用户参数 - + 账号 - + 密码 - + 昵称 - + 姓名 - + 头像 - + 生日 - + 性别-男_1、女_2 - + 邮箱 - + 手机 - + 电话 - + 状态-正常_0、停用_1、删除_2 - + 员工信息 - + 搜索状态(字典 0正常 1停用 2删除) - + 账号 - + 密码 - + 确认密码 - + 用户Id - + 用户Id - + 用户Id - + 密码 - + 新密码 - + 确认密码 - + 用户Id - + 头像文件路径标识 - + 用户参数 - + Id - + 账号 - + 昵称 - + 姓名 - + 头像 - + 生日 - + 性别-男_1、女_2 - + 邮箱 - + 手机 - + 电话 - + 状态-正常_0、停用_1、删除_2 - + 员工信息 - + 所属租户 - + 用户数据范围服务 - + 授权用户数据 - + 获取用户的数据范围Id集合 - + 根据机构Id集合删除对应的用户-数据范围关联信息 - + 根据用户Id删除对应的用户-数据范围关联信息 - + 用户角色服务 - + 获取用户的角色Id集合 - + 授权用户角色 - + 获取用户所有角色的数据范围(组织机构Id集合) @@ -8421,152 +8421,152 @@ - + 根据角色Id删除对应的用户-角色表关联信息 - + 根据用户Id删除对应的用户-角色表关联信息 - + 用户服务 - + 分页查询用户 - + 增加用户 - + 删除用户 - + 更新用户 - + 查看用户 - + 修改用户状态 - + 授权用户角色 - + 授权用户数据范围 - + 更新用户信息 - + 修改用户密码 - + 获取用户拥有角色 - + 获取用户拥有数据 - + 重置用户密码 - + 修改用户头像 - + 获取用户选择器 - + 用户导出 - + 用户导入 - + 根据用户Id获取用户 - + 将OAuth账号转换成账号 @@ -8574,217 +8574,217 @@ - + 获取用户数据范围(机构Id集合)并缓存 - + 检查普通用户数据范围 - + 获取用户数据范围(用户Id集合) - + 检查普通用户数据范围 - + 简单泛型队列 - + 新增 - + 取出 - + 总数 - + 清理 - + 分页泛型集合 - + 页码 - + 页容量 - + 总条数 - + 总页数 - + 当前页集合 - + 是否有上一页 - + 是否有下一页 - + 分页集合 - + SqlSugar 仓储实现类 - + 初始化 SqlSugar 客户端 - + 数据库上下文 - + 构造函数 - + 实体集合 - + 原生 Ado 对象 - + 获取总数 - + 获取总数 - + 检查是否存在 - + 检查是否存在 - + 通过主键获取实体 - + 获取一个实体 - + 获取一个实体 - + 获取一个实体 - + 获取一个实体 - + 获取列表 - + 获取列表 - + 获取列表 @@ -8793,20 +8793,20 @@ - + 获取列表 - + 获取列表 - + 获取列表 @@ -8815,119 +8815,119 @@ - + 新增一条记录 - + 新增多条记录 - + 新增多条记录 - + 新增一条记录返回自增Id - + 新增一条记录返回雪花Id - + 新增一条记录返回实体 - + 新增一条记录 - + 新增多条记录 - + 新增多条记录 - + 新增一条记录返回自增Id - + 新增一条记录返回雪花Id - + 新增一条记录返回实体 - + 更新一条记录 - + 更新多条记录 - + 更新多条记录 - + 更新一条记录 - + 更新记录 @@ -8935,7 +8935,7 @@ 更新的内容 - + 更新记录 @@ -8943,84 +8943,84 @@ 更新的内容 - + 更新多条记录 - + 更新多条记录 - + 删除一条记录 - + 删除一条记录 - + 删除多条记录 - + 自定义条件删除记录 - + 删除一条记录 - + 删除一条记录 - + 删除多条记录 - + 自定义条件删除记录 - + 根据表达式查询多条记录 - + 根据表达式查询多条记录 @@ -9028,83 +9028,83 @@ - + 构建查询分析器 - + 构建查询分析器 - + 直接返回数据库结果 - + 直接返回数据库结果 - + 直接返回数据库结果 - + 直接返回数据库结果 - + 切换仓储(注意使用环境) 实体类型 仓储 - + 当前db - + 当前db - + 当前db - + 所有db - + 所有db - + 所有db - + SqlsugarScope的配置 Scope必须用单例注入 @@ -9112,19 +9112,19 @@ - + 获取当前租户id - + 判断是不是超级管理员 - + 添加 SqlSugar 拓展 @@ -9133,7 +9133,7 @@ - + 添加 SqlSugar 拓展 @@ -9142,58 +9142,58 @@ - + 代码生成帮助类 - + 数据类型转显示类型 - + 枚举的Entity类 - + 枚举的描述 - + 枚举名称 - + 枚举对象的值 - + 枚举工具类 - + 获取枚举对象Key与名称的字典(缓存) - + 获取枚举对象Key与名称的字典 - + 获取枚举类型key与描述的字典(缓存) @@ -9201,7 +9201,7 @@ - + 获取枚举类型key与描述的字典(没有描述则获取name) @@ -9209,7 +9209,7 @@ - + 从程序集中查找指定枚举类型 @@ -9217,35 +9217,35 @@ - + 从程序集中加载所有枚举类型 - + 获取枚举的Description - + 获取枚举的Description - + 将枚举转成枚举信息集合 - + 枚举ToList @@ -9253,7 +9253,7 @@ - + DateTime扩展 @@ -9264,13 +9264,13 @@ 转换扩展类 - + 得到问好 - + 获取指定年月的第一天 @@ -9279,7 +9279,7 @@ - + 获取指定年月的第一天 @@ -9288,7 +9288,7 @@ - + 获取指定年月的最后一天 @@ -9297,7 +9297,7 @@ - + 获取指定年月的最后一天 @@ -9306,63 +9306,63 @@ - + 获取当前月的第一天 - + 获取当前月的最后一天 - + 获取上月的第一天 - + 获取上月的最后一天 - + 获取本周时间 - + 获取上周时间 - + 获取当天时间 - + 获取昨天时间 - + 计算两个时间的差 @@ -9371,35 +9371,35 @@ - + 检查 Object 是否为 NULL - + 检查 Object 是否为 NULL 或者 0 - + 检查是否为 AJAX 请求 - + 将object转换为long,若转换失败,则返回0。不抛出异常。 - + 将object转换为long,若转换失败,则返回指定值。不抛出异常。 @@ -9407,14 +9407,14 @@ - + 将object转换为int,若转换失败,则返回0。不抛出异常。 - + 将object转换为int,若转换失败,则返回指定值。不抛出异常。 null返回默认值 @@ -9423,14 +9423,14 @@ - + 将object转换为short,若转换失败,则返回0。不抛出异常。 - + 将object转换为short,若转换失败,则返回指定值。不抛出异常。 @@ -9438,7 +9438,7 @@ - + 将object转换为demical,若转换失败,则返回指定值。不抛出异常。 @@ -9446,21 +9446,21 @@ - + 将object转换为demical,若转换失败,则返回0。不抛出异常。 - + 将object转换为bool,若转换失败,则返回false。不抛出异常。 - + 将object转换为bool,若转换失败,则返回指定值。不抛出异常。 @@ -9468,14 +9468,14 @@ - + 将object转换为float,若转换失败,则返回0。不抛出异常。 - + 将object转换为float,若转换失败,则返回指定值。不抛出异常。 @@ -9483,21 +9483,21 @@ - + 将string转换为Guid,若转换失败,则返回Guid.Empty。不抛出异常。 - + 将string转换为DateTime,若转换失败,则返回日期最小值。不抛出异常。 - + 将string转换为DateTime,若转换失败,则返回默认值。 @@ -9505,14 +9505,14 @@ - + 将object转换为string,若转换失败,则返回""。不抛出异常。 - + @@ -9520,14 +9520,14 @@ - + 将object转换为double,若转换失败,则返回0。不抛出异常。 - + 将object转换为double,若转换失败,则返回指定值。不抛出异常。 @@ -9535,7 +9535,7 @@ - + 强制转换类型 @@ -9543,253 +9543,253 @@ - + HTTP网络工具 - + 客户端IP地址 - + 得到客户端IP地址 - + 得到局域网IP地址 - + 得到远程Ip地址 - + 请求UserAgent信息 - + 请求Url - + 得到操作系统版本 - + 公网信息 慎用,如果不是直接请求接口,而是通过代理转发,拿到的是服务器的公网信息 - + 根据IP地址获取公网信息 - + UserAgent信息 - + 远程路径Encode处理,会保证开头是/,结尾也是/ - + 标准化远程目录路径,会保证开头是/,结尾也是/ ,如果命名不规范,存在保留字符,会返回空字符 要标准化的远程路径 - + 万网Ip信息Model类 - + Ip地址 - + 省份 - + 省份邮政编码 - + 城市 - + 城市邮政编码 - + 地理信息 - + 运营商 - + UserAgent 信息Model类 - + 手机型号 - + 操作系统(版本) - + 浏览器(版本) - + 天气预报工具类 - + 天气信息 - + 时间 - + 最高温度 - + 风力 - + 最低温度 - + 分向 - + 类型 - + 昨日天气 - + 城市 - + 未来五天天气 - + 感冒 - + 温度 - + 是否成功 - + 失败描述 - + 数据 - + 状态 - + 描述 - + 图片工具类 - + 获取外网Url图片的二进制数组 - + 保存二进制流到文件 - + 保存外网Url到文件 @@ -9797,14 +9797,14 @@ 要保存的文件名称 - + 删除文件夹里面所有的文件 - + 无损压缩图片 @@ -9817,12 +9817,12 @@ 是否为第一次调用 - + Json序列化工具类 - + JSON 字符串转 Object @@ -9830,28 +9830,28 @@ - + JSON 字符串转 Object - + Object 转 JSON字符串 - + JSON 字符串转 JObject - + Dictionary 字符串转 Object @@ -9859,7 +9859,7 @@ - + 把数组转为逗号连接的字符串 @@ -9867,7 +9867,7 @@ - + 判断是否有交集 @@ -9876,79 +9876,79 @@ - + 获取服务器信息 - + 获取资源使用信息 - + 获取基本参数 - + 动态获取网络信息 - + 是否Linux - + 获取CPU使用率 - + 获取系统运行时间 - + 获取内存信息 - + 毫秒转天时分秒 - + 获取外网IP和地理位置 - + 系统Shell命令 - + Bash命令 - + cmd命令 @@ -9956,30 +9956,30 @@ - + - + 当前正在联网的网卡信息 - + 获取当前网卡的网络速度 - + 小程序工具类 - + 解密数据获取小程序用户信息 @@ -9988,7 +9988,7 @@ 加密算法的初始向量 如遇异常返回 "" - + 基础解析 @@ -9997,32 +9997,32 @@ 加密算法的初始向量 - + 小程序登录解密后的用户信息Model - + 手机号 - + 纯手机号 - + 区号 - + 阿里云oss文件上传工具类 - + 上传本地文件(走阿里云内网传输) @@ -10030,14 +10030,14 @@ - + 上传一个图片 图片经过base64加密后的结果 文件名,例如:Emplyoee/dzzBack.jpg - + 上传本地文件 @@ -10046,7 +10046,7 @@ 返回参数说明 1.本地文件不存在 2.文件oss上已存在 3.上传失败 4.上传成功 - + 上传一个图片 @@ -10054,14 +10054,14 @@ 文件名,例如:Emplyoee/dzzBack.jpg - + 获取鉴权后的URL,URL有效日期默认一小时 文件名,例如:Emplyoee/dzzBack.jpg - + 获取鉴权后的URL @@ -10069,46 +10069,46 @@ URL有效日期,例如:DateTime.Now.AddHours(1) - + 将文件转换成byte[] 数组 文件路径文件名称 byte[] - + 删除文件 文件id 文件url - + 删除文件夹 文件id 文件url - + 判断文件是否存在 - + 类型转换 - + 反射工具 - + 获取字段特性 @@ -10116,141 +10116,141 @@ - + 普通 字符串 转换为 base64 字符串 - + base64 字符串 转换为 普通 字符串 - + 字符串验证帮助类 - + 验证输入字符串为带小数点正数 输入字符 返回一个bool类型的值 - + 验证输入字符串为带小数点正负数 输入字符 返回一个bool类型的值 - + 验证中国电话格式是否有效,格式010-85849685 输入字符 返回一个bool类型的值 - + 验证输入字符串为电话号码 输入字符 返回一个bool类型的值 - + 验证是否是有效传真号码 输入字符 返回一个bool类型的值 - + 验证手机号是否合法 号段为13,14,15,16,17,18,19 0,86开头将自动识别 输入字符 返回一个bool类型的值 - + 验证身份证是否有效 输入字符 返回一个bool类型的值 - + 验证输入字符串为18位的身份证号码 输入字符 返回一个bool类型的值 - + 验证输入字符串为15位的身份证号码 输入字符 返回一个bool类型的值 - + 验证是否是有效邮箱地址 输入字符 返回一个bool类型的值 - + 验证是否是有效QQ邮箱地址 输入字符 返回一个bool类型的值 - + 验证是否只含有汉字 输入字符 - + 是否有多余的字符 防止SQL注入 输入字符 - + 是否由数字、26个英文字母或者下划线組成的字串 输入字符 - + 由数字、26个英文字母、汉字組成的字串 输入字符 - + 是否由数字、26个英文字母組成的字串 输入字符 - + 验证输入字符串为邮政编码 输入字符 返回一个bool类型的值 - + 检查对象的输入长度 @@ -10258,7 +10258,7 @@ 指定的长度 false 太长,true -太短 - + 判断用户输入是否为日期 @@ -10269,48 +10269,48 @@ YYYY | YYYY-MM | YYYY-MM-DD | YYYY-MM-DD HH:MM:SS | YYYY-MM-DD HH:MM:SS.FFF - + 树基类 - + 获取节点id - + 获取节点父id - + 设置Children - + 递归工具类,用于遍历有父子关系的节点,例如菜单树,字典树等等 - + 顶级节点的父节点Id(默认0) - + 构造树节点 - + 构造子节点集合 diff --git a/Myshipping.Core/OAuth/IWechatOAuth.cs b/Myshipping.Core/OAuth/IWechatOAuth.cs index 0e0fefa8..29dfbb5b 100644 --- a/Myshipping.Core/OAuth/IWechatOAuth.cs +++ b/Myshipping.Core/OAuth/IWechatOAuth.cs @@ -1,6 +1,6 @@ using System.Threading.Tasks; -namespace Magic.Core; +namespace Myshipping.Core; public interface IWechatOAuth { diff --git a/Myshipping.Core/OAuth/TokenModel.cs b/Myshipping.Core/OAuth/TokenModel.cs index 26432195..60c42e4d 100644 --- a/Myshipping.Core/OAuth/TokenModel.cs +++ b/Myshipping.Core/OAuth/TokenModel.cs @@ -1,6 +1,6 @@ using System.Text.Json.Serialization; -namespace Magic.Core; +namespace Myshipping.Core; /// /// AccessToken参数 diff --git a/Myshipping.Core/OAuth/UserInfoModel.cs b/Myshipping.Core/OAuth/UserInfoModel.cs index 8bd15eba..7e0960fe 100644 --- a/Myshipping.Core/OAuth/UserInfoModel.cs +++ b/Myshipping.Core/OAuth/UserInfoModel.cs @@ -1,7 +1,7 @@ using System.Collections.Generic; using System.Text.Json.Serialization; -namespace Magic.Core; +namespace Myshipping.Core; /// /// 微信用户参数 diff --git a/Myshipping.Core/OAuth/WechatOAuth.cs b/Myshipping.Core/OAuth/WechatOAuth.cs index b3b33c8a..ca9dd94f 100644 --- a/Myshipping.Core/OAuth/WechatOAuth.cs +++ b/Myshipping.Core/OAuth/WechatOAuth.cs @@ -5,7 +5,7 @@ using Microsoft.Extensions.Options; using System.Collections.Generic; using System.Threading.Tasks; -namespace Magic.Core; +namespace Myshipping.Core; public class WechatOAuth : IWechatOAuth, ISingleton { diff --git a/Myshipping.Core/Service/App/Dto/AppInput.cs b/Myshipping.Core/Service/App/Dto/AppInput.cs index 5033ba67..288aba08 100644 --- a/Myshipping.Core/Service/App/Dto/AppInput.cs +++ b/Myshipping.Core/Service/App/Dto/AppInput.cs @@ -1,6 +1,6 @@ using System.ComponentModel.DataAnnotations; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 系统应用参数 diff --git a/Myshipping.Core/Service/App/Dto/AppOutput.cs b/Myshipping.Core/Service/App/Dto/AppOutput.cs index d034015e..dc5b08b5 100644 --- a/Myshipping.Core/Service/App/Dto/AppOutput.cs +++ b/Myshipping.Core/Service/App/Dto/AppOutput.cs @@ -1,4 +1,4 @@ -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 系统应用参数 diff --git a/Myshipping.Core/Service/App/ISysAppService.cs b/Myshipping.Core/Service/App/ISysAppService.cs index fd718428..076369c4 100644 --- a/Myshipping.Core/Service/App/ISysAppService.cs +++ b/Myshipping.Core/Service/App/ISysAppService.cs @@ -1,8 +1,8 @@ -using Magic.Core.Entity; +using Myshipping.Core.Entity; using Microsoft.AspNetCore.Mvc; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; public interface ISysAppService { diff --git a/Myshipping.Core/Service/App/SysAppService.cs b/Myshipping.Core/Service/App/SysAppService.cs index 7fc391fb..4e394b9f 100644 --- a/Myshipping.Core/Service/App/SysAppService.cs +++ b/Myshipping.Core/Service/App/SysAppService.cs @@ -3,7 +3,7 @@ using Furion.DependencyInjection; using Furion.DynamicApiController; using Furion.FriendlyException; -using Magic.Core.Entity; +using Myshipping.Core.Entity; using Mapster; using Microsoft.AspNetCore.Mvc; @@ -11,7 +11,7 @@ using SqlSugar; using System; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 系统应用服务 diff --git a/Myshipping.Core/Service/Auth/AuthService.cs b/Myshipping.Core/Service/Auth/AuthService.cs index a419c5ac..81c526d8 100644 --- a/Myshipping.Core/Service/Auth/AuthService.cs +++ b/Myshipping.Core/Service/Auth/AuthService.cs @@ -4,7 +4,7 @@ using Furion.DependencyInjection; using Furion.DynamicApiController; using Furion.EventBus; using Furion.FriendlyException; -using Magic.Core.Entity; +using Myshipping.Core.Entity; using Mapster; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Http; @@ -16,7 +16,7 @@ using System.Linq; using System.Threading.Tasks; using UAParser; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 登录授权相关服务 diff --git a/Myshipping.Core/Service/Auth/Dto/LoginInput.cs b/Myshipping.Core/Service/Auth/Dto/LoginInput.cs index 3fa447f2..1b996b68 100644 --- a/Myshipping.Core/Service/Auth/Dto/LoginInput.cs +++ b/Myshipping.Core/Service/Auth/Dto/LoginInput.cs @@ -1,7 +1,7 @@ using Furion.DependencyInjection; using System.ComponentModel.DataAnnotations; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 登录输入参数 diff --git a/Myshipping.Core/Service/Auth/Dto/LoginOutput.cs b/Myshipping.Core/Service/Auth/Dto/LoginOutput.cs index c07e2fa3..6395c390 100644 --- a/Myshipping.Core/Service/Auth/Dto/LoginOutput.cs +++ b/Myshipping.Core/Service/Auth/Dto/LoginOutput.cs @@ -2,7 +2,7 @@ using System; using System.Collections.Generic; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 用户登录输出参数 diff --git a/Myshipping.Core/Service/Auth/Dto/RegistInput.cs b/Myshipping.Core/Service/Auth/Dto/RegistInput.cs index a42e1e5d..097b0ec9 100644 --- a/Myshipping.Core/Service/Auth/Dto/RegistInput.cs +++ b/Myshipping.Core/Service/Auth/Dto/RegistInput.cs @@ -1,7 +1,7 @@ using Furion.DependencyInjection; using System.ComponentModel.DataAnnotations; -namespace Magic.Core.Service +namespace Myshipping.Core.Service { /// /// 注册输入参数 diff --git a/Myshipping.Core/Service/Auth/IAuthService.cs b/Myshipping.Core/Service/Auth/IAuthService.cs index 9cd86f63..4fc081ae 100644 --- a/Myshipping.Core/Service/Auth/IAuthService.cs +++ b/Myshipping.Core/Service/Auth/IAuthService.cs @@ -2,7 +2,7 @@ using System.ComponentModel.DataAnnotations; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; public interface IAuthService { diff --git a/Myshipping.Core/Service/Cache/ISysCacheService.cs b/Myshipping.Core/Service/Cache/ISysCacheService.cs index 5d20fa12..0e129fb1 100644 --- a/Myshipping.Core/Service/Cache/ISysCacheService.cs +++ b/Myshipping.Core/Service/Cache/ISysCacheService.cs @@ -1,7 +1,7 @@ using System.Collections.Generic; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; public interface ISysCacheService { diff --git a/Myshipping.Core/Service/Cache/SysCacheService.cs b/Myshipping.Core/Service/Cache/SysCacheService.cs index 9dc27f7f..a91605d3 100644 --- a/Myshipping.Core/Service/Cache/SysCacheService.cs +++ b/Myshipping.Core/Service/Cache/SysCacheService.cs @@ -7,7 +7,7 @@ using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 系统缓存服务 diff --git a/Myshipping.Core/Service/CodeGen/CodeGenConfigService.cs b/Myshipping.Core/Service/CodeGen/CodeGenConfigService.cs index 5553cabb..e926a1b2 100644 --- a/Myshipping.Core/Service/CodeGen/CodeGenConfigService.cs +++ b/Myshipping.Core/Service/CodeGen/CodeGenConfigService.cs @@ -2,7 +2,7 @@ using Furion.DependencyInjection; using Furion.DynamicApiController; -using Magic.Core.Entity; +using Myshipping.Core.Entity; using Mapster; using Microsoft.AspNetCore.Mvc; @@ -12,7 +12,7 @@ using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 代码生成详细配置服务 diff --git a/Myshipping.Core/Service/CodeGen/CodeGenService.cs b/Myshipping.Core/Service/CodeGen/CodeGenService.cs index 9cc4def8..c09867cd 100644 --- a/Myshipping.Core/Service/CodeGen/CodeGenService.cs +++ b/Myshipping.Core/Service/CodeGen/CodeGenService.cs @@ -3,7 +3,7 @@ using Furion.DependencyInjection; using Furion.DynamicApiController; using Furion.FriendlyException; using Furion.ViewEngine; -using Magic.Core.Entity; +using Myshipping.Core.Entity; using Mapster; using Microsoft.AspNetCore.Mvc; using SqlSugar; @@ -13,7 +13,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 代码生成器服务 @@ -368,7 +368,7 @@ public class CodeGenService : ICodeGenService, IDynamicApiController, ITransient /// private List GetTargetPathList(SysCodeGen input) { - var backendPath = Path.Combine(new DirectoryInfo(App.WebHostEnvironment.ContentRootPath).Parent.FullName, "Magic.Application", "Service", input.TableName); + var backendPath = Path.Combine(new DirectoryInfo(App.WebHostEnvironment.ContentRootPath).Parent.FullName, "Myshipping.Application", "Service", input.TableName); var servicePath = Path.Combine(backendPath, input.TableName + "Service.cs"); var iservicePath = Path.Combine(backendPath, "I" + input.TableName + "Service.cs"); var inputPath = Path.Combine(backendPath, "Dto", input.TableName + "Input.cs"); diff --git a/Myshipping.Core/Service/CodeGen/Dto/CodeGenConfig.cs b/Myshipping.Core/Service/CodeGen/Dto/CodeGenConfig.cs index a6e63a42..4fcd5f2c 100644 --- a/Myshipping.Core/Service/CodeGen/Dto/CodeGenConfig.cs +++ b/Myshipping.Core/Service/CodeGen/Dto/CodeGenConfig.cs @@ -1,4 +1,4 @@ -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 代码生成详细配置参数 diff --git a/Myshipping.Core/Service/CodeGen/Dto/CodeGenInput.cs b/Myshipping.Core/Service/CodeGen/Dto/CodeGenInput.cs index 5d1af102..5c34fdac 100644 --- a/Myshipping.Core/Service/CodeGen/Dto/CodeGenInput.cs +++ b/Myshipping.Core/Service/CodeGen/Dto/CodeGenInput.cs @@ -1,6 +1,6 @@ using System.ComponentModel.DataAnnotations; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 代码生成参数类 diff --git a/Myshipping.Core/Service/CodeGen/Dto/CodeGenOutput.cs b/Myshipping.Core/Service/CodeGen/Dto/CodeGenOutput.cs index a67baff4..64ce0a61 100644 --- a/Myshipping.Core/Service/CodeGen/Dto/CodeGenOutput.cs +++ b/Myshipping.Core/Service/CodeGen/Dto/CodeGenOutput.cs @@ -1,4 +1,4 @@ -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 代码生成参数类 diff --git a/Myshipping.Core/Service/CodeGen/Dto/TableColumnOuput.cs b/Myshipping.Core/Service/CodeGen/Dto/TableColumnOuput.cs index 91cedb48..33696241 100644 --- a/Myshipping.Core/Service/CodeGen/Dto/TableColumnOuput.cs +++ b/Myshipping.Core/Service/CodeGen/Dto/TableColumnOuput.cs @@ -1,4 +1,4 @@ -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 数据库表列 diff --git a/Myshipping.Core/Service/CodeGen/Dto/TableOutput.cs b/Myshipping.Core/Service/CodeGen/Dto/TableOutput.cs index b55a6084..41bfe14b 100644 --- a/Myshipping.Core/Service/CodeGen/Dto/TableOutput.cs +++ b/Myshipping.Core/Service/CodeGen/Dto/TableOutput.cs @@ -1,4 +1,4 @@ -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 数据库表列表参数 diff --git a/Myshipping.Core/Service/CodeGen/Dto/XnCodeGenOutput.cs b/Myshipping.Core/Service/CodeGen/Dto/XnCodeGenOutput.cs index b3156281..631bbc68 100644 --- a/Myshipping.Core/Service/CodeGen/Dto/XnCodeGenOutput.cs +++ b/Myshipping.Core/Service/CodeGen/Dto/XnCodeGenOutput.cs @@ -1,7 +1,7 @@ -using Magic.Core.Entity; +using Myshipping.Core.Entity; using System.Collections.Generic; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; public class XnCodeGenOutput { diff --git a/Myshipping.Core/Service/CodeGen/ICodeGenConfigService.cs b/Myshipping.Core/Service/CodeGen/ICodeGenConfigService.cs index 0b48b774..fc029d35 100644 --- a/Myshipping.Core/Service/CodeGen/ICodeGenConfigService.cs +++ b/Myshipping.Core/Service/CodeGen/ICodeGenConfigService.cs @@ -1,9 +1,9 @@ -using Magic.Core.Entity; +using Myshipping.Core.Entity; using Microsoft.AspNetCore.Mvc; using System.Collections.Generic; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; public interface ICodeGenConfigService { diff --git a/Myshipping.Core/Service/CodeGen/ICodeGenService.cs b/Myshipping.Core/Service/CodeGen/ICodeGenService.cs index b06bdbe2..24e9d395 100644 --- a/Myshipping.Core/Service/CodeGen/ICodeGenService.cs +++ b/Myshipping.Core/Service/CodeGen/ICodeGenService.cs @@ -1,9 +1,9 @@ -using Magic.Core.Entity; +using Myshipping.Core.Entity; using Microsoft.AspNetCore.Mvc; using System.Collections.Generic; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; public interface ICodeGenService { diff --git a/Myshipping.Core/Service/Common/CommonService.cs b/Myshipping.Core/Service/Common/CommonService.cs index bfec08f8..d259a0d3 100644 --- a/Myshipping.Core/Service/Common/CommonService.cs +++ b/Myshipping.Core/Service/Common/CommonService.cs @@ -10,7 +10,7 @@ using System.Reflection; using System.Text; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; public class CommonService : ICommonService, IScoped { diff --git a/Myshipping.Core/Service/Common/ICommonService.cs b/Myshipping.Core/Service/Common/ICommonService.cs index 3f595fe7..95d39e70 100644 --- a/Myshipping.Core/Service/Common/ICommonService.cs +++ b/Myshipping.Core/Service/Common/ICommonService.cs @@ -5,7 +5,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; public interface ICommonService { diff --git a/Myshipping.Core/Service/Config/Dto/ConfigInput.cs b/Myshipping.Core/Service/Config/Dto/ConfigInput.cs index c72c57f5..c1c5df26 100644 --- a/Myshipping.Core/Service/Config/Dto/ConfigInput.cs +++ b/Myshipping.Core/Service/Config/Dto/ConfigInput.cs @@ -1,6 +1,6 @@ using System.ComponentModel.DataAnnotations; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 参数配置 diff --git a/Myshipping.Core/Service/Config/ISysConfigService.cs b/Myshipping.Core/Service/Config/ISysConfigService.cs index f8d2dfbe..e436b92b 100644 --- a/Myshipping.Core/Service/Config/ISysConfigService.cs +++ b/Myshipping.Core/Service/Config/ISysConfigService.cs @@ -1,8 +1,8 @@ -using Magic.Core.Entity; +using Myshipping.Core.Entity; using Microsoft.AspNetCore.Mvc; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; public interface ISysConfigService { diff --git a/Myshipping.Core/Service/Config/SysConfigService.cs b/Myshipping.Core/Service/Config/SysConfigService.cs index 597797b7..f54d1d08 100644 --- a/Myshipping.Core/Service/Config/SysConfigService.cs +++ b/Myshipping.Core/Service/Config/SysConfigService.cs @@ -3,7 +3,7 @@ using Furion.DependencyInjection; using Furion.DynamicApiController; using Furion.FriendlyException; -using Magic.Core.Entity; +using Myshipping.Core.Entity; using Mapster; using Microsoft.AspNetCore.Mvc; @@ -11,7 +11,7 @@ using SqlSugar; using System.Linq; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 系统参数配置服务 diff --git a/Myshipping.Core/Service/DataBase/DataBaseManager.cs b/Myshipping.Core/Service/DataBase/DataBaseManager.cs index 0ab24809..f0437142 100644 --- a/Myshipping.Core/Service/DataBase/DataBaseManager.cs +++ b/Myshipping.Core/Service/DataBase/DataBaseManager.cs @@ -3,7 +3,7 @@ using Furion.DependencyInjection; using Furion.DynamicApiController; using Furion.FriendlyException; using Furion.ViewEngine; -using Magic.Core.Service.DataBase.Extension; +using Myshipping.Core.Service.DataBase.Extension; using Mapster; using Microsoft.AspNetCore.Mvc; using SqlSugar; @@ -13,7 +13,7 @@ using System.IO; using System.Linq; using System.Text; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 数据库管理 @@ -168,14 +168,14 @@ public class DataBaseManager : IDataBaseManager, IDynamicApiController, ITransie [HttpPost("/table/createEntity")] public void CreateEntity(CreateEntityInput input) { - Type baseType = Type.GetType($"Magic.Core.Entity.{input.BaseClassName}"); + Type baseType = Type.GetType($"Myshipping.Core.Entity.{input.BaseClassName}"); if (baseType.IsNullOrZero()) throw Oops.Oh("父类不存在"); var baseTypeProperties = baseType.GetProperties().Select(m => m.Name).ToList(); - input.Position = string.IsNullOrWhiteSpace(input.Position) ? "Magic.Application" : input.Position; + input.Position = string.IsNullOrWhiteSpace(input.Position) ? "Myshipping.Application" : input.Position; input.BaseClassName = string.IsNullOrWhiteSpace(input.BaseClassName) ? "" : $" : {input.BaseClassName}"; var templatePath = GetTemplatePath(); var targetPath = GetTargetPath(input); diff --git a/Myshipping.Core/Service/DataBase/Dto/CreateEntityInput.cs b/Myshipping.Core/Service/DataBase/Dto/CreateEntityInput.cs index 4a3e4f27..b036747d 100644 --- a/Myshipping.Core/Service/DataBase/Dto/CreateEntityInput.cs +++ b/Myshipping.Core/Service/DataBase/Dto/CreateEntityInput.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; public class CreateEntityInput { @@ -29,6 +29,6 @@ public class CreateEntityInput /// /// /// - /// Magic.Application + /// Myshipping.Application public string Position { get; set; } } diff --git a/Myshipping.Core/Service/DataBase/Dto/DbColumnInfoInput.cs b/Myshipping.Core/Service/DataBase/Dto/DbColumnInfoInput.cs index 2ef2b524..82c9931c 100644 --- a/Myshipping.Core/Service/DataBase/Dto/DbColumnInfoInput.cs +++ b/Myshipping.Core/Service/DataBase/Dto/DbColumnInfoInput.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; public class DbColumnInfoInput { diff --git a/Myshipping.Core/Service/DataBase/Dto/DbColumnInfoOutput.cs b/Myshipping.Core/Service/DataBase/Dto/DbColumnInfoOutput.cs index 94349ce9..686afa10 100644 --- a/Myshipping.Core/Service/DataBase/Dto/DbColumnInfoOutput.cs +++ b/Myshipping.Core/Service/DataBase/Dto/DbColumnInfoOutput.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; public class DbColumnInfoOutput { diff --git a/Myshipping.Core/Service/DataBase/Dto/DbTableInfoInput.cs b/Myshipping.Core/Service/DataBase/Dto/DbTableInfoInput.cs index 1182c734..09f20976 100644 --- a/Myshipping.Core/Service/DataBase/Dto/DbTableInfoInput.cs +++ b/Myshipping.Core/Service/DataBase/Dto/DbTableInfoInput.cs @@ -1,6 +1,6 @@ using System.Collections.Generic; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; public class DbTableInfoInput { diff --git a/Myshipping.Core/Service/DataBase/Dto/EditColumnInput.cs b/Myshipping.Core/Service/DataBase/Dto/EditColumnInput.cs index 1e1ce9dc..95011b8a 100644 --- a/Myshipping.Core/Service/DataBase/Dto/EditColumnInput.cs +++ b/Myshipping.Core/Service/DataBase/Dto/EditColumnInput.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; public class EditColumnInput { diff --git a/Myshipping.Core/Service/DataBase/Dto/EditTableInput.cs b/Myshipping.Core/Service/DataBase/Dto/EditTableInput.cs index 8accfe41..d1cbebaa 100644 --- a/Myshipping.Core/Service/DataBase/Dto/EditTableInput.cs +++ b/Myshipping.Core/Service/DataBase/Dto/EditTableInput.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; public class EditTableInput { diff --git a/Myshipping.Core/Service/DataBase/Extension/DbMaintenanceExtension.cs b/Myshipping.Core/Service/DataBase/Extension/DbMaintenanceExtension.cs index 98b970b0..ec4b77b1 100644 --- a/Myshipping.Core/Service/DataBase/Extension/DbMaintenanceExtension.cs +++ b/Myshipping.Core/Service/DataBase/Extension/DbMaintenanceExtension.cs @@ -6,7 +6,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace Magic.Core.Service.DataBase.Extension +namespace Myshipping.Core.Service.DataBase.Extension { internal static class DbMaintenanceExtension { diff --git a/Myshipping.Core/Service/DataBase/IDataBaseManager.cs b/Myshipping.Core/Service/DataBase/IDataBaseManager.cs index f8b4254a..4ad8208c 100644 --- a/Myshipping.Core/Service/DataBase/IDataBaseManager.cs +++ b/Myshipping.Core/Service/DataBase/IDataBaseManager.cs @@ -6,7 +6,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; public interface IDataBaseManager { diff --git a/Myshipping.Core/Service/Dict/Dto/DictDataInput.cs b/Myshipping.Core/Service/Dict/Dto/DictDataInput.cs index aa89d230..91e3a2bc 100644 --- a/Myshipping.Core/Service/Dict/Dto/DictDataInput.cs +++ b/Myshipping.Core/Service/Dict/Dto/DictDataInput.cs @@ -1,7 +1,7 @@ using Furion.DataValidation; using System.ComponentModel.DataAnnotations; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 字典值参数 diff --git a/Myshipping.Core/Service/Dict/Dto/DictDataOutput.cs b/Myshipping.Core/Service/Dict/Dto/DictDataOutput.cs index 37818d42..c4544e16 100644 --- a/Myshipping.Core/Service/Dict/Dto/DictDataOutput.cs +++ b/Myshipping.Core/Service/Dict/Dto/DictDataOutput.cs @@ -1,4 +1,4 @@ -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 字典值参数 diff --git a/Myshipping.Core/Service/Dict/Dto/DictTreeOutput.cs b/Myshipping.Core/Service/Dict/Dto/DictTreeOutput.cs index 730eab6f..19ec0e86 100644 --- a/Myshipping.Core/Service/Dict/Dto/DictTreeOutput.cs +++ b/Myshipping.Core/Service/Dict/Dto/DictTreeOutput.cs @@ -1,6 +1,6 @@ using System.Collections.Generic; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 字典类型与字典值构造的树 diff --git a/Myshipping.Core/Service/Dict/Dto/DictTypeInput.cs b/Myshipping.Core/Service/Dict/Dto/DictTypeInput.cs index 5271a385..a908c042 100644 --- a/Myshipping.Core/Service/Dict/Dto/DictTypeInput.cs +++ b/Myshipping.Core/Service/Dict/Dto/DictTypeInput.cs @@ -1,7 +1,7 @@ using System.Collections.Generic; using System.ComponentModel.DataAnnotations; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 字典类型参数 diff --git a/Myshipping.Core/Service/Dict/ISysDictDataService.cs b/Myshipping.Core/Service/Dict/ISysDictDataService.cs index 304a437b..58bbc676 100644 --- a/Myshipping.Core/Service/Dict/ISysDictDataService.cs +++ b/Myshipping.Core/Service/Dict/ISysDictDataService.cs @@ -1,9 +1,9 @@ -using Magic.Core.Entity; +using Myshipping.Core.Entity; using Microsoft.AspNetCore.Mvc; using System.Collections.Generic; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; public interface ISysDictDataService { diff --git a/Myshipping.Core/Service/Dict/ISysDictTypeService.cs b/Myshipping.Core/Service/Dict/ISysDictTypeService.cs index 4509593c..e1a1b075 100644 --- a/Myshipping.Core/Service/Dict/ISysDictTypeService.cs +++ b/Myshipping.Core/Service/Dict/ISysDictTypeService.cs @@ -2,7 +2,7 @@ using System.Collections.Generic; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; public interface ISysDictTypeService { diff --git a/Myshipping.Core/Service/Dict/SysDictDataService.cs b/Myshipping.Core/Service/Dict/SysDictDataService.cs index fcd1a6d1..7c72c24f 100644 --- a/Myshipping.Core/Service/Dict/SysDictDataService.cs +++ b/Myshipping.Core/Service/Dict/SysDictDataService.cs @@ -3,7 +3,7 @@ using Furion.DependencyInjection; using Furion.DynamicApiController; using Furion.FriendlyException; -using Magic.Core.Entity; +using Myshipping.Core.Entity; using Mapster; using Microsoft.AspNetCore.Mvc; @@ -13,7 +13,7 @@ using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 字典值服务 diff --git a/Myshipping.Core/Service/Dict/SysDictTypeService.cs b/Myshipping.Core/Service/Dict/SysDictTypeService.cs index e315c28e..e0d978cf 100644 --- a/Myshipping.Core/Service/Dict/SysDictTypeService.cs +++ b/Myshipping.Core/Service/Dict/SysDictTypeService.cs @@ -3,7 +3,7 @@ using Furion.DependencyInjection; using Furion.DynamicApiController; using Furion.FriendlyException; -using Magic.Core.Entity; +using Myshipping.Core.Entity; using Mapster; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; @@ -14,7 +14,7 @@ using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 字典类型服务 diff --git a/Myshipping.Core/Service/Document/DocumentService.cs b/Myshipping.Core/Service/Document/DocumentService.cs index 337471e9..f98dee2d 100644 --- a/Myshipping.Core/Service/Document/DocumentService.cs +++ b/Myshipping.Core/Service/Document/DocumentService.cs @@ -2,7 +2,7 @@ using Furion.DependencyInjection; using Furion.DynamicApiController; using Furion.FriendlyException; -using Magic.Core.Entity; +using Myshipping.Core.Entity; using Mapster; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; @@ -19,7 +19,7 @@ using System.Web; using Yitter.IdGenerator; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 文档服务 diff --git a/Myshipping.Core/Service/Document/Dto/DocumentDto.cs b/Myshipping.Core/Service/Document/Dto/DocumentDto.cs index 0912814b..f57839a1 100644 --- a/Myshipping.Core/Service/Document/Dto/DocumentDto.cs +++ b/Myshipping.Core/Service/Document/Dto/DocumentDto.cs @@ -1,7 +1,7 @@ using System; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 文档输出参数 diff --git a/Myshipping.Core/Service/Document/Dto/DocumentInput.cs b/Myshipping.Core/Service/Document/Dto/DocumentInput.cs index 80e5f20d..26ee5ec0 100644 --- a/Myshipping.Core/Service/Document/Dto/DocumentInput.cs +++ b/Myshipping.Core/Service/Document/Dto/DocumentInput.cs @@ -4,7 +4,7 @@ using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 文档输入参数 diff --git a/Myshipping.Core/Service/Document/Dto/DocumentOutput.cs b/Myshipping.Core/Service/Document/Dto/DocumentOutput.cs index 8cdd03a9..5ca161b9 100644 --- a/Myshipping.Core/Service/Document/Dto/DocumentOutput.cs +++ b/Myshipping.Core/Service/Document/Dto/DocumentOutput.cs @@ -1,7 +1,7 @@ using System; using System.Collections.Generic; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 文档输出参数 diff --git a/Myshipping.Core/Service/Document/IDocumentService.cs b/Myshipping.Core/Service/Document/IDocumentService.cs index 4de09181..7144ce37 100644 --- a/Myshipping.Core/Service/Document/IDocumentService.cs +++ b/Myshipping.Core/Service/Document/IDocumentService.cs @@ -1,8 +1,8 @@  -using Magic.Core.Entity; +using Myshipping.Core.Entity; using Microsoft.AspNetCore.Mvc; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; public interface IDocumentService { diff --git a/Myshipping.Core/Service/Emp/Dto/EmpExtOrgPosOutput.cs b/Myshipping.Core/Service/Emp/Dto/EmpExtOrgPosOutput.cs index 9f8bbbc6..8dd5d30d 100644 --- a/Myshipping.Core/Service/Emp/Dto/EmpExtOrgPosOutput.cs +++ b/Myshipping.Core/Service/Emp/Dto/EmpExtOrgPosOutput.cs @@ -1,4 +1,4 @@ -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 附属机构和职位参数 diff --git a/Myshipping.Core/Service/Emp/Dto/EmpOutput.cs b/Myshipping.Core/Service/Emp/Dto/EmpOutput.cs index 4a205a81..f5c07939 100644 --- a/Myshipping.Core/Service/Emp/Dto/EmpOutput.cs +++ b/Myshipping.Core/Service/Emp/Dto/EmpOutput.cs @@ -1,6 +1,6 @@ using System.Collections.Generic; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 员工信息参数 diff --git a/Myshipping.Core/Service/Emp/Dto/EmpOutput2.cs b/Myshipping.Core/Service/Emp/Dto/EmpOutput2.cs index 17c4e213..d1720864 100644 --- a/Myshipping.Core/Service/Emp/Dto/EmpOutput2.cs +++ b/Myshipping.Core/Service/Emp/Dto/EmpOutput2.cs @@ -1,6 +1,6 @@ using System.Collections.Generic; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 员工信息参数2 diff --git a/Myshipping.Core/Service/Emp/Dto/EmpPosOutput.cs b/Myshipping.Core/Service/Emp/Dto/EmpPosOutput.cs index 64fc1cc8..87bf65f2 100644 --- a/Myshipping.Core/Service/Emp/Dto/EmpPosOutput.cs +++ b/Myshipping.Core/Service/Emp/Dto/EmpPosOutput.cs @@ -1,4 +1,4 @@ -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 员工职位参数 diff --git a/Myshipping.Core/Service/Emp/ISysEmpExtOrgPosService.cs b/Myshipping.Core/Service/Emp/ISysEmpExtOrgPosService.cs index 914ffbc0..fbd26c36 100644 --- a/Myshipping.Core/Service/Emp/ISysEmpExtOrgPosService.cs +++ b/Myshipping.Core/Service/Emp/ISysEmpExtOrgPosService.cs @@ -1,7 +1,7 @@ using System.Collections.Generic; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; public interface ISysEmpExtOrgPosService { diff --git a/Myshipping.Core/Service/Emp/ISysEmpPosService.cs b/Myshipping.Core/Service/Emp/ISysEmpPosService.cs index 908639c5..8ca07a89 100644 --- a/Myshipping.Core/Service/Emp/ISysEmpPosService.cs +++ b/Myshipping.Core/Service/Emp/ISysEmpPosService.cs @@ -1,7 +1,7 @@ using System.Collections.Generic; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; public interface ISysEmpPosService { diff --git a/Myshipping.Core/Service/Emp/ISysEmpService.cs b/Myshipping.Core/Service/Emp/ISysEmpService.cs index 3444e559..cac20d40 100644 --- a/Myshipping.Core/Service/Emp/ISysEmpService.cs +++ b/Myshipping.Core/Service/Emp/ISysEmpService.cs @@ -1,8 +1,8 @@ -using Magic.Core.Entity; +using Myshipping.Core.Entity; using System.Collections.Generic; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; public interface ISysEmpService { diff --git a/Myshipping.Core/Service/Emp/SysEmpExtOrgPosService.cs b/Myshipping.Core/Service/Emp/SysEmpExtOrgPosService.cs index 240e6d5c..56255c76 100644 --- a/Myshipping.Core/Service/Emp/SysEmpExtOrgPosService.cs +++ b/Myshipping.Core/Service/Emp/SysEmpExtOrgPosService.cs @@ -1,13 +1,13 @@  using Furion.DependencyInjection; -using Magic.Core.Entity; +using Myshipping.Core.Entity; using SqlSugar; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 员工附属机构和职位服务 diff --git a/Myshipping.Core/Service/Emp/SysEmpPosService.cs b/Myshipping.Core/Service/Emp/SysEmpPosService.cs index 588a97ee..e817ce05 100644 --- a/Myshipping.Core/Service/Emp/SysEmpPosService.cs +++ b/Myshipping.Core/Service/Emp/SysEmpPosService.cs @@ -1,13 +1,13 @@  using Furion.DependencyInjection; -using Magic.Core.Entity; +using Myshipping.Core.Entity; using SqlSugar; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 员工职位服务 diff --git a/Myshipping.Core/Service/Emp/SysEmpService.cs b/Myshipping.Core/Service/Emp/SysEmpService.cs index 355505a2..6c718c41 100644 --- a/Myshipping.Core/Service/Emp/SysEmpService.cs +++ b/Myshipping.Core/Service/Emp/SysEmpService.cs @@ -1,7 +1,7 @@  using Furion.DependencyInjection; -using Magic.Core.Entity; +using Myshipping.Core.Entity; using Mapster; using SqlSugar; @@ -9,7 +9,7 @@ using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 员工服务 diff --git a/Myshipping.Core/Service/Enum/Dto/EnumDataInput.cs b/Myshipping.Core/Service/Enum/Dto/EnumDataInput.cs index cf9e6eb3..7e1e4bf5 100644 --- a/Myshipping.Core/Service/Enum/Dto/EnumDataInput.cs +++ b/Myshipping.Core/Service/Enum/Dto/EnumDataInput.cs @@ -1,6 +1,6 @@ using System.ComponentModel.DataAnnotations; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 枚举输入参数 diff --git a/Myshipping.Core/Service/Enum/Dto/EnumDataOutput.cs b/Myshipping.Core/Service/Enum/Dto/EnumDataOutput.cs index fa2e1c2d..d9785e19 100644 --- a/Myshipping.Core/Service/Enum/Dto/EnumDataOutput.cs +++ b/Myshipping.Core/Service/Enum/Dto/EnumDataOutput.cs @@ -1,4 +1,4 @@ -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 枚举输出参数 diff --git a/Myshipping.Core/Service/Enum/ISysEnumDataService.cs b/Myshipping.Core/Service/Enum/ISysEnumDataService.cs index 4115ad29..beab6a60 100644 --- a/Myshipping.Core/Service/Enum/ISysEnumDataService.cs +++ b/Myshipping.Core/Service/Enum/ISysEnumDataService.cs @@ -1,7 +1,7 @@ using Microsoft.AspNetCore.Mvc; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; public interface ISysEnumDataService { diff --git a/Myshipping.Core/Service/Enum/SysEnumDataService.cs b/Myshipping.Core/Service/Enum/SysEnumDataService.cs index 3d9d151f..1be814cb 100644 --- a/Myshipping.Core/Service/Enum/SysEnumDataService.cs +++ b/Myshipping.Core/Service/Enum/SysEnumDataService.cs @@ -11,7 +11,7 @@ using System.ComponentModel; using System.Linq; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 枚举值服务 @@ -31,7 +31,7 @@ public class SysEnumDataService : ISysEnumDataService, IDynamicApiController, IT { List result = new List(); - var enumTypeList = App.EffectiveTypes.Where(t => t.IsEnum && t.FullName.StartsWith("Magic.")).ToList(); + var enumTypeList = App.EffectiveTypes.Where(t => t.IsEnum && t.FullName.StartsWith("Myshipping.")).ToList(); foreach (var item in enumTypeList) { diff --git a/Myshipping.Core/Service/File/Dto/FileInput.cs b/Myshipping.Core/Service/File/Dto/FileInput.cs index 77de05a1..aad63c3c 100644 --- a/Myshipping.Core/Service/File/Dto/FileInput.cs +++ b/Myshipping.Core/Service/File/Dto/FileInput.cs @@ -1,7 +1,7 @@ using Microsoft.AspNetCore.Http; using System.ComponentModel.DataAnnotations; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 上传文件参数 diff --git a/Myshipping.Core/Service/File/Dto/FileOutput.cs b/Myshipping.Core/Service/File/Dto/FileOutput.cs index b37f5603..e6a15ca1 100644 --- a/Myshipping.Core/Service/File/Dto/FileOutput.cs +++ b/Myshipping.Core/Service/File/Dto/FileOutput.cs @@ -1,4 +1,4 @@ -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 上传文件参数 diff --git a/Myshipping.Core/Service/File/ISysFileService.cs b/Myshipping.Core/Service/File/ISysFileService.cs index 7f007596..bad0a22f 100644 --- a/Myshipping.Core/Service/File/ISysFileService.cs +++ b/Myshipping.Core/Service/File/ISysFileService.cs @@ -1,10 +1,10 @@ -using Magic.Core.Entity; +using Myshipping.Core.Entity; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using System.Collections.Generic; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; public interface ISysFileService { diff --git a/Myshipping.Core/Service/File/SysFileService.cs b/Myshipping.Core/Service/File/SysFileService.cs index a5d1f778..872e426c 100644 --- a/Myshipping.Core/Service/File/SysFileService.cs +++ b/Myshipping.Core/Service/File/SysFileService.cs @@ -2,7 +2,7 @@ using Furion.DependencyInjection; using Furion.DynamicApiController; using Furion.FriendlyException; -using Magic.Core.Entity; +using Myshipping.Core.Entity; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.Options; @@ -14,7 +14,7 @@ using System.Threading.Tasks; using System.Web; using Yitter.IdGenerator; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 文件服务 diff --git a/Myshipping.Core/Service/Log/Dto/ExLogInput.cs b/Myshipping.Core/Service/Log/Dto/ExLogInput.cs index 1579780e..2508456f 100644 --- a/Myshipping.Core/Service/Log/Dto/ExLogInput.cs +++ b/Myshipping.Core/Service/Log/Dto/ExLogInput.cs @@ -1,7 +1,7 @@ using System; using System.ComponentModel.DataAnnotations; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 异常日志参数 diff --git a/Myshipping.Core/Service/Log/Dto/ExLogOutput.cs b/Myshipping.Core/Service/Log/Dto/ExLogOutput.cs index c2a9dd30..9d87b535 100644 --- a/Myshipping.Core/Service/Log/Dto/ExLogOutput.cs +++ b/Myshipping.Core/Service/Log/Dto/ExLogOutput.cs @@ -1,4 +1,4 @@ -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 异常日志参数 diff --git a/Myshipping.Core/Service/Log/Dto/OpLogInput.cs b/Myshipping.Core/Service/Log/Dto/OpLogInput.cs index bce4be18..d485a1c8 100644 --- a/Myshipping.Core/Service/Log/Dto/OpLogInput.cs +++ b/Myshipping.Core/Service/Log/Dto/OpLogInput.cs @@ -1,6 +1,6 @@ using System; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 请求日志参数 diff --git a/Myshipping.Core/Service/Log/Dto/OpLogOutput.cs b/Myshipping.Core/Service/Log/Dto/OpLogOutput.cs index b395ee3a..af793580 100644 --- a/Myshipping.Core/Service/Log/Dto/OpLogOutput.cs +++ b/Myshipping.Core/Service/Log/Dto/OpLogOutput.cs @@ -1,4 +1,4 @@ -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 请求日志参数 diff --git a/Myshipping.Core/Service/Log/Dto/VisLogInput.cs b/Myshipping.Core/Service/Log/Dto/VisLogInput.cs index 5cc57e9d..0b410519 100644 --- a/Myshipping.Core/Service/Log/Dto/VisLogInput.cs +++ b/Myshipping.Core/Service/Log/Dto/VisLogInput.cs @@ -1,6 +1,6 @@ using System; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 访问日志参数 diff --git a/Myshipping.Core/Service/Log/Dto/VisLogOutput.cs b/Myshipping.Core/Service/Log/Dto/VisLogOutput.cs index 173201c8..d6ac193f 100644 --- a/Myshipping.Core/Service/Log/Dto/VisLogOutput.cs +++ b/Myshipping.Core/Service/Log/Dto/VisLogOutput.cs @@ -1,4 +1,4 @@ -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 访问日志参数 diff --git a/Myshipping.Core/Service/Log/ISysExLogService.cs b/Myshipping.Core/Service/Log/ISysExLogService.cs index 9ebb15de..1db762d1 100644 --- a/Myshipping.Core/Service/Log/ISysExLogService.cs +++ b/Myshipping.Core/Service/Log/ISysExLogService.cs @@ -1,7 +1,7 @@ using Microsoft.AspNetCore.Mvc; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; public interface ISysExLogService { diff --git a/Myshipping.Core/Service/Log/ISysOpLogService.cs b/Myshipping.Core/Service/Log/ISysOpLogService.cs index f43406af..a5c99758 100644 --- a/Myshipping.Core/Service/Log/ISysOpLogService.cs +++ b/Myshipping.Core/Service/Log/ISysOpLogService.cs @@ -1,7 +1,7 @@ using Microsoft.AspNetCore.Mvc; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; public interface ISysOpLogService { diff --git a/Myshipping.Core/Service/Log/ISysVisLogService.cs b/Myshipping.Core/Service/Log/ISysVisLogService.cs index 06c87e5e..d8992bd4 100644 --- a/Myshipping.Core/Service/Log/ISysVisLogService.cs +++ b/Myshipping.Core/Service/Log/ISysVisLogService.cs @@ -1,7 +1,7 @@ using Microsoft.AspNetCore.Mvc; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; public interface ISysVisLogService { diff --git a/Myshipping.Core/Service/Log/SysExLogService.cs b/Myshipping.Core/Service/Log/SysExLogService.cs index 986d4a3f..b2e1bb3c 100644 --- a/Myshipping.Core/Service/Log/SysExLogService.cs +++ b/Myshipping.Core/Service/Log/SysExLogService.cs @@ -2,13 +2,13 @@ using Furion.DependencyInjection; using Furion.DynamicApiController; -using Magic.Core.Entity; +using Myshipping.Core.Entity; using Microsoft.AspNetCore.Mvc; using SqlSugar; using System; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 异常日志服务 diff --git a/Myshipping.Core/Service/Log/SysOpLogService.cs b/Myshipping.Core/Service/Log/SysOpLogService.cs index bfd5fd2a..c329640b 100644 --- a/Myshipping.Core/Service/Log/SysOpLogService.cs +++ b/Myshipping.Core/Service/Log/SysOpLogService.cs @@ -2,14 +2,14 @@ using Furion.DependencyInjection; using Furion.DynamicApiController; -using Magic.Core.Entity; +using Myshipping.Core.Entity; using Microsoft.AspNetCore.Mvc; using SqlSugar; using System; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 操作日志服务 diff --git a/Myshipping.Core/Service/Log/SysVisLogService.cs b/Myshipping.Core/Service/Log/SysVisLogService.cs index 6d78d317..808cb3f4 100644 --- a/Myshipping.Core/Service/Log/SysVisLogService.cs +++ b/Myshipping.Core/Service/Log/SysVisLogService.cs @@ -2,14 +2,14 @@ using Furion.DependencyInjection; using Furion.DynamicApiController; -using Magic.Core.Entity; +using Myshipping.Core.Entity; using Microsoft.AspNetCore.Mvc; using SqlSugar; using System; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 访问日志服务 diff --git a/Myshipping.Core/Service/Menu/Dto/AntDesignTreeNode.cs b/Myshipping.Core/Service/Menu/Dto/AntDesignTreeNode.cs index 432b322e..c93f8ce3 100644 --- a/Myshipping.Core/Service/Menu/Dto/AntDesignTreeNode.cs +++ b/Myshipping.Core/Service/Menu/Dto/AntDesignTreeNode.cs @@ -1,4 +1,4 @@ -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 登录菜单-AntDesign菜单类型 diff --git a/Myshipping.Core/Service/Menu/Dto/MenuInput.cs b/Myshipping.Core/Service/Menu/Dto/MenuInput.cs index dbf35566..a6d5141d 100644 --- a/Myshipping.Core/Service/Menu/Dto/MenuInput.cs +++ b/Myshipping.Core/Service/Menu/Dto/MenuInput.cs @@ -1,6 +1,6 @@ using System.ComponentModel.DataAnnotations; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 菜单参数 diff --git a/Myshipping.Core/Service/Menu/Dto/MenuOutput.cs b/Myshipping.Core/Service/Menu/Dto/MenuOutput.cs index 41a83200..269f4f74 100644 --- a/Myshipping.Core/Service/Menu/Dto/MenuOutput.cs +++ b/Myshipping.Core/Service/Menu/Dto/MenuOutput.cs @@ -1,7 +1,7 @@ using System.Collections; using System.Collections.Generic; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 菜单树(列表形式) diff --git a/Myshipping.Core/Service/Menu/Dto/MenuTreeAppOutput.cs b/Myshipping.Core/Service/Menu/Dto/MenuTreeAppOutput.cs index d2feb156..c37c614d 100644 --- a/Myshipping.Core/Service/Menu/Dto/MenuTreeAppOutput.cs +++ b/Myshipping.Core/Service/Menu/Dto/MenuTreeAppOutput.cs @@ -1,4 +1,4 @@ -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; public class MenuTreeAppOutput { diff --git a/Myshipping.Core/Service/Menu/Dto/MenuTreeOutput.cs b/Myshipping.Core/Service/Menu/Dto/MenuTreeOutput.cs index 653f490b..85a67bc9 100644 --- a/Myshipping.Core/Service/Menu/Dto/MenuTreeOutput.cs +++ b/Myshipping.Core/Service/Menu/Dto/MenuTreeOutput.cs @@ -1,7 +1,7 @@ using System.Collections; using System.Collections.Generic; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 菜单树---授权、新增编辑时选择 diff --git a/Myshipping.Core/Service/Menu/Dto/OwnMenuOutput.cs b/Myshipping.Core/Service/Menu/Dto/OwnMenuOutput.cs index 922f0fcc..5e9939ed 100644 --- a/Myshipping.Core/Service/Menu/Dto/OwnMenuOutput.cs +++ b/Myshipping.Core/Service/Menu/Dto/OwnMenuOutput.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; public class OwnMenuOutput { diff --git a/Myshipping.Core/Service/Menu/ISysMenuService.cs b/Myshipping.Core/Service/Menu/ISysMenuService.cs index 65f34646..59eccad4 100644 --- a/Myshipping.Core/Service/Menu/ISysMenuService.cs +++ b/Myshipping.Core/Service/Menu/ISysMenuService.cs @@ -2,7 +2,7 @@ using System.Collections.Generic; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; public interface ISysMenuService { diff --git a/Myshipping.Core/Service/Menu/SysMenuService.cs b/Myshipping.Core/Service/Menu/SysMenuService.cs index e2eb9e9a..3a8b0e22 100644 --- a/Myshipping.Core/Service/Menu/SysMenuService.cs +++ b/Myshipping.Core/Service/Menu/SysMenuService.cs @@ -3,7 +3,7 @@ using Furion.DependencyInjection; using Furion.DynamicApiController; using Furion.FriendlyException; -using Magic.Core.Entity; +using Myshipping.Core.Entity; using Mapster; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; @@ -13,7 +13,7 @@ using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 系统菜单服务 diff --git a/Myshipping.Core/Service/Monitor/IMachineService.cs b/Myshipping.Core/Service/Monitor/IMachineService.cs index 3db87f3d..5410b738 100644 --- a/Myshipping.Core/Service/Monitor/IMachineService.cs +++ b/Myshipping.Core/Service/Monitor/IMachineService.cs @@ -1,6 +1,6 @@ using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; public interface IMachineService { diff --git a/Myshipping.Core/Service/Monitor/MachineService.cs b/Myshipping.Core/Service/Monitor/MachineService.cs index 9740f285..374ccf9c 100644 --- a/Myshipping.Core/Service/Monitor/MachineService.cs +++ b/Myshipping.Core/Service/Monitor/MachineService.cs @@ -4,7 +4,7 @@ using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 服务器信息服务 diff --git a/Myshipping.Core/Service/Notice/Dto/NoticeBase.cs b/Myshipping.Core/Service/Notice/Dto/NoticeBase.cs index db3ac8c1..b13e4244 100644 --- a/Myshipping.Core/Service/Notice/Dto/NoticeBase.cs +++ b/Myshipping.Core/Service/Notice/Dto/NoticeBase.cs @@ -1,6 +1,6 @@ using System; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 通知公告参数 diff --git a/Myshipping.Core/Service/Notice/Dto/NoticeDetailOutput.cs b/Myshipping.Core/Service/Notice/Dto/NoticeDetailOutput.cs index 6383940f..4c2ef455 100644 --- a/Myshipping.Core/Service/Notice/Dto/NoticeDetailOutput.cs +++ b/Myshipping.Core/Service/Notice/Dto/NoticeDetailOutput.cs @@ -1,7 +1,7 @@ using System; using System.Collections.Generic; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 系统通知公告详情参数 diff --git a/Myshipping.Core/Service/Notice/Dto/NoticeInput.cs b/Myshipping.Core/Service/Notice/Dto/NoticeInput.cs index dd59526e..fa60e215 100644 --- a/Myshipping.Core/Service/Notice/Dto/NoticeInput.cs +++ b/Myshipping.Core/Service/Notice/Dto/NoticeInput.cs @@ -1,7 +1,7 @@ using System.Collections.Generic; using System.ComponentModel.DataAnnotations; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 通知公告参数 diff --git a/Myshipping.Core/Service/Notice/Dto/NoticeReceiveOutput.cs b/Myshipping.Core/Service/Notice/Dto/NoticeReceiveOutput.cs index 3cecf14d..e18ddda2 100644 --- a/Myshipping.Core/Service/Notice/Dto/NoticeReceiveOutput.cs +++ b/Myshipping.Core/Service/Notice/Dto/NoticeReceiveOutput.cs @@ -1,6 +1,6 @@ using System; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 通知公告接收参数 diff --git a/Myshipping.Core/Service/Notice/ISysNoticeService.cs b/Myshipping.Core/Service/Notice/ISysNoticeService.cs index 85d30162..d9653e79 100644 --- a/Myshipping.Core/Service/Notice/ISysNoticeService.cs +++ b/Myshipping.Core/Service/Notice/ISysNoticeService.cs @@ -1,7 +1,7 @@ using Microsoft.AspNetCore.Mvc; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; public interface ISysNoticeService { diff --git a/Myshipping.Core/Service/Notice/ISysNoticeUserService.cs b/Myshipping.Core/Service/Notice/ISysNoticeUserService.cs index d36f8b42..b098bcfa 100644 --- a/Myshipping.Core/Service/Notice/ISysNoticeUserService.cs +++ b/Myshipping.Core/Service/Notice/ISysNoticeUserService.cs @@ -1,8 +1,8 @@ -using Magic.Core.Entity; +using Myshipping.Core.Entity; using System.Collections.Generic; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; public interface ISysNoticeUserService { diff --git a/Myshipping.Core/Service/Notice/SysNoticeService.cs b/Myshipping.Core/Service/Notice/SysNoticeService.cs index bc2013aa..91ec5d96 100644 --- a/Myshipping.Core/Service/Notice/SysNoticeService.cs +++ b/Myshipping.Core/Service/Notice/SysNoticeService.cs @@ -1,7 +1,7 @@ using Furion.DependencyInjection; using Furion.DynamicApiController; using Furion.FriendlyException; -using Magic.Core.Entity; +using Myshipping.Core.Entity; using Mapster; using Microsoft.AspNetCore.Mvc; @@ -11,7 +11,7 @@ using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 通知公告服务 diff --git a/Myshipping.Core/Service/Notice/SysNoticeUserService.cs b/Myshipping.Core/Service/Notice/SysNoticeUserService.cs index 8a4701e5..67673e97 100644 --- a/Myshipping.Core/Service/Notice/SysNoticeUserService.cs +++ b/Myshipping.Core/Service/Notice/SysNoticeUserService.cs @@ -1,12 +1,12 @@  using Furion.DependencyInjection; -using Magic.Core.Entity; +using Myshipping.Core.Entity; using System; using System.Collections.Generic; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 通知公告用户 diff --git a/Myshipping.Core/Service/OAuth/ISysOauthService.cs b/Myshipping.Core/Service/OAuth/ISysOauthService.cs index cdc5e484..68405fae 100644 --- a/Myshipping.Core/Service/OAuth/ISysOauthService.cs +++ b/Myshipping.Core/Service/OAuth/ISysOauthService.cs @@ -1,7 +1,7 @@ using Microsoft.AspNetCore.Mvc; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; public interface ISysOauthService { diff --git a/Myshipping.Core/Service/OAuth/SysOauthService.cs b/Myshipping.Core/Service/OAuth/SysOauthService.cs index 09b1dc61..7c2a9851 100644 --- a/Myshipping.Core/Service/OAuth/SysOauthService.cs +++ b/Myshipping.Core/Service/OAuth/SysOauthService.cs @@ -6,7 +6,7 @@ using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// OAuth服务 diff --git a/Myshipping.Core/Service/OnlineUser/ISysOnlineUserService.cs b/Myshipping.Core/Service/OnlineUser/ISysOnlineUserService.cs index 549ef1ae..f00204f8 100644 --- a/Myshipping.Core/Service/OnlineUser/ISysOnlineUserService.cs +++ b/Myshipping.Core/Service/OnlineUser/ISysOnlineUserService.cs @@ -1,8 +1,8 @@ -using Magic.Core.Entity; +using Myshipping.Core.Entity; using System.Collections.Generic; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; public interface ISysOnlineUserService { diff --git a/Myshipping.Core/Service/OnlineUser/SysOnlineUserService.cs b/Myshipping.Core/Service/OnlineUser/SysOnlineUserService.cs index 84314591..03b8cf39 100644 --- a/Myshipping.Core/Service/OnlineUser/SysOnlineUserService.cs +++ b/Myshipping.Core/Service/OnlineUser/SysOnlineUserService.cs @@ -1,8 +1,8 @@  using Furion.DependencyInjection; using Furion.DynamicApiController; -using Magic.Core.Entity; -using Magic.Core.Service; +using Myshipping.Core.Entity; +using Myshipping.Core.Service; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.SignalR; @@ -11,7 +11,7 @@ using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 在线用户服务 diff --git a/Myshipping.Core/Service/Org/Dto/OrgInput.cs b/Myshipping.Core/Service/Org/Dto/OrgInput.cs index 9793a4b8..492fd38f 100644 --- a/Myshipping.Core/Service/Org/Dto/OrgInput.cs +++ b/Myshipping.Core/Service/Org/Dto/OrgInput.cs @@ -1,6 +1,6 @@ using System.ComponentModel.DataAnnotations; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 组织机构参数 diff --git a/Myshipping.Core/Service/Org/Dto/OrgOutput.cs b/Myshipping.Core/Service/Org/Dto/OrgOutput.cs index 279576d4..8086dab0 100644 --- a/Myshipping.Core/Service/Org/Dto/OrgOutput.cs +++ b/Myshipping.Core/Service/Org/Dto/OrgOutput.cs @@ -1,4 +1,4 @@ -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 组织机构参数 diff --git a/Myshipping.Core/Service/Org/Dto/OrgTreeNode.cs b/Myshipping.Core/Service/Org/Dto/OrgTreeNode.cs index 2b7c28ca..3c1ca2c0 100644 --- a/Myshipping.Core/Service/Org/Dto/OrgTreeNode.cs +++ b/Myshipping.Core/Service/Org/Dto/OrgTreeNode.cs @@ -1,7 +1,7 @@ using System.Collections; using System.Collections.Generic; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 组织机构树 diff --git a/Myshipping.Core/Service/Org/ISysOrgService.cs b/Myshipping.Core/Service/Org/ISysOrgService.cs index d9a4a1cd..7c0432d9 100644 --- a/Myshipping.Core/Service/Org/ISysOrgService.cs +++ b/Myshipping.Core/Service/Org/ISysOrgService.cs @@ -1,9 +1,9 @@ -using Magic.Core.Entity; +using Myshipping.Core.Entity; using Microsoft.AspNetCore.Mvc; using System.Collections.Generic; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; public interface ISysOrgService { diff --git a/Myshipping.Core/Service/Org/SysOrgService.cs b/Myshipping.Core/Service/Org/SysOrgService.cs index 0d38d8ad..6169488b 100644 --- a/Myshipping.Core/Service/Org/SysOrgService.cs +++ b/Myshipping.Core/Service/Org/SysOrgService.cs @@ -2,7 +2,7 @@ using Furion.DependencyInjection; using Furion.DynamicApiController; using Furion.FriendlyException; -using Magic.Core.Entity; +using Myshipping.Core.Entity; using Mapster; using Microsoft.AspNetCore.Mvc; using SqlSugar; @@ -10,7 +10,7 @@ using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 组织机构服务 diff --git a/Myshipping.Core/Service/Pos/Dto/PosInput.cs b/Myshipping.Core/Service/Pos/Dto/PosInput.cs index 44501f25..48540dce 100644 --- a/Myshipping.Core/Service/Pos/Dto/PosInput.cs +++ b/Myshipping.Core/Service/Pos/Dto/PosInput.cs @@ -1,6 +1,6 @@ using System.ComponentModel.DataAnnotations; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 职位参数 diff --git a/Myshipping.Core/Service/Pos/ISysPosService.cs b/Myshipping.Core/Service/Pos/ISysPosService.cs index f73975b9..5bfda00c 100644 --- a/Myshipping.Core/Service/Pos/ISysPosService.cs +++ b/Myshipping.Core/Service/Pos/ISysPosService.cs @@ -1,8 +1,8 @@ -using Magic.Core.Entity; +using Myshipping.Core.Entity; using Microsoft.AspNetCore.Mvc; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; public interface ISysPosService { diff --git a/Myshipping.Core/Service/Pos/SysPosService.cs b/Myshipping.Core/Service/Pos/SysPosService.cs index 615fe99e..a16f9b43 100644 --- a/Myshipping.Core/Service/Pos/SysPosService.cs +++ b/Myshipping.Core/Service/Pos/SysPosService.cs @@ -2,12 +2,12 @@ using Furion.DependencyInjection; using Furion.DynamicApiController; using Furion.FriendlyException; -using Magic.Core.Entity; +using Myshipping.Core.Entity; using Mapster; using Microsoft.AspNetCore.Mvc; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 职位服务 diff --git a/Myshipping.Core/Service/Role/Dto/RoleInput.cs b/Myshipping.Core/Service/Role/Dto/RoleInput.cs index 9dcec349..f9d7ed64 100644 --- a/Myshipping.Core/Service/Role/Dto/RoleInput.cs +++ b/Myshipping.Core/Service/Role/Dto/RoleInput.cs @@ -1,6 +1,6 @@ using System.ComponentModel.DataAnnotations; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 角色参数 diff --git a/Myshipping.Core/Service/Role/Dto/RoleOutput.cs b/Myshipping.Core/Service/Role/Dto/RoleOutput.cs index 4e613b29..9add570d 100644 --- a/Myshipping.Core/Service/Role/Dto/RoleOutput.cs +++ b/Myshipping.Core/Service/Role/Dto/RoleOutput.cs @@ -1,4 +1,4 @@ -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 登录用户角色参数 diff --git a/Myshipping.Core/Service/Role/ISysRoleDataScopeService.cs b/Myshipping.Core/Service/Role/ISysRoleDataScopeService.cs index ff0b0821..2e06799c 100644 --- a/Myshipping.Core/Service/Role/ISysRoleDataScopeService.cs +++ b/Myshipping.Core/Service/Role/ISysRoleDataScopeService.cs @@ -1,7 +1,7 @@ using System.Collections.Generic; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; public interface ISysRoleDataScopeService { diff --git a/Myshipping.Core/Service/Role/ISysRoleMenuService.cs b/Myshipping.Core/Service/Role/ISysRoleMenuService.cs index 9c5a064d..19c4173b 100644 --- a/Myshipping.Core/Service/Role/ISysRoleMenuService.cs +++ b/Myshipping.Core/Service/Role/ISysRoleMenuService.cs @@ -1,7 +1,7 @@ using System.Collections.Generic; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; public interface ISysRoleMenuService { diff --git a/Myshipping.Core/Service/Role/ISysRoleService.cs b/Myshipping.Core/Service/Role/ISysRoleService.cs index 380c81ec..e02acf00 100644 --- a/Myshipping.Core/Service/Role/ISysRoleService.cs +++ b/Myshipping.Core/Service/Role/ISysRoleService.cs @@ -1,9 +1,9 @@ -using Magic.Core.Entity; +using Myshipping.Core.Entity; using Microsoft.AspNetCore.Mvc; using System.Collections.Generic; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; public interface ISysRoleService { diff --git a/Myshipping.Core/Service/Role/SysRoleDataScopeService.cs b/Myshipping.Core/Service/Role/SysRoleDataScopeService.cs index d3d8c256..a4501ea3 100644 --- a/Myshipping.Core/Service/Role/SysRoleDataScopeService.cs +++ b/Myshipping.Core/Service/Role/SysRoleDataScopeService.cs @@ -1,11 +1,11 @@  using Furion.DependencyInjection; -using Magic.Core.Entity; +using Myshipping.Core.Entity; using System.Collections.Generic; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 角色数据范围服务 diff --git a/Myshipping.Core/Service/Role/SysRoleMenuService.cs b/Myshipping.Core/Service/Role/SysRoleMenuService.cs index c359d0b7..63562828 100644 --- a/Myshipping.Core/Service/Role/SysRoleMenuService.cs +++ b/Myshipping.Core/Service/Role/SysRoleMenuService.cs @@ -1,11 +1,11 @@  using Furion.DependencyInjection; -using Magic.Core.Entity; +using Myshipping.Core.Entity; using System.Collections.Generic; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 角色菜单 diff --git a/Myshipping.Core/Service/Role/SysRoleService.cs b/Myshipping.Core/Service/Role/SysRoleService.cs index decb2dcb..c5e845cd 100644 --- a/Myshipping.Core/Service/Role/SysRoleService.cs +++ b/Myshipping.Core/Service/Role/SysRoleService.cs @@ -1,7 +1,7 @@ using Furion.DependencyInjection; using Furion.DynamicApiController; using Furion.FriendlyException; -using Magic.Core.Entity; +using Myshipping.Core.Entity; using Mapster; using Microsoft.AspNetCore.Mvc; @@ -11,7 +11,7 @@ using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 角色服务 diff --git a/Myshipping.Core/Service/Tenant/Dto/TenantInput.cs b/Myshipping.Core/Service/Tenant/Dto/TenantInput.cs index adab238b..f9dcda08 100644 --- a/Myshipping.Core/Service/Tenant/Dto/TenantInput.cs +++ b/Myshipping.Core/Service/Tenant/Dto/TenantInput.cs @@ -1,6 +1,6 @@ using System.ComponentModel.DataAnnotations; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 租户参数 diff --git a/Myshipping.Core/Service/Tenant/Dto/TenantOutput.cs b/Myshipping.Core/Service/Tenant/Dto/TenantOutput.cs index 58e0593e..2caba0ff 100644 --- a/Myshipping.Core/Service/Tenant/Dto/TenantOutput.cs +++ b/Myshipping.Core/Service/Tenant/Dto/TenantOutput.cs @@ -1,4 +1,4 @@ -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 租户参数 diff --git a/Myshipping.Core/Service/Tenant/ISysTenantService.cs b/Myshipping.Core/Service/Tenant/ISysTenantService.cs index 6d460027..b0cd0911 100644 --- a/Myshipping.Core/Service/Tenant/ISysTenantService.cs +++ b/Myshipping.Core/Service/Tenant/ISysTenantService.cs @@ -1,9 +1,9 @@ -using Magic.Core.Entity; +using Myshipping.Core.Entity; using Microsoft.AspNetCore.Mvc; using System.Collections.Generic; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; public interface ISysTenantService { diff --git a/Myshipping.Core/Service/Tenant/SysTenantService.cs b/Myshipping.Core/Service/Tenant/SysTenantService.cs index b9b0da52..862b61aa 100644 --- a/Myshipping.Core/Service/Tenant/SysTenantService.cs +++ b/Myshipping.Core/Service/Tenant/SysTenantService.cs @@ -4,7 +4,7 @@ using Furion.DataEncryption; using Furion.DependencyInjection; using Furion.DynamicApiController; using Furion.FriendlyException; -using Magic.Core.Entity; +using Myshipping.Core.Entity; using Mapster; using Microsoft.AspNetCore.Mvc; @@ -13,7 +13,7 @@ using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 租户服务 diff --git a/Myshipping.Core/Service/Timer/Dto/JobInput.cs b/Myshipping.Core/Service/Timer/Dto/JobInput.cs index 7d6e9ae5..1661c41b 100644 --- a/Myshipping.Core/Service/Timer/Dto/JobInput.cs +++ b/Myshipping.Core/Service/Timer/Dto/JobInput.cs @@ -2,7 +2,7 @@ using Furion.TaskScheduler; using System.ComponentModel.DataAnnotations; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 任务调度参数 diff --git a/Myshipping.Core/Service/Timer/Dto/JobOutput.cs b/Myshipping.Core/Service/Timer/Dto/JobOutput.cs index 8daea13d..1be5896a 100644 --- a/Myshipping.Core/Service/Timer/Dto/JobOutput.cs +++ b/Myshipping.Core/Service/Timer/Dto/JobOutput.cs @@ -1,7 +1,7 @@ using Furion.TaskScheduler; using System; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 任务信息---任务详情 diff --git a/Myshipping.Core/Service/Timer/ISysTimerService.cs b/Myshipping.Core/Service/Timer/ISysTimerService.cs index 2e1cce09..74ae74ac 100644 --- a/Myshipping.Core/Service/Timer/ISysTimerService.cs +++ b/Myshipping.Core/Service/Timer/ISysTimerService.cs @@ -1,7 +1,7 @@ using Microsoft.AspNetCore.Mvc; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; public interface ISysTimerService { diff --git a/Myshipping.Core/Service/Timer/SysTimerService.cs b/Myshipping.Core/Service/Timer/SysTimerService.cs index 6a51b423..e3ad64bc 100644 --- a/Myshipping.Core/Service/Timer/SysTimerService.cs +++ b/Myshipping.Core/Service/Timer/SysTimerService.cs @@ -7,7 +7,7 @@ using Furion.FriendlyException; using Furion.JsonSerialization; using Furion.RemoteRequest.Extensions; using Furion.TaskScheduler; -using Magic.Core.Entity; +using Myshipping.Core.Entity; using Mapster; using Microsoft.AspNetCore.Mvc; using System; @@ -16,7 +16,7 @@ using System.Linq; using System.Reflection; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 任务调度服务 diff --git a/Myshipping.Core/Service/Trash/Dto/TrashDto.cs b/Myshipping.Core/Service/Trash/Dto/TrashDto.cs index 3050679a..9d250e35 100644 --- a/Myshipping.Core/Service/Trash/Dto/TrashDto.cs +++ b/Myshipping.Core/Service/Trash/Dto/TrashDto.cs @@ -1,7 +1,7 @@ using System; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 回收站输出参数 diff --git a/Myshipping.Core/Service/Trash/Dto/TrashOutput.cs b/Myshipping.Core/Service/Trash/Dto/TrashOutput.cs index 4be628fe..bbe0382b 100644 --- a/Myshipping.Core/Service/Trash/Dto/TrashOutput.cs +++ b/Myshipping.Core/Service/Trash/Dto/TrashOutput.cs @@ -1,6 +1,6 @@ using System; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 回收站输出参数 diff --git a/Myshipping.Core/Service/Trash/ITrashService.cs b/Myshipping.Core/Service/Trash/ITrashService.cs index 6e736d65..c0f0a56a 100644 --- a/Myshipping.Core/Service/Trash/ITrashService.cs +++ b/Myshipping.Core/Service/Trash/ITrashService.cs @@ -1,7 +1,7 @@  using Microsoft.AspNetCore.Mvc; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; public interface ITrashService { diff --git a/Myshipping.Core/Service/Trash/TrashService.cs b/Myshipping.Core/Service/Trash/TrashService.cs index a7935fa4..f2b05160 100644 --- a/Myshipping.Core/Service/Trash/TrashService.cs +++ b/Myshipping.Core/Service/Trash/TrashService.cs @@ -3,7 +3,7 @@ using Furion.DependencyInjection; using Furion.DynamicApiController; using Furion.EventBus; using Furion.FriendlyException; -using Magic.Core.Entity; +using Myshipping.Core.Entity; using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.Logging; using SqlSugar; @@ -11,7 +11,7 @@ using System; using System.Linq; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 回收站服务 diff --git a/Myshipping.Core/Service/User/Dto/AuthToken.cs b/Myshipping.Core/Service/User/Dto/AuthToken.cs index 55dd398c..7dcb7224 100644 --- a/Myshipping.Core/Service/User/Dto/AuthToken.cs +++ b/Myshipping.Core/Service/User/Dto/AuthToken.cs @@ -1,4 +1,4 @@ -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// AuthToken参数 diff --git a/Myshipping.Core/Service/User/Dto/AuthUserInput.cs b/Myshipping.Core/Service/User/Dto/AuthUserInput.cs index 63bf266e..584fb5bf 100644 --- a/Myshipping.Core/Service/User/Dto/AuthUserInput.cs +++ b/Myshipping.Core/Service/User/Dto/AuthUserInput.cs @@ -1,4 +1,4 @@ -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// OAuth用户参数 diff --git a/Myshipping.Core/Service/User/Dto/UserInput.cs b/Myshipping.Core/Service/User/Dto/UserInput.cs index ac257413..5be0803d 100644 --- a/Myshipping.Core/Service/User/Dto/UserInput.cs +++ b/Myshipping.Core/Service/User/Dto/UserInput.cs @@ -1,7 +1,7 @@ using System; using System.ComponentModel.DataAnnotations; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 用户参数 diff --git a/Myshipping.Core/Service/User/Dto/UserOutput.cs b/Myshipping.Core/Service/User/Dto/UserOutput.cs index 69fe960c..45529fcf 100644 --- a/Myshipping.Core/Service/User/Dto/UserOutput.cs +++ b/Myshipping.Core/Service/User/Dto/UserOutput.cs @@ -1,6 +1,6 @@ using System; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 用户参数 diff --git a/Myshipping.Core/Service/User/ISysUserDataScopeService.cs b/Myshipping.Core/Service/User/ISysUserDataScopeService.cs index c2b34462..7a610112 100644 --- a/Myshipping.Core/Service/User/ISysUserDataScopeService.cs +++ b/Myshipping.Core/Service/User/ISysUserDataScopeService.cs @@ -1,7 +1,7 @@ using System.Collections.Generic; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; public interface ISysUserDataScopeService { diff --git a/Myshipping.Core/Service/User/ISysUserRoleService.cs b/Myshipping.Core/Service/User/ISysUserRoleService.cs index 582ed2ed..3378477f 100644 --- a/Myshipping.Core/Service/User/ISysUserRoleService.cs +++ b/Myshipping.Core/Service/User/ISysUserRoleService.cs @@ -1,7 +1,7 @@ using System.Collections.Generic; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; public interface ISysUserRoleService { diff --git a/Myshipping.Core/Service/User/ISysUserService.cs b/Myshipping.Core/Service/User/ISysUserService.cs index 0c6482f5..2c8e71e3 100644 --- a/Myshipping.Core/Service/User/ISysUserService.cs +++ b/Myshipping.Core/Service/User/ISysUserService.cs @@ -3,7 +3,7 @@ using Microsoft.AspNetCore.Mvc; using System.Collections.Generic; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; public interface ISysUserService { diff --git a/Myshipping.Core/Service/User/SysUserDataScopeService.cs b/Myshipping.Core/Service/User/SysUserDataScopeService.cs index 6552303b..4a506869 100644 --- a/Myshipping.Core/Service/User/SysUserDataScopeService.cs +++ b/Myshipping.Core/Service/User/SysUserDataScopeService.cs @@ -1,11 +1,11 @@  using Furion.DependencyInjection; -using Magic.Core.Entity; +using Myshipping.Core.Entity; using System.Collections.Generic; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 用户数据范围服务 diff --git a/Myshipping.Core/Service/User/SysUserRoleService.cs b/Myshipping.Core/Service/User/SysUserRoleService.cs index 39f76891..7d501c44 100644 --- a/Myshipping.Core/Service/User/SysUserRoleService.cs +++ b/Myshipping.Core/Service/User/SysUserRoleService.cs @@ -1,11 +1,11 @@ using Furion.DependencyInjection; -using Magic.Core.Entity; +using Myshipping.Core.Entity; using System.Collections.Generic; using System.Threading.Tasks; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 用户角色服务 diff --git a/Myshipping.Core/Service/User/SysUserService.cs b/Myshipping.Core/Service/User/SysUserService.cs index cfdc401e..2fae403a 100644 --- a/Myshipping.Core/Service/User/SysUserService.cs +++ b/Myshipping.Core/Service/User/SysUserService.cs @@ -3,7 +3,7 @@ using Furion.DataEncryption; using Furion.DependencyInjection; using Furion.DynamicApiController; using Furion.FriendlyException; -using Magic.Core.Entity; +using Myshipping.Core.Entity; using Mapster; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; @@ -16,7 +16,7 @@ using System.Linq; using System.Threading.Tasks; using Yitter.IdGenerator; -namespace Magic.Core.Service; +namespace Myshipping.Core.Service; /// /// 用户服务 diff --git a/Myshipping.Core/SimpleQueue/SimpleQueue.cs b/Myshipping.Core/SimpleQueue/SimpleQueue.cs index 8d8e4d73..64ee9285 100644 --- a/Myshipping.Core/SimpleQueue/SimpleQueue.cs +++ b/Myshipping.Core/SimpleQueue/SimpleQueue.cs @@ -1,7 +1,7 @@  using System.Collections.Concurrent; -namespace Magic.Core; +namespace Myshipping.Core; /// /// 简单泛型队列 diff --git a/Myshipping.Core/SqlSugar/SqlSugarPagedList.cs b/Myshipping.Core/SqlSugar/SqlSugarPagedList.cs index 95dcfe6a..32184952 100644 --- a/Myshipping.Core/SqlSugar/SqlSugarPagedList.cs +++ b/Myshipping.Core/SqlSugar/SqlSugarPagedList.cs @@ -1,6 +1,6 @@ using System.Collections.Generic; -namespace Magic.Core; +namespace Myshipping.Core; /// /// 分页泛型集合 diff --git a/Myshipping.Core/SqlSugar/SqlSugarRepository.cs b/Myshipping.Core/SqlSugar/SqlSugarRepository.cs index 669ad41d..13b05b9b 100644 --- a/Myshipping.Core/SqlSugar/SqlSugarRepository.cs +++ b/Myshipping.Core/SqlSugar/SqlSugarRepository.cs @@ -6,7 +6,7 @@ using System.Linq; using System.Linq.Expressions; using System.Threading.Tasks; -namespace Magic.Core; +namespace Myshipping.Core; /// /// SqlSugar 仓储实现类 diff --git a/Myshipping.Core/SqlSugar/SqlSugarSetup.cs b/Myshipping.Core/SqlSugar/SqlSugarSetup.cs index 7177c695..0b44d2ca 100644 --- a/Myshipping.Core/SqlSugar/SqlSugarSetup.cs +++ b/Myshipping.Core/SqlSugar/SqlSugarSetup.cs @@ -1,6 +1,6 @@ using Furion; using Furion.Logging.Extensions; -using Magic.Core.Entity; +using Myshipping.Core.Entity; using Microsoft.Extensions.DependencyInjection; using SqlSugar; using System; @@ -11,7 +11,7 @@ using System.Linq; using System.Linq.Dynamic.Core; using System.Linq.Expressions; -namespace Magic.Core; +namespace Myshipping.Core; public static class SqlSugarSetup { diff --git a/Myshipping.Core/Util/CodeGenUtil.cs b/Myshipping.Core/Util/CodeGenUtil.cs index 3b580b41..ef220a02 100644 --- a/Myshipping.Core/Util/CodeGenUtil.cs +++ b/Myshipping.Core/Util/CodeGenUtil.cs @@ -1,7 +1,7 @@ using System.Collections.Generic; using System.Text.RegularExpressions; -namespace Magic.Core; +namespace Myshipping.Core; /// /// 代码生成帮助类 diff --git a/Myshipping.Core/Util/Enum/EnumEntity.cs b/Myshipping.Core/Util/Enum/EnumEntity.cs index 180fd865..5af7ea46 100644 --- a/Myshipping.Core/Util/Enum/EnumEntity.cs +++ b/Myshipping.Core/Util/Enum/EnumEntity.cs @@ -1,4 +1,4 @@ -namespace Magic.Core; +namespace Myshipping.Core; /// /// 枚举的Entity类 diff --git a/Myshipping.Core/Util/Enum/EnumUtil.cs b/Myshipping.Core/Util/Enum/EnumUtil.cs index 22df491f..e169f28d 100644 --- a/Myshipping.Core/Util/Enum/EnumUtil.cs +++ b/Myshipping.Core/Util/Enum/EnumUtil.cs @@ -5,7 +5,7 @@ using System.ComponentModel; using System.Linq; using System.Reflection; -namespace Magic.Core; +namespace Myshipping.Core; /// /// 枚举工具类 diff --git a/Myshipping.Core/Util/Extension/Extension.DateTime.cs b/Myshipping.Core/Util/Extension/Extension.DateTime.cs index f11ec6b4..803cadc8 100644 --- a/Myshipping.Core/Util/Extension/Extension.DateTime.cs +++ b/Myshipping.Core/Util/Extension/Extension.DateTime.cs @@ -1,7 +1,7 @@ using System; using System.Globalization; -namespace Magic.Core; +namespace Myshipping.Core; /// /// DateTime扩展 diff --git a/Myshipping.Core/Util/Extension/Extension.Validate.cs b/Myshipping.Core/Util/Extension/Extension.Validate.cs index 173953bb..c3a743bf 100644 --- a/Myshipping.Core/Util/Extension/Extension.Validate.cs +++ b/Myshipping.Core/Util/Extension/Extension.Validate.cs @@ -1,7 +1,7 @@ using System; using Microsoft.AspNetCore.Http; -namespace Magic.Core; +namespace Myshipping.Core; /// /// 验证扩展类 diff --git a/Myshipping.Core/Util/Extension/Extensions.cs b/Myshipping.Core/Util/Extension/Extensions.cs index 3c1c4a12..8478ae36 100644 --- a/Myshipping.Core/Util/Extension/Extensions.cs +++ b/Myshipping.Core/Util/Extension/Extensions.cs @@ -4,7 +4,7 @@ using System.Collections.Generic; using System.Globalization; using System.Linq; -namespace Magic.Core; +namespace Myshipping.Core; /// /// 转换扩展类 diff --git a/Myshipping.Core/Util/Http/HttpNewUtil.cs b/Myshipping.Core/Util/Http/HttpNewUtil.cs index fb3a2a0c..673fa872 100644 --- a/Myshipping.Core/Util/Http/HttpNewUtil.cs +++ b/Myshipping.Core/Util/Http/HttpNewUtil.cs @@ -9,7 +9,7 @@ using Furion; using Furion.RemoteRequest.Extensions; using UAParser; -namespace Magic.Core; +namespace Myshipping.Core; /// /// HTTP网络工具 diff --git a/Myshipping.Core/Util/Http/WeatherUtil.cs b/Myshipping.Core/Util/Http/WeatherUtil.cs index db15f4df..36145d73 100644 --- a/Myshipping.Core/Util/Http/WeatherUtil.cs +++ b/Myshipping.Core/Util/Http/WeatherUtil.cs @@ -2,7 +2,7 @@ using System.Threading.Tasks; using Furion.RemoteRequest.Extensions; -namespace Magic.Core; +namespace Myshipping.Core; /// /// 天气预报工具类 diff --git a/Myshipping.Core/Util/Image/ImageUtil.cs b/Myshipping.Core/Util/Image/ImageUtil.cs index 85982a1f..26cbc066 100644 --- a/Myshipping.Core/Util/Image/ImageUtil.cs +++ b/Myshipping.Core/Util/Image/ImageUtil.cs @@ -7,7 +7,7 @@ using System.Linq; using System.Threading.Tasks; using Furion.RemoteRequest.Extensions; -namespace Magic.Core; +namespace Myshipping.Core; /// /// 图片工具类 diff --git a/Myshipping.Core/Util/JsonUtil.cs b/Myshipping.Core/Util/JsonUtil.cs index bd97d9a9..ca98f0a7 100644 --- a/Myshipping.Core/Util/JsonUtil.cs +++ b/Myshipping.Core/Util/JsonUtil.cs @@ -4,7 +4,7 @@ using Furion.JsonSerialization; using Newtonsoft.Json; using Newtonsoft.Json.Linq; -namespace Magic.Core; +namespace Myshipping.Core; /// /// Json序列化工具类 diff --git a/Myshipping.Core/Util/MachineUtil.cs b/Myshipping.Core/Util/MachineUtil.cs index 5bba438c..007eaae1 100644 --- a/Myshipping.Core/Util/MachineUtil.cs +++ b/Myshipping.Core/Util/MachineUtil.cs @@ -10,7 +10,7 @@ using System.Text; using System.Threading; using System.Threading.Tasks; -namespace Magic.Core; +namespace Myshipping.Core; /// /// 获取服务器信息 diff --git a/Myshipping.Core/Util/MiniProgram/MiniProgramUtil.cs b/Myshipping.Core/Util/MiniProgram/MiniProgramUtil.cs index 3cc1c07f..d12733b2 100644 --- a/Myshipping.Core/Util/MiniProgram/MiniProgramUtil.cs +++ b/Myshipping.Core/Util/MiniProgram/MiniProgramUtil.cs @@ -4,7 +4,7 @@ using System.Text; using System.Text.Json.Serialization; using Furion.JsonSerialization; -namespace Magic.Core; +namespace Myshipping.Core; /// /// 小程序工具类 diff --git a/Myshipping.Core/Util/OSSClientUtil.cs b/Myshipping.Core/Util/OSSClientUtil.cs index 5ad9ecb6..0082e533 100644 --- a/Myshipping.Core/Util/OSSClientUtil.cs +++ b/Myshipping.Core/Util/OSSClientUtil.cs @@ -4,7 +4,7 @@ using System; using System.IO; using System.Net; -namespace Magic.Core; +namespace Myshipping.Core; /// /// 阿里云oss文件上传工具类 diff --git a/Myshipping.Core/Util/ReflectionUtil.cs b/Myshipping.Core/Util/ReflectionUtil.cs index a29ad75c..ecbabd33 100644 --- a/Myshipping.Core/Util/ReflectionUtil.cs +++ b/Myshipping.Core/Util/ReflectionUtil.cs @@ -1,7 +1,7 @@ using System; using System.Reflection; -namespace Magic.Core; +namespace Myshipping.Core; /// /// 反射工具 diff --git a/Myshipping.Core/Util/String/Base64Util.cs b/Myshipping.Core/Util/String/Base64Util.cs index ead54584..b328e844 100644 --- a/Myshipping.Core/Util/String/Base64Util.cs +++ b/Myshipping.Core/Util/String/Base64Util.cs @@ -5,7 +5,7 @@ using System.Text; using System.Threading; using Newtonsoft.Json; -namespace Magic.Core; +namespace Myshipping.Core; public static class Base64Util { diff --git a/Myshipping.Core/Util/String/ValidatorUtil.cs b/Myshipping.Core/Util/String/ValidatorUtil.cs index 06ab6e29..f7473c10 100644 --- a/Myshipping.Core/Util/String/ValidatorUtil.cs +++ b/Myshipping.Core/Util/String/ValidatorUtil.cs @@ -2,7 +2,7 @@ using System.Linq; using System.Text.RegularExpressions; -namespace Magic.Core; +namespace Myshipping.Core; /// /// 字符串验证帮助类 diff --git a/Myshipping.Core/Util/TreeBuildUtil.cs b/Myshipping.Core/Util/TreeBuildUtil.cs index 45ab72d5..46b2c677 100644 --- a/Myshipping.Core/Util/TreeBuildUtil.cs +++ b/Myshipping.Core/Util/TreeBuildUtil.cs @@ -1,7 +1,7 @@ using System.Collections; using System.Collections.Generic; -namespace Magic.Core; +namespace Myshipping.Core; /// /// 树基类 diff --git a/Myshipping.FlowCenter/Entity/FlcCustomForm.cs b/Myshipping.FlowCenter/Entity/FlcCustomForm.cs index 3caf0cd0..8d6cd28b 100644 --- a/Myshipping.FlowCenter/Entity/FlcCustomForm.cs +++ b/Myshipping.FlowCenter/Entity/FlcCustomForm.cs @@ -1,7 +1,7 @@ using SqlSugar; using System; -namespace Magic.FlowCenter.Entity; +namespace Myshipping.FlowCenter.Entity; /// /// 自定义表单 diff --git a/Myshipping.FlowCenter/Entity/FlcDBEntityTenant.cs b/Myshipping.FlowCenter/Entity/FlcDBEntityTenant.cs index 9b39347a..778bf416 100644 --- a/Myshipping.FlowCenter/Entity/FlcDBEntityTenant.cs +++ b/Myshipping.FlowCenter/Entity/FlcDBEntityTenant.cs @@ -1,6 +1,6 @@ using SqlSugar; -namespace Magic.FlowCenter.Entity; +namespace Myshipping.FlowCenter.Entity; /// /// 自定义租户基类实体 diff --git a/Myshipping.FlowCenter/Entity/FlcDEntityBase.cs b/Myshipping.FlowCenter/Entity/FlcDEntityBase.cs index b46ef6d9..0da4a4e3 100644 --- a/Myshipping.FlowCenter/Entity/FlcDEntityBase.cs +++ b/Myshipping.FlowCenter/Entity/FlcDEntityBase.cs @@ -2,7 +2,7 @@ using System; using System.ComponentModel.DataAnnotations; -namespace Magic.FlowCenter.Entity; +namespace Myshipping.FlowCenter.Entity; /// /// 自定义实体基类 diff --git a/Myshipping.FlowCenter/Entity/FlcFlowInstanceOperationHistory.cs b/Myshipping.FlowCenter/Entity/FlcFlowInstanceOperationHistory.cs index 15916b44..d05efe32 100644 --- a/Myshipping.FlowCenter/Entity/FlcFlowInstanceOperationHistory.cs +++ b/Myshipping.FlowCenter/Entity/FlcFlowInstanceOperationHistory.cs @@ -1,7 +1,7 @@ using SqlSugar; using System; -namespace Magic.FlowCenter.Entity; +namespace Myshipping.FlowCenter.Entity; /// /// 工作流实例操作记录 diff --git a/Myshipping.FlowCenter/Entity/FlcFlowInstanceTransitionHistory.cs b/Myshipping.FlowCenter/Entity/FlcFlowInstanceTransitionHistory.cs index c1d603a6..7ee51c02 100644 --- a/Myshipping.FlowCenter/Entity/FlcFlowInstanceTransitionHistory.cs +++ b/Myshipping.FlowCenter/Entity/FlcFlowInstanceTransitionHistory.cs @@ -1,7 +1,7 @@ using System; using SqlSugar; -namespace Magic.FlowCenter.Entity; +namespace Myshipping.FlowCenter.Entity; /// /// 工作流实例流转历史记录 diff --git a/Myshipping.FlowCenter/Entity/FlcFlowinstance.cs b/Myshipping.FlowCenter/Entity/FlcFlowinstance.cs index 41d409f4..f735343d 100644 --- a/Myshipping.FlowCenter/Entity/FlcFlowinstance.cs +++ b/Myshipping.FlowCenter/Entity/FlcFlowinstance.cs @@ -1,8 +1,8 @@ using System.ComponentModel.DataAnnotations; -using Magic.Core; +using Myshipping.Core; using SqlSugar; -namespace Magic.FlowCenter.Entity; +namespace Myshipping.FlowCenter.Entity; /// /// 创 建:超级管理员 diff --git a/Myshipping.FlowCenter/Entity/FlcFlowscheme.cs b/Myshipping.FlowCenter/Entity/FlcFlowscheme.cs index 5e1f7ef0..7c0a707d 100644 --- a/Myshipping.FlowCenter/Entity/FlcFlowscheme.cs +++ b/Myshipping.FlowCenter/Entity/FlcFlowscheme.cs @@ -1,6 +1,6 @@ -using Magic.Core; +using Myshipping.Core; using SqlSugar; -namespace Magic.FlowCenter.Entity; +namespace Myshipping.FlowCenter.Entity; /// /// 流程 diff --git a/Myshipping.FlowCenter/Entity/FlcForm.cs b/Myshipping.FlowCenter/Entity/FlcForm.cs index 67636cf0..17be03e1 100644 --- a/Myshipping.FlowCenter/Entity/FlcForm.cs +++ b/Myshipping.FlowCenter/Entity/FlcForm.cs @@ -1,6 +1,6 @@ -using Magic.Core; +using Myshipping.Core; using SqlSugar; -namespace Magic.FlowCenter.Entity; +namespace Myshipping.FlowCenter.Entity; /// /// 表单 diff --git a/Myshipping.FlowCenter/Entity/FlcInstanceEntity.cs b/Myshipping.FlowCenter/Entity/FlcInstanceEntity.cs index 44a032ff..ff6faa2c 100644 --- a/Myshipping.FlowCenter/Entity/FlcInstanceEntity.cs +++ b/Myshipping.FlowCenter/Entity/FlcInstanceEntity.cs @@ -1,6 +1,6 @@ using SqlSugar; -namespace Magic.FlowCenter.Entity; +namespace Myshipping.FlowCenter.Entity; /// /// 自定义表单实体 diff --git a/Myshipping.FlowCenter/Entity/Flow/Flow.cs b/Myshipping.FlowCenter/Entity/Flow/Flow.cs index 2e9e6504..93b851dd 100644 --- a/Myshipping.FlowCenter/Entity/Flow/Flow.cs +++ b/Myshipping.FlowCenter/Entity/Flow/Flow.cs @@ -1,6 +1,6 @@ using System.Collections.Generic; -namespace Magic.FlowCenter.Entity; +namespace Myshipping.FlowCenter.Entity; /// /// 流程 diff --git a/Myshipping.FlowCenter/Entity/Flow/FlowArea.cs b/Myshipping.FlowCenter/Entity/Flow/FlowArea.cs index 851f14ed..70f9c693 100644 --- a/Myshipping.FlowCenter/Entity/Flow/FlowArea.cs +++ b/Myshipping.FlowCenter/Entity/Flow/FlowArea.cs @@ -1,4 +1,4 @@ -namespace Magic.FlowCenter.Entity; +namespace Myshipping.FlowCenter.Entity; /// /// 流程泳道 diff --git a/Myshipping.FlowCenter/Entity/Flow/FlowLine.cs b/Myshipping.FlowCenter/Entity/Flow/FlowLine.cs index 9d88aef0..899c54f9 100644 --- a/Myshipping.FlowCenter/Entity/Flow/FlowLine.cs +++ b/Myshipping.FlowCenter/Entity/Flow/FlowLine.cs @@ -2,7 +2,7 @@ using System.Linq; using Newtonsoft.Json.Linq; -namespace Magic.FlowCenter.Entity; +namespace Myshipping.FlowCenter.Entity; /// /// 流程连线 diff --git a/Myshipping.FlowCenter/Entity/Flow/FlowNode.cs b/Myshipping.FlowCenter/Entity/Flow/FlowNode.cs index d9de22cb..2bd5ee49 100644 --- a/Myshipping.FlowCenter/Entity/Flow/FlowNode.cs +++ b/Myshipping.FlowCenter/Entity/Flow/FlowNode.cs @@ -1,6 +1,6 @@ using System.Collections.Generic; -namespace Magic.FlowCenter.Entity; +namespace Myshipping.FlowCenter.Entity; /// /// 流程节点 diff --git a/Myshipping.FlowCenter/Entity/Flow/FlowRuntime.cs b/Myshipping.FlowCenter/Entity/Flow/FlowRuntime.cs index e7989eda..427464f3 100644 --- a/Myshipping.FlowCenter/Entity/Flow/FlowRuntime.cs +++ b/Myshipping.FlowCenter/Entity/Flow/FlowRuntime.cs @@ -3,13 +3,13 @@ // // *********************************************************************** -using Magic.Core; +using Myshipping.Core; using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Text; -namespace Magic.FlowCenter.Entity; +namespace Myshipping.FlowCenter.Entity; /// /// 流程运行类 diff --git a/Myshipping.FlowCenter/Entity/Flow/FormUtil.cs b/Myshipping.FlowCenter/Entity/Flow/FormUtil.cs index d10bf08e..e8d7954f 100644 --- a/Myshipping.FlowCenter/Entity/Flow/FormUtil.cs +++ b/Myshipping.FlowCenter/Entity/Flow/FormUtil.cs @@ -5,7 +5,7 @@ using System.IO; using System.Linq; using System.Reflection; -namespace Magic.FlowCenter.Entity; +namespace Myshipping.FlowCenter.Entity; /// /// 表单工具 @@ -59,7 +59,7 @@ namespace Magic.FlowCenter.Entity; var path = AppDomain.CurrentDomain.RelativeSearchPath ?? AppDomain.CurrentDomain.BaseDirectory; var referencedAssemblies = Directory.GetFiles(path, "*.dll").Select(Assembly.LoadFrom).ToArray(); var t = referencedAssemblies - .SelectMany(a => a.GetTypes().Where(t => t.FullName.Contains("Magic.FlowCenter"+"." + webForm))).First(); + .SelectMany(a => a.GetTypes().Where(t => t.FullName.Contains("Myshipping.FlowCenter"+"." + webForm))).First(); List temp = new List(); PropertyInfo[] pArray = t.GetProperties(); Array.ForEach(pArray, p => diff --git a/Myshipping.FlowCenter/Entity/Flow/FormValue.cs b/Myshipping.FlowCenter/Entity/Flow/FormValue.cs index c21419bd..4c74cd5b 100644 --- a/Myshipping.FlowCenter/Entity/Flow/FormValue.cs +++ b/Myshipping.FlowCenter/Entity/Flow/FormValue.cs @@ -1,6 +1,6 @@ using System.Collections.Generic; -namespace Magic.FlowCenter.Entity; +namespace Myshipping.FlowCenter.Entity; /// /// 表单设计类 diff --git a/Myshipping.FlowCenter/Entity/Flow/NodeDesignate.cs b/Myshipping.FlowCenter/Entity/Flow/NodeDesignate.cs index 167d3de8..4d0f75f5 100644 --- a/Myshipping.FlowCenter/Entity/Flow/NodeDesignate.cs +++ b/Myshipping.FlowCenter/Entity/Flow/NodeDesignate.cs @@ -1,4 +1,4 @@ -namespace Magic.FlowCenter.Entity; +namespace Myshipping.FlowCenter.Entity; /// /// 节点执行类 diff --git a/Myshipping.FlowCenter/Entity/Flow/Verification.cs b/Myshipping.FlowCenter/Entity/Flow/Verification.cs index 733fd040..1ea1db33 100644 --- a/Myshipping.FlowCenter/Entity/Flow/Verification.cs +++ b/Myshipping.FlowCenter/Entity/Flow/Verification.cs @@ -1,4 +1,4 @@ -namespace Magic.FlowCenter.Entity; +namespace Myshipping.FlowCenter.Entity; /// /// 流程审核类 diff --git a/Myshipping.FlowCenter/Enum/CommonFrmType.cs b/Myshipping.FlowCenter/Enum/CommonFrmType.cs index dc6e82a0..8a601eb4 100644 --- a/Myshipping.FlowCenter/Enum/CommonFrmType.cs +++ b/Myshipping.FlowCenter/Enum/CommonFrmType.cs @@ -1,6 +1,6 @@ using System.ComponentModel; -namespace Magic.FlowCenter; +namespace Myshipping.FlowCenter; /// /// 表单类型 diff --git a/Myshipping.FlowCenter/Flowinstance/Dto/FlcFlowinstanceDto.cs b/Myshipping.FlowCenter/Flowinstance/Dto/FlcFlowinstanceDto.cs index 02ea8fea..349622aa 100644 --- a/Myshipping.FlowCenter/Flowinstance/Dto/FlcFlowinstanceDto.cs +++ b/Myshipping.FlowCenter/Flowinstance/Dto/FlcFlowinstanceDto.cs @@ -1,7 +1,7 @@ using System; -using Magic.Core; +using Myshipping.Core; -namespace Magic.FlowCenter.Service; +namespace Myshipping.FlowCenter.Service; /// /// 工作流输出参数 diff --git a/Myshipping.FlowCenter/Flowinstance/Dto/FlcFlowinstanceInput.cs b/Myshipping.FlowCenter/Flowinstance/Dto/FlcFlowinstanceInput.cs index 934f8ccd..25d51e70 100644 --- a/Myshipping.FlowCenter/Flowinstance/Dto/FlcFlowinstanceInput.cs +++ b/Myshipping.FlowCenter/Flowinstance/Dto/FlcFlowinstanceInput.cs @@ -1,8 +1,8 @@ -using Magic.Core; +using Myshipping.Core; using System; using System.ComponentModel.DataAnnotations; -namespace Magic.FlowCenter.Service; +namespace Myshipping.FlowCenter.Service; /// /// 工作流输入参数 diff --git a/Myshipping.FlowCenter/Flowinstance/Dto/FlcFlowinstanceOutput.cs b/Myshipping.FlowCenter/Flowinstance/Dto/FlcFlowinstanceOutput.cs index a79f7f69..33844917 100644 --- a/Myshipping.FlowCenter/Flowinstance/Dto/FlcFlowinstanceOutput.cs +++ b/Myshipping.FlowCenter/Flowinstance/Dto/FlcFlowinstanceOutput.cs @@ -1,8 +1,8 @@ -using Magic.Core; -using Magic.FlowCenter.Entity; +using Myshipping.Core; +using Myshipping.FlowCenter.Entity; using System.Collections.Generic; -namespace Magic.FlowCenter.Service; +namespace Myshipping.FlowCenter.Service; /// /// 工作流输出参数 diff --git a/Myshipping.FlowCenter/Flowinstance/FlcCustomFormService.cs b/Myshipping.FlowCenter/Flowinstance/FlcCustomFormService.cs index 511d6ea7..e9abec7b 100644 --- a/Myshipping.FlowCenter/Flowinstance/FlcCustomFormService.cs +++ b/Myshipping.FlowCenter/Flowinstance/FlcCustomFormService.cs @@ -1,11 +1,11 @@ using Furion.DependencyInjection; -using Magic.Core; -using Magic.FlowCenter.Entity; +using Myshipping.Core; +using Myshipping.FlowCenter.Entity; using System; using System.Threading.Tasks; using Yitter.IdGenerator; -namespace Magic.FlowCenter.Service; +namespace Myshipping.FlowCenter.Service; /// /// 自定义表格服务 diff --git a/Myshipping.FlowCenter/Flowinstance/FlcFlowinstanceService.cs b/Myshipping.FlowCenter/Flowinstance/FlcFlowinstanceService.cs index dfaf540c..c9a121b0 100644 --- a/Myshipping.FlowCenter/Flowinstance/FlcFlowinstanceService.cs +++ b/Myshipping.FlowCenter/Flowinstance/FlcFlowinstanceService.cs @@ -2,10 +2,10 @@ using Furion.DependencyInjection; using Furion.DynamicApiController; using Furion.FriendlyException; -using Magic.Core; -using Magic.Core.Entity; -using Magic.Core.Service; -using Magic.FlowCenter.Entity; +using Myshipping.Core; +using Myshipping.Core.Entity; +using Myshipping.Core.Service; +using Myshipping.FlowCenter.Entity; using Mapster; using Microsoft.AspNetCore.Mvc; using SqlSugar; @@ -16,7 +16,7 @@ using System.Net.Http; using System.Threading.Tasks; using Yitter.IdGenerator; -namespace Magic.FlowCenter.Service; +namespace Myshipping.FlowCenter.Service; /// /// 工作流服务 @@ -751,7 +751,7 @@ public class FlcFlowinstanceService : IFlcFlowinstanceService, IDynamicApiContro if (entity.FrmType == FormType.CUSTOMFORM) { var t = App.Assemblies - .SelectMany(a => a.GetTypes().Where(t => t.FullName.Contains("Magic.FlowCenter.") && t.FullName.Contains("." + entity.DbName + "Service"))).First(); + .SelectMany(a => a.GetTypes().Where(t => t.FullName.Contains("Myshipping.FlowCenter.") && t.FullName.Contains("." + entity.DbName + "Service"))).First(); IFlcCustomFormService icf = (IFlcCustomFormService)App.GetService(t); await icf.Add(entity.Id, entity.FrmData); } @@ -860,7 +860,7 @@ public class FlcFlowinstanceService : IFlcFlowinstanceService, IDynamicApiContro if (entity.FrmType == FormType.CUSTOMFORM) { var t = App.Assemblies - .SelectMany(a => a.GetTypes().Where(t => t.FullName.Contains("Magic.FlowCenter.") && t.FullName.Contains("." + entity.DbName + "Service"))).First(); + .SelectMany(a => a.GetTypes().Where(t => t.FullName.Contains("Myshipping.FlowCenter.") && t.FullName.Contains("." + entity.DbName + "Service"))).First(); IFlcCustomFormService icf = (IFlcCustomFormService)App.GetService(t); await icf.Add(entity.Id, entity.FrmData); diff --git a/Myshipping.FlowCenter/Flowinstance/IFlcCustomFormService.cs b/Myshipping.FlowCenter/Flowinstance/IFlcCustomFormService.cs index 389de443..036aa14c 100644 --- a/Myshipping.FlowCenter/Flowinstance/IFlcCustomFormService.cs +++ b/Myshipping.FlowCenter/Flowinstance/IFlcCustomFormService.cs @@ -1,6 +1,6 @@ using System.Threading.Tasks; -namespace Magic.FlowCenter.Service; +namespace Myshipping.FlowCenter.Service; public interface IFlcCustomFormService { diff --git a/Myshipping.FlowCenter/Flowinstance/IFlcFlowinstanceService.cs b/Myshipping.FlowCenter/Flowinstance/IFlcFlowinstanceService.cs index 112e53ef..51f6e795 100644 --- a/Myshipping.FlowCenter/Flowinstance/IFlcFlowinstanceService.cs +++ b/Myshipping.FlowCenter/Flowinstance/IFlcFlowinstanceService.cs @@ -1,8 +1,8 @@ -using Magic.FlowCenter.Entity; +using Myshipping.FlowCenter.Entity; using Microsoft.AspNetCore.Mvc; using System.Collections.Generic; using System.Threading.Tasks; -namespace Magic.FlowCenter.Service; +namespace Myshipping.FlowCenter.Service; public interface IFlcFlowinstanceService { diff --git a/Myshipping.FlowCenter/Flowscheme/Dto/FlcFlowschemeInput.cs b/Myshipping.FlowCenter/Flowscheme/Dto/FlcFlowschemeInput.cs index e92a5f45..e987a7a6 100644 --- a/Myshipping.FlowCenter/Flowscheme/Dto/FlcFlowschemeInput.cs +++ b/Myshipping.FlowCenter/Flowscheme/Dto/FlcFlowschemeInput.cs @@ -1,8 +1,8 @@ -using Magic.Core; +using Myshipping.Core; using System; using System.ComponentModel.DataAnnotations; -namespace Magic.FlowCenter.Service; +namespace Myshipping.FlowCenter.Service; /// /// 流程管理输入参数 diff --git a/Myshipping.FlowCenter/Flowscheme/Dto/FlcFlowschemeOutput.cs b/Myshipping.FlowCenter/Flowscheme/Dto/FlcFlowschemeOutput.cs index ec8c7ab7..ec8f1b26 100644 --- a/Myshipping.FlowCenter/Flowscheme/Dto/FlcFlowschemeOutput.cs +++ b/Myshipping.FlowCenter/Flowscheme/Dto/FlcFlowschemeOutput.cs @@ -1,6 +1,6 @@ using System; -namespace Magic.FlowCenter.Service; +namespace Myshipping.FlowCenter.Service; /// /// 流程管理输出参数 diff --git a/Myshipping.FlowCenter/Flowscheme/FlcFlowschemeService.cs b/Myshipping.FlowCenter/Flowscheme/FlcFlowschemeService.cs index c9546667..13fbb974 100644 --- a/Myshipping.FlowCenter/Flowscheme/FlcFlowschemeService.cs +++ b/Myshipping.FlowCenter/Flowscheme/FlcFlowschemeService.cs @@ -1,10 +1,10 @@ using Furion.DependencyInjection; using Furion.DynamicApiController; using Furion.FriendlyException; -using Magic.Core; -using Magic.Core.Entity; -using Magic.Core.Service; -using Magic.FlowCenter.Entity; +using Myshipping.Core; +using Myshipping.Core.Entity; +using Myshipping.Core.Service; +using Myshipping.FlowCenter.Entity; using Mapster; using Microsoft.AspNetCore.Mvc; using SqlSugar; @@ -12,7 +12,7 @@ using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; -namespace Magic.FlowCenter.Service; +namespace Myshipping.FlowCenter.Service; /// /// 流程管理服务 diff --git a/Myshipping.FlowCenter/Flowscheme/IFlcFlowschemeService.cs b/Myshipping.FlowCenter/Flowscheme/IFlcFlowschemeService.cs index 273f9b5d..6e8b7fd1 100644 --- a/Myshipping.FlowCenter/Flowscheme/IFlcFlowschemeService.cs +++ b/Myshipping.FlowCenter/Flowscheme/IFlcFlowschemeService.cs @@ -1,7 +1,7 @@ using Microsoft.AspNetCore.Mvc; using System.Collections.Generic; using System.Threading.Tasks; -namespace Magic.FlowCenter.Service; +namespace Myshipping.FlowCenter.Service; public interface IFlcFlowschemeService { diff --git a/Myshipping.FlowCenter/FormManage/Dto/FlcFormInput.cs b/Myshipping.FlowCenter/FormManage/Dto/FlcFormInput.cs index 4d8e6748..1a2cbd0f 100644 --- a/Myshipping.FlowCenter/FormManage/Dto/FlcFormInput.cs +++ b/Myshipping.FlowCenter/FormManage/Dto/FlcFormInput.cs @@ -1,7 +1,7 @@ -using Magic.Core; +using Myshipping.Core; using System.ComponentModel.DataAnnotations; -namespace Magic.FlowCenter.Service; +namespace Myshipping.FlowCenter.Service; /// /// 组织机构参数 diff --git a/Myshipping.FlowCenter/FormManage/Dto/FlcFormOutput.cs b/Myshipping.FlowCenter/FormManage/Dto/FlcFormOutput.cs index 0c5280b8..19e94d32 100644 --- a/Myshipping.FlowCenter/FormManage/Dto/FlcFormOutput.cs +++ b/Myshipping.FlowCenter/FormManage/Dto/FlcFormOutput.cs @@ -1,4 +1,4 @@ -namespace Magic.FlowCenter.Service; +namespace Myshipping.FlowCenter.Service; /// /// 组织机构参数 diff --git a/Myshipping.FlowCenter/FormManage/FlcFormManageService.cs b/Myshipping.FlowCenter/FormManage/FlcFormManageService.cs index bdbb2758..70ac8b1c 100644 --- a/Myshipping.FlowCenter/FormManage/FlcFormManageService.cs +++ b/Myshipping.FlowCenter/FormManage/FlcFormManageService.cs @@ -2,8 +2,8 @@ using Furion; using Furion.DependencyInjection; using Furion.DynamicApiController; using Furion.FriendlyException; -using Magic.Core; -using Magic.FlowCenter.Entity; +using Myshipping.Core; +using Myshipping.FlowCenter.Entity; using Mapster; using Microsoft.AspNetCore.Mvc; using SqlSugar; @@ -13,7 +13,7 @@ using System.Linq; using System.Reflection; using System.Threading.Tasks; -namespace Magic.FlowCenter.Service; +namespace Myshipping.FlowCenter.Service; /// /// 表单管理 @@ -84,7 +84,7 @@ public class FlcFormManageService : IFlcFormManageService, IDynamicApiController { var dataname = input.WebId.Substring(0, 1).ToUpper() + input.WebId.Substring(1); var t = App.Assemblies - .SelectMany(a => a.GetTypes().Where(t => t.FullName.Contains("Magic.FlowCenter.Entity") && t.FullName.Contains("." + dataname))).First(); + .SelectMany(a => a.GetTypes().Where(t => t.FullName.Contains("Myshipping.FlowCenter.Entity") && t.FullName.Contains("." + dataname))).First(); List list = new List(); List parses = new List(); dynamic obj = Activator.CreateInstance(t); @@ -149,7 +149,7 @@ public class FlcFormManageService : IFlcFormManageService, IDynamicApiController { var dataname = input.WebId.Substring(0, 1).ToUpper() + input.WebId.Substring(1); var t = App.Assemblies - .SelectMany(a => a.GetTypes().Where(t => t.FullName.Contains("Magic.FlowCenter.Entity") && t.FullName.Contains("." + dataname))).First(); + .SelectMany(a => a.GetTypes().Where(t => t.FullName.Contains("Myshipping.FlowCenter.Entity") && t.FullName.Contains("." + dataname))).First(); List list = new List(); List parses = new List(); dynamic obj = Activator.CreateInstance(t); diff --git a/Myshipping.FlowCenter/FormManage/IFlcFormManageService.cs b/Myshipping.FlowCenter/FormManage/IFlcFormManageService.cs index a34e7414..4fc1b31c 100644 --- a/Myshipping.FlowCenter/FormManage/IFlcFormManageService.cs +++ b/Myshipping.FlowCenter/FormManage/IFlcFormManageService.cs @@ -1,9 +1,9 @@ -using Magic.FlowCenter.Entity; +using Myshipping.FlowCenter.Entity; using Microsoft.AspNetCore.Mvc; using System.Collections.Generic; using System.Threading.Tasks; -namespace Magic.FlowCenter.Service; +namespace Myshipping.FlowCenter.Service; public interface IFlcFormManageService { diff --git a/Myshipping.FlowCenter/Magic.FlowCenter.xml b/Myshipping.FlowCenter/Magic.FlowCenter.xml deleted file mode 100644 index 5830bd85..00000000 --- a/Myshipping.FlowCenter/Magic.FlowCenter.xml +++ /dev/null @@ -1,1871 +0,0 @@ - - - - Myshipping.FlowCenter - - - - - 自定义表单 - - - - - 名称 - - - - - 排序 - - - - - 备注 - - - - - 创建时间 - - - - - 创建者Id - - - - - 创建者名称 - - - - - 自定义租户基类实体 - - - - - 租户id - - - - - 自定义实体基类 - - - - - 创建时间 - - - - - 更新时间 - - - - - 创建者Id - - - - - 创建者名称 - - - - - 修改者Id - - - - - 修改者名称 - - - - - 软删除 - - - - - 更新信息列 - - - - - - 假删除的列,包含更新信息 - - - - - - 递增主键实体基类 - - - - - 主键Id - - - - - 主键实体基类 - - - - - 主键Id - - - - - 创 建:超级管理员 - 日 期:2020-07-14 09:18 - 描 述:我的流程实体类 - - - - - 流程实例模板Id - - - - - - 实例编号 - - - - - - 自定义名称 - - - - - - 当前节点ID - - - - - - 当前节点类型(0会签节点) - - - - - - 当前节点名称 - - - - - - 前一个ID - - - - - - 流程模板内容 - - - - - - 流程模板ID - - - - - - 数据库名称 - - - - - - 表单数据 - - - - - - 表单类型 - - - - - - 表单中的字段 - - - - - - 表单字段(冗余) - - - - - - 表单参数 - - - - - - 表单ID - - - - - - 流程类型 - - - - - - 等级 - - - - - - 是否完成 - - - - - - 执行人 - - - - - - 所属部门 - - - - - - 状态标识 - - - - - 如果下个执行节点是运行时指定执行者。需要传指定的类型 - 取值为RUNTIME_SPECIAL_ROLE、RUNTIME_SPECIAL_USER - - - - - 如果下个执行节点是运行时指定执行者。该值表示具体的执行者 - 如果NodeDesignateType为RUNTIME_SPECIAL_ROLE,则该值为指定的角色 - 如果NodeDesignateType为RUNTIME_SPECIAL_USER,则该值为指定的用户 - - - - - 下个节点执行人 - - - - - 当前节点执行人 - - - - - 当前节点执行类型 - - - - - 工作流实例操作记录 - - - - - 实例进程Id - - - - - 操作内容 - - - - - 创建时间 - - - - - 创建用户主键 - - - - - 创建用户 - - - - - 工作流实例流转历史记录 - - - - - 实例Id - - - - - 开始节点Id - - - - - 开始节点类型 - - - - - 开始节点名称 - - - - - 结束节点Id - - - - - 结束节点类型 - - - - - 结束节点名称 - - - - - 转化状态 - - - - - 是否结束 - - - - - 转化时间 - - - - - 创建用户主键 - - - - - 创建用户 - - - - - 流程 - - - - - 流程编号 - 默认值: - - - - - 流程名称 - 默认值: - - - - - 流程类型 - 默认值: - - - - - 流程版本 - 默认值: - - - - - 流程使用人 - 默认值: - - - - - 流程内容 - 默认值: - - - - - 表单Id - 默认值: - - - - - 表单类型 - 默认值: - - - - - 权限类型 - 默认值: - - - - - 组织Id - 默认值: - - - - - - 默认值: - - - - - 状态 - 默认值: - - - - - 排序 - 默认值: - - - - - 备注 - 默认值: - - - - - 表单 - - - - - 表单名称 - 默认值: - - - - - 表单类型 - 默认值: - - - - - 自定义表单 - 默认值: - - - - - 字段数 - 默认值: - - - - - 字段 - 默认值: - - - - - 字段格式化 - 默认值: - - - - - 表单内容 - 默认值: - - - - - 数据库备用 - 默认值: - - - - - 组织id - 默认值: - - - - - - 默认值: - - - - - 状态 - 默认值: - - - - - 排序 - 默认值: - - - - - 备注 - 默认值: - - - - - 自定义表单实体 - - - - - 申请流程Id - - - - - 流程 - - - - - 流程配置 - - - - - 参数 - - - - - 状态 - - - - - 连线 - - - - - 节点 - - - - - 泳道 - - - - - 流程配置 - - - - - 网格 - - - - - 文字 - - - - - 图标 - - - - - 参数 - - - - - 流程泳道 - - - - - 泳道Id - - - - - 名称 - - - - - 类型 - - - - - 图标 - - - - - x坐标 - - - - - y坐标 - - - - - 宽度 - - - - - 高度 - - - - - 流程连线 - - - - - 线Id - - - - - 显示 - - - - - 类型 - - - - - 源头节点 - - - - - 目标节点 - - - - - 名称 - - - - - 连接样式 - - - - 分支条件 - - - - 连线比较 - - - - - - - 分支条件 - - - - 操作类型比如大于/等于/小于 - - - form种的字段名称 - - - 字段类型:"form":为表单中的字段,后期扩展系统表等. - - - 实际的值 - - - - 实际值的显示值 - - - - - 显示值 - - - - - 条件关系 - - - - - 连接样式 - - - - - 连接类型 - - - - - 连接颜色 - - - - - - - - - - 流程节点 - - - - - id - - - - - 名称 - - - - - 类型 - - - - - 图标 - - - - - x坐标 - - - - - y左边 - - - - - 宽度 - - - - - 高度 - - - - - 节点的附加数据项 - - The set information. - - - - 节点详细 - - - - - 节点执行权限类型 - - - - - 选择值 - - - - - 选择显示 - - - - - 当前部门 - - - - - 节点编号 - - - - - 节点名称 - - - - - 流程执行时,三方回调的URL地址 - - - - - 驳回节点0"前一步"1"第一步"2"某一步" 3"不处理" - - - - - 节点状态 - - - - - 用户名称 - - - - - 用户Id - - - - - 描述 - - - - - 节点时间 - - - - - 节点会签方式,all/空:默认为全部通过,one :至少有一个通过 - - - - - 会签通过的个数 - - - - - 会签拒绝的个数 - - - - - 节点执行结果标签 - - - - - 1: 通过 - 2:不通过 - 3:驳回 - - - - - 用户id - - - - - 用户名 - - - - - 描述 - - - - - 时间 - - - - - 1: 通过 - 2:不通过 - 3:驳回 - - - - - 流程运行类 - - - - - 构造函数 - - - - - 获取工作流信息 - - - - - - - 获取工作流节点的字典列表:key节点id - - - - - - - 获取下一个节点 - - - - - 获取上一个节点 - - - - - 获取下一个节点 - - - - - - - 获取实例接下来运行的状态 - - -1无法运行,0会签开始,1会签结束,2一般节点,4流程运行结束 - - - - 获取节点类型 0会签开始,1会签结束,2一般节点,开始节点,4流程运行结束 - - - - - - - 删除节点 - - - - - - 删除全部节点 - - - - - 节点会签审核 - - 会签时,currentNodeId是会签开始节点。这个表示当前正在处理的节点 - - -1不通过,1等待,其它通过 - - - - 获取上一个节点 - - - - - - - - 驳回 - - 驳回类型。null:使用节点配置的驳回类型/0:前一步/1:第一步/2:指定节点,使用NodeRejectStep - - - - - 标记节点1通过,2不通过,3驳回 - - - - - - 获取流程 - - - - - - 通知三方系统,节点执行情况 - - - - - 流程 - - - - - 运行实例的Id - - - - - 开始节点的ID - - - - - 当前节点的ID - - - - - 当前节点类型 0会签开始,1会签结束,2一般节点,开始节点,4流程运行结束 - - - - - 当前节点的对象 - - - - - 下一个节点 - - - - - 下一个节点类型 -1无法运行,0会签开始,1会签结束,2一般节点,4流程运行结束 - - The type of the next node. - - - - 下一个节点对象 - - - - - 上一个节点 - - - - - 实例节点集合 - - - - - 流程实例中所有的线段 - - - - - 从节点发出的线段集合 - - - - - 到达节点的线段集合 - - - - - 表单数据 - - - - - 表单工具 - - - - - 获取值 - - - System.String. - - - - 表单赋值 - - - - - - - - 自定义表单设值 - - - - - - - 表单设计类 - - - - - 表id - - - - - 说明 - - - - - 序号 - - - - - 标签 - - - - - 跨度 - - - - - 表单 - - - - - 名称 - - - - - 表单 - - - - - 跨度 - - - - - 表单设计列表 - - - - - 节点执行类 - - - - - 如果下个执行节点是运行时指定执行者。需要传指定的类型 - 取值为RUNTIME_SPECIAL_ROLE、RUNTIME_SPECIAL_USER - - - - - 如果下个执行节点是运行时指定执行者。该值表示具体的执行者 - 如果NodeDesignateType为RUNTIME_SPECIAL_ROLE,则该值为指定的角色 - 如果NodeDesignateType为RUNTIME_SPECIAL_USER,则该值为指定的用户 - - - - - 流程审核类 - - - - - 流程实例Id - - - - - 1:同意;2:不同意;3:驳回 - - - - - 审核意见 - - - - - 驳回的步骤,即驳回到的节点ID - - - - - 驳回类型。null:使用节点配置的驳回类型/0:前一步/1:第一步/2:指定节点,使用NodeRejectStep - - - - - 表单类型 - - - - - 正常 - - - - - 停用 - - - - - 工作流输出参数 - - - - - Id - - - - - InstanceSchemeId - - - - - Code - - - - - CustomName - - - - - ActivityId - - - - - ActivityType - - - - - ActivityName - - - - - PreviousId - - - - - SchemeContent - - - - - SchemeId - - - - - DbName - - - - - FrmData - - - - - FrmType - - - - - FrmContentData - - - - - FrmContentParse - - - - - FrmId - - - - - SchemeType - - - - - FlowLevel - - - - - IsFinish - - - - - FrmContent - - - - - MakerList - - - - - OrgId - - - - - Active - - - - - Remark - - - - - 工作流输入参数 - - - - - InstanceSchemeId - - - - - Code - - - - - CustomName - - - - - ActivityId - - - - - ActivityType - - - - - ActivityName - - - - - PreviousId - - - - - SchemeContent - - - - - SchemeId - - - - - DbName - - - - - FrmData - - - - - FrmType - - - - - FrmContentData - - - - - FrmContentParse - - - - - FrmId - - - - - SchemeType - - - - - FlowLevel - - - - - IsFinish - - - - - FrmContent - - - - - MakerList - - - - - OrgId - - - - - Active - - - - - Remark - - - - - Id - - - - - Id - - - - - 工作流输出参数 - - - - - 自定义表格服务 - - - - - 新增 - - - - - - - - 编辑 - - - - - - - - 工作流服务 - - - - - 分页查询工作流 - - - - - - - 获取工作流 - - - - - - - 获取工作流列表 - - - Verification - - - - 获取历史 - - - - - - - 驳回 - 如果NodeRejectStep不为空,优先使用;否则按照NodeRejectType驳回 - - - - - - 节点审核 - - - - - - - 寻找下一步的执行人 - 一般用于本节点审核完成后,修改流程实例的当前执行人,可以做到通知等功能 - - - - - - 获取会签开始节点的所有可执行者 - - - - - - - - - 寻找该节点执行人 - - - - - - - - 判定节点需要选择执行人或执行角色 - - - - - - - 返回用于处理流程节点 - - - - - - - 添加扭转记录 - - - - - 添加扭转记录 - - - - - 节点处理 - - - - - - - 新增流程实例 - - - - - - - - 编辑流程实例 - - - - - - - - 删除流程实例 - - - - - - - 撤销流程实例 - - - - - - - 流程管理输入参数 - - - - - 流程Id - - - - - 流程管理输出参数 - - - - - 流程Id - - - - - 如果下个执行节点是运行时指定执行者。需要传指定的类型 - 取值为RUNTIME_SPECIAL_ROLE、RUNTIME_SPECIAL_USER - - - - - 如果下个执行节点是运行时指定执行者。该值表示具体的执行者 - 如果NodeDesignateType为RUNTIME_SPECIAL_ROLE,则该值为指定的角色 - 如果NodeDesignateType为RUNTIME_SPECIAL_USER,则该值为指定的用户 - - - - - 流程管理服务 - - - - - 分页查询流程管理 - - - - - - - 增加流程管理 - - - - - - - 删除流程管理 - - - - - - - 更新流程管理 - - - - - - - 获取流程管理 - - - - - - - 获取流程管理列表 - - - - - - - 组织机构参数 - - - - - 组织Id - - - - - 名称 - - - - - 排序 - - - - - 备注 - - - - - 状态(字典 0正常 1停用 2删除) - - - - - 名称 - - - - - 机构Id - - - - - 机构Id - - - - - 组织机构参数 - - - - - 表单Id - - - - - 表单管理 - - - - - 分页查询表单 - - - - - - - 获取表单列表 - - - - - - - 增加表单 - - - - - - - 删除表单 - - - - - - - 更新表单 - - - - - - - 获取表单信息 - - - - - - diff --git a/Myshipping.FlowCenter/Myshipping.FlowCenter.csproj b/Myshipping.FlowCenter/Myshipping.FlowCenter.csproj index c8d28e84..73ee20d1 100644 --- a/Myshipping.FlowCenter/Myshipping.FlowCenter.csproj +++ b/Myshipping.FlowCenter/Myshipping.FlowCenter.csproj @@ -3,7 +3,7 @@ net6.0 True - Magic.FlowCenter.xml + Myshipping.FlowCenter.xml diff --git a/Myshipping.FlowCenter/Myshipping.FlowCenter.xml b/Myshipping.FlowCenter/Myshipping.FlowCenter.xml index 58fbb50c..196a5e6a 100644 --- a/Myshipping.FlowCenter/Myshipping.FlowCenter.xml +++ b/Myshipping.FlowCenter/Myshipping.FlowCenter.xml @@ -1,1017 +1,1017 @@ - Magic.FlowCenter + Myshipping.FlowCenter - + 自定义表单 - + 名称 - + 排序 - + 备注 - + 创建时间 - + 创建者Id - + 创建者名称 - + 自定义租户基类实体 - + 租户id - + 自定义实体基类 - + 创建时间 - + 更新时间 - + 创建者Id - + 创建者名称 - + 修改者Id - + 修改者名称 - + 软删除 - + 更新信息列 - + 假删除的列,包含更新信息 - + 递增主键实体基类 - + 主键Id - + 主键实体基类 - + 主键Id - + 创 建:超级管理员 日 期:2020-07-14 09:18 描 述:我的流程实体类 - + 流程实例模板Id - + 实例编号 - + 自定义名称 - + 当前节点ID - + 当前节点类型(0会签节点) - + 当前节点名称 - + 前一个ID - + 流程模板内容 - + 流程模板ID - + 数据库名称 - + 表单数据 - + 表单类型 - + 表单中的字段 - + 表单字段(冗余) - + 表单参数 - + 表单ID - + 流程类型 - + 等级 - + 是否完成 - + 执行人 - + 所属部门 - + 状态标识 - + 如果下个执行节点是运行时指定执行者。需要传指定的类型 取值为RUNTIME_SPECIAL_ROLE、RUNTIME_SPECIAL_USER - + 如果下个执行节点是运行时指定执行者。该值表示具体的执行者 如果NodeDesignateType为RUNTIME_SPECIAL_ROLE,则该值为指定的角色 如果NodeDesignateType为RUNTIME_SPECIAL_USER,则该值为指定的用户 - + 下个节点执行人 - + 当前节点执行人 - + 当前节点执行类型 - + 工作流实例操作记录 - + 实例进程Id - + 操作内容 - + 创建时间 - + 创建用户主键 - + 创建用户 - + 工作流实例流转历史记录 - + 实例Id - + 开始节点Id - + 开始节点类型 - + 开始节点名称 - + 结束节点Id - + 结束节点类型 - + 结束节点名称 - + 转化状态 - + 是否结束 - + 转化时间 - + 创建用户主键 - + 创建用户 - + 流程 - + 流程编号 默认值: - + 流程名称 默认值: - + 流程类型 默认值: - + 流程版本 默认值: - + 流程使用人 默认值: - + 流程内容 默认值: - + 表单Id 默认值: - + 表单类型 默认值: - + 权限类型 默认值: - + 组织Id 默认值: - + 默认值: - + 状态 默认值: - + 排序 默认值: - + 备注 默认值: - + 表单 - + 表单名称 默认值: - + 表单类型 默认值: - + 自定义表单 默认值: - + 字段数 默认值: - + 字段 默认值: - + 字段格式化 默认值: - + 表单内容 默认值: - + 数据库备用 默认值: - + 组织id 默认值: - + 默认值: - + 状态 默认值: - + 排序 默认值: - + 备注 默认值: - + 自定义表单实体 - + 申请流程Id - + 流程 - + 流程配置 - + 参数 - + 状态 - + 连线 - + 节点 - + 泳道 - + 流程配置 - + 网格 - + 文字 - + 图标 - + 参数 - + 流程泳道 - + 泳道Id - + 名称 - + 类型 - + 图标 - + x坐标 - + y坐标 - + 宽度 - + 高度 - + 流程连线 - + 线Id - + 显示 - + 类型 - + 源头节点 - + 目标节点 - + 名称 - + 连接样式 - + 分支条件 - + 连线比较 - + 分支条件 - + 操作类型比如大于/等于/小于 - + form种的字段名称 - + 字段类型:"form":为表单中的字段,后期扩展系统表等. - + 实际的值 - + 实际值的显示值 - + 显示值 - + 条件关系 - + 连接样式 - + 连接类型 - + 连接颜色 - + - + 流程节点 - + id - + 名称 - + 类型 - + 图标 - + x坐标 - + y左边 - + 宽度 - + 高度 - + 节点的附加数据项 The set information. - + 节点详细 - + 节点执行权限类型 - + 选择值 - + 选择显示 - + 当前部门 - + 节点编号 - + 节点名称 - + 流程执行时,三方回调的URL地址 - + 驳回节点0"前一步"1"第一步"2"某一步" 3"不处理" - + 节点状态 - + 用户名称 - + 用户Id - + 描述 - + 节点时间 - + 节点会签方式,all/空:默认为全部通过,one :至少有一个通过 - + 会签通过的个数 - + 会签拒绝的个数 - + 节点执行结果标签 - + 1: 通过 2:不通过 3:驳回 - + 用户id - + 用户名 - + 描述 - + 时间 - + 1: 通过 2:不通过 3:驳回 - + 流程运行类 - + 构造函数 - + 获取工作流信息 - + 获取工作流节点的字典列表:key节点id - + 获取下一个节点 - + 获取上一个节点 - + 获取下一个节点 - + 获取实例接下来运行的状态 -1无法运行,0会签开始,1会签结束,2一般节点,4流程运行结束 - + 获取节点类型 0会签开始,1会签结束,2一般节点,开始节点,4流程运行结束 - + 删除节点 - + 删除全部节点 - + 节点会签审核 @@ -1019,7 +1019,7 @@ -1不通过,1等待,其它通过 - + 获取上一个节点 @@ -1027,119 +1027,119 @@ - + 驳回 驳回类型。null:使用节点配置的驳回类型/0:前一步/1:第一步/2:指定节点,使用NodeRejectStep - + 标记节点1通过,2不通过,3驳回 - + 获取流程 - + 通知三方系统,节点执行情况 - + 流程 - + 运行实例的Id - + 开始节点的ID - + 当前节点的ID - + 当前节点类型 0会签开始,1会签结束,2一般节点,开始节点,4流程运行结束 - + 当前节点的对象 - + 下一个节点 - + 下一个节点类型 -1无法运行,0会签开始,1会签结束,2一般节点,4流程运行结束 The type of the next node. - + 下一个节点对象 - + 上一个节点 - + 实例节点集合 - + 流程实例中所有的线段 - + 从节点发出的线段集合 - + 到达节点的线段集合 - + 表单数据 - + 表单工具 - + 获取值 System.String. - + 表单赋值 @@ -1147,397 +1147,397 @@ - + 自定义表单设值 - + 表单设计类 - + 表id - + 说明 - + 序号 - + 标签 - + 跨度 - + 表单 - + 名称 - + 表单 - + 跨度 - + 表单设计列表 - + 节点执行类 - + 如果下个执行节点是运行时指定执行者。需要传指定的类型 取值为RUNTIME_SPECIAL_ROLE、RUNTIME_SPECIAL_USER - + 如果下个执行节点是运行时指定执行者。该值表示具体的执行者 如果NodeDesignateType为RUNTIME_SPECIAL_ROLE,则该值为指定的角色 如果NodeDesignateType为RUNTIME_SPECIAL_USER,则该值为指定的用户 - + 流程审核类 - + 流程实例Id - + 1:同意;2:不同意;3:驳回 - + 审核意见 - + 驳回的步骤,即驳回到的节点ID - + 驳回类型。null:使用节点配置的驳回类型/0:前一步/1:第一步/2:指定节点,使用NodeRejectStep - + 表单类型 - + 正常 - + 停用 - + 工作流输出参数 - + Id - + InstanceSchemeId - + Code - + CustomName - + ActivityId - + ActivityType - + ActivityName - + PreviousId - + SchemeContent - + SchemeId - + DbName - + FrmData - + FrmType - + FrmContentData - + FrmContentParse - + FrmId - + SchemeType - + FlowLevel - + IsFinish - + FrmContent - + MakerList - + OrgId - + Active - + Remark - + 工作流输入参数 - + InstanceSchemeId - + Code - + CustomName - + ActivityId - + ActivityType - + ActivityName - + PreviousId - + SchemeContent - + SchemeId - + DbName - + FrmData - + FrmType - + FrmContentData - + FrmContentParse - + FrmId - + SchemeType - + FlowLevel - + IsFinish - + FrmContent - + MakerList - + OrgId - + Active - + Remark - + Id - + Id - + 工作流输出参数 - + 自定义表格服务 - + 新增 @@ -1545,7 +1545,7 @@ - + 编辑 @@ -1553,61 +1553,61 @@ - + 工作流服务 - + 分页查询工作流 - + 获取工作流 - + 获取工作流列表 Verification - + 获取历史 - + 驳回 如果NodeRejectStep不为空,优先使用;否则按照NodeRejectType驳回 - + 节点审核 - + 寻找下一步的执行人 一般用于本节点审核完成后,修改流程实例的当前执行人,可以做到通知等功能 - + 获取会签开始节点的所有可执行者 @@ -1616,7 +1616,7 @@ - + 寻找该节点执行人 @@ -1624,38 +1624,38 @@ - + 判定节点需要选择执行人或执行角色 - + 返回用于处理流程节点 - + 添加扭转记录 - + 添加扭转记录 - + 节点处理 - + 新增流程实例 @@ -1663,7 +1663,7 @@ - + 编辑流程实例 @@ -1671,196 +1671,196 @@ - + 删除流程实例 - + 撤销流程实例 - + 流程管理输入参数 - + 流程Id - + 流程管理输出参数 - + 流程Id - + 如果下个执行节点是运行时指定执行者。需要传指定的类型 取值为RUNTIME_SPECIAL_ROLE、RUNTIME_SPECIAL_USER - + 如果下个执行节点是运行时指定执行者。该值表示具体的执行者 如果NodeDesignateType为RUNTIME_SPECIAL_ROLE,则该值为指定的角色 如果NodeDesignateType为RUNTIME_SPECIAL_USER,则该值为指定的用户 - + 流程管理服务 - + 分页查询流程管理 - + 增加流程管理 - + 删除流程管理 - + 更新流程管理 - + 获取流程管理 - + 获取流程管理列表 - + 组织机构参数 - + 组织Id - + 名称 - + 排序 - + 备注 - + 状态(字典 0正常 1停用 2删除) - + 名称 - + 机构Id - + 机构Id - + 组织机构参数 - + 表单Id - + 表单管理 - + 分页查询表单 - + 获取表单列表 - + 增加表单 - + 删除表单 - + 更新表单 - + 获取表单信息 diff --git a/Myshipping.FlowCenter/Startup.cs b/Myshipping.FlowCenter/Startup.cs index b9f12ce0..d20892b9 100644 --- a/Myshipping.FlowCenter/Startup.cs +++ b/Myshipping.FlowCenter/Startup.cs @@ -3,7 +3,7 @@ using Microsoft.Extensions.DependencyInjection; using SqlSugar; using System.Linq; -namespace Magic.FlowCenter; +namespace Myshipping.FlowCenter; public class Startup : AppStartup { diff --git a/Myshipping.Web.Core/Handlers/JwtHandler.cs b/Myshipping.Web.Core/Handlers/JwtHandler.cs index 28364e02..85a11f8c 100644 --- a/Myshipping.Web.Core/Handlers/JwtHandler.cs +++ b/Myshipping.Web.Core/Handlers/JwtHandler.cs @@ -1,13 +1,13 @@ using Furion; using Furion.Authorization; using Furion.DataEncryption; -using Magic.Core; -using Magic.Core.Service; +using Myshipping.Core; +using Myshipping.Core.Service; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Http; using System.Threading.Tasks; -namespace Magic.Web.Core; +namespace Myshipping.Web.Core; public class JwtHandler : AppAuthorizeHandler { diff --git a/Myshipping.Web.Core/Magic.Web.Core.xml b/Myshipping.Web.Core/Magic.Web.Core.xml deleted file mode 100644 index eecef916..00000000 --- a/Myshipping.Web.Core/Magic.Web.Core.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - Magic.Web.Core - - - - - 重写 Handler 添加自动刷新 - - - - - - - 授权判断逻辑,授权通过返回 true,否则返回 false - - - - - - - - 检查权限 - - - - - - diff --git a/Myshipping.Web.Core/Myshipping.Web.Core.csproj b/Myshipping.Web.Core/Myshipping.Web.Core.csproj index 29beb8e2..26778a05 100644 --- a/Myshipping.Web.Core/Myshipping.Web.Core.csproj +++ b/Myshipping.Web.Core/Myshipping.Web.Core.csproj @@ -3,18 +3,10 @@ net6.0 1701;1702;1591 - Magic.Web.Core.xml - Magic.Web.Core + Myshipping.Web.Core.xml + $(MSBuildProjectName) - - - - - - - - diff --git a/Myshipping.Web.Core/Myshipping.Web.Core.xml b/Myshipping.Web.Core/Myshipping.Web.Core.xml index eecef916..b4f475a1 100644 --- a/Myshipping.Web.Core/Myshipping.Web.Core.xml +++ b/Myshipping.Web.Core/Myshipping.Web.Core.xml @@ -1,17 +1,17 @@ - Magic.Web.Core + Myshipping.Web.Core - + 重写 Handler 添加自动刷新 - + 授权判断逻辑,授权通过返回 true,否则返回 false @@ -19,7 +19,7 @@ - + 检查权限 diff --git a/Myshipping.Web.Core/Startup.cs b/Myshipping.Web.Core/Startup.cs index abacbcc6..7b8f2cb2 100644 --- a/Myshipping.Web.Core/Startup.cs +++ b/Myshipping.Web.Core/Startup.cs @@ -1,6 +1,6 @@ using Furion; -using Magic.Core; -using Magic.Core.Service; +using Myshipping.Core; +using Myshipping.Core.Service; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Http.Features; @@ -22,7 +22,7 @@ using System.Collections.Generic; using Newtonsoft.Json.Serialization; using Newtonsoft.Json; -namespace Magic.Web.Core; +namespace Myshipping.Web.Core; [AppStartup(9)] public class Startup : AppStartup diff --git a/Myshipping.Web.Core/applicationconfig.json b/Myshipping.Web.Core/applicationconfig.json index 2eec41cc..1e46f0d8 100644 --- a/Myshipping.Web.Core/applicationconfig.json +++ b/Myshipping.Web.Core/applicationconfig.json @@ -20,8 +20,8 @@ "GroupOpenApiInfos": [ { "Group": "Default", - "Title": "Magic.NET通用权限管理平台", - "Description": "前后端分离架构,开箱即用,紧随前沿技术。
作者By 蛋蛋,QQ群901868674
https://gitee.com/zhengguojing/admin-net-sqlsugar", + "Title": "大简云平台", + "Description": "", "Version": "1.0.0" }, { @@ -40,11 +40,11 @@ }, "JWTSettings": { "ValidateIssuerSigningKey": true, // 是否验证密钥,bool 类型,默认true - "IssuerSigningKey": "3c1cbc3f546eda35168c3aa3cb91780fbe703f0996c6d123ea96dc85c70bbc0a", // 密钥,string 类型,必须是复杂密钥,长度大于16 + "IssuerSigningKey": "deeb4dec026c4938a0ed52708140750c4894aae7915946fd92820795203df26f", // 密钥,string 类型,必须是复杂密钥,长度大于16 "ValidateIssuer": true, // 是否验证签发方,bool 类型,默认true - "ValidIssuer": "magic", // 签发方,string 类型 + "ValidIssuer": "myshipping", // 签发方,string 类型 "ValidateAudience": true, // 是否验证签收方,bool 类型,默认true - "ValidAudience": "magic", // 签收方,string 类型 + "ValidAudience": "myshipping", // 签收方,string 类型 "ValidateLifetime": true, // 是否验证过期时间,bool 类型,默认true,建议true "ExpiredTime": 1440, // 过期时间,long 类型,单位分钟,默认20分钟 "ClockSkew": 5 // 过期时间容错值,long 类型,单位秒,默认5秒 @@ -67,7 +67,7 @@ "UploadFile": { // 阿里云OSS配置 "Aliyun": { - "path": "Magic/Upload", + "path": "Myshipping/Upload", "maxSize": 1048576, "contentType": [ "image/jpg", "image/png", "image/jpeg", "image/gif", "image/bmp", "text/plain", "application/pdf", "application/msword", "application/vnd.ms-excel", "application/vnd.openxmlformats-officedocument.presentationml.presentation" ] }, diff --git a/Myshipping.Web.Core/dbsettings.json b/Myshipping.Web.Core/dbsettings.json index 56855d75..bceded89 100644 --- a/Myshipping.Web.Core/dbsettings.json +++ b/Myshipping.Web.Core/dbsettings.json @@ -1,10 +1,8 @@ { "ConnectionStrings": { "DefaultDbNumber": "0", - //"DefaultDbType": "Sqlite", - //"DefaultDbString": "Data Source=./Magic.db", "DefaultDbType": "SqlServer", - "DefaultDbString": "Server=60.209.125.238,28000;Database=Magic;User=dev;Password=dev123;MultipleActiveResultSets=True;", + "DefaultDbString": "Server=60.209.125.238,28000;Database=booking_hechuan;User=dev;Password=dev123;MultipleActiveResultSets=True;", //"DefaultDbType": "MySql", //"DefaultDbString": "Data Source=localhost;Database=Magic;User ID=root;Password=123456;pooling=true;port=3306;sslmode=none;CharSet=utf8;Convert Zero Datetime=True;Allow Zero Datetime=True;", "DbConfigs": [ diff --git a/Myshipping.Web.Entry/Controllers/ValuesController.cs b/Myshipping.Web.Entry/Controllers/ValuesController.cs index 0659f1f8..8ee88630 100644 --- a/Myshipping.Web.Entry/Controllers/ValuesController.cs +++ b/Myshipping.Web.Entry/Controllers/ValuesController.cs @@ -1,6 +1,6 @@ using Microsoft.AspNetCore.Mvc; -namespace Magic.Web.Entry.Controllers; +namespace Myshipping.Web.Entry.Controllers; [Route("api/[controller]")] [ApiController] diff --git a/Myshipping.Web.Entry/Dockerfile b/Myshipping.Web.Entry/Dockerfile index 2758dd4c..a3962d57 100644 --- a/Myshipping.Web.Entry/Dockerfile +++ b/Myshipping.Web.Entry/Dockerfile @@ -8,4 +8,4 @@ COPY . . COPY /wwwroot/Captcha/Font/zkkht.ttf /usr/share/fonts/zkkht.ttf #安装libgdiplus RUN apt-get update -y && apt-get install -y libgdiplus && apt-get clean && ln -s /usr/lib/libgdiplus.so /usr/lib/gdiplus.dll -ENTRYPOINT ["dotnet", "Magic.Web.Entry.dll"] \ No newline at end of file +ENTRYPOINT ["dotnet", "Myshipping.Web.Entry.dll"] \ No newline at end of file diff --git a/Myshipping.Web.Entry/Myshipping.Web.Entry.csproj b/Myshipping.Web.Entry/Myshipping.Web.Entry.csproj index 6f29c51c..1214231d 100644 --- a/Myshipping.Web.Entry/Myshipping.Web.Entry.csproj +++ b/Myshipping.Web.Entry/Myshipping.Web.Entry.csproj @@ -5,7 +5,7 @@ enable aa1cd362-1bdb-4ac9-ad5c-461b3b5b1003 en-US - Magic.Web.Entry + $(MSBuildProjectName) true @@ -29,9 +29,6 @@ Always - - Always -
@@ -81,6 +78,7 @@
+ diff --git a/Myshipping.Web.Entry/Program.cs b/Myshipping.Web.Entry/Program.cs index 24984029..e993c7f1 100644 --- a/Myshipping.Web.Entry/Program.cs +++ b/Myshipping.Web.Entry/Program.cs @@ -1,5 +1,5 @@ -using Magic.Core; +using Myshipping.Core; Serve.Run(RunOptions.Default.ConfigureBuilder(builder => { builder.UseLoggingFile(); diff --git a/Myshipping.Web.Entry/Properties/launchSettings.json b/Myshipping.Web.Entry/Properties/launchSettings.json index 0c8c55a8..5e326e2c 100644 --- a/Myshipping.Web.Entry/Properties/launchSettings.json +++ b/Myshipping.Web.Entry/Properties/launchSettings.json @@ -15,7 +15,7 @@ "ASPNETCORE_ENVIRONMENT": "Development" } }, - "Magic.Web.Entry": { + "Myshipping.Web.Entry": { "commandName": "Project", "launchBrowser": true, "environmentVariables": { diff --git a/Myshipping.Web.Entry/SingleFilePublish.cs b/Myshipping.Web.Entry/SingleFilePublish.cs index fde35913..b9c5a848 100644 --- a/Myshipping.Web.Entry/SingleFilePublish.cs +++ b/Myshipping.Web.Entry/SingleFilePublish.cs @@ -1,7 +1,7 @@ using Furion; using System.Reflection; -namespace Magic.Web.Entry; +namespace Myshipping.Web.Entry; /// /// 解决单文件发布问题 @@ -29,10 +29,10 @@ public class SingleFilePublish : ISingleFilePublish // 需要 Furion 框架扫描哪些程序集就写上去即可 return new[] { - "Magic.Application", - "Magic.Core", - "Magic.FlowCenter", - "Magic.Web.Core" + "Myshipping.Application", + "Myshipping.Core", + "Myshipping.FlowCenter", + "Myshipping.Web.Core" }; } } \ No newline at end of file diff --git a/Myshipping.Web.Entry/wwwroot/Template/Dto.cs.vm b/Myshipping.Web.Entry/wwwroot/Template/Dto.cs.vm index 8f705cdc..2b119deb 100644 --- a/Myshipping.Web.Entry/wwwroot/Template/Dto.cs.vm +++ b/Myshipping.Web.Entry/wwwroot/Template/Dto.cs.vm @@ -1,5 +1,5 @@ using System; -using Magic.Core; +using Myshipping.Core; namespace @Model.NameSpace { diff --git a/Myshipping.Web.Entry/wwwroot/Template/Entity.cs.vm b/Myshipping.Web.Entry/wwwroot/Template/Entity.cs.vm index 98cadcdf..45154ac5 100644 --- a/Myshipping.Web.Entry/wwwroot/Template/Entity.cs.vm +++ b/Myshipping.Web.Entry/wwwroot/Template/Entity.cs.vm @@ -1,8 +1,8 @@ using System; using SqlSugar; using System.ComponentModel; -using Magic.Core.Entity; -namespace Magic.Application.Entity +using Myshipping.Core.Entity; +namespace Myshipping.Application.Entity { /// /// @(@Model.Description) diff --git a/Myshipping.Web.Entry/wwwroot/Template/IService.cs.vm b/Myshipping.Web.Entry/wwwroot/Template/IService.cs.vm index 63b0caa1..4720369e 100644 --- a/Myshipping.Web.Entry/wwwroot/Template/IService.cs.vm +++ b/Myshipping.Web.Entry/wwwroot/Template/IService.cs.vm @@ -1,7 +1,7 @@ -using Magic.Core; +using Myshipping.Core; using Microsoft.AspNetCore.Mvc; using System.Threading.Tasks; -using Magic.Application.Entity; +using Myshipping.Application.Entity; namespace @Model.NameSpace { public interface I@(@Model.ClassName)Service diff --git a/Myshipping.Web.Entry/wwwroot/Template/Input.cs.vm b/Myshipping.Web.Entry/wwwroot/Template/Input.cs.vm index e3231800..dda6297d 100644 --- a/Myshipping.Web.Entry/wwwroot/Template/Input.cs.vm +++ b/Myshipping.Web.Entry/wwwroot/Template/Input.cs.vm @@ -1,4 +1,4 @@ -using Magic.Core; +using Myshipping.Core; using System; using System.ComponentModel.DataAnnotations; diff --git a/Myshipping.Web.Entry/wwwroot/Template/Service.cs.vm b/Myshipping.Web.Entry/wwwroot/Template/Service.cs.vm index 032b48e3..88a6a33a 100644 --- a/Myshipping.Web.Entry/wwwroot/Template/Service.cs.vm +++ b/Myshipping.Web.Entry/wwwroot/Template/Service.cs.vm @@ -1,4 +1,4 @@ -using Magic.Core; +using Myshipping.Core; using Furion.DependencyInjection; using Furion.DynamicApiController; using Mapster; @@ -6,7 +6,7 @@ using Microsoft.AspNetCore.Mvc; using SqlSugar; using System.Linq; using System.Threading.Tasks; -using Magic.Application.Entity; +using Myshipping.Application.Entity; namespace @Model.NameSpace { ///