diff --git a/.vs/2024-05-31/v17/.wsuo b/.vs/2024-05-31/v17/.wsuo new file mode 100644 index 00000000..49fa468e Binary files /dev/null and b/.vs/2024-05-31/v17/.wsuo differ diff --git a/.vs/ProjectEvaluation/zradmin.metadata.v7.bin b/.vs/ProjectEvaluation/zradmin.metadata.v7.bin new file mode 100644 index 00000000..6598ad87 Binary files /dev/null and b/.vs/ProjectEvaluation/zradmin.metadata.v7.bin differ diff --git a/.vs/ProjectEvaluation/zradmin.projects.v7.bin b/.vs/ProjectEvaluation/zradmin.projects.v7.bin new file mode 100644 index 00000000..45837954 Binary files /dev/null and b/.vs/ProjectEvaluation/zradmin.projects.v7.bin differ diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json new file mode 100644 index 00000000..c5b9b576 --- /dev/null +++ b/.vs/VSWorkspaceState.json @@ -0,0 +1,7 @@ +{ + "ExpandedNodes": [ + "" + ], + "SelectedNode": "\\ZRAdmin.sln", + "PreviewInSolutionExplorer": false +} \ No newline at end of file diff --git a/.vs/ZRAdmin/DesignTimeBuild/.dtbcache.v2 b/.vs/ZRAdmin/DesignTimeBuild/.dtbcache.v2 new file mode 100644 index 00000000..19f2aea4 Binary files /dev/null and b/.vs/ZRAdmin/DesignTimeBuild/.dtbcache.v2 differ diff --git a/.vs/ZRAdmin/FileContentIndex/480484bf-f61b-4326-bc08-1dba32c12887.vsidx b/.vs/ZRAdmin/FileContentIndex/480484bf-f61b-4326-bc08-1dba32c12887.vsidx new file mode 100644 index 00000000..0d873913 Binary files /dev/null and b/.vs/ZRAdmin/FileContentIndex/480484bf-f61b-4326-bc08-1dba32c12887.vsidx differ diff --git a/ZR.Admin.WebApi/wwwroot/export/2024年3周1日计划-01-20-142515.xlsx b/.vs/ZRAdmin/FileContentIndex/read.lock similarity index 100% rename from ZR.Admin.WebApi/wwwroot/export/2024年3周1日计划-01-20-142515.xlsx rename to .vs/ZRAdmin/FileContentIndex/read.lock diff --git a/.vs/ZRAdmin/v17/.futdcache.v2 b/.vs/ZRAdmin/v17/.futdcache.v2 new file mode 100644 index 00000000..205f96e0 Binary files /dev/null and b/.vs/ZRAdmin/v17/.futdcache.v2 differ diff --git a/.vs/ZRAdmin/v17/.suo b/.vs/ZRAdmin/v17/.suo new file mode 100644 index 00000000..7c465364 Binary files /dev/null and b/.vs/ZRAdmin/v17/.suo differ diff --git a/.vs/ZRAdmin/v17/fileList.bin b/.vs/ZRAdmin/v17/fileList.bin new file mode 100644 index 00000000..1a70368e Binary files /dev/null and b/.vs/ZRAdmin/v17/fileList.bin differ diff --git a/.dockerignore b/server/.dockerignore similarity index 100% rename from .dockerignore rename to server/.dockerignore diff --git a/.gitattributes b/server/.gitattributes similarity index 100% rename from .gitattributes rename to server/.gitattributes diff --git a/.gitignore b/server/.gitignore similarity index 100% rename from .gitignore rename to server/.gitignore diff --git a/Infrastructure/App/App.cs b/server/Infrastructure/App/App.cs similarity index 100% rename from Infrastructure/App/App.cs rename to server/Infrastructure/App/App.cs diff --git a/Infrastructure/AppSettings.cs b/server/Infrastructure/AppSettings.cs similarity index 100% rename from Infrastructure/AppSettings.cs rename to server/Infrastructure/AppSettings.cs diff --git a/Infrastructure/Attribute/AppServiceAttribute.cs b/server/Infrastructure/Attribute/AppServiceAttribute.cs similarity index 100% rename from Infrastructure/Attribute/AppServiceAttribute.cs rename to server/Infrastructure/Attribute/AppServiceAttribute.cs diff --git a/Infrastructure/Attribute/LogAttribute.cs b/server/Infrastructure/Attribute/LogAttribute.cs similarity index 100% rename from Infrastructure/Attribute/LogAttribute.cs rename to server/Infrastructure/Attribute/LogAttribute.cs diff --git a/Infrastructure/Constant/HttpStatus.cs b/server/Infrastructure/Constant/HttpStatus.cs similarity index 100% rename from Infrastructure/Constant/HttpStatus.cs rename to server/Infrastructure/Constant/HttpStatus.cs diff --git a/Infrastructure/Constant/HubsConstant.cs b/server/Infrastructure/Constant/HubsConstant.cs similarity index 100% rename from Infrastructure/Constant/HubsConstant.cs rename to server/Infrastructure/Constant/HubsConstant.cs diff --git a/Infrastructure/CustomException/CustomException.cs b/server/Infrastructure/CustomException/CustomException.cs similarity index 100% rename from Infrastructure/CustomException/CustomException.cs rename to server/Infrastructure/CustomException/CustomException.cs diff --git a/Infrastructure/CustomException/ResultCode.cs b/server/Infrastructure/CustomException/ResultCode.cs similarity index 100% rename from Infrastructure/CustomException/ResultCode.cs rename to server/Infrastructure/CustomException/ResultCode.cs diff --git a/Infrastructure/Enums/BusinessType.cs b/server/Infrastructure/Enums/BusinessType.cs similarity index 100% rename from Infrastructure/Enums/BusinessType.cs rename to server/Infrastructure/Enums/BusinessType.cs diff --git a/Infrastructure/Enums/StoreType.cs b/server/Infrastructure/Enums/StoreType.cs similarity index 100% rename from Infrastructure/Enums/StoreType.cs rename to server/Infrastructure/Enums/StoreType.cs diff --git a/Infrastructure/Extensions/Extension.Convert.cs b/server/Infrastructure/Extensions/Extension.Convert.cs similarity index 100% rename from Infrastructure/Extensions/Extension.Convert.cs rename to server/Infrastructure/Extensions/Extension.Convert.cs diff --git a/Infrastructure/Extensions/Extension.Enum.cs b/server/Infrastructure/Extensions/Extension.Enum.cs similarity index 100% rename from Infrastructure/Extensions/Extension.Enum.cs rename to server/Infrastructure/Extensions/Extension.Enum.cs diff --git a/Infrastructure/Extensions/Extension.Exception.cs b/server/Infrastructure/Extensions/Extension.Exception.cs similarity index 100% rename from Infrastructure/Extensions/Extension.Exception.cs rename to server/Infrastructure/Extensions/Extension.Exception.cs diff --git a/Infrastructure/Extensions/Extension.Linq.cs b/server/Infrastructure/Extensions/Extension.Linq.cs similarity index 100% rename from Infrastructure/Extensions/Extension.Linq.cs rename to server/Infrastructure/Extensions/Extension.Linq.cs diff --git a/Infrastructure/Extensions/Extension.Validate.cs b/server/Infrastructure/Extensions/Extension.Validate.cs similarity index 100% rename from Infrastructure/Extensions/Extension.Validate.cs rename to server/Infrastructure/Extensions/Extension.Validate.cs diff --git a/Infrastructure/Extensions/StringExtension.cs b/server/Infrastructure/Extensions/StringExtension.cs similarity index 100% rename from Infrastructure/Extensions/StringExtension.cs rename to server/Infrastructure/Extensions/StringExtension.cs diff --git a/Infrastructure/GlobalConstant.cs b/server/Infrastructure/GlobalConstant.cs similarity index 100% rename from Infrastructure/GlobalConstant.cs rename to server/Infrastructure/GlobalConstant.cs diff --git a/Infrastructure/Helper/AssemblyUtils.cs b/server/Infrastructure/Helper/AssemblyUtils.cs similarity index 100% rename from Infrastructure/Helper/AssemblyUtils.cs rename to server/Infrastructure/Helper/AssemblyUtils.cs diff --git a/Infrastructure/Helper/ComputerHelper.cs b/server/Infrastructure/Helper/ComputerHelper.cs similarity index 100% rename from Infrastructure/Helper/ComputerHelper.cs rename to server/Infrastructure/Helper/ComputerHelper.cs diff --git a/Infrastructure/Helper/DateTimeHelper.cs b/server/Infrastructure/Helper/DateTimeHelper.cs similarity index 100% rename from Infrastructure/Helper/DateTimeHelper.cs rename to server/Infrastructure/Helper/DateTimeHelper.cs diff --git a/Infrastructure/Helper/FileUtil.cs b/server/Infrastructure/Helper/FileUtil.cs similarity index 100% rename from Infrastructure/Helper/FileUtil.cs rename to server/Infrastructure/Helper/FileUtil.cs diff --git a/Infrastructure/Helper/HttpHelper.cs b/server/Infrastructure/Helper/HttpHelper.cs similarity index 100% rename from Infrastructure/Helper/HttpHelper.cs rename to server/Infrastructure/Helper/HttpHelper.cs diff --git a/Infrastructure/Helper/ShellHelper.cs b/server/Infrastructure/Helper/ShellHelper.cs similarity index 100% rename from Infrastructure/Helper/ShellHelper.cs rename to server/Infrastructure/Helper/ShellHelper.cs diff --git a/Infrastructure/Helper/XmlCommentHelper.cs b/server/Infrastructure/Helper/XmlCommentHelper.cs similarity index 100% rename from Infrastructure/Helper/XmlCommentHelper.cs rename to server/Infrastructure/Helper/XmlCommentHelper.cs diff --git a/Infrastructure/Infrastructure.csproj b/server/Infrastructure/Infrastructure.csproj similarity index 100% rename from Infrastructure/Infrastructure.csproj rename to server/Infrastructure/Infrastructure.csproj diff --git a/Infrastructure/InternalApp.cs b/server/Infrastructure/InternalApp.cs similarity index 100% rename from Infrastructure/InternalApp.cs rename to server/Infrastructure/InternalApp.cs diff --git a/Infrastructure/JsonConverterUtil.cs b/server/Infrastructure/JsonConverterUtil.cs similarity index 100% rename from Infrastructure/JsonConverterUtil.cs rename to server/Infrastructure/JsonConverterUtil.cs diff --git a/Infrastructure/Model/ApiResult.cs b/server/Infrastructure/Model/ApiResult.cs similarity index 100% rename from Infrastructure/Model/ApiResult.cs rename to server/Infrastructure/Model/ApiResult.cs diff --git a/Infrastructure/Model/SendEmailDto.cs b/server/Infrastructure/Model/SendEmailDto.cs similarity index 100% rename from Infrastructure/Model/SendEmailDto.cs rename to server/Infrastructure/Model/SendEmailDto.cs diff --git a/Infrastructure/OptionsSetting.cs b/server/Infrastructure/OptionsSetting.cs similarity index 100% rename from Infrastructure/OptionsSetting.cs rename to server/Infrastructure/OptionsSetting.cs diff --git a/LICENSE b/server/LICENSE similarity index 98% rename from LICENSE rename to server/LICENSE index cfcee90c..365fbfed 100644 --- a/LICENSE +++ b/server/LICENSE @@ -1,21 +1,21 @@ -MIT License - -Copyright (c) 2021 zrry - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. +MIT License + +Copyright (c) 2021 zrry + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.en.md b/server/README.en.md similarity index 100% rename from README.en.md rename to server/README.en.md diff --git a/README.md b/server/README.md similarity index 100% rename from README.md rename to server/README.md diff --git a/ZR.Admin.WebApi/.config/dotnet-tools.json b/server/ZR.Admin.WebApi/.config/dotnet-tools.json similarity index 100% rename from ZR.Admin.WebApi/.config/dotnet-tools.json rename to server/ZR.Admin.WebApi/.config/dotnet-tools.json diff --git a/ZR.Admin.WebApi/.gitignore b/server/ZR.Admin.WebApi/.gitignore similarity index 100% rename from ZR.Admin.WebApi/.gitignore rename to server/ZR.Admin.WebApi/.gitignore diff --git a/ZR.Admin.WebApi/AutoMapperProfile/AutoMapperProfile.cs b/server/ZR.Admin.WebApi/AutoMapperProfile/AutoMapperProfile.cs similarity index 100% rename from ZR.Admin.WebApi/AutoMapperProfile/AutoMapperProfile.cs rename to server/ZR.Admin.WebApi/AutoMapperProfile/AutoMapperProfile.cs diff --git a/ZR.Admin.WebApi/Controllers/BaseController.cs b/server/ZR.Admin.WebApi/Controllers/BaseController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/BaseController.cs rename to server/ZR.Admin.WebApi/Controllers/BaseController.cs diff --git a/ZR.Admin.WebApi/Controllers/CommonController.cs b/server/ZR.Admin.WebApi/Controllers/CommonController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/CommonController.cs rename to server/ZR.Admin.WebApi/Controllers/CommonController.cs diff --git a/ZR.Admin.WebApi/Controllers/System/ArticleCategoryController.cs b/server/ZR.Admin.WebApi/Controllers/System/ArticleCategoryController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/System/ArticleCategoryController.cs rename to server/ZR.Admin.WebApi/Controllers/System/ArticleCategoryController.cs diff --git a/ZR.Admin.WebApi/Controllers/System/ArticleController.cs b/server/ZR.Admin.WebApi/Controllers/System/ArticleController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/System/ArticleController.cs rename to server/ZR.Admin.WebApi/Controllers/System/ArticleController.cs diff --git a/ZR.Admin.WebApi/Controllers/System/CodeGeneratorController.cs b/server/ZR.Admin.WebApi/Controllers/System/CodeGeneratorController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/System/CodeGeneratorController.cs rename to server/ZR.Admin.WebApi/Controllers/System/CodeGeneratorController.cs diff --git a/ZR.Admin.WebApi/Controllers/System/CommonLangController.cs b/server/ZR.Admin.WebApi/Controllers/System/CommonLangController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/System/CommonLangController.cs rename to server/ZR.Admin.WebApi/Controllers/System/CommonLangController.cs diff --git a/ZR.Admin.WebApi/Controllers/System/SysConfigController.cs b/server/ZR.Admin.WebApi/Controllers/System/SysConfigController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/System/SysConfigController.cs rename to server/ZR.Admin.WebApi/Controllers/System/SysConfigController.cs diff --git a/ZR.Admin.WebApi/Controllers/System/SysDeptController.cs b/server/ZR.Admin.WebApi/Controllers/System/SysDeptController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/System/SysDeptController.cs rename to server/ZR.Admin.WebApi/Controllers/System/SysDeptController.cs diff --git a/ZR.Admin.WebApi/Controllers/System/SysDictDataController.cs b/server/ZR.Admin.WebApi/Controllers/System/SysDictDataController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/System/SysDictDataController.cs rename to server/ZR.Admin.WebApi/Controllers/System/SysDictDataController.cs diff --git a/ZR.Admin.WebApi/Controllers/System/SysDictTypeController.cs b/server/ZR.Admin.WebApi/Controllers/System/SysDictTypeController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/System/SysDictTypeController.cs rename to server/ZR.Admin.WebApi/Controllers/System/SysDictTypeController.cs diff --git a/ZR.Admin.WebApi/Controllers/System/SysFileController.cs b/server/ZR.Admin.WebApi/Controllers/System/SysFileController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/System/SysFileController.cs rename to server/ZR.Admin.WebApi/Controllers/System/SysFileController.cs diff --git a/ZR.Admin.WebApi/Controllers/System/SysLoginController.cs b/server/ZR.Admin.WebApi/Controllers/System/SysLoginController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/System/SysLoginController.cs rename to server/ZR.Admin.WebApi/Controllers/System/SysLoginController.cs diff --git a/ZR.Admin.WebApi/Controllers/System/SysMenuController.cs b/server/ZR.Admin.WebApi/Controllers/System/SysMenuController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/System/SysMenuController.cs rename to server/ZR.Admin.WebApi/Controllers/System/SysMenuController.cs diff --git a/ZR.Admin.WebApi/Controllers/System/SysNoticeController.cs b/server/ZR.Admin.WebApi/Controllers/System/SysNoticeController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/System/SysNoticeController.cs rename to server/ZR.Admin.WebApi/Controllers/System/SysNoticeController.cs diff --git a/ZR.Admin.WebApi/Controllers/System/SysPostController.cs b/server/ZR.Admin.WebApi/Controllers/System/SysPostController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/System/SysPostController.cs rename to server/ZR.Admin.WebApi/Controllers/System/SysPostController.cs diff --git a/ZR.Admin.WebApi/Controllers/System/SysProfileController.cs b/server/ZR.Admin.WebApi/Controllers/System/SysProfileController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/System/SysProfileController.cs rename to server/ZR.Admin.WebApi/Controllers/System/SysProfileController.cs diff --git a/ZR.Admin.WebApi/Controllers/System/SysRoleController.cs b/server/ZR.Admin.WebApi/Controllers/System/SysRoleController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/System/SysRoleController.cs rename to server/ZR.Admin.WebApi/Controllers/System/SysRoleController.cs diff --git a/ZR.Admin.WebApi/Controllers/System/SysUserController.cs b/server/ZR.Admin.WebApi/Controllers/System/SysUserController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/System/SysUserController.cs rename to server/ZR.Admin.WebApi/Controllers/System/SysUserController.cs diff --git a/ZR.Admin.WebApi/Controllers/System/SysUserRoleController.cs b/server/ZR.Admin.WebApi/Controllers/System/SysUserRoleController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/System/SysUserRoleController.cs rename to server/ZR.Admin.WebApi/Controllers/System/SysUserRoleController.cs diff --git a/ZR.Admin.WebApi/Controllers/System/TasksController.cs b/server/ZR.Admin.WebApi/Controllers/System/TasksController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/System/TasksController.cs rename to server/ZR.Admin.WebApi/Controllers/System/TasksController.cs diff --git a/ZR.Admin.WebApi/Controllers/System/TasksLogController.cs b/server/ZR.Admin.WebApi/Controllers/System/TasksLogController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/System/TasksLogController.cs rename to server/ZR.Admin.WebApi/Controllers/System/TasksLogController.cs diff --git a/ZR.Admin.WebApi/Controllers/System/monitor/MonitorController.cs b/server/ZR.Admin.WebApi/Controllers/System/monitor/MonitorController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/System/monitor/MonitorController.cs rename to server/ZR.Admin.WebApi/Controllers/System/monitor/MonitorController.cs diff --git a/ZR.Admin.WebApi/Controllers/System/monitor/SysLogininforController.cs b/server/ZR.Admin.WebApi/Controllers/System/monitor/SysLogininforController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/System/monitor/SysLogininforController.cs rename to server/ZR.Admin.WebApi/Controllers/System/monitor/SysLogininforController.cs diff --git a/ZR.Admin.WebApi/Controllers/System/monitor/SysOperlogController.cs b/server/ZR.Admin.WebApi/Controllers/System/monitor/SysOperlogController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/System/monitor/SysOperlogController.cs rename to server/ZR.Admin.WebApi/Controllers/System/monitor/SysOperlogController.cs diff --git a/ZR.Admin.WebApi/Controllers/System/monitor/SysUserOnlineController.cs b/server/ZR.Admin.WebApi/Controllers/System/monitor/SysUserOnlineController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/System/monitor/SysUserOnlineController.cs rename to server/ZR.Admin.WebApi/Controllers/System/monitor/SysUserOnlineController.cs diff --git a/ZR.Admin.WebApi/Controllers/WxOpenController.cs b/server/ZR.Admin.WebApi/Controllers/WxOpenController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/WxOpenController.cs rename to server/ZR.Admin.WebApi/Controllers/WxOpenController.cs diff --git a/ZR.Admin.WebApi/Controllers/mes/md/MdBOMController.cs b/server/ZR.Admin.WebApi/Controllers/mes/md/MdBOMController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/mes/md/MdBOMController.cs rename to server/ZR.Admin.WebApi/Controllers/mes/md/MdBOMController.cs diff --git a/ZR.Admin.WebApi/Controllers/mes/md/MdDeviceController.cs b/server/ZR.Admin.WebApi/Controllers/mes/md/MdDeviceController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/mes/md/MdDeviceController.cs rename to server/ZR.Admin.WebApi/Controllers/mes/md/MdDeviceController.cs diff --git a/ZR.Admin.WebApi/Controllers/mes/md/MdProductDefineController.cs b/server/ZR.Admin.WebApi/Controllers/mes/md/MdProductDefineController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/mes/md/MdProductDefineController.cs rename to server/ZR.Admin.WebApi/Controllers/mes/md/MdProductDefineController.cs diff --git a/ZR.Admin.WebApi/Controllers/mes/md/MdTechnologicalProrouteController.cs b/server/ZR.Admin.WebApi/Controllers/mes/md/MdTechnologicalProrouteController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/mes/md/MdTechnologicalProrouteController.cs rename to server/ZR.Admin.WebApi/Controllers/mes/md/MdTechnologicalProrouteController.cs diff --git a/ZR.Admin.WebApi/Controllers/mes/md/MdUnitController.cs b/server/ZR.Admin.WebApi/Controllers/mes/md/MdUnitController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/mes/md/MdUnitController.cs rename to server/ZR.Admin.WebApi/Controllers/mes/md/MdUnitController.cs diff --git a/ZR.Admin.WebApi/Controllers/mes/md/MdWorklineController.cs b/server/ZR.Admin.WebApi/Controllers/mes/md/MdWorklineController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/mes/md/MdWorklineController.cs rename to server/ZR.Admin.WebApi/Controllers/mes/md/MdWorklineController.cs diff --git a/ZR.Admin.WebApi/Controllers/mes/md/MdWorkshopController.cs b/server/ZR.Admin.WebApi/Controllers/mes/md/MdWorkshopController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/mes/md/MdWorkshopController.cs rename to server/ZR.Admin.WebApi/Controllers/mes/md/MdWorkshopController.cs diff --git a/ZR.Admin.WebApi/Controllers/mes/md/MdWorkstationController.cs b/server/ZR.Admin.WebApi/Controllers/mes/md/MdWorkstationController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/mes/md/MdWorkstationController.cs rename to server/ZR.Admin.WebApi/Controllers/mes/md/MdWorkstationController.cs diff --git a/ZR.Admin.WebApi/Controllers/mes/mm/MaterialInputController.cs b/server/ZR.Admin.WebApi/Controllers/mes/mm/MaterialInputController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/mes/mm/MaterialInputController.cs rename to server/ZR.Admin.WebApi/Controllers/mes/mm/MaterialInputController.cs diff --git a/ZR.Admin.WebApi/Controllers/mes/mm/MmAgvLocationController.cs b/server/ZR.Admin.WebApi/Controllers/mes/mm/MmAgvLocationController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/mes/mm/MmAgvLocationController.cs rename to server/ZR.Admin.WebApi/Controllers/mes/mm/MmAgvLocationController.cs diff --git a/ZR.Admin.WebApi/Controllers/mes/mm/MmFinishedwarehouseController.cs b/server/ZR.Admin.WebApi/Controllers/mes/mm/MmFinishedwarehouseController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/mes/mm/MmFinishedwarehouseController.cs rename to server/ZR.Admin.WebApi/Controllers/mes/mm/MmFinishedwarehouseController.cs diff --git a/ZR.Admin.WebApi/Controllers/mes/op/OperationController.cs b/server/ZR.Admin.WebApi/Controllers/mes/op/OperationController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/mes/op/OperationController.cs rename to server/ZR.Admin.WebApi/Controllers/mes/op/OperationController.cs diff --git a/ZR.Admin.WebApi/Controllers/mes/op/quality/QualityStatisticsController.cs b/server/ZR.Admin.WebApi/Controllers/mes/op/quality/QualityStatisticsController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/mes/op/quality/QualityStatisticsController.cs rename to server/ZR.Admin.WebApi/Controllers/mes/op/quality/QualityStatisticsController.cs diff --git a/ZR.Admin.WebApi/Controllers/mes/pro/ProWorkorderController.cs b/server/ZR.Admin.WebApi/Controllers/mes/pro/ProWorkorderController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/mes/pro/ProWorkorderController.cs rename to server/ZR.Admin.WebApi/Controllers/mes/pro/ProWorkorderController.cs diff --git a/ZR.Admin.WebApi/Controllers/mes/pro/ProWorkorderV2Controller.cs b/server/ZR.Admin.WebApi/Controllers/mes/pro/ProWorkorderV2Controller.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/mes/pro/ProWorkorderV2Controller.cs rename to server/ZR.Admin.WebApi/Controllers/mes/pro/ProWorkorderV2Controller.cs diff --git a/ZR.Admin.WebApi/Controllers/mes/pro/ProWorkplanController.cs b/server/ZR.Admin.WebApi/Controllers/mes/pro/ProWorkplanController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/mes/pro/ProWorkplanController.cs rename to server/ZR.Admin.WebApi/Controllers/mes/pro/ProWorkplanController.cs diff --git a/ZR.Admin.WebApi/Controllers/mes/pro/ProWorkplanV2Controller.cs b/server/ZR.Admin.WebApi/Controllers/mes/pro/ProWorkplanV2Controller.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/mes/pro/ProWorkplanV2Controller.cs rename to server/ZR.Admin.WebApi/Controllers/mes/pro/ProWorkplanV2Controller.cs diff --git a/ZR.Admin.WebApi/Controllers/mes/pro/WmPackingrecordController.cs b/server/ZR.Admin.WebApi/Controllers/mes/pro/WmPackingrecordController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/mes/pro/WmPackingrecordController.cs rename to server/ZR.Admin.WebApi/Controllers/mes/pro/WmPackingrecordController.cs diff --git a/ZR.Admin.WebApi/Controllers/mes/qc/FQC/CRUD/QcQualityStatisticsFirstController.cs b/server/ZR.Admin.WebApi/Controllers/mes/qc/FQC/CRUD/QcQualityStatisticsFirstController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/mes/qc/FQC/CRUD/QcQualityStatisticsFirstController.cs rename to server/ZR.Admin.WebApi/Controllers/mes/qc/FQC/CRUD/QcQualityStatisticsFirstController.cs diff --git a/ZR.Admin.WebApi/Controllers/mes/qc/FQC/FirstFQCController.cs b/server/ZR.Admin.WebApi/Controllers/mes/qc/FQC/FirstFQCController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/mes/qc/FQC/FirstFQCController.cs rename to server/ZR.Admin.WebApi/Controllers/mes/qc/FQC/FirstFQCController.cs diff --git a/ZR.Admin.WebApi/Controllers/mes/qc/FQC/QCStatisticsController.cs b/server/ZR.Admin.WebApi/Controllers/mes/qc/FQC/QCStatisticsController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/mes/qc/FQC/QCStatisticsController.cs rename to server/ZR.Admin.WebApi/Controllers/mes/qc/FQC/QCStatisticsController.cs diff --git a/ZR.Admin.WebApi/Controllers/mes/qc/QcRoughController.cs b/server/ZR.Admin.WebApi/Controllers/mes/qc/QcRoughController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/mes/qc/QcRoughController.cs rename to server/ZR.Admin.WebApi/Controllers/mes/qc/QcRoughController.cs diff --git a/ZR.Admin.WebApi/Controllers/mes/qc/QcinspectionItemController.cs b/server/ZR.Admin.WebApi/Controllers/mes/qc/QcinspectionItemController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/mes/qc/QcinspectionItemController.cs rename to server/ZR.Admin.WebApi/Controllers/mes/qc/QcinspectionItemController.cs diff --git a/ZR.Admin.WebApi/Controllers/mes/wms/WMExitwarehouseController.cs b/server/ZR.Admin.WebApi/Controllers/mes/wms/WMExitwarehouseController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/mes/wms/WMExitwarehouseController.cs rename to server/ZR.Admin.WebApi/Controllers/mes/wms/WMExitwarehouseController.cs diff --git a/ZR.Admin.WebApi/Controllers/mes/wms/WMentryWarehousing_productController.cs b/server/ZR.Admin.WebApi/Controllers/mes/wms/WMentryWarehousing_productController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/mes/wms/WMentryWarehousing_productController.cs rename to server/ZR.Admin.WebApi/Controllers/mes/wms/WMentryWarehousing_productController.cs diff --git a/ZR.Admin.WebApi/Controllers/mes/wms/WMlocationInfoController.cs b/server/ZR.Admin.WebApi/Controllers/mes/wms/WMlocationInfoController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/mes/wms/WMlocationInfoController.cs rename to server/ZR.Admin.WebApi/Controllers/mes/wms/WMlocationInfoController.cs diff --git a/ZR.Admin.WebApi/Controllers/mes/wms/WmAGVController.cs b/server/ZR.Admin.WebApi/Controllers/mes/wms/WmAGVController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/mes/wms/WmAGVController.cs rename to server/ZR.Admin.WebApi/Controllers/mes/wms/WmAGVController.cs diff --git a/ZR.Admin.WebApi/Controllers/mes/wms/WmBlankInventoryController.cs b/server/ZR.Admin.WebApi/Controllers/mes/wms/WmBlankInventoryController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/mes/wms/WmBlankInventoryController.cs rename to server/ZR.Admin.WebApi/Controllers/mes/wms/WmBlankInventoryController.cs diff --git a/ZR.Admin.WebApi/Controllers/mes/wms/WmBlankRecordController.cs b/server/ZR.Admin.WebApi/Controllers/mes/wms/WmBlankRecordController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/mes/wms/WmBlankRecordController.cs rename to server/ZR.Admin.WebApi/Controllers/mes/wms/WmBlankRecordController.cs diff --git a/ZR.Admin.WebApi/Controllers/mes/wms/WmCheckLogController.cs b/server/ZR.Admin.WebApi/Controllers/mes/wms/WmCheckLogController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/mes/wms/WmCheckLogController.cs rename to server/ZR.Admin.WebApi/Controllers/mes/wms/WmCheckLogController.cs diff --git a/ZR.Admin.WebApi/Controllers/mes/wms/WmCustomController.cs b/server/ZR.Admin.WebApi/Controllers/mes/wms/WmCustomController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/mes/wms/WmCustomController.cs rename to server/ZR.Admin.WebApi/Controllers/mes/wms/WmCustomController.cs diff --git a/ZR.Admin.WebApi/Controllers/mes/wms/WmFgentryInspectController.cs b/server/ZR.Admin.WebApi/Controllers/mes/wms/WmFgentryInspectController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/mes/wms/WmFgentryInspectController.cs rename to server/ZR.Admin.WebApi/Controllers/mes/wms/WmFgentryInspectController.cs diff --git a/ZR.Admin.WebApi/Controllers/mes/wms/WmGoodsActionController.cs b/server/ZR.Admin.WebApi/Controllers/mes/wms/WmGoodsActionController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/mes/wms/WmGoodsActionController.cs rename to server/ZR.Admin.WebApi/Controllers/mes/wms/WmGoodsActionController.cs diff --git a/ZR.Admin.WebApi/Controllers/mes/wms/WmGoodsBatchSearchController.cs b/server/ZR.Admin.WebApi/Controllers/mes/wms/WmGoodsBatchSearchController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/mes/wms/WmGoodsBatchSearchController.cs rename to server/ZR.Admin.WebApi/Controllers/mes/wms/WmGoodsBatchSearchController.cs diff --git a/ZR.Admin.WebApi/Controllers/mes/wms/WmGoodsChangeLogController.cs b/server/ZR.Admin.WebApi/Controllers/mes/wms/WmGoodsChangeLogController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/mes/wms/WmGoodsChangeLogController.cs rename to server/ZR.Admin.WebApi/Controllers/mes/wms/WmGoodsChangeLogController.cs diff --git a/ZR.Admin.WebApi/Controllers/mes/wms/WmGoodsNowProductionController.cs b/server/ZR.Admin.WebApi/Controllers/mes/wms/WmGoodsNowProductionController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/mes/wms/WmGoodsNowProductionController.cs rename to server/ZR.Admin.WebApi/Controllers/mes/wms/WmGoodsNowProductionController.cs diff --git a/ZR.Admin.WebApi/Controllers/mes/wms/WmGoodsOutProductionController.cs b/server/ZR.Admin.WebApi/Controllers/mes/wms/WmGoodsOutProductionController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/mes/wms/WmGoodsOutProductionController.cs rename to server/ZR.Admin.WebApi/Controllers/mes/wms/WmGoodsOutProductionController.cs diff --git a/ZR.Admin.WebApi/Controllers/mes/wms/WmMaterialController.cs b/server/ZR.Admin.WebApi/Controllers/mes/wms/WmMaterialController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/mes/wms/WmMaterialController.cs rename to server/ZR.Admin.WebApi/Controllers/mes/wms/WmMaterialController.cs diff --git a/ZR.Admin.WebApi/Controllers/mes/wms/WmOutOrderController.cs b/server/ZR.Admin.WebApi/Controllers/mes/wms/WmOutOrderController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/mes/wms/WmOutOrderController.cs rename to server/ZR.Admin.WebApi/Controllers/mes/wms/WmOutOrderController.cs diff --git a/ZR.Admin.WebApi/Controllers/mes/wms/WmPackageLclController.cs b/server/ZR.Admin.WebApi/Controllers/mes/wms/WmPackageLclController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/mes/wms/WmPackageLclController.cs rename to server/ZR.Admin.WebApi/Controllers/mes/wms/WmPackageLclController.cs diff --git a/ZR.Admin.WebApi/DataProtection/key-7938b439-f03f-4cb7-8ebb-f95dbf99963f.xml b/server/ZR.Admin.WebApi/DataProtection/key-7938b439-f03f-4cb7-8ebb-f95dbf99963f.xml similarity index 100% rename from ZR.Admin.WebApi/DataProtection/key-7938b439-f03f-4cb7-8ebb-f95dbf99963f.xml rename to server/ZR.Admin.WebApi/DataProtection/key-7938b439-f03f-4cb7-8ebb-f95dbf99963f.xml diff --git a/ZR.Admin.WebApi/DataProtection/key-a2cbf055-c580-4420-95c7-bda9c005da53.xml b/server/ZR.Admin.WebApi/DataProtection/key-a2cbf055-c580-4420-95c7-bda9c005da53.xml similarity index 100% rename from ZR.Admin.WebApi/DataProtection/key-a2cbf055-c580-4420-95c7-bda9c005da53.xml rename to server/ZR.Admin.WebApi/DataProtection/key-a2cbf055-c580-4420-95c7-bda9c005da53.xml diff --git a/ZR.Admin.WebApi/DataProtection/key-ccc4efea-49d3-40cb-89b3-a82e1e035298.xml b/server/ZR.Admin.WebApi/DataProtection/key-ccc4efea-49d3-40cb-89b3-a82e1e035298.xml similarity index 100% rename from ZR.Admin.WebApi/DataProtection/key-ccc4efea-49d3-40cb-89b3-a82e1e035298.xml rename to server/ZR.Admin.WebApi/DataProtection/key-ccc4efea-49d3-40cb-89b3-a82e1e035298.xml diff --git a/ZR.Admin.WebApi/Dockerfile b/server/ZR.Admin.WebApi/Dockerfile similarity index 100% rename from ZR.Admin.WebApi/Dockerfile rename to server/ZR.Admin.WebApi/Dockerfile diff --git a/ZR.Admin.WebApi/Extensions/AppServiceExtensions.cs b/server/ZR.Admin.WebApi/Extensions/AppServiceExtensions.cs similarity index 100% rename from ZR.Admin.WebApi/Extensions/AppServiceExtensions.cs rename to server/ZR.Admin.WebApi/Extensions/AppServiceExtensions.cs diff --git a/ZR.Admin.WebApi/Extensions/CorsExtension.cs b/server/ZR.Admin.WebApi/Extensions/CorsExtension.cs similarity index 100% rename from ZR.Admin.WebApi/Extensions/CorsExtension.cs rename to server/ZR.Admin.WebApi/Extensions/CorsExtension.cs diff --git a/ZR.Admin.WebApi/Extensions/DataPermi.cs b/server/ZR.Admin.WebApi/Extensions/DataPermi.cs similarity index 100% rename from ZR.Admin.WebApi/Extensions/DataPermi.cs rename to server/ZR.Admin.WebApi/Extensions/DataPermi.cs diff --git a/ZR.Admin.WebApi/Extensions/DbExtension.cs b/server/ZR.Admin.WebApi/Extensions/DbExtension.cs similarity index 100% rename from ZR.Admin.WebApi/Extensions/DbExtension.cs rename to server/ZR.Admin.WebApi/Extensions/DbExtension.cs diff --git a/ZR.Admin.WebApi/Extensions/EntityExtension.cs b/server/ZR.Admin.WebApi/Extensions/EntityExtension.cs similarity index 100% rename from ZR.Admin.WebApi/Extensions/EntityExtension.cs rename to server/ZR.Admin.WebApi/Extensions/EntityExtension.cs diff --git a/ZR.Admin.WebApi/Extensions/HttpContextExtension.cs b/server/ZR.Admin.WebApi/Extensions/HttpContextExtension.cs similarity index 100% rename from ZR.Admin.WebApi/Extensions/HttpContextExtension.cs rename to server/ZR.Admin.WebApi/Extensions/HttpContextExtension.cs diff --git a/ZR.Admin.WebApi/Extensions/IPRateExtension.cs b/server/ZR.Admin.WebApi/Extensions/IPRateExtension.cs similarity index 100% rename from ZR.Admin.WebApi/Extensions/IPRateExtension.cs rename to server/ZR.Admin.WebApi/Extensions/IPRateExtension.cs diff --git a/ZR.Admin.WebApi/Extensions/InitTable.cs b/server/ZR.Admin.WebApi/Extensions/InitTable.cs similarity index 100% rename from ZR.Admin.WebApi/Extensions/InitTable.cs rename to server/ZR.Admin.WebApi/Extensions/InitTable.cs diff --git a/ZR.Admin.WebApi/Extensions/LogoExtension.cs b/server/ZR.Admin.WebApi/Extensions/LogoExtension.cs similarity index 100% rename from ZR.Admin.WebApi/Extensions/LogoExtension.cs rename to server/ZR.Admin.WebApi/Extensions/LogoExtension.cs diff --git a/ZR.Admin.WebApi/Extensions/SqlSugarCache.cs b/server/ZR.Admin.WebApi/Extensions/SqlSugarCache.cs similarity index 96% rename from ZR.Admin.WebApi/Extensions/SqlSugarCache.cs rename to server/ZR.Admin.WebApi/Extensions/SqlSugarCache.cs index 3e6ccdae..5584dd48 100644 --- a/ZR.Admin.WebApi/Extensions/SqlSugarCache.cs +++ b/server/ZR.Admin.WebApi/Extensions/SqlSugarCache.cs @@ -1,66 +1,66 @@ -using ZR.Common; - -namespace ZR.Admin.WebApi.Extensions -{ - public class SqlSugarCache : SqlSugar.ICacheService - { - public void Add(string key, V value) - { - //RedisServer.Cache.Set(key, value, 3600 + RedisHelper.RandomExpired(5, 30)); - CacheHelper.SetCache(key, value); - } - - public void Add(string key, V value, int cacheDurationInSeconds) - { - //RedisServer.Cache.Set(key, value, cacheDurationInSeconds); - CacheHelper.SetCaches(key, value, cacheDurationInSeconds); - } - - public bool ContainsKey(string key) - { - //return RedisServer.Cache.Exists(key); - return CacheHelper.Exists(key); - } - - public V Get(string key) - { - //return RedisServer.Cache.Get(key); - return (V)CacheHelper.Get(key); - } - - public IEnumerable GetAllKey() - { - //return RedisServer.Cache.Keys("*"); - return CacheHelper.GetCacheKeys(); - } - - public V GetOrCreate(string cacheKey, Func create, int cacheDurationInSeconds = int.MaxValue) - { - if (ContainsKey(cacheKey)) - { - var result = Get(cacheKey); - if (result == null) - { - return create(); - } - else - { - return result; - } - } - else - { - var restul = create(); - - Add(cacheKey, restul, cacheDurationInSeconds); - return restul; - } - } - - public void Remove(string key) - { - //RedisServer.Cache.Del(key); - CacheHelper.Remove(key); - } - } +using ZR.Common; + +namespace ZR.Admin.WebApi.Extensions +{ + public class SqlSugarCache : SqlSugar.ICacheService + { + public void Add(string key, V value) + { + //RedisServer.Cache.Set(key, value, 3600 + RedisHelper.RandomExpired(5, 30)); + CacheHelper.SetCache(key, value); + } + + public void Add(string key, V value, int cacheDurationInSeconds) + { + //RedisServer.Cache.Set(key, value, cacheDurationInSeconds); + CacheHelper.SetCaches(key, value, cacheDurationInSeconds); + } + + public bool ContainsKey(string key) + { + //return RedisServer.Cache.Exists(key); + return CacheHelper.Exists(key); + } + + public V Get(string key) + { + //return RedisServer.Cache.Get(key); + return (V)CacheHelper.Get(key); + } + + public IEnumerable GetAllKey() + { + //return RedisServer.Cache.Keys("*"); + return CacheHelper.GetCacheKeys(); + } + + public V GetOrCreate(string cacheKey, Func create, int cacheDurationInSeconds = int.MaxValue) + { + if (ContainsKey(cacheKey)) + { + var result = Get(cacheKey); + if (result == null) + { + return create(); + } + else + { + return result; + } + } + else + { + var restul = create(); + + Add(cacheKey, restul, cacheDurationInSeconds); + return restul; + } + } + + public void Remove(string key) + { + //RedisServer.Cache.Del(key); + CacheHelper.Remove(key); + } + } } \ No newline at end of file diff --git a/ZR.Admin.WebApi/Extensions/SwaggerExtension.cs b/server/ZR.Admin.WebApi/Extensions/SwaggerExtension.cs similarity index 100% rename from ZR.Admin.WebApi/Extensions/SwaggerExtension.cs rename to server/ZR.Admin.WebApi/Extensions/SwaggerExtension.cs diff --git a/ZR.Admin.WebApi/Extensions/TasksExtension.cs b/server/ZR.Admin.WebApi/Extensions/TasksExtension.cs similarity index 100% rename from ZR.Admin.WebApi/Extensions/TasksExtension.cs rename to server/ZR.Admin.WebApi/Extensions/TasksExtension.cs diff --git a/ZR.Admin.WebApi/Filters/ActionPermissionFilter.cs b/server/ZR.Admin.WebApi/Filters/ActionPermissionFilter.cs similarity index 100% rename from ZR.Admin.WebApi/Filters/ActionPermissionFilter.cs rename to server/ZR.Admin.WebApi/Filters/ActionPermissionFilter.cs diff --git a/ZR.Admin.WebApi/Filters/GlobalActionMonitor.cs b/server/ZR.Admin.WebApi/Filters/GlobalActionMonitor.cs similarity index 100% rename from ZR.Admin.WebApi/Filters/GlobalActionMonitor.cs rename to server/ZR.Admin.WebApi/Filters/GlobalActionMonitor.cs diff --git a/ZR.Admin.WebApi/Filters/VerifyAttribute.cs b/server/ZR.Admin.WebApi/Filters/VerifyAttribute.cs similarity index 100% rename from ZR.Admin.WebApi/Filters/VerifyAttribute.cs rename to server/ZR.Admin.WebApi/Filters/VerifyAttribute.cs diff --git a/ZR.Admin.WebApi/Framework/JwtUtil.cs b/server/ZR.Admin.WebApi/Framework/JwtUtil.cs similarity index 100% rename from ZR.Admin.WebApi/Framework/JwtUtil.cs rename to server/ZR.Admin.WebApi/Framework/JwtUtil.cs diff --git a/ZR.Admin.WebApi/GlobalUsing.cs b/server/ZR.Admin.WebApi/GlobalUsing.cs similarity index 100% rename from ZR.Admin.WebApi/GlobalUsing.cs rename to server/ZR.Admin.WebApi/GlobalUsing.cs diff --git a/ZR.Admin.WebApi/Hubs/MessageHub.cs b/server/ZR.Admin.WebApi/Hubs/MessageHub.cs similarity index 100% rename from ZR.Admin.WebApi/Hubs/MessageHub.cs rename to server/ZR.Admin.WebApi/Hubs/MessageHub.cs diff --git a/ZR.Admin.WebApi/Hubs/OnlineUsers.cs b/server/ZR.Admin.WebApi/Hubs/OnlineUsers.cs similarity index 100% rename from ZR.Admin.WebApi/Hubs/OnlineUsers.cs rename to server/ZR.Admin.WebApi/Hubs/OnlineUsers.cs diff --git a/ZR.Admin.WebApi/Middleware/GlobalExceptionMiddleware.cs b/server/ZR.Admin.WebApi/Middleware/GlobalExceptionMiddleware.cs similarity index 100% rename from ZR.Admin.WebApi/Middleware/GlobalExceptionMiddleware.cs rename to server/ZR.Admin.WebApi/Middleware/GlobalExceptionMiddleware.cs diff --git a/ZR.Admin.WebApi/NLog.config b/server/ZR.Admin.WebApi/NLog.config similarity index 100% rename from ZR.Admin.WebApi/NLog.config rename to server/ZR.Admin.WebApi/NLog.config diff --git a/ZR.Admin.WebApi/Program.cs b/server/ZR.Admin.WebApi/Program.cs similarity index 100% rename from ZR.Admin.WebApi/Program.cs rename to server/ZR.Admin.WebApi/Program.cs diff --git a/ZR.Admin.WebApi/Properties/PublishProfiles/FolderProfile.pubxml b/server/ZR.Admin.WebApi/Properties/PublishProfiles/FolderProfile.pubxml similarity index 100% rename from ZR.Admin.WebApi/Properties/PublishProfiles/FolderProfile.pubxml rename to server/ZR.Admin.WebApi/Properties/PublishProfiles/FolderProfile.pubxml diff --git a/ZR.Admin.WebApi/Properties/Resources.Designer.cs b/server/ZR.Admin.WebApi/Properties/Resources.Designer.cs similarity index 100% rename from ZR.Admin.WebApi/Properties/Resources.Designer.cs rename to server/ZR.Admin.WebApi/Properties/Resources.Designer.cs diff --git a/ZR.Admin.WebApi/Properties/Resources.resx b/server/ZR.Admin.WebApi/Properties/Resources.resx similarity index 100% rename from ZR.Admin.WebApi/Properties/Resources.resx rename to server/ZR.Admin.WebApi/Properties/Resources.resx diff --git a/ZR.Admin.WebApi/Properties/launchSettings.json b/server/ZR.Admin.WebApi/Properties/launchSettings.json similarity index 100% rename from ZR.Admin.WebApi/Properties/launchSettings.json rename to server/ZR.Admin.WebApi/Properties/launchSettings.json diff --git a/ZR.Admin.WebApi/ZR.Admin.WebApi.csproj b/server/ZR.Admin.WebApi/ZR.Admin.WebApi.csproj similarity index 100% rename from ZR.Admin.WebApi/ZR.Admin.WebApi.csproj rename to server/ZR.Admin.WebApi/ZR.Admin.WebApi.csproj diff --git a/ZR.Admin.WebApi/appsettings.json b/server/ZR.Admin.WebApi/appsettings.json similarity index 100% rename from ZR.Admin.WebApi/appsettings.json rename to server/ZR.Admin.WebApi/appsettings.json diff --git a/ZR.Admin.WebApi/appsettings.production.json b/server/ZR.Admin.WebApi/appsettings.production.json similarity index 100% rename from ZR.Admin.WebApi/appsettings.production.json rename to server/ZR.Admin.WebApi/appsettings.production.json diff --git a/ZR.Admin.WebApi/ip2region.db b/server/ZR.Admin.WebApi/ip2region.db similarity index 100% rename from ZR.Admin.WebApi/ip2region.db rename to server/ZR.Admin.WebApi/ip2region.db diff --git a/ZR.Admin.WebApi/wwwroot/.gitignore b/server/ZR.Admin.WebApi/wwwroot/.gitignore similarity index 100% rename from ZR.Admin.WebApi/wwwroot/.gitignore rename to server/ZR.Admin.WebApi/wwwroot/.gitignore diff --git a/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/CurdForm.txt b/server/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/CurdForm.txt similarity index 100% rename from ZR.Admin.WebApi/wwwroot/CodeGenTemplate/CurdForm.txt rename to server/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/CurdForm.txt diff --git a/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/QueryForm.txt b/server/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/QueryForm.txt similarity index 100% rename from ZR.Admin.WebApi/wwwroot/CodeGenTemplate/QueryForm.txt rename to server/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/QueryForm.txt diff --git a/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/TableList.txt b/server/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/TableList.txt similarity index 100% rename from ZR.Admin.WebApi/wwwroot/CodeGenTemplate/TableList.txt rename to server/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/TableList.txt diff --git a/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/TplControllers.txt b/server/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/TplControllers.txt similarity index 100% rename from ZR.Admin.WebApi/wwwroot/CodeGenTemplate/TplControllers.txt rename to server/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/TplControllers.txt diff --git a/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/TplDto.txt b/server/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/TplDto.txt similarity index 100% rename from ZR.Admin.WebApi/wwwroot/CodeGenTemplate/TplDto.txt rename to server/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/TplDto.txt diff --git a/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/TplIService.txt b/server/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/TplIService.txt similarity index 100% rename from ZR.Admin.WebApi/wwwroot/CodeGenTemplate/TplIService.txt rename to server/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/TplIService.txt diff --git a/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/TplModel.txt b/server/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/TplModel.txt similarity index 100% rename from ZR.Admin.WebApi/wwwroot/CodeGenTemplate/TplModel.txt rename to server/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/TplModel.txt diff --git a/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/TplRepository.txt b/server/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/TplRepository.txt similarity index 100% rename from ZR.Admin.WebApi/wwwroot/CodeGenTemplate/TplRepository.txt rename to server/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/TplRepository.txt diff --git a/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/TplService.txt b/server/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/TplService.txt similarity index 100% rename from ZR.Admin.WebApi/wwwroot/CodeGenTemplate/TplService.txt rename to server/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/TplService.txt diff --git a/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/TplTreeVue.txt b/server/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/TplTreeVue.txt similarity index 100% rename from ZR.Admin.WebApi/wwwroot/CodeGenTemplate/TplTreeVue.txt rename to server/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/TplTreeVue.txt diff --git a/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/TplVue.txt b/server/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/TplVue.txt similarity index 100% rename from ZR.Admin.WebApi/wwwroot/CodeGenTemplate/TplVue.txt rename to server/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/TplVue.txt diff --git a/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/TplVueApi.txt b/server/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/TplVueApi.txt similarity index 100% rename from ZR.Admin.WebApi/wwwroot/CodeGenTemplate/TplVueApi.txt rename to server/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/TplVueApi.txt diff --git a/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/TplVueSelect.txt b/server/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/TplVueSelect.txt similarity index 100% rename from ZR.Admin.WebApi/wwwroot/CodeGenTemplate/TplVueSelect.txt rename to server/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/TplVueSelect.txt diff --git a/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/app/api.txt b/server/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/app/api.txt similarity index 100% rename from ZR.Admin.WebApi/wwwroot/CodeGenTemplate/app/api.txt rename to server/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/app/api.txt diff --git a/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/app/form.txt b/server/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/app/form.txt similarity index 100% rename from ZR.Admin.WebApi/wwwroot/CodeGenTemplate/app/form.txt rename to server/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/app/form.txt diff --git a/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/app/vue2.txt b/server/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/app/vue2.txt similarity index 100% rename from ZR.Admin.WebApi/wwwroot/CodeGenTemplate/app/vue2.txt rename to server/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/app/vue2.txt diff --git a/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/sql/MySqlTemplate.txt b/server/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/sql/MySqlTemplate.txt similarity index 100% rename from ZR.Admin.WebApi/wwwroot/CodeGenTemplate/sql/MySqlTemplate.txt rename to server/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/sql/MySqlTemplate.txt diff --git a/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/sql/Other.txt b/server/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/sql/Other.txt similarity index 100% rename from ZR.Admin.WebApi/wwwroot/CodeGenTemplate/sql/Other.txt rename to server/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/sql/Other.txt diff --git a/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/sql/PgSql.txt b/server/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/sql/PgSql.txt similarity index 100% rename from ZR.Admin.WebApi/wwwroot/CodeGenTemplate/sql/PgSql.txt rename to server/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/sql/PgSql.txt diff --git a/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/sql/SqlTemplate.txt b/server/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/sql/SqlTemplate.txt similarity index 100% rename from ZR.Admin.WebApi/wwwroot/CodeGenTemplate/sql/SqlTemplate.txt rename to server/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/sql/SqlTemplate.txt diff --git a/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/v3/TreeVue.txt b/server/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/v3/TreeVue.txt similarity index 100% rename from ZR.Admin.WebApi/wwwroot/CodeGenTemplate/v3/TreeVue.txt rename to server/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/v3/TreeVue.txt diff --git a/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/v3/Vue.txt b/server/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/v3/Vue.txt similarity index 100% rename from ZR.Admin.WebApi/wwwroot/CodeGenTemplate/v3/Vue.txt rename to server/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/v3/Vue.txt diff --git a/ZR.Admin.WebApi/wwwroot/Generatecode/ZrAdmin.NET-包装记录-0520091356.zip b/server/ZR.Admin.WebApi/wwwroot/Generatecode/ZrAdmin.NET-包装记录-0520091356.zip similarity index 100% rename from ZR.Admin.WebApi/wwwroot/Generatecode/ZrAdmin.NET-包装记录-0520091356.zip rename to server/ZR.Admin.WebApi/wwwroot/Generatecode/ZrAdmin.NET-包装记录-0520091356.zip diff --git a/ZR.Admin.WebApi/wwwroot/ImportTemplate/lang.xlsx b/server/ZR.Admin.WebApi/wwwroot/ImportTemplate/lang.xlsx similarity index 100% rename from ZR.Admin.WebApi/wwwroot/ImportTemplate/lang.xlsx rename to server/ZR.Admin.WebApi/wwwroot/ImportTemplate/lang.xlsx diff --git a/ZR.Admin.WebApi/wwwroot/ImportTemplate/user.xlsx b/server/ZR.Admin.WebApi/wwwroot/ImportTemplate/user.xlsx similarity index 100% rename from ZR.Admin.WebApi/wwwroot/ImportTemplate/user.xlsx rename to server/ZR.Admin.WebApi/wwwroot/ImportTemplate/user.xlsx diff --git a/ZR.Admin.WebApi/wwwroot/ImportTemplate/周计划标准模板.xlsx b/server/ZR.Admin.WebApi/wwwroot/ImportTemplate/周计划标准模板.xlsx similarity index 100% rename from ZR.Admin.WebApi/wwwroot/ImportTemplate/周计划标准模板.xlsx rename to server/ZR.Admin.WebApi/wwwroot/ImportTemplate/周计划标准模板.xlsx diff --git a/ZR.Admin.WebApi/wwwroot/ImportTemplate/周计划标准模板1.xlsx b/server/ZR.Admin.WebApi/wwwroot/ImportTemplate/周计划标准模板1.xlsx similarity index 100% rename from ZR.Admin.WebApi/wwwroot/ImportTemplate/周计划标准模板1.xlsx rename to server/ZR.Admin.WebApi/wwwroot/ImportTemplate/周计划标准模板1.xlsx diff --git a/ZR.Admin.WebApi/wwwroot/ImportTemplate/日生产计划模板.xlsx b/server/ZR.Admin.WebApi/wwwroot/ImportTemplate/日生产计划模板.xlsx similarity index 100% rename from ZR.Admin.WebApi/wwwroot/ImportTemplate/日生产计划模板.xlsx rename to server/ZR.Admin.WebApi/wwwroot/ImportTemplate/日生产计划模板.xlsx diff --git a/ZR.Admin.WebApi/wwwroot/ImportTemplate/日生产计划模板1.xlsx b/server/ZR.Admin.WebApi/wwwroot/ImportTemplate/日生产计划模板1.xlsx similarity index 100% rename from ZR.Admin.WebApi/wwwroot/ImportTemplate/日生产计划模板1.xlsx rename to server/ZR.Admin.WebApi/wwwroot/ImportTemplate/日生产计划模板1.xlsx diff --git a/ZR.Admin.WebApi/wwwroot/ImportTemplate/物料清单模版.xlsx b/server/ZR.Admin.WebApi/wwwroot/ImportTemplate/物料清单模版.xlsx similarity index 100% rename from ZR.Admin.WebApi/wwwroot/ImportTemplate/物料清单模版.xlsx rename to server/ZR.Admin.WebApi/wwwroot/ImportTemplate/物料清单模版.xlsx diff --git a/ZR.Admin.WebApi/wwwroot/data.xlsx b/server/ZR.Admin.WebApi/wwwroot/data.xlsx similarity index 100% rename from ZR.Admin.WebApi/wwwroot/data.xlsx rename to server/ZR.Admin.WebApi/wwwroot/data.xlsx diff --git a/server/ZR.Admin.WebApi/wwwroot/export/2024年3周1日计划-01-20-142515.xlsx b/server/ZR.Admin.WebApi/wwwroot/export/2024年3周1日计划-01-20-142515.xlsx new file mode 100644 index 00000000..e69de29b diff --git a/ZR.Admin.WebApi/wwwroot/export/2024年3周1日计划-01-20-142552.xlsx b/server/ZR.Admin.WebApi/wwwroot/export/2024年3周1日计划-01-20-142552.xlsx similarity index 100% rename from ZR.Admin.WebApi/wwwroot/export/2024年3周1日计划-01-20-142552.xlsx rename to server/ZR.Admin.WebApi/wwwroot/export/2024年3周1日计划-01-20-142552.xlsx diff --git a/ZR.Admin.WebApi/wwwroot/export/2024年3周1日计划-01-20-142652.xlsx b/server/ZR.Admin.WebApi/wwwroot/export/2024年3周1日计划-01-20-142652.xlsx similarity index 100% rename from ZR.Admin.WebApi/wwwroot/export/2024年3周1日计划-01-20-142652.xlsx rename to server/ZR.Admin.WebApi/wwwroot/export/2024年3周1日计划-01-20-142652.xlsx diff --git a/ZR.Admin.WebApi/wwwroot/export/2024年3周1日计划-01-20-143429.xlsx b/server/ZR.Admin.WebApi/wwwroot/export/2024年3周1日计划-01-20-143429.xlsx similarity index 100% rename from ZR.Admin.WebApi/wwwroot/export/2024年3周1日计划-01-20-143429.xlsx rename to server/ZR.Admin.WebApi/wwwroot/export/2024年3周1日计划-01-20-143429.xlsx diff --git a/ZR.Admin.WebApi/wwwroot/export/2024年3周计划-01-20-143630.xlsx b/server/ZR.Admin.WebApi/wwwroot/export/2024年3周计划-01-20-143630.xlsx similarity index 100% rename from ZR.Admin.WebApi/wwwroot/export/2024年3周计划-01-20-143630.xlsx rename to server/ZR.Admin.WebApi/wwwroot/export/2024年3周计划-01-20-143630.xlsx diff --git a/ZR.Admin.WebApi/wwwroot/export/2024年3周计划-02-04-140700.xlsx b/server/ZR.Admin.WebApi/wwwroot/export/2024年3周计划-02-04-140700.xlsx similarity index 100% rename from ZR.Admin.WebApi/wwwroot/export/2024年3周计划-02-04-140700.xlsx rename to server/ZR.Admin.WebApi/wwwroot/export/2024年3周计划-02-04-140700.xlsx diff --git a/ZR.Admin.WebApi/wwwroot/export/2024年4周2日计划-02-02-151006.xlsx b/server/ZR.Admin.WebApi/wwwroot/export/2024年4周2日计划-02-02-151006.xlsx similarity index 100% rename from ZR.Admin.WebApi/wwwroot/export/2024年4周2日计划-02-02-151006.xlsx rename to server/ZR.Admin.WebApi/wwwroot/export/2024年4周2日计划-02-02-151006.xlsx diff --git a/ZR.Admin.WebApi/wwwroot/export/2024年6周7日计划-02-04-110534.xlsx b/server/ZR.Admin.WebApi/wwwroot/export/2024年6周7日计划-02-04-110534.xlsx similarity index 100% rename from ZR.Admin.WebApi/wwwroot/export/2024年6周7日计划-02-04-110534.xlsx rename to server/ZR.Admin.WebApi/wwwroot/export/2024年6周7日计划-02-04-110534.xlsx diff --git a/ZR.Admin.WebApi/wwwroot/export/2024年6周7日计划-02-04-111434.xlsx b/server/ZR.Admin.WebApi/wwwroot/export/2024年6周7日计划-02-04-111434.xlsx similarity index 100% rename from ZR.Admin.WebApi/wwwroot/export/2024年6周7日计划-02-04-111434.xlsx rename to server/ZR.Admin.WebApi/wwwroot/export/2024年6周7日计划-02-04-111434.xlsx diff --git a/ZR.Admin.WebApi/wwwroot/logo.txt b/server/ZR.Admin.WebApi/wwwroot/logo.txt similarity index 100% rename from ZR.Admin.WebApi/wwwroot/logo.txt rename to server/ZR.Admin.WebApi/wwwroot/logo.txt diff --git a/ZR.Admin.WebApi/wwwroot/wmmaterial/2024041514150089e699b8e595a8e788.xlsx b/server/ZR.Admin.WebApi/wwwroot/wmmaterial/2024041514150089e699b8e595a8e788.xlsx similarity index 100% rename from ZR.Admin.WebApi/wwwroot/wmmaterial/2024041514150089e699b8e595a8e788.xlsx rename to server/ZR.Admin.WebApi/wwwroot/wmmaterial/2024041514150089e699b8e595a8e788.xlsx diff --git a/ZR.Admin.WebApi/wwwroot/wmmaterial/2024041514195289e699b8e595a8e788.xlsx b/server/ZR.Admin.WebApi/wwwroot/wmmaterial/2024041514195289e699b8e595a8e788.xlsx similarity index 100% rename from ZR.Admin.WebApi/wwwroot/wmmaterial/2024041514195289e699b8e595a8e788.xlsx rename to server/ZR.Admin.WebApi/wwwroot/wmmaterial/2024041514195289e699b8e595a8e788.xlsx diff --git a/ZR.Admin.WebApi/wwwroot/wmmaterial/2024041514211889e699b8e595a8e788.xlsx b/server/ZR.Admin.WebApi/wwwroot/wmmaterial/2024041514211889e699b8e595a8e788.xlsx similarity index 100% rename from ZR.Admin.WebApi/wwwroot/wmmaterial/2024041514211889e699b8e595a8e788.xlsx rename to server/ZR.Admin.WebApi/wwwroot/wmmaterial/2024041514211889e699b8e595a8e788.xlsx diff --git a/ZR.Admin.WebApi/wwwroot/wmmaterial/2024041514262889e699b8e595a8e788.xlsx b/server/ZR.Admin.WebApi/wwwroot/wmmaterial/2024041514262889e699b8e595a8e788.xlsx similarity index 100% rename from ZR.Admin.WebApi/wwwroot/wmmaterial/2024041514262889e699b8e595a8e788.xlsx rename to server/ZR.Admin.WebApi/wwwroot/wmmaterial/2024041514262889e699b8e595a8e788.xlsx diff --git a/ZR.Admin.WebApi/wwwroot/wmmaterial/2024041514281889e699b8e595a8e788.xlsx b/server/ZR.Admin.WebApi/wwwroot/wmmaterial/2024041514281889e699b8e595a8e788.xlsx similarity index 100% rename from ZR.Admin.WebApi/wwwroot/wmmaterial/2024041514281889e699b8e595a8e788.xlsx rename to server/ZR.Admin.WebApi/wwwroot/wmmaterial/2024041514281889e699b8e595a8e788.xlsx diff --git a/ZR.Admin.WebApi/wwwroot/wmmaterial/2024041514301289e699b8e595a8e788.xlsx b/server/ZR.Admin.WebApi/wwwroot/wmmaterial/2024041514301289e699b8e595a8e788.xlsx similarity index 100% rename from ZR.Admin.WebApi/wwwroot/wmmaterial/2024041514301289e699b8e595a8e788.xlsx rename to server/ZR.Admin.WebApi/wwwroot/wmmaterial/2024041514301289e699b8e595a8e788.xlsx diff --git a/ZR.Admin.WebApi/wwwroot/wmmaterial/2024041518234389e699b8e595a8e788.xlsx b/server/ZR.Admin.WebApi/wwwroot/wmmaterial/2024041518234389e699b8e595a8e788.xlsx similarity index 100% rename from ZR.Admin.WebApi/wwwroot/wmmaterial/2024041518234389e699b8e595a8e788.xlsx rename to server/ZR.Admin.WebApi/wwwroot/wmmaterial/2024041518234389e699b8e595a8e788.xlsx diff --git a/ZR.Admin.WebApi/wwwroot/wmmaterial/2024041518243289e699b8e595a8e788.xlsx b/server/ZR.Admin.WebApi/wwwroot/wmmaterial/2024041518243289e699b8e595a8e788.xlsx similarity index 100% rename from ZR.Admin.WebApi/wwwroot/wmmaterial/2024041518243289e699b8e595a8e788.xlsx rename to server/ZR.Admin.WebApi/wwwroot/wmmaterial/2024041518243289e699b8e595a8e788.xlsx diff --git a/ZR.Admin.WebApi/wwwroot/wmmaterial/2024041716250689e699b8e595a8e788.xlsx b/server/ZR.Admin.WebApi/wwwroot/wmmaterial/2024041716250689e699b8e595a8e788.xlsx similarity index 100% rename from ZR.Admin.WebApi/wwwroot/wmmaterial/2024041716250689e699b8e595a8e788.xlsx rename to server/ZR.Admin.WebApi/wwwroot/wmmaterial/2024041716250689e699b8e595a8e788.xlsx diff --git a/ZR.Admin.WebApi/wwwroot/wmmaterial/2024041716324289e699b8e595a8e788.xlsx b/server/ZR.Admin.WebApi/wwwroot/wmmaterial/2024041716324289e699b8e595a8e788.xlsx similarity index 100% rename from ZR.Admin.WebApi/wwwroot/wmmaterial/2024041716324289e699b8e595a8e788.xlsx rename to server/ZR.Admin.WebApi/wwwroot/wmmaterial/2024041716324289e699b8e595a8e788.xlsx diff --git a/ZR.Admin.WebApi/wwwroot/wmmaterial/2024041716345389e699b8e595a8e788.xlsx b/server/ZR.Admin.WebApi/wwwroot/wmmaterial/2024041716345389e699b8e595a8e788.xlsx similarity index 100% rename from ZR.Admin.WebApi/wwwroot/wmmaterial/2024041716345389e699b8e595a8e788.xlsx rename to server/ZR.Admin.WebApi/wwwroot/wmmaterial/2024041716345389e699b8e595a8e788.xlsx diff --git a/ZR.Admin.WebApi/wwwroot/wmmaterial/202404171646022024年报销.xlsx b/server/ZR.Admin.WebApi/wwwroot/wmmaterial/202404171646022024年报销.xlsx similarity index 100% rename from ZR.Admin.WebApi/wwwroot/wmmaterial/202404171646022024年报销.xlsx rename to server/ZR.Admin.WebApi/wwwroot/wmmaterial/202404171646022024年报销.xlsx diff --git a/ZR.Admin.WebApi/wwwroot/wmmaterial/2024041716512089e699b8e595a8e788.xlsx b/server/ZR.Admin.WebApi/wwwroot/wmmaterial/2024041716512089e699b8e595a8e788.xlsx similarity index 100% rename from ZR.Admin.WebApi/wwwroot/wmmaterial/2024041716512089e699b8e595a8e788.xlsx rename to server/ZR.Admin.WebApi/wwwroot/wmmaterial/2024041716512089e699b8e595a8e788.xlsx diff --git a/ZR.Admin.WebApi/wwwroot/wmmaterial/2024041716572089e699b8e595a8e788.xlsx b/server/ZR.Admin.WebApi/wwwroot/wmmaterial/2024041716572089e699b8e595a8e788.xlsx similarity index 100% rename from ZR.Admin.WebApi/wwwroot/wmmaterial/2024041716572089e699b8e595a8e788.xlsx rename to server/ZR.Admin.WebApi/wwwroot/wmmaterial/2024041716572089e699b8e595a8e788.xlsx diff --git a/ZR.Admin.WebApi/wwwroot/wmmaterial/202404171657562024年报销.xlsx b/server/ZR.Admin.WebApi/wwwroot/wmmaterial/202404171657562024年报销.xlsx similarity index 100% rename from ZR.Admin.WebApi/wwwroot/wmmaterial/202404171657562024年报销.xlsx rename to server/ZR.Admin.WebApi/wwwroot/wmmaterial/202404171657562024年报销.xlsx diff --git a/ZR.Admin.WebApi/wwwroot/wmmaterial/2024041717021389e699b8e595a8e788.xlsx b/server/ZR.Admin.WebApi/wwwroot/wmmaterial/2024041717021389e699b8e595a8e788.xlsx similarity index 100% rename from ZR.Admin.WebApi/wwwroot/wmmaterial/2024041717021389e699b8e595a8e788.xlsx rename to server/ZR.Admin.WebApi/wwwroot/wmmaterial/2024041717021389e699b8e595a8e788.xlsx diff --git a/ZR.Admin.WebApi/wwwroot/wmmaterial/202404171702522024年报销.xlsx b/server/ZR.Admin.WebApi/wwwroot/wmmaterial/202404171702522024年报销.xlsx similarity index 100% rename from ZR.Admin.WebApi/wwwroot/wmmaterial/202404171702522024年报销.xlsx rename to server/ZR.Admin.WebApi/wwwroot/wmmaterial/202404171702522024年报销.xlsx diff --git a/ZR.Admin.WebApi/wwwroot/wmmaterial/202404171704052024年报销.xlsx b/server/ZR.Admin.WebApi/wwwroot/wmmaterial/202404171704052024年报销.xlsx similarity index 100% rename from ZR.Admin.WebApi/wwwroot/wmmaterial/202404171704052024年报销.xlsx rename to server/ZR.Admin.WebApi/wwwroot/wmmaterial/202404171704052024年报销.xlsx diff --git a/ZR.Admin.WebApi/wwwroot/workorder/20240319161050周2生产计划 .xlsx b/server/ZR.Admin.WebApi/wwwroot/workorder/20240319161050周2生产计划 .xlsx similarity index 100% rename from ZR.Admin.WebApi/wwwroot/workorder/20240319161050周2生产计划 .xlsx rename to server/ZR.Admin.WebApi/wwwroot/workorder/20240319161050周2生产计划 .xlsx diff --git a/ZR.Admin.WebApi/wwwroot/workorder/20240320082622周3生产计划 .xlsx b/server/ZR.Admin.WebApi/wwwroot/workorder/20240320082622周3生产计划 .xlsx similarity index 100% rename from ZR.Admin.WebApi/wwwroot/workorder/20240320082622周3生产计划 .xlsx rename to server/ZR.Admin.WebApi/wwwroot/workorder/20240320082622周3生产计划 .xlsx diff --git a/ZR.CodeGenerator/CodeGenerateOption.cs b/server/ZR.CodeGenerator/CodeGenerateOption.cs similarity index 100% rename from ZR.CodeGenerator/CodeGenerateOption.cs rename to server/ZR.CodeGenerator/CodeGenerateOption.cs diff --git a/ZR.CodeGenerator/CodeGenerateTemplate.cs b/server/ZR.CodeGenerator/CodeGenerateTemplate.cs similarity index 100% rename from ZR.CodeGenerator/CodeGenerateTemplate.cs rename to server/ZR.CodeGenerator/CodeGenerateTemplate.cs diff --git a/ZR.CodeGenerator/CodeGeneratorTool.cs b/server/ZR.CodeGenerator/CodeGeneratorTool.cs similarity index 100% rename from ZR.CodeGenerator/CodeGeneratorTool.cs rename to server/ZR.CodeGenerator/CodeGeneratorTool.cs diff --git a/ZR.CodeGenerator/DbProvider.cs b/server/ZR.CodeGenerator/DbProvider.cs similarity index 100% rename from ZR.CodeGenerator/DbProvider.cs rename to server/ZR.CodeGenerator/DbProvider.cs diff --git a/ZR.CodeGenerator/GenConstants.cs b/server/ZR.CodeGenerator/GenConstants.cs similarity index 100% rename from ZR.CodeGenerator/GenConstants.cs rename to server/ZR.CodeGenerator/GenConstants.cs diff --git a/ZR.CodeGenerator/Model/GenerateDto.cs b/server/ZR.CodeGenerator/Model/GenerateDto.cs similarity index 100% rename from ZR.CodeGenerator/Model/GenerateDto.cs rename to server/ZR.CodeGenerator/Model/GenerateDto.cs diff --git a/ZR.CodeGenerator/Model/OracleSeq.cs b/server/ZR.CodeGenerator/Model/OracleSeq.cs similarity index 100% rename from ZR.CodeGenerator/Model/OracleSeq.cs rename to server/ZR.CodeGenerator/Model/OracleSeq.cs diff --git a/ZR.CodeGenerator/Model/ReplaceDto.cs b/server/ZR.CodeGenerator/Model/ReplaceDto.cs similarity index 100% rename from ZR.CodeGenerator/Model/ReplaceDto.cs rename to server/ZR.CodeGenerator/Model/ReplaceDto.cs diff --git a/ZR.CodeGenerator/Service/CodeGeneraterService.cs b/server/ZR.CodeGenerator/Service/CodeGeneraterService.cs similarity index 100% rename from ZR.CodeGenerator/Service/CodeGeneraterService.cs rename to server/ZR.CodeGenerator/Service/CodeGeneraterService.cs diff --git a/ZR.CodeGenerator/ZR.CodeGenerator.csproj b/server/ZR.CodeGenerator/ZR.CodeGenerator.csproj similarity index 100% rename from ZR.CodeGenerator/ZR.CodeGenerator.csproj rename to server/ZR.CodeGenerator/ZR.CodeGenerator.csproj diff --git a/ZR.Common/AliyunOssHelper.cs b/server/ZR.Common/AliyunOssHelper.cs similarity index 100% rename from ZR.Common/AliyunOssHelper.cs rename to server/ZR.Common/AliyunOssHelper.cs diff --git a/ZR.Common/Cache/CacheHelper.cs b/server/ZR.Common/Cache/CacheHelper.cs similarity index 100% rename from ZR.Common/Cache/CacheHelper.cs rename to server/ZR.Common/Cache/CacheHelper.cs diff --git a/ZR.Common/Cache/RedisServer.cs b/server/ZR.Common/Cache/RedisServer.cs similarity index 100% rename from ZR.Common/Cache/RedisServer.cs rename to server/ZR.Common/Cache/RedisServer.cs diff --git a/ZR.Common/ExcelHelper.cs b/server/ZR.Common/ExcelHelper.cs similarity index 100% rename from ZR.Common/ExcelHelper.cs rename to server/ZR.Common/ExcelHelper.cs diff --git a/ZR.Common/JnHelper.cs b/server/ZR.Common/JnHelper.cs similarity index 100% rename from ZR.Common/JnHelper.cs rename to server/ZR.Common/JnHelper.cs diff --git a/ZR.Common/MailHelper.cs b/server/ZR.Common/MailHelper.cs similarity index 100% rename from ZR.Common/MailHelper.cs rename to server/ZR.Common/MailHelper.cs diff --git a/ZR.Common/Model/WxTokenResult.cs b/server/ZR.Common/Model/WxTokenResult.cs similarity index 100% rename from ZR.Common/Model/WxTokenResult.cs rename to server/ZR.Common/Model/WxTokenResult.cs diff --git a/ZR.Common/Tools.cs b/server/ZR.Common/Tools.cs similarity index 100% rename from ZR.Common/Tools.cs rename to server/ZR.Common/Tools.cs diff --git a/ZR.Common/WxHelper.cs b/server/ZR.Common/WxHelper.cs similarity index 100% rename from ZR.Common/WxHelper.cs rename to server/ZR.Common/WxHelper.cs diff --git a/ZR.Common/WxNoticeHelper.cs b/server/ZR.Common/WxNoticeHelper.cs similarity index 100% rename from ZR.Common/WxNoticeHelper.cs rename to server/ZR.Common/WxNoticeHelper.cs diff --git a/ZR.Common/ZR.Common.csproj b/server/ZR.Common/ZR.Common.csproj similarity index 100% rename from ZR.Common/ZR.Common.csproj rename to server/ZR.Common/ZR.Common.csproj diff --git a/ZR.Model/GlobalUsing.cs b/server/ZR.Model/GlobalUsing.cs similarity index 100% rename from ZR.Model/GlobalUsing.cs rename to server/ZR.Model/GlobalUsing.cs diff --git a/ZR.Model/mes/md/DTO/MdProductDefineDTO.cs b/server/ZR.Model/MES/md/DTO/MdProductDefineDTO.cs similarity index 100% rename from ZR.Model/mes/md/DTO/MdProductDefineDTO.cs rename to server/ZR.Model/MES/md/DTO/MdProductDefineDTO.cs diff --git a/ZR.Model/mes/md/DTO/MdUnitPageDTO.cs b/server/ZR.Model/MES/md/DTO/MdUnitPageDTO.cs similarity index 100% rename from ZR.Model/mes/md/DTO/MdUnitPageDTO.cs rename to server/ZR.Model/MES/md/DTO/MdUnitPageDTO.cs diff --git a/ZR.Model/mes/md/DTO/SearchOptionDTO.cs b/server/ZR.Model/MES/md/DTO/SearchOptionDTO.cs similarity index 100% rename from ZR.Model/mes/md/DTO/SearchOptionDTO.cs rename to server/ZR.Model/MES/md/DTO/SearchOptionDTO.cs diff --git a/ZR.Model/mes/md/MdBom.cs b/server/ZR.Model/MES/md/MdBom.cs similarity index 100% rename from ZR.Model/mes/md/MdBom.cs rename to server/ZR.Model/MES/md/MdBom.cs diff --git a/ZR.Model/mes/md/MdDevice.cs b/server/ZR.Model/MES/md/MdDevice.cs similarity index 100% rename from ZR.Model/mes/md/MdDevice.cs rename to server/ZR.Model/MES/md/MdDevice.cs diff --git a/ZR.Model/mes/md/MdPallet.cs b/server/ZR.Model/MES/md/MdPallet.cs similarity index 100% rename from ZR.Model/mes/md/MdPallet.cs rename to server/ZR.Model/MES/md/MdPallet.cs diff --git a/ZR.Model/mes/md/MdProductDefine.cs b/server/ZR.Model/MES/md/MdProductDefine.cs similarity index 100% rename from ZR.Model/mes/md/MdProductDefine.cs rename to server/ZR.Model/MES/md/MdProductDefine.cs diff --git a/ZR.Model/mes/md/MdProrouteSort.cs b/server/ZR.Model/MES/md/MdProrouteSort.cs similarity index 100% rename from ZR.Model/mes/md/MdProrouteSort.cs rename to server/ZR.Model/MES/md/MdProrouteSort.cs diff --git a/ZR.Model/mes/md/MdTechnologicalProroute.cs b/server/ZR.Model/MES/md/MdTechnologicalProroute.cs similarity index 100% rename from ZR.Model/mes/md/MdTechnologicalProroute.cs rename to server/ZR.Model/MES/md/MdTechnologicalProroute.cs diff --git a/ZR.Model/mes/md/MdUnit.cs b/server/ZR.Model/MES/md/MdUnit.cs similarity index 100% rename from ZR.Model/mes/md/MdUnit.cs rename to server/ZR.Model/MES/md/MdUnit.cs diff --git a/ZR.Model/mes/md/MdWorkline.cs b/server/ZR.Model/MES/md/MdWorkline.cs similarity index 100% rename from ZR.Model/mes/md/MdWorkline.cs rename to server/ZR.Model/MES/md/MdWorkline.cs diff --git a/ZR.Model/mes/md/MdWorkshop.cs b/server/ZR.Model/MES/md/MdWorkshop.cs similarity index 100% rename from ZR.Model/mes/md/MdWorkshop.cs rename to server/ZR.Model/MES/md/MdWorkshop.cs diff --git a/ZR.Model/mes/md/MdWorksort.cs b/server/ZR.Model/MES/md/MdWorksort.cs similarity index 100% rename from ZR.Model/mes/md/MdWorksort.cs rename to server/ZR.Model/MES/md/MdWorksort.cs diff --git a/ZR.Model/mes/md/MdWorkstation.cs b/server/ZR.Model/MES/md/MdWorkstation.cs similarity index 100% rename from ZR.Model/mes/md/MdWorkstation.cs rename to server/ZR.Model/MES/md/MdWorkstation.cs diff --git a/ZR.Model/MES/md/ProWorkordertimeStep.cs b/server/ZR.Model/MES/md/ProWorkordertimeStep.cs similarity index 100% rename from ZR.Model/MES/md/ProWorkordertimeStep.cs rename to server/ZR.Model/MES/md/ProWorkordertimeStep.cs diff --git a/ZR.Model/MES/mm/AGVstatus.cs b/server/ZR.Model/MES/mm/AGVstatus.cs similarity index 100% rename from ZR.Model/MES/mm/AGVstatus.cs rename to server/ZR.Model/MES/mm/AGVstatus.cs diff --git a/ZR.Model/MES/mm/Dto/IngredientTaskDto.cs b/server/ZR.Model/MES/mm/Dto/IngredientTaskDto.cs similarity index 100% rename from ZR.Model/MES/mm/Dto/IngredientTaskDto.cs rename to server/ZR.Model/MES/mm/Dto/IngredientTaskDto.cs diff --git a/ZR.Model/MES/mm/Dto/MmAgvLocationDto.cs b/server/ZR.Model/MES/mm/Dto/MmAgvLocationDto.cs similarity index 100% rename from ZR.Model/MES/mm/Dto/MmAgvLocationDto.cs rename to server/ZR.Model/MES/mm/Dto/MmAgvLocationDto.cs diff --git a/ZR.Model/MES/mm/Dto/WorkorderqueryDto.cs b/server/ZR.Model/MES/mm/Dto/WorkorderqueryDto.cs similarity index 100% rename from ZR.Model/MES/mm/Dto/WorkorderqueryDto.cs rename to server/ZR.Model/MES/mm/Dto/WorkorderqueryDto.cs diff --git a/ZR.Model/MES/mm/MmAgvLocation.cs b/server/ZR.Model/MES/mm/MmAgvLocation.cs similarity index 100% rename from ZR.Model/MES/mm/MmAgvLocation.cs rename to server/ZR.Model/MES/mm/MmAgvLocation.cs diff --git a/ZR.Model/MES/mm/MmFkWorkorderIngredient.cs b/server/ZR.Model/MES/mm/MmFkWorkorderIngredient.cs similarity index 100% rename from ZR.Model/MES/mm/MmFkWorkorderIngredient.cs rename to server/ZR.Model/MES/mm/MmFkWorkorderIngredient.cs diff --git a/ZR.Model/MES/mm/MmIngredientTask.cs b/server/ZR.Model/MES/mm/MmIngredientTask.cs similarity index 100% rename from ZR.Model/MES/mm/MmIngredientTask.cs rename to server/ZR.Model/MES/mm/MmIngredientTask.cs diff --git a/ZR.Model/MES/op/DTO/DetailsOfDetectionDTO.cs b/server/ZR.Model/MES/op/DTO/DetailsOfDetectionDTO.cs similarity index 100% rename from ZR.Model/MES/op/DTO/DetailsOfDetectionDTO.cs rename to server/ZR.Model/MES/op/DTO/DetailsOfDetectionDTO.cs diff --git a/ZR.Model/mes/op/DTO/OpStatisticsDTO.cs b/server/ZR.Model/MES/op/DTO/OpStatisticsDTO.cs similarity index 100% rename from ZR.Model/mes/op/DTO/OpStatisticsDTO.cs rename to server/ZR.Model/MES/op/DTO/OpStatisticsDTO.cs diff --git a/ZR.Model/MES/op/DTO/QcFqcDTO.cs b/server/ZR.Model/MES/op/DTO/QcFqcDTO.cs similarity index 100% rename from ZR.Model/MES/op/DTO/QcFqcDTO.cs rename to server/ZR.Model/MES/op/DTO/QcFqcDTO.cs diff --git a/ZR.Model/mes/op/OpStatistics.cs b/server/ZR.Model/MES/op/OpStatistics.cs similarity index 100% rename from ZR.Model/mes/op/OpStatistics.cs rename to server/ZR.Model/MES/op/OpStatistics.cs diff --git a/ZR.Model/MES/op/OpWorkorderSchedule.cs b/server/ZR.Model/MES/op/OpWorkorderSchedule.cs similarity index 100% rename from ZR.Model/MES/op/OpWorkorderSchedule.cs rename to server/ZR.Model/MES/op/OpWorkorderSchedule.cs diff --git a/ZR.Model/MES/pro/DTO/GanttTaskDTO.cs b/server/ZR.Model/MES/pro/DTO/GanttTaskDTO.cs similarity index 100% rename from ZR.Model/MES/pro/DTO/GanttTaskDTO.cs rename to server/ZR.Model/MES/pro/DTO/GanttTaskDTO.cs diff --git a/ZR.Model/MES/pro/DTO/ProWorkOrder.cs b/server/ZR.Model/MES/pro/DTO/ProWorkOrder.cs similarity index 100% rename from ZR.Model/MES/pro/DTO/ProWorkOrder.cs rename to server/ZR.Model/MES/pro/DTO/ProWorkOrder.cs diff --git a/ZR.Model/MES/pro/DTO/ProWorklplanDto.cs b/server/ZR.Model/MES/pro/DTO/ProWorklplanDto.cs similarity index 100% rename from ZR.Model/MES/pro/DTO/ProWorklplanDto.cs rename to server/ZR.Model/MES/pro/DTO/ProWorklplanDto.cs diff --git a/ZR.Model/MES/pro/DTO/ProWorkorderSortDTO.cs b/server/ZR.Model/MES/pro/DTO/ProWorkorderSortDTO.cs similarity index 100% rename from ZR.Model/MES/pro/DTO/ProWorkorderSortDTO.cs rename to server/ZR.Model/MES/pro/DTO/ProWorkorderSortDTO.cs diff --git a/ZR.Model/MES/pro/DTO/WmPackingrecordDto.cs b/server/ZR.Model/MES/pro/DTO/WmPackingrecordDto.cs similarity index 100% rename from ZR.Model/MES/pro/DTO/WmPackingrecordDto.cs rename to server/ZR.Model/MES/pro/DTO/WmPackingrecordDto.cs diff --git a/ZR.Model/MES/pro/DTO/WorkplanSummaryDto.cs b/server/ZR.Model/MES/pro/DTO/WorkplanSummaryDto.cs similarity index 100% rename from ZR.Model/MES/pro/DTO/WorkplanSummaryDto.cs rename to server/ZR.Model/MES/pro/DTO/WorkplanSummaryDto.cs diff --git a/ZR.Model/MES/pro/ProWorklplan_v2.cs b/server/ZR.Model/MES/pro/ProWorklplan_v2.cs similarity index 100% rename from ZR.Model/MES/pro/ProWorklplan_v2.cs rename to server/ZR.Model/MES/pro/ProWorklplan_v2.cs diff --git a/ZR.Model/mes/pro/ProWorkorder.cs b/server/ZR.Model/MES/pro/ProWorkorder.cs similarity index 100% rename from ZR.Model/mes/pro/ProWorkorder.cs rename to server/ZR.Model/MES/pro/ProWorkorder.cs diff --git a/ZR.Model/MES/pro/ProWorkorderSchedule.cs b/server/ZR.Model/MES/pro/ProWorkorderSchedule.cs similarity index 100% rename from ZR.Model/MES/pro/ProWorkorderSchedule.cs rename to server/ZR.Model/MES/pro/ProWorkorderSchedule.cs diff --git a/ZR.Model/MES/pro/ProWorkorder_v2.cs b/server/ZR.Model/MES/pro/ProWorkorder_v2.cs similarity index 100% rename from ZR.Model/MES/pro/ProWorkorder_v2.cs rename to server/ZR.Model/MES/pro/ProWorkorder_v2.cs diff --git a/ZR.Model/MES/pro/ProWorkordertimeStep.cs b/server/ZR.Model/MES/pro/ProWorkordertimeStep.cs similarity index 100% rename from ZR.Model/MES/pro/ProWorkordertimeStep.cs rename to server/ZR.Model/MES/pro/ProWorkordertimeStep.cs diff --git a/ZR.Model/MES/pro/ProWorkplan.cs b/server/ZR.Model/MES/pro/ProWorkplan.cs similarity index 100% rename from ZR.Model/MES/pro/ProWorkplan.cs rename to server/ZR.Model/MES/pro/ProWorkplan.cs diff --git a/ZR.Model/MES/pro/WmPackingrecord.cs b/server/ZR.Model/MES/pro/WmPackingrecord.cs similarity index 100% rename from ZR.Model/MES/pro/WmPackingrecord.cs rename to server/ZR.Model/MES/pro/WmPackingrecord.cs diff --git a/ZR.Model/MES/qc/DTO/CheckItemTableDTO.cs b/server/ZR.Model/MES/qc/DTO/CheckItemTableDTO.cs similarity index 100% rename from ZR.Model/MES/qc/DTO/CheckItemTableDTO.cs rename to server/ZR.Model/MES/qc/DTO/CheckItemTableDTO.cs diff --git a/ZR.Model/MES/qc/DTO/Mr_QuRoughDTO.cs b/server/ZR.Model/MES/qc/DTO/Mr_QuRoughDTO.cs similarity index 100% rename from ZR.Model/MES/qc/DTO/Mr_QuRoughDTO.cs rename to server/ZR.Model/MES/qc/DTO/Mr_QuRoughDTO.cs diff --git a/ZR.Model/MES/qc/DTO/QcCurrentWorkorderDto.cs b/server/ZR.Model/MES/qc/DTO/QcCurrentWorkorderDto.cs similarity index 100% rename from ZR.Model/MES/qc/DTO/QcCurrentWorkorderDto.cs rename to server/ZR.Model/MES/qc/DTO/QcCurrentWorkorderDto.cs diff --git a/ZR.Model/MES/qc/DTO/QcInspectionitem_Record.cs b/server/ZR.Model/MES/qc/DTO/QcInspectionitem_Record.cs similarity index 100% rename from ZR.Model/MES/qc/DTO/QcInspectionitem_Record.cs rename to server/ZR.Model/MES/qc/DTO/QcInspectionitem_Record.cs diff --git a/ZR.Model/MES/qc/DTO/QcQualityStatisticsFirstDto.cs b/server/ZR.Model/MES/qc/DTO/QcQualityStatisticsFirstDto.cs similarity index 100% rename from ZR.Model/MES/qc/DTO/QcQualityStatisticsFirstDto.cs rename to server/ZR.Model/MES/qc/DTO/QcQualityStatisticsFirstDto.cs diff --git a/ZR.Model/MES/qc/QcAgaininspectionPolish.cs b/server/ZR.Model/MES/qc/QcAgaininspectionPolish.cs similarity index 100% rename from ZR.Model/MES/qc/QcAgaininspectionPolish.cs rename to server/ZR.Model/MES/qc/QcAgaininspectionPolish.cs diff --git a/ZR.Model/MES/qc/QcAgaininspectionRecord.cs b/server/ZR.Model/MES/qc/QcAgaininspectionRecord.cs similarity index 100% rename from ZR.Model/MES/qc/QcAgaininspectionRecord.cs rename to server/ZR.Model/MES/qc/QcAgaininspectionRecord.cs diff --git a/ZR.Model/MES/qc/QcAgaininspectionUselessnum.cs b/server/ZR.Model/MES/qc/QcAgaininspectionUselessnum.cs similarity index 100% rename from ZR.Model/MES/qc/QcAgaininspectionUselessnum.cs rename to server/ZR.Model/MES/qc/QcAgaininspectionUselessnum.cs diff --git a/ZR.Model/MES/qc/QcFinalinspectionRecord.cs b/server/ZR.Model/MES/qc/QcFinalinspectionRecord.cs similarity index 100% rename from ZR.Model/MES/qc/QcFinalinspectionRecord.cs rename to server/ZR.Model/MES/qc/QcFinalinspectionRecord.cs diff --git a/ZR.Model/MES/qc/QcFirstinspectionDefault.cs b/server/ZR.Model/MES/qc/QcFirstinspectionDefault.cs similarity index 100% rename from ZR.Model/MES/qc/QcFirstinspectionDefault.cs rename to server/ZR.Model/MES/qc/QcFirstinspectionDefault.cs diff --git a/ZR.Model/MES/qc/QcFirstinspectionRecord.cs b/server/ZR.Model/MES/qc/QcFirstinspectionRecord.cs similarity index 100% rename from ZR.Model/MES/qc/QcFirstinspectionRecord.cs rename to server/ZR.Model/MES/qc/QcFirstinspectionRecord.cs diff --git a/ZR.Model/MES/qc/QcFirstinspectionUselessnum.cs b/server/ZR.Model/MES/qc/QcFirstinspectionUselessnum.cs similarity index 100% rename from ZR.Model/MES/qc/QcFirstinspectionUselessnum.cs rename to server/ZR.Model/MES/qc/QcFirstinspectionUselessnum.cs diff --git a/ZR.Model/MES/qc/QcFqc.cs b/server/ZR.Model/MES/qc/QcFqc.cs similarity index 100% rename from ZR.Model/MES/qc/QcFqc.cs rename to server/ZR.Model/MES/qc/QcFqc.cs diff --git a/ZR.Model/MES/qc/QcInspectionitem.cs b/server/ZR.Model/MES/qc/QcInspectionitem.cs similarity index 100% rename from ZR.Model/MES/qc/QcInspectionitem.cs rename to server/ZR.Model/MES/qc/QcInspectionitem.cs diff --git a/ZR.Model/MES/qc/QcQualityStatisticsAgain.cs b/server/ZR.Model/MES/qc/QcQualityStatisticsAgain.cs similarity index 100% rename from ZR.Model/MES/qc/QcQualityStatisticsAgain.cs rename to server/ZR.Model/MES/qc/QcQualityStatisticsAgain.cs diff --git a/ZR.Model/MES/qc/QcQualityStatisticsFinal.cs b/server/ZR.Model/MES/qc/QcQualityStatisticsFinal.cs similarity index 100% rename from ZR.Model/MES/qc/QcQualityStatisticsFinal.cs rename to server/ZR.Model/MES/qc/QcQualityStatisticsFinal.cs diff --git a/ZR.Model/MES/qc/QcQualityStatisticsFirst.cs b/server/ZR.Model/MES/qc/QcQualityStatisticsFirst.cs similarity index 100% rename from ZR.Model/MES/qc/QcQualityStatisticsFirst.cs rename to server/ZR.Model/MES/qc/QcQualityStatisticsFirst.cs diff --git a/ZR.Model/MES/qc/QcQualityStatisticsTotal.cs b/server/ZR.Model/MES/qc/QcQualityStatisticsTotal.cs similarity index 100% rename from ZR.Model/MES/qc/QcQualityStatisticsTotal.cs rename to server/ZR.Model/MES/qc/QcQualityStatisticsTotal.cs diff --git a/ZR.Model/MES/qc/QcRough.cs b/server/ZR.Model/MES/qc/QcRough.cs similarity index 100% rename from ZR.Model/MES/qc/QcRough.cs rename to server/ZR.Model/MES/qc/QcRough.cs diff --git a/ZR.Model/MES/wms/AGVtask_third.cs b/server/ZR.Model/MES/wms/AGVtask_third.cs similarity index 100% rename from ZR.Model/MES/wms/AGVtask_third.cs rename to server/ZR.Model/MES/wms/AGVtask_third.cs diff --git a/ZR.Model/MES/wms/AgvConfig.cs b/server/ZR.Model/MES/wms/AgvConfig.cs similarity index 100% rename from ZR.Model/MES/wms/AgvConfig.cs rename to server/ZR.Model/MES/wms/AgvConfig.cs diff --git a/ZR.Model/MES/wms/AgvLocation.cs b/server/ZR.Model/MES/wms/AgvLocation.cs similarity index 100% rename from ZR.Model/MES/wms/AgvLocation.cs rename to server/ZR.Model/MES/wms/AgvLocation.cs diff --git a/ZR.Model/MES/wms/AgvTask.cs b/server/ZR.Model/MES/wms/AgvTask.cs similarity index 100% rename from ZR.Model/MES/wms/AgvTask.cs rename to server/ZR.Model/MES/wms/AgvTask.cs diff --git a/ZR.Model/MES/wms/Dto/AGVtaskDto.cs b/server/ZR.Model/MES/wms/Dto/AGVtaskDto.cs similarity index 100% rename from ZR.Model/MES/wms/Dto/AGVtaskDto.cs rename to server/ZR.Model/MES/wms/Dto/AGVtaskDto.cs diff --git a/ZR.Model/MES/wms/Dto/ResultionPackageCodeDto.cs b/server/ZR.Model/MES/wms/Dto/ResultionPackageCodeDto.cs similarity index 100% rename from ZR.Model/MES/wms/Dto/ResultionPackageCodeDto.cs rename to server/ZR.Model/MES/wms/Dto/ResultionPackageCodeDto.cs diff --git a/ZR.Model/MES/wms/Dto/WmBlankInventoryDto.cs b/server/ZR.Model/MES/wms/Dto/WmBlankInventoryDto.cs similarity index 100% rename from ZR.Model/MES/wms/Dto/WmBlankInventoryDto.cs rename to server/ZR.Model/MES/wms/Dto/WmBlankInventoryDto.cs diff --git a/ZR.Model/MES/wms/Dto/WmBlankRecordDto.cs b/server/ZR.Model/MES/wms/Dto/WmBlankRecordDto.cs similarity index 100% rename from ZR.Model/MES/wms/Dto/WmBlankRecordDto.cs rename to server/ZR.Model/MES/wms/Dto/WmBlankRecordDto.cs diff --git a/ZR.Model/MES/wms/Dto/WmCheckLogDto.cs b/server/ZR.Model/MES/wms/Dto/WmCheckLogDto.cs similarity index 100% rename from ZR.Model/MES/wms/Dto/WmCheckLogDto.cs rename to server/ZR.Model/MES/wms/Dto/WmCheckLogDto.cs diff --git a/ZR.Model/MES/wms/Dto/WmCustomDto.cs b/server/ZR.Model/MES/wms/Dto/WmCustomDto.cs similarity index 100% rename from ZR.Model/MES/wms/Dto/WmCustomDto.cs rename to server/ZR.Model/MES/wms/Dto/WmCustomDto.cs diff --git a/ZR.Model/MES/wms/Dto/WmFgentryInspectDto.cs b/server/ZR.Model/MES/wms/Dto/WmFgentryInspectDto.cs similarity index 100% rename from ZR.Model/MES/wms/Dto/WmFgentryInspectDto.cs rename to server/ZR.Model/MES/wms/Dto/WmFgentryInspectDto.cs diff --git a/ZR.Model/MES/wms/Dto/WmGoodsActionDto.cs b/server/ZR.Model/MES/wms/Dto/WmGoodsActionDto.cs similarity index 100% rename from ZR.Model/MES/wms/Dto/WmGoodsActionDto.cs rename to server/ZR.Model/MES/wms/Dto/WmGoodsActionDto.cs diff --git a/ZR.Model/MES/wms/Dto/WmGoodsBatchSearchDto.cs b/server/ZR.Model/MES/wms/Dto/WmGoodsBatchSearchDto.cs similarity index 100% rename from ZR.Model/MES/wms/Dto/WmGoodsBatchSearchDto.cs rename to server/ZR.Model/MES/wms/Dto/WmGoodsBatchSearchDto.cs diff --git a/ZR.Model/MES/wms/Dto/WmGoodsChangeLogDto.cs b/server/ZR.Model/MES/wms/Dto/WmGoodsChangeLogDto.cs similarity index 100% rename from ZR.Model/MES/wms/Dto/WmGoodsChangeLogDto.cs rename to server/ZR.Model/MES/wms/Dto/WmGoodsChangeLogDto.cs diff --git a/ZR.Model/MES/wms/Dto/WmGoodsNowProductionDto.cs b/server/ZR.Model/MES/wms/Dto/WmGoodsNowProductionDto.cs similarity index 100% rename from ZR.Model/MES/wms/Dto/WmGoodsNowProductionDto.cs rename to server/ZR.Model/MES/wms/Dto/WmGoodsNowProductionDto.cs diff --git a/ZR.Model/MES/wms/Dto/WmGoodsOutProductionDto.cs b/server/ZR.Model/MES/wms/Dto/WmGoodsOutProductionDto.cs similarity index 100% rename from ZR.Model/MES/wms/Dto/WmGoodsOutProductionDto.cs rename to server/ZR.Model/MES/wms/Dto/WmGoodsOutProductionDto.cs diff --git a/ZR.Model/MES/wms/Dto/WmGoods_nodeDto.cs b/server/ZR.Model/MES/wms/Dto/WmGoods_nodeDto.cs similarity index 100% rename from ZR.Model/MES/wms/Dto/WmGoods_nodeDto.cs rename to server/ZR.Model/MES/wms/Dto/WmGoods_nodeDto.cs diff --git a/ZR.Model/MES/wms/Dto/WmMaterialDto.cs b/server/ZR.Model/MES/wms/Dto/WmMaterialDto.cs similarity index 100% rename from ZR.Model/MES/wms/Dto/WmMaterialDto.cs rename to server/ZR.Model/MES/wms/Dto/WmMaterialDto.cs diff --git a/ZR.Model/MES/wms/Dto/WmOutOrderDto.cs b/server/ZR.Model/MES/wms/Dto/WmOutOrderDto.cs similarity index 100% rename from ZR.Model/MES/wms/Dto/WmOutOrderDto.cs rename to server/ZR.Model/MES/wms/Dto/WmOutOrderDto.cs diff --git a/ZR.Model/MES/wms/Dto/WmPackageLclDto.cs b/server/ZR.Model/MES/wms/Dto/WmPackageLclDto.cs similarity index 100% rename from ZR.Model/MES/wms/Dto/WmPackageLclDto.cs rename to server/ZR.Model/MES/wms/Dto/WmPackageLclDto.cs diff --git a/ZR.Model/MES/wms/Dto/WmgoodsDto.cs b/server/ZR.Model/MES/wms/Dto/WmgoodsDto.cs similarity index 100% rename from ZR.Model/MES/wms/Dto/WmgoodsDto.cs rename to server/ZR.Model/MES/wms/Dto/WmgoodsDto.cs diff --git a/ZR.Model/MES/wms/WmBlankInventory.cs b/server/ZR.Model/MES/wms/WmBlankInventory.cs similarity index 100% rename from ZR.Model/MES/wms/WmBlankInventory.cs rename to server/ZR.Model/MES/wms/WmBlankInventory.cs diff --git a/ZR.Model/MES/wms/WmBlankRecord.cs b/server/ZR.Model/MES/wms/WmBlankRecord.cs similarity index 100% rename from ZR.Model/MES/wms/WmBlankRecord.cs rename to server/ZR.Model/MES/wms/WmBlankRecord.cs diff --git a/ZR.Model/MES/wms/WmCheckLog.cs b/server/ZR.Model/MES/wms/WmCheckLog.cs similarity index 100% rename from ZR.Model/MES/wms/WmCheckLog.cs rename to server/ZR.Model/MES/wms/WmCheckLog.cs diff --git a/ZR.Model/MES/wms/WmCustom.cs b/server/ZR.Model/MES/wms/WmCustom.cs similarity index 100% rename from ZR.Model/MES/wms/WmCustom.cs rename to server/ZR.Model/MES/wms/WmCustom.cs diff --git a/ZR.Model/MES/wms/WmFgentryInspect.cs b/server/ZR.Model/MES/wms/WmFgentryInspect.cs similarity index 100% rename from ZR.Model/MES/wms/WmFgentryInspect.cs rename to server/ZR.Model/MES/wms/WmFgentryInspect.cs diff --git a/ZR.Model/MES/wms/WmGoodsChangeLog.cs b/server/ZR.Model/MES/wms/WmGoodsChangeLog.cs similarity index 100% rename from ZR.Model/MES/wms/WmGoodsChangeLog.cs rename to server/ZR.Model/MES/wms/WmGoodsChangeLog.cs diff --git a/ZR.Model/MES/wms/WmGoodsNowProduction.cs b/server/ZR.Model/MES/wms/WmGoodsNowProduction.cs similarity index 100% rename from ZR.Model/MES/wms/WmGoodsNowProduction.cs rename to server/ZR.Model/MES/wms/WmGoodsNowProduction.cs diff --git a/ZR.Model/MES/wms/WmGoodsOutProduction.cs b/server/ZR.Model/MES/wms/WmGoodsOutProduction.cs similarity index 100% rename from ZR.Model/MES/wms/WmGoodsOutProduction.cs rename to server/ZR.Model/MES/wms/WmGoodsOutProduction.cs diff --git a/ZR.Model/MES/wms/WmGoodsOutRecord.cs b/server/ZR.Model/MES/wms/WmGoodsOutRecord.cs similarity index 100% rename from ZR.Model/MES/wms/WmGoodsOutRecord.cs rename to server/ZR.Model/MES/wms/WmGoodsOutRecord.cs diff --git a/ZR.Model/MES/wms/WmInLog.cs b/server/ZR.Model/MES/wms/WmInLog.cs similarity index 100% rename from ZR.Model/MES/wms/WmInLog.cs rename to server/ZR.Model/MES/wms/WmInLog.cs diff --git a/ZR.Model/MES/wms/WmInfo.cs b/server/ZR.Model/MES/wms/WmInfo.cs similarity index 100% rename from ZR.Model/MES/wms/WmInfo.cs rename to server/ZR.Model/MES/wms/WmInfo.cs diff --git a/ZR.Model/MES/wms/WmMaterial.cs b/server/ZR.Model/MES/wms/WmMaterial.cs similarity index 100% rename from ZR.Model/MES/wms/WmMaterial.cs rename to server/ZR.Model/MES/wms/WmMaterial.cs diff --git a/ZR.Model/MES/wms/WmMaterialOutorder.cs b/server/ZR.Model/MES/wms/WmMaterialOutorder.cs similarity index 100% rename from ZR.Model/MES/wms/WmMaterialOutorder.cs rename to server/ZR.Model/MES/wms/WmMaterialOutorder.cs diff --git a/ZR.Model/MES/wms/WmOutOrder.cs b/server/ZR.Model/MES/wms/WmOutOrder.cs similarity index 100% rename from ZR.Model/MES/wms/WmOutOrder.cs rename to server/ZR.Model/MES/wms/WmOutOrder.cs diff --git a/ZR.Model/MES/wms/WmOutOrderPlan.cs b/server/ZR.Model/MES/wms/WmOutOrderPlan.cs similarity index 100% rename from ZR.Model/MES/wms/WmOutOrderPlan.cs rename to server/ZR.Model/MES/wms/WmOutOrderPlan.cs diff --git a/ZR.Model/MES/wms/WmPackageLcl.cs b/server/ZR.Model/MES/wms/WmPackageLcl.cs similarity index 100% rename from ZR.Model/MES/wms/WmPackageLcl.cs rename to server/ZR.Model/MES/wms/WmPackageLcl.cs diff --git a/ZR.Model/MES/wms/WmPackingrecord.cs b/server/ZR.Model/MES/wms/WmPackingrecord.cs similarity index 100% rename from ZR.Model/MES/wms/WmPackingrecord.cs rename to server/ZR.Model/MES/wms/WmPackingrecord.cs diff --git a/ZR.Model/Models/README.txt b/server/ZR.Model/Models/README.txt similarity index 100% rename from ZR.Model/Models/README.txt rename to server/ZR.Model/Models/README.txt diff --git a/ZR.Model/PagedInfo.cs b/server/ZR.Model/PagedInfo.cs similarity index 100% rename from ZR.Model/PagedInfo.cs rename to server/ZR.Model/PagedInfo.cs diff --git a/ZR.Model/PagerInfo.cs b/server/ZR.Model/PagerInfo.cs similarity index 100% rename from ZR.Model/PagerInfo.cs rename to server/ZR.Model/PagerInfo.cs diff --git a/ZR.Model/ProteryConstant.cs b/server/ZR.Model/ProteryConstant.cs similarity index 100% rename from ZR.Model/ProteryConstant.cs rename to server/ZR.Model/ProteryConstant.cs diff --git a/ZR.Model/System/Article.cs b/server/ZR.Model/System/Article.cs similarity index 100% rename from ZR.Model/System/Article.cs rename to server/ZR.Model/System/Article.cs diff --git a/ZR.Model/System/ArticleCategory.cs b/server/ZR.Model/System/ArticleCategory.cs similarity index 100% rename from ZR.Model/System/ArticleCategory.cs rename to server/ZR.Model/System/ArticleCategory.cs diff --git a/ZR.Model/System/CommonLang.cs b/server/ZR.Model/System/CommonLang.cs similarity index 100% rename from ZR.Model/System/CommonLang.cs rename to server/ZR.Model/System/CommonLang.cs diff --git a/ZR.Model/System/Dto/ArticleCategoryDto.cs b/server/ZR.Model/System/Dto/ArticleCategoryDto.cs similarity index 100% rename from ZR.Model/System/Dto/ArticleCategoryDto.cs rename to server/ZR.Model/System/Dto/ArticleCategoryDto.cs diff --git a/ZR.Model/System/Dto/ArticleDto.cs b/server/ZR.Model/System/Dto/ArticleDto.cs similarity index 100% rename from ZR.Model/System/Dto/ArticleDto.cs rename to server/ZR.Model/System/Dto/ArticleDto.cs diff --git a/ZR.Model/System/Dto/CommonLangDto.cs b/server/ZR.Model/System/Dto/CommonLangDto.cs similarity index 100% rename from ZR.Model/System/Dto/CommonLangDto.cs rename to server/ZR.Model/System/Dto/CommonLangDto.cs diff --git a/ZR.Model/System/Dto/GenTableDto.cs b/server/ZR.Model/System/Dto/GenTableDto.cs similarity index 100% rename from ZR.Model/System/Dto/GenTableDto.cs rename to server/ZR.Model/System/Dto/GenTableDto.cs diff --git a/ZR.Model/System/Dto/LoginBodyDto.cs b/server/ZR.Model/System/Dto/LoginBodyDto.cs similarity index 100% rename from ZR.Model/System/Dto/LoginBodyDto.cs rename to server/ZR.Model/System/Dto/LoginBodyDto.cs diff --git a/ZR.Model/System/Dto/LoginUser.cs b/server/ZR.Model/System/Dto/LoginUser.cs similarity index 100% rename from ZR.Model/System/Dto/LoginUser.cs rename to server/ZR.Model/System/Dto/LoginUser.cs diff --git a/ZR.Model/System/Dto/MenuDto.cs b/server/ZR.Model/System/Dto/MenuDto.cs similarity index 100% rename from ZR.Model/System/Dto/MenuDto.cs rename to server/ZR.Model/System/Dto/MenuDto.cs diff --git a/ZR.Model/System/Dto/RegisterDto.cs b/server/ZR.Model/System/Dto/RegisterDto.cs similarity index 100% rename from ZR.Model/System/Dto/RegisterDto.cs rename to server/ZR.Model/System/Dto/RegisterDto.cs diff --git a/ZR.Model/System/Dto/RoleMenuExportDto.cs b/server/ZR.Model/System/Dto/RoleMenuExportDto.cs similarity index 100% rename from ZR.Model/System/Dto/RoleMenuExportDto.cs rename to server/ZR.Model/System/Dto/RoleMenuExportDto.cs diff --git a/ZR.Model/System/Dto/RoleUserDto.cs b/server/ZR.Model/System/Dto/RoleUserDto.cs similarity index 100% rename from ZR.Model/System/Dto/RoleUserDto.cs rename to server/ZR.Model/System/Dto/RoleUserDto.cs diff --git a/ZR.Model/System/Dto/SysConfigDto.cs b/server/ZR.Model/System/Dto/SysConfigDto.cs similarity index 100% rename from ZR.Model/System/Dto/SysConfigDto.cs rename to server/ZR.Model/System/Dto/SysConfigDto.cs diff --git a/ZR.Model/System/Dto/SysDeptDto.cs b/server/ZR.Model/System/Dto/SysDeptDto.cs similarity index 100% rename from ZR.Model/System/Dto/SysDeptDto.cs rename to server/ZR.Model/System/Dto/SysDeptDto.cs diff --git a/ZR.Model/System/Dto/SysDictTypeDto.cs b/server/ZR.Model/System/Dto/SysDictTypeDto.cs similarity index 100% rename from ZR.Model/System/Dto/SysDictTypeDto.cs rename to server/ZR.Model/System/Dto/SysDictTypeDto.cs diff --git a/ZR.Model/System/Dto/SysFileQueryDto.cs b/server/ZR.Model/System/Dto/SysFileQueryDto.cs similarity index 100% rename from ZR.Model/System/Dto/SysFileQueryDto.cs rename to server/ZR.Model/System/Dto/SysFileQueryDto.cs diff --git a/ZR.Model/System/Dto/SysLogininfoDto.cs b/server/ZR.Model/System/Dto/SysLogininfoDto.cs similarity index 100% rename from ZR.Model/System/Dto/SysLogininfoDto.cs rename to server/ZR.Model/System/Dto/SysLogininfoDto.cs diff --git a/ZR.Model/System/Dto/SysNoticeDto.cs b/server/ZR.Model/System/Dto/SysNoticeDto.cs similarity index 100% rename from ZR.Model/System/Dto/SysNoticeDto.cs rename to server/ZR.Model/System/Dto/SysNoticeDto.cs diff --git a/ZR.Model/System/Dto/SysOperLogDto.cs b/server/ZR.Model/System/Dto/SysOperLogDto.cs similarity index 100% rename from ZR.Model/System/Dto/SysOperLogDto.cs rename to server/ZR.Model/System/Dto/SysOperLogDto.cs diff --git a/ZR.Model/System/Dto/SysRoleDto.cs b/server/ZR.Model/System/Dto/SysRoleDto.cs similarity index 100% rename from ZR.Model/System/Dto/SysRoleDto.cs rename to server/ZR.Model/System/Dto/SysRoleDto.cs diff --git a/ZR.Model/System/Dto/SysRoleMenuDto.cs b/server/ZR.Model/System/Dto/SysRoleMenuDto.cs similarity index 100% rename from ZR.Model/System/Dto/SysRoleMenuDto.cs rename to server/ZR.Model/System/Dto/SysRoleMenuDto.cs diff --git a/ZR.Model/System/Dto/SysUserDto.cs b/server/ZR.Model/System/Dto/SysUserDto.cs similarity index 100% rename from ZR.Model/System/Dto/SysUserDto.cs rename to server/ZR.Model/System/Dto/SysUserDto.cs diff --git a/ZR.Model/System/Dto/SysdictDataDto.cs b/server/ZR.Model/System/Dto/SysdictDataDto.cs similarity index 100% rename from ZR.Model/System/Dto/SysdictDataDto.cs rename to server/ZR.Model/System/Dto/SysdictDataDto.cs diff --git a/ZR.Model/System/Dto/TasksDto.cs b/server/ZR.Model/System/Dto/TasksDto.cs similarity index 100% rename from ZR.Model/System/Dto/TasksDto.cs rename to server/ZR.Model/System/Dto/TasksDto.cs diff --git a/ZR.Model/System/Dto/TasksLogDto.cs b/server/ZR.Model/System/Dto/TasksLogDto.cs similarity index 100% rename from ZR.Model/System/Dto/TasksLogDto.cs rename to server/ZR.Model/System/Dto/TasksLogDto.cs diff --git a/ZR.Model/System/Enums/MenuStatus.cs b/server/ZR.Model/System/Enums/MenuStatus.cs similarity index 100% rename from ZR.Model/System/Enums/MenuStatus.cs rename to server/ZR.Model/System/Enums/MenuStatus.cs diff --git a/ZR.Model/System/Enums/MenuType.cs b/server/ZR.Model/System/Enums/MenuType.cs similarity index 100% rename from ZR.Model/System/Enums/MenuType.cs rename to server/ZR.Model/System/Enums/MenuType.cs diff --git a/ZR.Model/System/Generate/GenTable.cs b/server/ZR.Model/System/Generate/GenTable.cs similarity index 100% rename from ZR.Model/System/Generate/GenTable.cs rename to server/ZR.Model/System/Generate/GenTable.cs diff --git a/ZR.Model/System/Generate/GenTableColumn.cs b/server/ZR.Model/System/Generate/GenTableColumn.cs similarity index 100% rename from ZR.Model/System/Generate/GenTableColumn.cs rename to server/ZR.Model/System/Generate/GenTableColumn.cs diff --git a/ZR.Model/System/SqlDiffLog.cs b/server/ZR.Model/System/SqlDiffLog.cs similarity index 100% rename from ZR.Model/System/SqlDiffLog.cs rename to server/ZR.Model/System/SqlDiffLog.cs diff --git a/ZR.Model/System/SysBase.cs b/server/ZR.Model/System/SysBase.cs similarity index 100% rename from ZR.Model/System/SysBase.cs rename to server/ZR.Model/System/SysBase.cs diff --git a/ZR.Model/System/SysConfig.cs b/server/ZR.Model/System/SysConfig.cs similarity index 100% rename from ZR.Model/System/SysConfig.cs rename to server/ZR.Model/System/SysConfig.cs diff --git a/ZR.Model/System/SysDept.cs b/server/ZR.Model/System/SysDept.cs similarity index 100% rename from ZR.Model/System/SysDept.cs rename to server/ZR.Model/System/SysDept.cs diff --git a/ZR.Model/System/SysDictData.cs b/server/ZR.Model/System/SysDictData.cs similarity index 100% rename from ZR.Model/System/SysDictData.cs rename to server/ZR.Model/System/SysDictData.cs diff --git a/ZR.Model/System/SysDictType.cs b/server/ZR.Model/System/SysDictType.cs similarity index 100% rename from ZR.Model/System/SysDictType.cs rename to server/ZR.Model/System/SysDictType.cs diff --git a/ZR.Model/System/SysFile.cs b/server/ZR.Model/System/SysFile.cs similarity index 100% rename from ZR.Model/System/SysFile.cs rename to server/ZR.Model/System/SysFile.cs diff --git a/ZR.Model/System/SysLogininfor.cs b/server/ZR.Model/System/SysLogininfor.cs similarity index 100% rename from ZR.Model/System/SysLogininfor.cs rename to server/ZR.Model/System/SysLogininfor.cs diff --git a/ZR.Model/System/SysMenu.cs b/server/ZR.Model/System/SysMenu.cs similarity index 100% rename from ZR.Model/System/SysMenu.cs rename to server/ZR.Model/System/SysMenu.cs diff --git a/ZR.Model/System/SysNotice.cs b/server/ZR.Model/System/SysNotice.cs similarity index 100% rename from ZR.Model/System/SysNotice.cs rename to server/ZR.Model/System/SysNotice.cs diff --git a/ZR.Model/System/SysOperLog.cs b/server/ZR.Model/System/SysOperLog.cs similarity index 100% rename from ZR.Model/System/SysOperLog.cs rename to server/ZR.Model/System/SysOperLog.cs diff --git a/ZR.Model/System/SysPost.cs b/server/ZR.Model/System/SysPost.cs similarity index 100% rename from ZR.Model/System/SysPost.cs rename to server/ZR.Model/System/SysPost.cs diff --git a/ZR.Model/System/SysRole.cs b/server/ZR.Model/System/SysRole.cs similarity index 100% rename from ZR.Model/System/SysRole.cs rename to server/ZR.Model/System/SysRole.cs diff --git a/ZR.Model/System/SysRoleDept.cs b/server/ZR.Model/System/SysRoleDept.cs similarity index 100% rename from ZR.Model/System/SysRoleDept.cs rename to server/ZR.Model/System/SysRoleDept.cs diff --git a/ZR.Model/System/SysRoleMenu.cs b/server/ZR.Model/System/SysRoleMenu.cs similarity index 100% rename from ZR.Model/System/SysRoleMenu.cs rename to server/ZR.Model/System/SysRoleMenu.cs diff --git a/ZR.Model/System/SysTasks.cs b/server/ZR.Model/System/SysTasks.cs similarity index 100% rename from ZR.Model/System/SysTasks.cs rename to server/ZR.Model/System/SysTasks.cs diff --git a/ZR.Model/System/SysTasksLog.cs b/server/ZR.Model/System/SysTasksLog.cs similarity index 100% rename from ZR.Model/System/SysTasksLog.cs rename to server/ZR.Model/System/SysTasksLog.cs diff --git a/ZR.Model/System/SysUser.cs b/server/ZR.Model/System/SysUser.cs similarity index 100% rename from ZR.Model/System/SysUser.cs rename to server/ZR.Model/System/SysUser.cs diff --git a/ZR.Model/System/SysUserPost.cs b/server/ZR.Model/System/SysUserPost.cs similarity index 100% rename from ZR.Model/System/SysUserPost.cs rename to server/ZR.Model/System/SysUserPost.cs diff --git a/ZR.Model/System/SysUserRole.cs b/server/ZR.Model/System/SysUserRole.cs similarity index 100% rename from ZR.Model/System/SysUserRole.cs rename to server/ZR.Model/System/SysUserRole.cs diff --git a/ZR.Model/System/UserConstants.cs b/server/ZR.Model/System/UserConstants.cs similarity index 100% rename from ZR.Model/System/UserConstants.cs rename to server/ZR.Model/System/UserConstants.cs diff --git a/ZR.Model/System/Vo/RouterVo.cs b/server/ZR.Model/System/Vo/RouterVo.cs similarity index 100% rename from ZR.Model/System/Vo/RouterVo.cs rename to server/ZR.Model/System/Vo/RouterVo.cs diff --git a/ZR.Model/System/Vo/TreeSelectVo.cs b/server/ZR.Model/System/Vo/TreeSelectVo.cs similarity index 100% rename from ZR.Model/System/Vo/TreeSelectVo.cs rename to server/ZR.Model/System/Vo/TreeSelectVo.cs diff --git a/ZR.Model/ZR.Model.csproj b/server/ZR.Model/ZR.Model.csproj similarity index 100% rename from ZR.Model/ZR.Model.csproj rename to server/ZR.Model/ZR.Model.csproj diff --git a/ZR.Repository/BaseRepository.cs b/server/ZR.Repository/BaseRepository.cs similarity index 100% rename from ZR.Repository/BaseRepository.cs rename to server/ZR.Repository/BaseRepository.cs diff --git a/ZR.Repository/IBaseRepository.cs b/server/ZR.Repository/IBaseRepository.cs similarity index 100% rename from ZR.Repository/IBaseRepository.cs rename to server/ZR.Repository/IBaseRepository.cs diff --git a/ZR.Repository/ZR.Repository.csproj b/server/ZR.Repository/ZR.Repository.csproj similarity index 100% rename from ZR.Repository/ZR.Repository.csproj rename to server/ZR.Repository/ZR.Repository.csproj diff --git a/ZR.Service/BaseService.cs b/server/ZR.Service/BaseService.cs similarity index 100% rename from ZR.Service/BaseService.cs rename to server/ZR.Service/BaseService.cs diff --git a/ZR.Service/GlobalUsing.cs b/server/ZR.Service/GlobalUsing.cs similarity index 100% rename from ZR.Service/GlobalUsing.cs rename to server/ZR.Service/GlobalUsing.cs diff --git a/ZR.Service/IBaseService.cs b/server/ZR.Service/IBaseService.cs similarity index 100% rename from ZR.Service/IBaseService.cs rename to server/ZR.Service/IBaseService.cs diff --git a/ZR.Service/System/ArticleCategoryService.cs b/server/ZR.Service/System/ArticleCategoryService.cs similarity index 100% rename from ZR.Service/System/ArticleCategoryService.cs rename to server/ZR.Service/System/ArticleCategoryService.cs diff --git a/ZR.Service/System/ArticleService.cs b/server/ZR.Service/System/ArticleService.cs similarity index 100% rename from ZR.Service/System/ArticleService.cs rename to server/ZR.Service/System/ArticleService.cs diff --git a/ZR.Service/System/CacheService.cs b/server/ZR.Service/System/CacheService.cs similarity index 100% rename from ZR.Service/System/CacheService.cs rename to server/ZR.Service/System/CacheService.cs diff --git a/ZR.Service/System/CommonLangService.cs b/server/ZR.Service/System/CommonLangService.cs similarity index 100% rename from ZR.Service/System/CommonLangService.cs rename to server/ZR.Service/System/CommonLangService.cs diff --git a/ZR.Service/System/GenTableService.cs b/server/ZR.Service/System/GenTableService.cs similarity index 100% rename from ZR.Service/System/GenTableService.cs rename to server/ZR.Service/System/GenTableService.cs diff --git a/ZR.Service/System/IService/IArticleCategoryService.cs b/server/ZR.Service/System/IService/IArticleCategoryService.cs similarity index 100% rename from ZR.Service/System/IService/IArticleCategoryService.cs rename to server/ZR.Service/System/IService/IArticleCategoryService.cs diff --git a/ZR.Service/System/IService/IArticleService.cs b/server/ZR.Service/System/IService/IArticleService.cs similarity index 100% rename from ZR.Service/System/IService/IArticleService.cs rename to server/ZR.Service/System/IService/IArticleService.cs diff --git a/ZR.Service/System/IService/ICommonLangService.cs b/server/ZR.Service/System/IService/ICommonLangService.cs similarity index 100% rename from ZR.Service/System/IService/ICommonLangService.cs rename to server/ZR.Service/System/IService/ICommonLangService.cs diff --git a/ZR.Service/System/IService/IGenTableService.cs b/server/ZR.Service/System/IService/IGenTableService.cs similarity index 100% rename from ZR.Service/System/IService/IGenTableService.cs rename to server/ZR.Service/System/IService/IGenTableService.cs diff --git a/ZR.Service/System/IService/ISysConfigService.cs b/server/ZR.Service/System/IService/ISysConfigService.cs similarity index 100% rename from ZR.Service/System/IService/ISysConfigService.cs rename to server/ZR.Service/System/IService/ISysConfigService.cs diff --git a/ZR.Service/System/IService/ISysDeptService.cs b/server/ZR.Service/System/IService/ISysDeptService.cs similarity index 100% rename from ZR.Service/System/IService/ISysDeptService.cs rename to server/ZR.Service/System/IService/ISysDeptService.cs diff --git a/ZR.Service/System/IService/ISysDictDataService.cs b/server/ZR.Service/System/IService/ISysDictDataService.cs similarity index 100% rename from ZR.Service/System/IService/ISysDictDataService.cs rename to server/ZR.Service/System/IService/ISysDictDataService.cs diff --git a/ZR.Service/System/IService/ISysDictService.cs b/server/ZR.Service/System/IService/ISysDictService.cs similarity index 100% rename from ZR.Service/System/IService/ISysDictService.cs rename to server/ZR.Service/System/IService/ISysDictService.cs diff --git a/ZR.Service/System/IService/ISysFileService.cs b/server/ZR.Service/System/IService/ISysFileService.cs similarity index 100% rename from ZR.Service/System/IService/ISysFileService.cs rename to server/ZR.Service/System/IService/ISysFileService.cs diff --git a/ZR.Service/System/IService/ISysLoginService.cs b/server/ZR.Service/System/IService/ISysLoginService.cs similarity index 100% rename from ZR.Service/System/IService/ISysLoginService.cs rename to server/ZR.Service/System/IService/ISysLoginService.cs diff --git a/ZR.Service/System/IService/ISysMenuService.cs b/server/ZR.Service/System/IService/ISysMenuService.cs similarity index 100% rename from ZR.Service/System/IService/ISysMenuService.cs rename to server/ZR.Service/System/IService/ISysMenuService.cs diff --git a/ZR.Service/System/IService/ISysNoticeService.cs b/server/ZR.Service/System/IService/ISysNoticeService.cs similarity index 100% rename from ZR.Service/System/IService/ISysNoticeService.cs rename to server/ZR.Service/System/IService/ISysNoticeService.cs diff --git a/ZR.Service/System/IService/ISysOperLogService.cs b/server/ZR.Service/System/IService/ISysOperLogService.cs similarity index 100% rename from ZR.Service/System/IService/ISysOperLogService.cs rename to server/ZR.Service/System/IService/ISysOperLogService.cs diff --git a/ZR.Service/System/IService/ISysPermissionService.cs b/server/ZR.Service/System/IService/ISysPermissionService.cs similarity index 100% rename from ZR.Service/System/IService/ISysPermissionService.cs rename to server/ZR.Service/System/IService/ISysPermissionService.cs diff --git a/ZR.Service/System/IService/ISysPostService.cs b/server/ZR.Service/System/IService/ISysPostService.cs similarity index 100% rename from ZR.Service/System/IService/ISysPostService.cs rename to server/ZR.Service/System/IService/ISysPostService.cs diff --git a/ZR.Service/System/IService/ISysRoleService.cs b/server/ZR.Service/System/IService/ISysRoleService.cs similarity index 100% rename from ZR.Service/System/IService/ISysRoleService.cs rename to server/ZR.Service/System/IService/ISysRoleService.cs diff --git a/ZR.Service/System/IService/ISysTasksLogService.cs b/server/ZR.Service/System/IService/ISysTasksLogService.cs similarity index 100% rename from ZR.Service/System/IService/ISysTasksLogService.cs rename to server/ZR.Service/System/IService/ISysTasksLogService.cs diff --git a/ZR.Service/System/IService/ISysTasksQzService.cs b/server/ZR.Service/System/IService/ISysTasksQzService.cs similarity index 100% rename from ZR.Service/System/IService/ISysTasksQzService.cs rename to server/ZR.Service/System/IService/ISysTasksQzService.cs diff --git a/ZR.Service/System/IService/ISysUserPostService.cs b/server/ZR.Service/System/IService/ISysUserPostService.cs similarity index 100% rename from ZR.Service/System/IService/ISysUserPostService.cs rename to server/ZR.Service/System/IService/ISysUserPostService.cs diff --git a/ZR.Service/System/IService/ISysUserRoleService.cs b/server/ZR.Service/System/IService/ISysUserRoleService.cs similarity index 100% rename from ZR.Service/System/IService/ISysUserRoleService.cs rename to server/ZR.Service/System/IService/ISysUserRoleService.cs diff --git a/ZR.Service/System/IService/ISysUserService.cs b/server/ZR.Service/System/IService/ISysUserService.cs similarity index 100% rename from ZR.Service/System/IService/ISysUserService.cs rename to server/ZR.Service/System/IService/ISysUserService.cs diff --git a/ZR.Service/System/SeedDataService.cs b/server/ZR.Service/System/SeedDataService.cs similarity index 100% rename from ZR.Service/System/SeedDataService.cs rename to server/ZR.Service/System/SeedDataService.cs diff --git a/ZR.Service/System/SysConfigService.cs b/server/ZR.Service/System/SysConfigService.cs similarity index 100% rename from ZR.Service/System/SysConfigService.cs rename to server/ZR.Service/System/SysConfigService.cs diff --git a/ZR.Service/System/SysDeptService.cs b/server/ZR.Service/System/SysDeptService.cs similarity index 100% rename from ZR.Service/System/SysDeptService.cs rename to server/ZR.Service/System/SysDeptService.cs diff --git a/ZR.Service/System/SysDictDataService.cs b/server/ZR.Service/System/SysDictDataService.cs similarity index 100% rename from ZR.Service/System/SysDictDataService.cs rename to server/ZR.Service/System/SysDictDataService.cs diff --git a/ZR.Service/System/SysDictService.cs b/server/ZR.Service/System/SysDictService.cs similarity index 100% rename from ZR.Service/System/SysDictService.cs rename to server/ZR.Service/System/SysDictService.cs diff --git a/ZR.Service/System/SysFileService.cs b/server/ZR.Service/System/SysFileService.cs similarity index 100% rename from ZR.Service/System/SysFileService.cs rename to server/ZR.Service/System/SysFileService.cs diff --git a/ZR.Service/System/SysLoginService.cs b/server/ZR.Service/System/SysLoginService.cs similarity index 100% rename from ZR.Service/System/SysLoginService.cs rename to server/ZR.Service/System/SysLoginService.cs diff --git a/ZR.Service/System/SysMenuService.cs b/server/ZR.Service/System/SysMenuService.cs similarity index 100% rename from ZR.Service/System/SysMenuService.cs rename to server/ZR.Service/System/SysMenuService.cs diff --git a/ZR.Service/System/SysNoticeService.cs b/server/ZR.Service/System/SysNoticeService.cs similarity index 100% rename from ZR.Service/System/SysNoticeService.cs rename to server/ZR.Service/System/SysNoticeService.cs diff --git a/ZR.Service/System/SysOperLogService.cs b/server/ZR.Service/System/SysOperLogService.cs similarity index 100% rename from ZR.Service/System/SysOperLogService.cs rename to server/ZR.Service/System/SysOperLogService.cs diff --git a/ZR.Service/System/SysPermissionService.cs b/server/ZR.Service/System/SysPermissionService.cs similarity index 100% rename from ZR.Service/System/SysPermissionService.cs rename to server/ZR.Service/System/SysPermissionService.cs diff --git a/ZR.Service/System/SysPostService.cs b/server/ZR.Service/System/SysPostService.cs similarity index 100% rename from ZR.Service/System/SysPostService.cs rename to server/ZR.Service/System/SysPostService.cs diff --git a/ZR.Service/System/SysRoleMenuService.cs b/server/ZR.Service/System/SysRoleMenuService.cs similarity index 100% rename from ZR.Service/System/SysRoleMenuService.cs rename to server/ZR.Service/System/SysRoleMenuService.cs diff --git a/ZR.Service/System/SysRoleService.cs b/server/ZR.Service/System/SysRoleService.cs similarity index 100% rename from ZR.Service/System/SysRoleService.cs rename to server/ZR.Service/System/SysRoleService.cs diff --git a/ZR.Service/System/SysTasksLogService.cs b/server/ZR.Service/System/SysTasksLogService.cs similarity index 100% rename from ZR.Service/System/SysTasksLogService.cs rename to server/ZR.Service/System/SysTasksLogService.cs diff --git a/ZR.Service/System/SysTasksQzService.cs b/server/ZR.Service/System/SysTasksQzService.cs similarity index 100% rename from ZR.Service/System/SysTasksQzService.cs rename to server/ZR.Service/System/SysTasksQzService.cs diff --git a/ZR.Service/System/SysUserPostService.cs b/server/ZR.Service/System/SysUserPostService.cs similarity index 100% rename from ZR.Service/System/SysUserPostService.cs rename to server/ZR.Service/System/SysUserPostService.cs diff --git a/ZR.Service/System/SysUserRoleService.cs b/server/ZR.Service/System/SysUserRoleService.cs similarity index 100% rename from ZR.Service/System/SysUserRoleService.cs rename to server/ZR.Service/System/SysUserRoleService.cs diff --git a/ZR.Service/System/SysUserService.cs b/server/ZR.Service/System/SysUserService.cs similarity index 100% rename from ZR.Service/System/SysUserService.cs rename to server/ZR.Service/System/SysUserService.cs diff --git a/ZR.Service/Utils/MaterialUtils.cs b/server/ZR.Service/Utils/MaterialUtils.cs similarity index 100% rename from ZR.Service/Utils/MaterialUtils.cs rename to server/ZR.Service/Utils/MaterialUtils.cs diff --git a/ZR.Service/ZR.Service.csproj b/server/ZR.Service/ZR.Service.csproj similarity index 100% rename from ZR.Service/ZR.Service.csproj rename to server/ZR.Service/ZR.Service.csproj diff --git a/ZR.Service/mes/md/IService/IMdBOMService.cs b/server/ZR.Service/mes/md/IService/IMdBOMService.cs similarity index 100% rename from ZR.Service/mes/md/IService/IMdBOMService.cs rename to server/ZR.Service/mes/md/IService/IMdBOMService.cs diff --git a/ZR.Service/mes/md/IService/IMdDeviceService.cs b/server/ZR.Service/mes/md/IService/IMdDeviceService.cs similarity index 100% rename from ZR.Service/mes/md/IService/IMdDeviceService.cs rename to server/ZR.Service/mes/md/IService/IMdDeviceService.cs diff --git a/ZR.Service/mes/md/IService/IMdProductDefineService.cs b/server/ZR.Service/mes/md/IService/IMdProductDefineService.cs similarity index 100% rename from ZR.Service/mes/md/IService/IMdProductDefineService.cs rename to server/ZR.Service/mes/md/IService/IMdProductDefineService.cs diff --git a/ZR.Service/mes/md/IService/IMdTechnologicalProrouteService.cs b/server/ZR.Service/mes/md/IService/IMdTechnologicalProrouteService.cs similarity index 100% rename from ZR.Service/mes/md/IService/IMdTechnologicalProrouteService.cs rename to server/ZR.Service/mes/md/IService/IMdTechnologicalProrouteService.cs diff --git a/ZR.Service/mes/md/IService/IMdUnitService.cs b/server/ZR.Service/mes/md/IService/IMdUnitService.cs similarity index 100% rename from ZR.Service/mes/md/IService/IMdUnitService.cs rename to server/ZR.Service/mes/md/IService/IMdUnitService.cs diff --git a/ZR.Service/mes/md/IService/IMdWorklineService.cs b/server/ZR.Service/mes/md/IService/IMdWorklineService.cs similarity index 100% rename from ZR.Service/mes/md/IService/IMdWorklineService.cs rename to server/ZR.Service/mes/md/IService/IMdWorklineService.cs diff --git a/ZR.Service/mes/md/IService/IMdWorkshopService.cs b/server/ZR.Service/mes/md/IService/IMdWorkshopService.cs similarity index 100% rename from ZR.Service/mes/md/IService/IMdWorkshopService.cs rename to server/ZR.Service/mes/md/IService/IMdWorkshopService.cs diff --git a/ZR.Service/mes/md/IService/IMdWorksortService.cs b/server/ZR.Service/mes/md/IService/IMdWorksortService.cs similarity index 100% rename from ZR.Service/mes/md/IService/IMdWorksortService.cs rename to server/ZR.Service/mes/md/IService/IMdWorksortService.cs diff --git a/ZR.Service/mes/md/IService/IMdWorkstationService.cs b/server/ZR.Service/mes/md/IService/IMdWorkstationService.cs similarity index 100% rename from ZR.Service/mes/md/IService/IMdWorkstationService.cs rename to server/ZR.Service/mes/md/IService/IMdWorkstationService.cs diff --git a/ZR.Service/mes/md/MdBOMService.cs b/server/ZR.Service/mes/md/MdBOMService.cs similarity index 100% rename from ZR.Service/mes/md/MdBOMService.cs rename to server/ZR.Service/mes/md/MdBOMService.cs diff --git a/ZR.Service/mes/md/MdDeviceService.cs b/server/ZR.Service/mes/md/MdDeviceService.cs similarity index 100% rename from ZR.Service/mes/md/MdDeviceService.cs rename to server/ZR.Service/mes/md/MdDeviceService.cs diff --git a/ZR.Service/mes/md/MdProductDefineService.cs b/server/ZR.Service/mes/md/MdProductDefineService.cs similarity index 100% rename from ZR.Service/mes/md/MdProductDefineService.cs rename to server/ZR.Service/mes/md/MdProductDefineService.cs diff --git a/ZR.Service/mes/md/MdTechnologicalProrouteService.cs b/server/ZR.Service/mes/md/MdTechnologicalProrouteService.cs similarity index 100% rename from ZR.Service/mes/md/MdTechnologicalProrouteService.cs rename to server/ZR.Service/mes/md/MdTechnologicalProrouteService.cs diff --git a/ZR.Service/mes/md/MdUnitService.cs b/server/ZR.Service/mes/md/MdUnitService.cs similarity index 100% rename from ZR.Service/mes/md/MdUnitService.cs rename to server/ZR.Service/mes/md/MdUnitService.cs diff --git a/ZR.Service/mes/md/MdWorklineService.cs b/server/ZR.Service/mes/md/MdWorklineService.cs similarity index 100% rename from ZR.Service/mes/md/MdWorklineService.cs rename to server/ZR.Service/mes/md/MdWorklineService.cs diff --git a/ZR.Service/mes/md/MdWorkshopService.cs b/server/ZR.Service/mes/md/MdWorkshopService.cs similarity index 100% rename from ZR.Service/mes/md/MdWorkshopService.cs rename to server/ZR.Service/mes/md/MdWorkshopService.cs diff --git a/ZR.Service/mes/md/MdWorksortService.cs b/server/ZR.Service/mes/md/MdWorksortService.cs similarity index 100% rename from ZR.Service/mes/md/MdWorksortService.cs rename to server/ZR.Service/mes/md/MdWorksortService.cs diff --git a/ZR.Service/mes/md/MdWorkstationService.cs b/server/ZR.Service/mes/md/MdWorkstationService.cs similarity index 100% rename from ZR.Service/mes/md/MdWorkstationService.cs rename to server/ZR.Service/mes/md/MdWorkstationService.cs diff --git a/ZR.Service/mes/mm/IService/IMaterialInputService.cs b/server/ZR.Service/mes/mm/IService/IMaterialInputService.cs similarity index 100% rename from ZR.Service/mes/mm/IService/IMaterialInputService.cs rename to server/ZR.Service/mes/mm/IService/IMaterialInputService.cs diff --git a/ZR.Service/mes/mm/IService/IMmAgvLocationService.cs b/server/ZR.Service/mes/mm/IService/IMmAgvLocationService.cs similarity index 100% rename from ZR.Service/mes/mm/IService/IMmAgvLocationService.cs rename to server/ZR.Service/mes/mm/IService/IMmAgvLocationService.cs diff --git a/ZR.Service/mes/mm/IService/IMmFinishedwarehouseService.cs b/server/ZR.Service/mes/mm/IService/IMmFinishedwarehouseService.cs similarity index 100% rename from ZR.Service/mes/mm/IService/IMmFinishedwarehouseService.cs rename to server/ZR.Service/mes/mm/IService/IMmFinishedwarehouseService.cs diff --git a/ZR.Service/mes/mm/MaterialInputService.cs b/server/ZR.Service/mes/mm/MaterialInputService.cs similarity index 100% rename from ZR.Service/mes/mm/MaterialInputService.cs rename to server/ZR.Service/mes/mm/MaterialInputService.cs diff --git a/ZR.Service/mes/mm/MmAgvLocationService.cs b/server/ZR.Service/mes/mm/MmAgvLocationService.cs similarity index 100% rename from ZR.Service/mes/mm/MmAgvLocationService.cs rename to server/ZR.Service/mes/mm/MmAgvLocationService.cs diff --git a/ZR.Service/mes/mm/MmFinishedwarehouseService.cs b/server/ZR.Service/mes/mm/MmFinishedwarehouseService.cs similarity index 100% rename from ZR.Service/mes/mm/MmFinishedwarehouseService.cs rename to server/ZR.Service/mes/mm/MmFinishedwarehouseService.cs diff --git a/ZR.Service/mes/op/IService/IOperationService.cs b/server/ZR.Service/mes/op/IService/IOperationService.cs similarity index 100% rename from ZR.Service/mes/op/IService/IOperationService.cs rename to server/ZR.Service/mes/op/IService/IOperationService.cs diff --git a/ZR.Service/mes/op/OperationService.cs b/server/ZR.Service/mes/op/OperationService.cs similarity index 100% rename from ZR.Service/mes/op/OperationService.cs rename to server/ZR.Service/mes/op/OperationService.cs diff --git a/ZR.Service/mes/pro/IService/IProWorkorderService.cs b/server/ZR.Service/mes/pro/IService/IProWorkorderService.cs similarity index 100% rename from ZR.Service/mes/pro/IService/IProWorkorderService.cs rename to server/ZR.Service/mes/pro/IService/IProWorkorderService.cs diff --git a/ZR.Service/mes/pro/IService/IProWorkorderServiceV2.cs b/server/ZR.Service/mes/pro/IService/IProWorkorderServiceV2.cs similarity index 100% rename from ZR.Service/mes/pro/IService/IProWorkorderServiceV2.cs rename to server/ZR.Service/mes/pro/IService/IProWorkorderServiceV2.cs diff --git a/ZR.Service/mes/pro/IService/IProWorkplanService.cs b/server/ZR.Service/mes/pro/IService/IProWorkplanService.cs similarity index 100% rename from ZR.Service/mes/pro/IService/IProWorkplanService.cs rename to server/ZR.Service/mes/pro/IService/IProWorkplanService.cs diff --git a/ZR.Service/mes/pro/IService/IProWorkplanServiceV2.cs b/server/ZR.Service/mes/pro/IService/IProWorkplanServiceV2.cs similarity index 100% rename from ZR.Service/mes/pro/IService/IProWorkplanServiceV2.cs rename to server/ZR.Service/mes/pro/IService/IProWorkplanServiceV2.cs diff --git a/ZR.Service/mes/pro/IService/IWmPackingrecordService.cs b/server/ZR.Service/mes/pro/IService/IWmPackingrecordService.cs similarity index 100% rename from ZR.Service/mes/pro/IService/IWmPackingrecordService.cs rename to server/ZR.Service/mes/pro/IService/IWmPackingrecordService.cs diff --git a/ZR.Service/mes/pro/ProWorkorderServiceV2.cs b/server/ZR.Service/mes/pro/ProWorkorderServiceV2.cs similarity index 100% rename from ZR.Service/mes/pro/ProWorkorderServiceV2.cs rename to server/ZR.Service/mes/pro/ProWorkorderServiceV2.cs diff --git a/ZR.Service/mes/pro/ProWorkplanService.cs b/server/ZR.Service/mes/pro/ProWorkplanService.cs similarity index 100% rename from ZR.Service/mes/pro/ProWorkplanService.cs rename to server/ZR.Service/mes/pro/ProWorkplanService.cs diff --git a/ZR.Service/mes/pro/ProWorkplanServiceV2.cs b/server/ZR.Service/mes/pro/ProWorkplanServiceV2.cs similarity index 100% rename from ZR.Service/mes/pro/ProWorkplanServiceV2.cs rename to server/ZR.Service/mes/pro/ProWorkplanServiceV2.cs diff --git a/ZR.Service/mes/pro/WmPackingrecordService.cs b/server/ZR.Service/mes/pro/WmPackingrecordService.cs similarity index 100% rename from ZR.Service/mes/pro/WmPackingrecordService.cs rename to server/ZR.Service/mes/pro/WmPackingrecordService.cs diff --git a/ZR.Service/mes/qc/FirstFQCService.cs b/server/ZR.Service/mes/qc/FirstFQCService.cs similarity index 100% rename from ZR.Service/mes/qc/FirstFQCService.cs rename to server/ZR.Service/mes/qc/FirstFQCService.cs diff --git a/ZR.Service/mes/qc/IService/IFirstFQCService.cs b/server/ZR.Service/mes/qc/IService/IFirstFQCService.cs similarity index 100% rename from ZR.Service/mes/qc/IService/IFirstFQCService.cs rename to server/ZR.Service/mes/qc/IService/IFirstFQCService.cs diff --git a/ZR.Service/mes/qc/IService/IQCStatisticsService.cs b/server/ZR.Service/mes/qc/IService/IQCStatisticsService.cs similarity index 100% rename from ZR.Service/mes/qc/IService/IQCStatisticsService.cs rename to server/ZR.Service/mes/qc/IService/IQCStatisticsService.cs diff --git a/ZR.Service/mes/qc/IService/IQcQualityStatisticsFirstService.cs b/server/ZR.Service/mes/qc/IService/IQcQualityStatisticsFirstService.cs similarity index 100% rename from ZR.Service/mes/qc/IService/IQcQualityStatisticsFirstService.cs rename to server/ZR.Service/mes/qc/IService/IQcQualityStatisticsFirstService.cs diff --git a/ZR.Service/mes/qc/IService/IQcRoughService.cs b/server/ZR.Service/mes/qc/IService/IQcRoughService.cs similarity index 100% rename from ZR.Service/mes/qc/IService/IQcRoughService.cs rename to server/ZR.Service/mes/qc/IService/IQcRoughService.cs diff --git a/ZR.Service/mes/qc/IService/IQcinspectionItemService.cs b/server/ZR.Service/mes/qc/IService/IQcinspectionItemService.cs similarity index 100% rename from ZR.Service/mes/qc/IService/IQcinspectionItemService.cs rename to server/ZR.Service/mes/qc/IService/IQcinspectionItemService.cs diff --git a/ZR.Service/mes/qc/QCStatisticsService.cs b/server/ZR.Service/mes/qc/QCStatisticsService.cs similarity index 100% rename from ZR.Service/mes/qc/QCStatisticsService.cs rename to server/ZR.Service/mes/qc/QCStatisticsService.cs diff --git a/ZR.Service/mes/qc/QcQualityStatisticsFirstService.cs b/server/ZR.Service/mes/qc/QcQualityStatisticsFirstService.cs similarity index 100% rename from ZR.Service/mes/qc/QcQualityStatisticsFirstService.cs rename to server/ZR.Service/mes/qc/QcQualityStatisticsFirstService.cs diff --git a/ZR.Service/mes/qc/QcinspectionItemService.cs b/server/ZR.Service/mes/qc/QcinspectionItemService.cs similarity index 100% rename from ZR.Service/mes/qc/QcinspectionItemService.cs rename to server/ZR.Service/mes/qc/QcinspectionItemService.cs diff --git a/ZR.Service/mes/wms/IService/IWMExitwarehouseService.cs b/server/ZR.Service/mes/wms/IService/IWMExitwarehouseService.cs similarity index 100% rename from ZR.Service/mes/wms/IService/IWMExitwarehouseService.cs rename to server/ZR.Service/mes/wms/IService/IWMExitwarehouseService.cs diff --git a/ZR.Service/mes/wms/IService/IWMentryWarehousing_productService.cs b/server/ZR.Service/mes/wms/IService/IWMentryWarehousing_productService.cs similarity index 100% rename from ZR.Service/mes/wms/IService/IWMentryWarehousing_productService.cs rename to server/ZR.Service/mes/wms/IService/IWMentryWarehousing_productService.cs diff --git a/ZR.Service/mes/wms/IService/IWMlocationInfoService.cs b/server/ZR.Service/mes/wms/IService/IWMlocationInfoService.cs similarity index 100% rename from ZR.Service/mes/wms/IService/IWMlocationInfoService.cs rename to server/ZR.Service/mes/wms/IService/IWMlocationInfoService.cs diff --git a/ZR.Service/mes/wms/IService/IWmAGVService.cs b/server/ZR.Service/mes/wms/IService/IWmAGVService.cs similarity index 100% rename from ZR.Service/mes/wms/IService/IWmAGVService.cs rename to server/ZR.Service/mes/wms/IService/IWmAGVService.cs diff --git a/ZR.Service/mes/wms/IService/IWmBlankInventoryService.cs b/server/ZR.Service/mes/wms/IService/IWmBlankInventoryService.cs similarity index 100% rename from ZR.Service/mes/wms/IService/IWmBlankInventoryService.cs rename to server/ZR.Service/mes/wms/IService/IWmBlankInventoryService.cs diff --git a/ZR.Service/mes/wms/IService/IWmBlankRecordService.cs b/server/ZR.Service/mes/wms/IService/IWmBlankRecordService.cs similarity index 100% rename from ZR.Service/mes/wms/IService/IWmBlankRecordService.cs rename to server/ZR.Service/mes/wms/IService/IWmBlankRecordService.cs diff --git a/ZR.Service/mes/wms/IService/IWmCheckLogService.cs b/server/ZR.Service/mes/wms/IService/IWmCheckLogService.cs similarity index 100% rename from ZR.Service/mes/wms/IService/IWmCheckLogService.cs rename to server/ZR.Service/mes/wms/IService/IWmCheckLogService.cs diff --git a/ZR.Service/mes/wms/IService/IWmCustomService.cs b/server/ZR.Service/mes/wms/IService/IWmCustomService.cs similarity index 100% rename from ZR.Service/mes/wms/IService/IWmCustomService.cs rename to server/ZR.Service/mes/wms/IService/IWmCustomService.cs diff --git a/ZR.Service/mes/wms/IService/IWmFgentryInspectService.cs b/server/ZR.Service/mes/wms/IService/IWmFgentryInspectService.cs similarity index 100% rename from ZR.Service/mes/wms/IService/IWmFgentryInspectService.cs rename to server/ZR.Service/mes/wms/IService/IWmFgentryInspectService.cs diff --git a/ZR.Service/mes/wms/IService/IWmGoodsActionService.cs b/server/ZR.Service/mes/wms/IService/IWmGoodsActionService.cs similarity index 100% rename from ZR.Service/mes/wms/IService/IWmGoodsActionService.cs rename to server/ZR.Service/mes/wms/IService/IWmGoodsActionService.cs diff --git a/ZR.Service/mes/wms/IService/IWmGoodsBatchSearchService.cs b/server/ZR.Service/mes/wms/IService/IWmGoodsBatchSearchService.cs similarity index 100% rename from ZR.Service/mes/wms/IService/IWmGoodsBatchSearchService.cs rename to server/ZR.Service/mes/wms/IService/IWmGoodsBatchSearchService.cs diff --git a/ZR.Service/mes/wms/IService/IWmGoodsChangeLogService.cs b/server/ZR.Service/mes/wms/IService/IWmGoodsChangeLogService.cs similarity index 100% rename from ZR.Service/mes/wms/IService/IWmGoodsChangeLogService.cs rename to server/ZR.Service/mes/wms/IService/IWmGoodsChangeLogService.cs diff --git a/ZR.Service/mes/wms/IService/IWmGoodsNowProductionService.cs b/server/ZR.Service/mes/wms/IService/IWmGoodsNowProductionService.cs similarity index 100% rename from ZR.Service/mes/wms/IService/IWmGoodsNowProductionService.cs rename to server/ZR.Service/mes/wms/IService/IWmGoodsNowProductionService.cs diff --git a/ZR.Service/mes/wms/IService/IWmGoodsOutProductionService.cs b/server/ZR.Service/mes/wms/IService/IWmGoodsOutProductionService.cs similarity index 100% rename from ZR.Service/mes/wms/IService/IWmGoodsOutProductionService.cs rename to server/ZR.Service/mes/wms/IService/IWmGoodsOutProductionService.cs diff --git a/ZR.Service/mes/wms/IService/IWmMaterialService.cs b/server/ZR.Service/mes/wms/IService/IWmMaterialService.cs similarity index 100% rename from ZR.Service/mes/wms/IService/IWmMaterialService.cs rename to server/ZR.Service/mes/wms/IService/IWmMaterialService.cs diff --git a/ZR.Service/mes/wms/IService/IWmOutOrderService.cs b/server/ZR.Service/mes/wms/IService/IWmOutOrderService.cs similarity index 100% rename from ZR.Service/mes/wms/IService/IWmOutOrderService.cs rename to server/ZR.Service/mes/wms/IService/IWmOutOrderService.cs diff --git a/ZR.Service/mes/wms/IService/IWmPackageLclService.cs b/server/ZR.Service/mes/wms/IService/IWmPackageLclService.cs similarity index 100% rename from ZR.Service/mes/wms/IService/IWmPackageLclService.cs rename to server/ZR.Service/mes/wms/IService/IWmPackageLclService.cs diff --git a/ZR.Service/mes/wms/WMExitwarehouseService.cs b/server/ZR.Service/mes/wms/WMExitwarehouseService.cs similarity index 100% rename from ZR.Service/mes/wms/WMExitwarehouseService.cs rename to server/ZR.Service/mes/wms/WMExitwarehouseService.cs diff --git a/ZR.Service/mes/wms/WMentryWarehousing_productService.cs b/server/ZR.Service/mes/wms/WMentryWarehousing_productService.cs similarity index 100% rename from ZR.Service/mes/wms/WMentryWarehousing_productService.cs rename to server/ZR.Service/mes/wms/WMentryWarehousing_productService.cs diff --git a/ZR.Service/mes/wms/WMlocationInfoService.cs b/server/ZR.Service/mes/wms/WMlocationInfoService.cs similarity index 100% rename from ZR.Service/mes/wms/WMlocationInfoService.cs rename to server/ZR.Service/mes/wms/WMlocationInfoService.cs diff --git a/ZR.Service/mes/wms/WmAGVService.cs b/server/ZR.Service/mes/wms/WmAGVService.cs similarity index 100% rename from ZR.Service/mes/wms/WmAGVService.cs rename to server/ZR.Service/mes/wms/WmAGVService.cs diff --git a/ZR.Service/mes/wms/WmBlankInventoryService.cs b/server/ZR.Service/mes/wms/WmBlankInventoryService.cs similarity index 100% rename from ZR.Service/mes/wms/WmBlankInventoryService.cs rename to server/ZR.Service/mes/wms/WmBlankInventoryService.cs diff --git a/ZR.Service/mes/wms/WmBlankRecordService.cs b/server/ZR.Service/mes/wms/WmBlankRecordService.cs similarity index 100% rename from ZR.Service/mes/wms/WmBlankRecordService.cs rename to server/ZR.Service/mes/wms/WmBlankRecordService.cs diff --git a/ZR.Service/mes/wms/WmCheckLogService.cs b/server/ZR.Service/mes/wms/WmCheckLogService.cs similarity index 100% rename from ZR.Service/mes/wms/WmCheckLogService.cs rename to server/ZR.Service/mes/wms/WmCheckLogService.cs diff --git a/ZR.Service/mes/wms/WmCustomService.cs b/server/ZR.Service/mes/wms/WmCustomService.cs similarity index 100% rename from ZR.Service/mes/wms/WmCustomService.cs rename to server/ZR.Service/mes/wms/WmCustomService.cs diff --git a/ZR.Service/mes/wms/WmFgentryInspectService.cs b/server/ZR.Service/mes/wms/WmFgentryInspectService.cs similarity index 100% rename from ZR.Service/mes/wms/WmFgentryInspectService.cs rename to server/ZR.Service/mes/wms/WmFgentryInspectService.cs diff --git a/ZR.Service/mes/wms/WmGoodsActionService.cs b/server/ZR.Service/mes/wms/WmGoodsActionService.cs similarity index 100% rename from ZR.Service/mes/wms/WmGoodsActionService.cs rename to server/ZR.Service/mes/wms/WmGoodsActionService.cs diff --git a/ZR.Service/mes/wms/WmGoodsBatchSearchService.cs b/server/ZR.Service/mes/wms/WmGoodsBatchSearchService.cs similarity index 100% rename from ZR.Service/mes/wms/WmGoodsBatchSearchService.cs rename to server/ZR.Service/mes/wms/WmGoodsBatchSearchService.cs diff --git a/ZR.Service/mes/wms/WmGoodsChangeLogService.cs b/server/ZR.Service/mes/wms/WmGoodsChangeLogService.cs similarity index 100% rename from ZR.Service/mes/wms/WmGoodsChangeLogService.cs rename to server/ZR.Service/mes/wms/WmGoodsChangeLogService.cs diff --git a/ZR.Service/mes/wms/WmGoodsNowProductionService.cs b/server/ZR.Service/mes/wms/WmGoodsNowProductionService.cs similarity index 100% rename from ZR.Service/mes/wms/WmGoodsNowProductionService.cs rename to server/ZR.Service/mes/wms/WmGoodsNowProductionService.cs diff --git a/ZR.Service/mes/wms/WmGoodsOutProductionService.cs b/server/ZR.Service/mes/wms/WmGoodsOutProductionService.cs similarity index 100% rename from ZR.Service/mes/wms/WmGoodsOutProductionService.cs rename to server/ZR.Service/mes/wms/WmGoodsOutProductionService.cs diff --git a/ZR.Service/mes/wms/WmMaterialService.cs b/server/ZR.Service/mes/wms/WmMaterialService.cs similarity index 100% rename from ZR.Service/mes/wms/WmMaterialService.cs rename to server/ZR.Service/mes/wms/WmMaterialService.cs diff --git a/ZR.Service/mes/wms/WmOutOrderService.cs b/server/ZR.Service/mes/wms/WmOutOrderService.cs similarity index 100% rename from ZR.Service/mes/wms/WmOutOrderService.cs rename to server/ZR.Service/mes/wms/WmOutOrderService.cs diff --git a/ZR.Service/mes/wms/WmPackageLclService.cs b/server/ZR.Service/mes/wms/WmPackageLclService.cs similarity index 100% rename from ZR.Service/mes/wms/WmPackageLclService.cs rename to server/ZR.Service/mes/wms/WmPackageLclService.cs diff --git a/ZR.Tasks/ITaskSchedulerServer.cs b/server/ZR.Tasks/ITaskSchedulerServer.cs similarity index 100% rename from ZR.Tasks/ITaskSchedulerServer.cs rename to server/ZR.Tasks/ITaskSchedulerServer.cs diff --git a/ZR.Tasks/JobFactory.cs b/server/ZR.Tasks/JobFactory.cs similarity index 100% rename from ZR.Tasks/JobFactory.cs rename to server/ZR.Tasks/JobFactory.cs diff --git a/ZR.Tasks/TaskScheduler/JobBase.cs b/server/ZR.Tasks/TaskScheduler/JobBase.cs similarity index 100% rename from ZR.Tasks/TaskScheduler/JobBase.cs rename to server/ZR.Tasks/TaskScheduler/JobBase.cs diff --git a/ZR.Tasks/TaskScheduler/Job_HttpRequest.cs b/server/ZR.Tasks/TaskScheduler/Job_HttpRequest.cs similarity index 100% rename from ZR.Tasks/TaskScheduler/Job_HttpRequest.cs rename to server/ZR.Tasks/TaskScheduler/Job_HttpRequest.cs diff --git a/ZR.Tasks/TaskScheduler/Job_SqlExecute.cs b/server/ZR.Tasks/TaskScheduler/Job_SqlExecute.cs similarity index 100% rename from ZR.Tasks/TaskScheduler/Job_SqlExecute.cs rename to server/ZR.Tasks/TaskScheduler/Job_SqlExecute.cs diff --git a/ZR.Tasks/TaskScheduler/Job_SyncTest.cs b/server/ZR.Tasks/TaskScheduler/Job_SyncTest.cs similarity index 100% rename from ZR.Tasks/TaskScheduler/Job_SyncTest.cs rename to server/ZR.Tasks/TaskScheduler/Job_SyncTest.cs diff --git a/ZR.Tasks/TaskSchedulerServer.cs b/server/ZR.Tasks/TaskSchedulerServer.cs similarity index 100% rename from ZR.Tasks/TaskSchedulerServer.cs rename to server/ZR.Tasks/TaskSchedulerServer.cs diff --git a/ZR.Tasks/ZR.Tasks.csproj b/server/ZR.Tasks/ZR.Tasks.csproj similarity index 100% rename from ZR.Tasks/ZR.Tasks.csproj rename to server/ZR.Tasks/ZR.Tasks.csproj diff --git a/ZR.mobile/RuoYi-App/.gitignore b/server/ZR.mobile/RuoYi-App/.gitignore similarity index 100% rename from ZR.mobile/RuoYi-App/.gitignore rename to server/ZR.mobile/RuoYi-App/.gitignore diff --git a/ZR.mobile/RuoYi-App/App.vue b/server/ZR.mobile/RuoYi-App/App.vue similarity index 100% rename from ZR.mobile/RuoYi-App/App.vue rename to server/ZR.mobile/RuoYi-App/App.vue diff --git a/ZR.mobile/RuoYi-App/LICENSE b/server/ZR.mobile/RuoYi-App/LICENSE similarity index 100% rename from ZR.mobile/RuoYi-App/LICENSE rename to server/ZR.mobile/RuoYi-App/LICENSE diff --git a/ZR.mobile/RuoYi-App/README.md b/server/ZR.mobile/RuoYi-App/README.md similarity index 100% rename from ZR.mobile/RuoYi-App/README.md rename to server/ZR.mobile/RuoYi-App/README.md diff --git a/ZR.mobile/RuoYi-App/api/login.js b/server/ZR.mobile/RuoYi-App/api/login.js similarity index 100% rename from ZR.mobile/RuoYi-App/api/login.js rename to server/ZR.mobile/RuoYi-App/api/login.js diff --git a/ZR.mobile/RuoYi-App/api/system/user.js b/server/ZR.mobile/RuoYi-App/api/system/user.js similarity index 100% rename from ZR.mobile/RuoYi-App/api/system/user.js rename to server/ZR.mobile/RuoYi-App/api/system/user.js diff --git a/ZR.mobile/RuoYi-App/components/uni-section/uni-section.vue b/server/ZR.mobile/RuoYi-App/components/uni-section/uni-section.vue similarity index 100% rename from ZR.mobile/RuoYi-App/components/uni-section/uni-section.vue rename to server/ZR.mobile/RuoYi-App/components/uni-section/uni-section.vue diff --git a/ZR.mobile/RuoYi-App/config.js b/server/ZR.mobile/RuoYi-App/config.js similarity index 100% rename from ZR.mobile/RuoYi-App/config.js rename to server/ZR.mobile/RuoYi-App/config.js diff --git a/ZR.mobile/RuoYi-App/main.js b/server/ZR.mobile/RuoYi-App/main.js similarity index 100% rename from ZR.mobile/RuoYi-App/main.js rename to server/ZR.mobile/RuoYi-App/main.js diff --git a/ZR.mobile/RuoYi-App/manifest.json b/server/ZR.mobile/RuoYi-App/manifest.json similarity index 100% rename from ZR.mobile/RuoYi-App/manifest.json rename to server/ZR.mobile/RuoYi-App/manifest.json diff --git a/ZR.mobile/RuoYi-App/pages.json b/server/ZR.mobile/RuoYi-App/pages.json similarity index 100% rename from ZR.mobile/RuoYi-App/pages.json rename to server/ZR.mobile/RuoYi-App/pages.json diff --git a/ZR.mobile/RuoYi-App/pages/common/textview/index.vue b/server/ZR.mobile/RuoYi-App/pages/common/textview/index.vue similarity index 100% rename from ZR.mobile/RuoYi-App/pages/common/textview/index.vue rename to server/ZR.mobile/RuoYi-App/pages/common/textview/index.vue diff --git a/ZR.mobile/RuoYi-App/pages/common/webview/index.vue b/server/ZR.mobile/RuoYi-App/pages/common/webview/index.vue similarity index 100% rename from ZR.mobile/RuoYi-App/pages/common/webview/index.vue rename to server/ZR.mobile/RuoYi-App/pages/common/webview/index.vue diff --git a/ZR.mobile/RuoYi-App/pages/index.vue b/server/ZR.mobile/RuoYi-App/pages/index.vue similarity index 100% rename from ZR.mobile/RuoYi-App/pages/index.vue rename to server/ZR.mobile/RuoYi-App/pages/index.vue diff --git a/ZR.mobile/RuoYi-App/pages/login.vue b/server/ZR.mobile/RuoYi-App/pages/login.vue similarity index 100% rename from ZR.mobile/RuoYi-App/pages/login.vue rename to server/ZR.mobile/RuoYi-App/pages/login.vue diff --git a/ZR.mobile/RuoYi-App/pages/mine/about/index.vue b/server/ZR.mobile/RuoYi-App/pages/mine/about/index.vue similarity index 100% rename from ZR.mobile/RuoYi-App/pages/mine/about/index.vue rename to server/ZR.mobile/RuoYi-App/pages/mine/about/index.vue diff --git a/ZR.mobile/RuoYi-App/pages/mine/avatar/index.vue b/server/ZR.mobile/RuoYi-App/pages/mine/avatar/index.vue similarity index 100% rename from ZR.mobile/RuoYi-App/pages/mine/avatar/index.vue rename to server/ZR.mobile/RuoYi-App/pages/mine/avatar/index.vue diff --git a/ZR.mobile/RuoYi-App/pages/mine/help/index.vue b/server/ZR.mobile/RuoYi-App/pages/mine/help/index.vue similarity index 100% rename from ZR.mobile/RuoYi-App/pages/mine/help/index.vue rename to server/ZR.mobile/RuoYi-App/pages/mine/help/index.vue diff --git a/ZR.mobile/RuoYi-App/pages/mine/index.vue b/server/ZR.mobile/RuoYi-App/pages/mine/index.vue similarity index 100% rename from ZR.mobile/RuoYi-App/pages/mine/index.vue rename to server/ZR.mobile/RuoYi-App/pages/mine/index.vue diff --git a/ZR.mobile/RuoYi-App/pages/mine/info/edit.vue b/server/ZR.mobile/RuoYi-App/pages/mine/info/edit.vue similarity index 100% rename from ZR.mobile/RuoYi-App/pages/mine/info/edit.vue rename to server/ZR.mobile/RuoYi-App/pages/mine/info/edit.vue diff --git a/ZR.mobile/RuoYi-App/pages/mine/info/index.vue b/server/ZR.mobile/RuoYi-App/pages/mine/info/index.vue similarity index 100% rename from ZR.mobile/RuoYi-App/pages/mine/info/index.vue rename to server/ZR.mobile/RuoYi-App/pages/mine/info/index.vue diff --git a/ZR.mobile/RuoYi-App/pages/mine/pwd/index.vue b/server/ZR.mobile/RuoYi-App/pages/mine/pwd/index.vue similarity index 100% rename from ZR.mobile/RuoYi-App/pages/mine/pwd/index.vue rename to server/ZR.mobile/RuoYi-App/pages/mine/pwd/index.vue diff --git a/ZR.mobile/RuoYi-App/pages/mine/setting/index.vue b/server/ZR.mobile/RuoYi-App/pages/mine/setting/index.vue similarity index 100% rename from ZR.mobile/RuoYi-App/pages/mine/setting/index.vue rename to server/ZR.mobile/RuoYi-App/pages/mine/setting/index.vue diff --git a/ZR.mobile/RuoYi-App/pages/register.vue b/server/ZR.mobile/RuoYi-App/pages/register.vue similarity index 100% rename from ZR.mobile/RuoYi-App/pages/register.vue rename to server/ZR.mobile/RuoYi-App/pages/register.vue diff --git a/ZR.mobile/RuoYi-App/pages/work/index.vue b/server/ZR.mobile/RuoYi-App/pages/work/index.vue similarity index 100% rename from ZR.mobile/RuoYi-App/pages/work/index.vue rename to server/ZR.mobile/RuoYi-App/pages/work/index.vue diff --git a/ZR.mobile/RuoYi-App/permission.js b/server/ZR.mobile/RuoYi-App/permission.js similarity index 100% rename from ZR.mobile/RuoYi-App/permission.js rename to server/ZR.mobile/RuoYi-App/permission.js diff --git a/ZR.mobile/RuoYi-App/plugins/auth.js b/server/ZR.mobile/RuoYi-App/plugins/auth.js similarity index 100% rename from ZR.mobile/RuoYi-App/plugins/auth.js rename to server/ZR.mobile/RuoYi-App/plugins/auth.js diff --git a/ZR.mobile/RuoYi-App/plugins/index.js b/server/ZR.mobile/RuoYi-App/plugins/index.js similarity index 100% rename from ZR.mobile/RuoYi-App/plugins/index.js rename to server/ZR.mobile/RuoYi-App/plugins/index.js diff --git a/ZR.mobile/RuoYi-App/plugins/modal.js b/server/ZR.mobile/RuoYi-App/plugins/modal.js similarity index 100% rename from ZR.mobile/RuoYi-App/plugins/modal.js rename to server/ZR.mobile/RuoYi-App/plugins/modal.js diff --git a/ZR.mobile/RuoYi-App/plugins/tab.js b/server/ZR.mobile/RuoYi-App/plugins/tab.js similarity index 100% rename from ZR.mobile/RuoYi-App/plugins/tab.js rename to server/ZR.mobile/RuoYi-App/plugins/tab.js diff --git a/ZR.mobile/RuoYi-App/static/favicon.ico b/server/ZR.mobile/RuoYi-App/static/favicon.ico similarity index 100% rename from ZR.mobile/RuoYi-App/static/favicon.ico rename to server/ZR.mobile/RuoYi-App/static/favicon.ico diff --git a/ZR.mobile/RuoYi-App/static/font/iconfont.css b/server/ZR.mobile/RuoYi-App/static/font/iconfont.css similarity index 100% rename from ZR.mobile/RuoYi-App/static/font/iconfont.css rename to server/ZR.mobile/RuoYi-App/static/font/iconfont.css diff --git a/ZR.mobile/RuoYi-App/static/font/iconfont.ttf b/server/ZR.mobile/RuoYi-App/static/font/iconfont.ttf similarity index 100% rename from ZR.mobile/RuoYi-App/static/font/iconfont.ttf rename to server/ZR.mobile/RuoYi-App/static/font/iconfont.ttf diff --git a/ZR.mobile/RuoYi-App/static/images/banner/banner01.jpg b/server/ZR.mobile/RuoYi-App/static/images/banner/banner01.jpg similarity index 100% rename from ZR.mobile/RuoYi-App/static/images/banner/banner01.jpg rename to server/ZR.mobile/RuoYi-App/static/images/banner/banner01.jpg diff --git a/ZR.mobile/RuoYi-App/static/images/banner/banner02.jpg b/server/ZR.mobile/RuoYi-App/static/images/banner/banner02.jpg similarity index 100% rename from ZR.mobile/RuoYi-App/static/images/banner/banner02.jpg rename to server/ZR.mobile/RuoYi-App/static/images/banner/banner02.jpg diff --git a/ZR.mobile/RuoYi-App/static/images/banner/banner03.jpg b/server/ZR.mobile/RuoYi-App/static/images/banner/banner03.jpg similarity index 100% rename from ZR.mobile/RuoYi-App/static/images/banner/banner03.jpg rename to server/ZR.mobile/RuoYi-App/static/images/banner/banner03.jpg diff --git a/ZR.mobile/RuoYi-App/static/images/profile.jpg b/server/ZR.mobile/RuoYi-App/static/images/profile.jpg similarity index 100% rename from ZR.mobile/RuoYi-App/static/images/profile.jpg rename to server/ZR.mobile/RuoYi-App/static/images/profile.jpg diff --git a/ZR.mobile/RuoYi-App/static/images/tabbar/home.png b/server/ZR.mobile/RuoYi-App/static/images/tabbar/home.png similarity index 100% rename from ZR.mobile/RuoYi-App/static/images/tabbar/home.png rename to server/ZR.mobile/RuoYi-App/static/images/tabbar/home.png diff --git a/ZR.mobile/RuoYi-App/static/images/tabbar/home_.png b/server/ZR.mobile/RuoYi-App/static/images/tabbar/home_.png similarity index 100% rename from ZR.mobile/RuoYi-App/static/images/tabbar/home_.png rename to server/ZR.mobile/RuoYi-App/static/images/tabbar/home_.png diff --git a/ZR.mobile/RuoYi-App/static/images/tabbar/mine.png b/server/ZR.mobile/RuoYi-App/static/images/tabbar/mine.png similarity index 100% rename from ZR.mobile/RuoYi-App/static/images/tabbar/mine.png rename to server/ZR.mobile/RuoYi-App/static/images/tabbar/mine.png diff --git a/ZR.mobile/RuoYi-App/static/images/tabbar/mine_.png b/server/ZR.mobile/RuoYi-App/static/images/tabbar/mine_.png similarity index 100% rename from ZR.mobile/RuoYi-App/static/images/tabbar/mine_.png rename to server/ZR.mobile/RuoYi-App/static/images/tabbar/mine_.png diff --git a/ZR.mobile/RuoYi-App/static/images/tabbar/work.png b/server/ZR.mobile/RuoYi-App/static/images/tabbar/work.png similarity index 100% rename from ZR.mobile/RuoYi-App/static/images/tabbar/work.png rename to server/ZR.mobile/RuoYi-App/static/images/tabbar/work.png diff --git a/ZR.mobile/RuoYi-App/static/images/tabbar/work_.png b/server/ZR.mobile/RuoYi-App/static/images/tabbar/work_.png similarity index 100% rename from ZR.mobile/RuoYi-App/static/images/tabbar/work_.png rename to server/ZR.mobile/RuoYi-App/static/images/tabbar/work_.png diff --git a/ZR.mobile/RuoYi-App/static/index.html b/server/ZR.mobile/RuoYi-App/static/index.html similarity index 100% rename from ZR.mobile/RuoYi-App/static/index.html rename to server/ZR.mobile/RuoYi-App/static/index.html diff --git a/ZR.mobile/RuoYi-App/static/logo.png b/server/ZR.mobile/RuoYi-App/static/logo.png similarity index 100% rename from ZR.mobile/RuoYi-App/static/logo.png rename to server/ZR.mobile/RuoYi-App/static/logo.png diff --git a/ZR.mobile/RuoYi-App/static/logo200.png b/server/ZR.mobile/RuoYi-App/static/logo200.png similarity index 100% rename from ZR.mobile/RuoYi-App/static/logo200.png rename to server/ZR.mobile/RuoYi-App/static/logo200.png diff --git a/ZR.mobile/RuoYi-App/static/scss/colorui.css b/server/ZR.mobile/RuoYi-App/static/scss/colorui.css similarity index 100% rename from ZR.mobile/RuoYi-App/static/scss/colorui.css rename to server/ZR.mobile/RuoYi-App/static/scss/colorui.css diff --git a/ZR.mobile/RuoYi-App/static/scss/global.scss b/server/ZR.mobile/RuoYi-App/static/scss/global.scss similarity index 100% rename from ZR.mobile/RuoYi-App/static/scss/global.scss rename to server/ZR.mobile/RuoYi-App/static/scss/global.scss diff --git a/ZR.mobile/RuoYi-App/static/scss/index.scss b/server/ZR.mobile/RuoYi-App/static/scss/index.scss similarity index 100% rename from ZR.mobile/RuoYi-App/static/scss/index.scss rename to server/ZR.mobile/RuoYi-App/static/scss/index.scss diff --git a/ZR.mobile/RuoYi-App/store/getters.js b/server/ZR.mobile/RuoYi-App/store/getters.js similarity index 100% rename from ZR.mobile/RuoYi-App/store/getters.js rename to server/ZR.mobile/RuoYi-App/store/getters.js diff --git a/ZR.mobile/RuoYi-App/store/index.js b/server/ZR.mobile/RuoYi-App/store/index.js similarity index 100% rename from ZR.mobile/RuoYi-App/store/index.js rename to server/ZR.mobile/RuoYi-App/store/index.js diff --git a/ZR.mobile/RuoYi-App/store/modules/user.js b/server/ZR.mobile/RuoYi-App/store/modules/user.js similarity index 100% rename from ZR.mobile/RuoYi-App/store/modules/user.js rename to server/ZR.mobile/RuoYi-App/store/modules/user.js diff --git a/ZR.mobile/RuoYi-App/uni.scss b/server/ZR.mobile/RuoYi-App/uni.scss similarity index 100% rename from ZR.mobile/RuoYi-App/uni.scss rename to server/ZR.mobile/RuoYi-App/uni.scss diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-badge/changelog.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-badge/changelog.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-badge/changelog.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-badge/changelog.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-badge/components/uni-badge/uni-badge.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-badge/components/uni-badge/uni-badge.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-badge/components/uni-badge/uni-badge.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-badge/components/uni-badge/uni-badge.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-badge/package.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-badge/package.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-badge/package.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-badge/package.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-badge/readme.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-badge/readme.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-badge/readme.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-badge/readme.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-breadcrumb/changelog.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-breadcrumb/changelog.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-breadcrumb/changelog.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-breadcrumb/changelog.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-breadcrumb/components/uni-breadcrumb-item/uni-breadcrumb-item.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-breadcrumb/components/uni-breadcrumb-item/uni-breadcrumb-item.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-breadcrumb/components/uni-breadcrumb-item/uni-breadcrumb-item.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-breadcrumb/components/uni-breadcrumb-item/uni-breadcrumb-item.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-breadcrumb/components/uni-breadcrumb/uni-breadcrumb.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-breadcrumb/components/uni-breadcrumb/uni-breadcrumb.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-breadcrumb/components/uni-breadcrumb/uni-breadcrumb.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-breadcrumb/components/uni-breadcrumb/uni-breadcrumb.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-breadcrumb/package.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-breadcrumb/package.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-breadcrumb/package.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-breadcrumb/package.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-breadcrumb/readme.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-breadcrumb/readme.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-breadcrumb/readme.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-breadcrumb/readme.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-calendar/changelog.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-calendar/changelog.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-calendar/changelog.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-calendar/changelog.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-calendar/components/uni-calendar/calendar.js b/server/ZR.mobile/RuoYi-App/uni_modules/uni-calendar/components/uni-calendar/calendar.js similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-calendar/components/uni-calendar/calendar.js rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-calendar/components/uni-calendar/calendar.js diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-calendar/components/uni-calendar/i18n/en.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-calendar/components/uni-calendar/i18n/en.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-calendar/components/uni-calendar/i18n/en.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-calendar/components/uni-calendar/i18n/en.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-calendar/components/uni-calendar/i18n/index.js b/server/ZR.mobile/RuoYi-App/uni_modules/uni-calendar/components/uni-calendar/i18n/index.js similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-calendar/components/uni-calendar/i18n/index.js rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-calendar/components/uni-calendar/i18n/index.js diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-calendar/components/uni-calendar/i18n/zh-Hans.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-calendar/components/uni-calendar/i18n/zh-Hans.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-calendar/components/uni-calendar/i18n/zh-Hans.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-calendar/components/uni-calendar/i18n/zh-Hans.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-calendar/components/uni-calendar/i18n/zh-Hant.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-calendar/components/uni-calendar/i18n/zh-Hant.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-calendar/components/uni-calendar/i18n/zh-Hant.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-calendar/components/uni-calendar/i18n/zh-Hant.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-calendar/components/uni-calendar/uni-calendar-item.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-calendar/components/uni-calendar/uni-calendar-item.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-calendar/components/uni-calendar/uni-calendar-item.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-calendar/components/uni-calendar/uni-calendar-item.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-calendar/components/uni-calendar/uni-calendar.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-calendar/components/uni-calendar/uni-calendar.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-calendar/components/uni-calendar/uni-calendar.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-calendar/components/uni-calendar/uni-calendar.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-calendar/components/uni-calendar/util.js b/server/ZR.mobile/RuoYi-App/uni_modules/uni-calendar/components/uni-calendar/util.js similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-calendar/components/uni-calendar/util.js rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-calendar/components/uni-calendar/util.js diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-calendar/package.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-calendar/package.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-calendar/package.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-calendar/package.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-calendar/readme.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-calendar/readme.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-calendar/readme.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-calendar/readme.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-card/changelog.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-card/changelog.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-card/changelog.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-card/changelog.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-card/components/uni-card/uni-card.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-card/components/uni-card/uni-card.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-card/components/uni-card/uni-card.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-card/components/uni-card/uni-card.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-card/package.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-card/package.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-card/package.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-card/package.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-card/readme.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-card/readme.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-card/readme.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-card/readme.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-collapse/changelog.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-collapse/changelog.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-collapse/changelog.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-collapse/changelog.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-collapse/components/uni-collapse-item/uni-collapse-item.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-collapse/components/uni-collapse-item/uni-collapse-item.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-collapse/components/uni-collapse-item/uni-collapse-item.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-collapse/components/uni-collapse-item/uni-collapse-item.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-collapse/components/uni-collapse/uni-collapse.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-collapse/components/uni-collapse/uni-collapse.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-collapse/components/uni-collapse/uni-collapse.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-collapse/components/uni-collapse/uni-collapse.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-collapse/package.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-collapse/package.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-collapse/package.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-collapse/package.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-collapse/readme.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-collapse/readme.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-collapse/readme.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-collapse/readme.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-combox/changelog.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-combox/changelog.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-combox/changelog.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-combox/changelog.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-combox/components/uni-combox/uni-combox.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-combox/components/uni-combox/uni-combox.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-combox/components/uni-combox/uni-combox.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-combox/components/uni-combox/uni-combox.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-combox/package.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-combox/package.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-combox/package.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-combox/package.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-combox/readme.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-combox/readme.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-combox/readme.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-combox/readme.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-countdown/changelog.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-countdown/changelog.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-countdown/changelog.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-countdown/changelog.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-countdown/components/uni-countdown/i18n/en.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-countdown/components/uni-countdown/i18n/en.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-countdown/components/uni-countdown/i18n/en.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-countdown/components/uni-countdown/i18n/en.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-countdown/components/uni-countdown/i18n/index.js b/server/ZR.mobile/RuoYi-App/uni_modules/uni-countdown/components/uni-countdown/i18n/index.js similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-countdown/components/uni-countdown/i18n/index.js rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-countdown/components/uni-countdown/i18n/index.js diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-countdown/components/uni-countdown/i18n/zh-Hans.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-countdown/components/uni-countdown/i18n/zh-Hans.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-countdown/components/uni-countdown/i18n/zh-Hans.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-countdown/components/uni-countdown/i18n/zh-Hans.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-countdown/components/uni-countdown/i18n/zh-Hant.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-countdown/components/uni-countdown/i18n/zh-Hant.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-countdown/components/uni-countdown/i18n/zh-Hant.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-countdown/components/uni-countdown/i18n/zh-Hant.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-countdown/components/uni-countdown/uni-countdown.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-countdown/components/uni-countdown/uni-countdown.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-countdown/components/uni-countdown/uni-countdown.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-countdown/components/uni-countdown/uni-countdown.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-countdown/package.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-countdown/package.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-countdown/package.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-countdown/package.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-countdown/readme.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-countdown/readme.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-countdown/readme.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-countdown/readme.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-data-checkbox/changelog.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-data-checkbox/changelog.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-data-checkbox/changelog.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-data-checkbox/changelog.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-data-checkbox/components/uni-data-checkbox/uni-data-checkbox.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-data-checkbox/components/uni-data-checkbox/uni-data-checkbox.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-data-checkbox/components/uni-data-checkbox/uni-data-checkbox.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-data-checkbox/components/uni-data-checkbox/uni-data-checkbox.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-data-checkbox/package.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-data-checkbox/package.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-data-checkbox/package.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-data-checkbox/package.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-data-checkbox/readme.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-data-checkbox/readme.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-data-checkbox/readme.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-data-checkbox/readme.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-data-picker/changelog.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-data-picker/changelog.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-data-picker/changelog.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-data-picker/changelog.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-data-picker/components/uni-data-picker/keypress.js b/server/ZR.mobile/RuoYi-App/uni_modules/uni-data-picker/components/uni-data-picker/keypress.js similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-data-picker/components/uni-data-picker/keypress.js rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-data-picker/components/uni-data-picker/keypress.js diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-data-picker/components/uni-data-picker/uni-data-picker.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-data-picker/components/uni-data-picker/uni-data-picker.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-data-picker/components/uni-data-picker/uni-data-picker.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-data-picker/components/uni-data-picker/uni-data-picker.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-data-picker/components/uni-data-pickerview/uni-data-picker.js b/server/ZR.mobile/RuoYi-App/uni_modules/uni-data-picker/components/uni-data-pickerview/uni-data-picker.js similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-data-picker/components/uni-data-pickerview/uni-data-picker.js rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-data-picker/components/uni-data-pickerview/uni-data-picker.js diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-data-picker/components/uni-data-pickerview/uni-data-pickerview.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-data-picker/components/uni-data-pickerview/uni-data-pickerview.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-data-picker/components/uni-data-pickerview/uni-data-pickerview.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-data-picker/components/uni-data-pickerview/uni-data-pickerview.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-data-picker/package.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-data-picker/package.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-data-picker/package.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-data-picker/package.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-data-picker/readme.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-data-picker/readme.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-data-picker/readme.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-data-picker/readme.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-data-select/changelog.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-data-select/changelog.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-data-select/changelog.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-data-select/changelog.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-data-select/components/uni-data-select/uni-data-select.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-data-select/components/uni-data-select/uni-data-select.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-data-select/components/uni-data-select/uni-data-select.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-data-select/components/uni-data-select/uni-data-select.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-data-select/package.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-data-select/package.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-data-select/package.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-data-select/package.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-data-select/readme.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-data-select/readme.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-data-select/readme.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-data-select/readme.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-dateformat/changelog.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-dateformat/changelog.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-dateformat/changelog.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-dateformat/changelog.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-dateformat/components/uni-dateformat/date-format.js b/server/ZR.mobile/RuoYi-App/uni_modules/uni-dateformat/components/uni-dateformat/date-format.js similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-dateformat/components/uni-dateformat/date-format.js rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-dateformat/components/uni-dateformat/date-format.js diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-dateformat/components/uni-dateformat/uni-dateformat.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-dateformat/components/uni-dateformat/uni-dateformat.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-dateformat/components/uni-dateformat/uni-dateformat.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-dateformat/components/uni-dateformat/uni-dateformat.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-dateformat/package.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-dateformat/package.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-dateformat/package.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-dateformat/package.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-dateformat/readme.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-dateformat/readme.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-dateformat/readme.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-dateformat/readme.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-datetime-picker/changelog.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-datetime-picker/changelog.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-datetime-picker/changelog.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-datetime-picker/changelog.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-datetime-picker/components/uni-datetime-picker/calendar-item.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-datetime-picker/components/uni-datetime-picker/calendar-item.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-datetime-picker/components/uni-datetime-picker/calendar-item.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-datetime-picker/components/uni-datetime-picker/calendar-item.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-datetime-picker/components/uni-datetime-picker/calendar.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-datetime-picker/components/uni-datetime-picker/calendar.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-datetime-picker/components/uni-datetime-picker/calendar.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-datetime-picker/components/uni-datetime-picker/calendar.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-datetime-picker/components/uni-datetime-picker/i18n/en.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-datetime-picker/components/uni-datetime-picker/i18n/en.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-datetime-picker/components/uni-datetime-picker/i18n/en.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-datetime-picker/components/uni-datetime-picker/i18n/en.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-datetime-picker/components/uni-datetime-picker/i18n/index.js b/server/ZR.mobile/RuoYi-App/uni_modules/uni-datetime-picker/components/uni-datetime-picker/i18n/index.js similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-datetime-picker/components/uni-datetime-picker/i18n/index.js rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-datetime-picker/components/uni-datetime-picker/i18n/index.js diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-datetime-picker/components/uni-datetime-picker/i18n/zh-Hans.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-datetime-picker/components/uni-datetime-picker/i18n/zh-Hans.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-datetime-picker/components/uni-datetime-picker/i18n/zh-Hans.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-datetime-picker/components/uni-datetime-picker/i18n/zh-Hans.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-datetime-picker/components/uni-datetime-picker/i18n/zh-Hant.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-datetime-picker/components/uni-datetime-picker/i18n/zh-Hant.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-datetime-picker/components/uni-datetime-picker/i18n/zh-Hant.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-datetime-picker/components/uni-datetime-picker/i18n/zh-Hant.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-datetime-picker/components/uni-datetime-picker/time-picker.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-datetime-picker/components/uni-datetime-picker/time-picker.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-datetime-picker/components/uni-datetime-picker/time-picker.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-datetime-picker/components/uni-datetime-picker/time-picker.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-datetime-picker/components/uni-datetime-picker/uni-datetime-picker.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-datetime-picker/components/uni-datetime-picker/uni-datetime-picker.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-datetime-picker/components/uni-datetime-picker/uni-datetime-picker.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-datetime-picker/components/uni-datetime-picker/uni-datetime-picker.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-datetime-picker/components/uni-datetime-picker/util.js b/server/ZR.mobile/RuoYi-App/uni_modules/uni-datetime-picker/components/uni-datetime-picker/util.js similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-datetime-picker/components/uni-datetime-picker/util.js rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-datetime-picker/components/uni-datetime-picker/util.js diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-datetime-picker/package.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-datetime-picker/package.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-datetime-picker/package.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-datetime-picker/package.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-datetime-picker/readme.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-datetime-picker/readme.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-datetime-picker/readme.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-datetime-picker/readme.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-drawer/changelog.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-drawer/changelog.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-drawer/changelog.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-drawer/changelog.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-drawer/components/uni-drawer/keypress.js b/server/ZR.mobile/RuoYi-App/uni_modules/uni-drawer/components/uni-drawer/keypress.js similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-drawer/components/uni-drawer/keypress.js rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-drawer/components/uni-drawer/keypress.js diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-drawer/components/uni-drawer/uni-drawer.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-drawer/components/uni-drawer/uni-drawer.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-drawer/components/uni-drawer/uni-drawer.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-drawer/components/uni-drawer/uni-drawer.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-drawer/package.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-drawer/package.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-drawer/package.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-drawer/package.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-drawer/readme.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-drawer/readme.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-drawer/readme.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-drawer/readme.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-easyinput/changelog.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-easyinput/changelog.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-easyinput/changelog.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-easyinput/changelog.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-easyinput/components/uni-easyinput/common.js b/server/ZR.mobile/RuoYi-App/uni_modules/uni-easyinput/components/uni-easyinput/common.js similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-easyinput/components/uni-easyinput/common.js rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-easyinput/components/uni-easyinput/common.js diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-easyinput/components/uni-easyinput/uni-easyinput.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-easyinput/components/uni-easyinput/uni-easyinput.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-easyinput/components/uni-easyinput/uni-easyinput.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-easyinput/components/uni-easyinput/uni-easyinput.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-easyinput/package.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-easyinput/package.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-easyinput/package.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-easyinput/package.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-easyinput/readme.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-easyinput/readme.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-easyinput/readme.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-easyinput/readme.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-fab/changelog.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-fab/changelog.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-fab/changelog.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-fab/changelog.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-fab/components/uni-fab/uni-fab.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-fab/components/uni-fab/uni-fab.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-fab/components/uni-fab/uni-fab.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-fab/components/uni-fab/uni-fab.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-fab/package.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-fab/package.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-fab/package.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-fab/package.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-fab/readme.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-fab/readme.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-fab/readme.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-fab/readme.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-fav/changelog.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-fav/changelog.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-fav/changelog.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-fav/changelog.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-fav/components/uni-fav/i18n/en.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-fav/components/uni-fav/i18n/en.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-fav/components/uni-fav/i18n/en.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-fav/components/uni-fav/i18n/en.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-fav/components/uni-fav/i18n/index.js b/server/ZR.mobile/RuoYi-App/uni_modules/uni-fav/components/uni-fav/i18n/index.js similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-fav/components/uni-fav/i18n/index.js rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-fav/components/uni-fav/i18n/index.js diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-fav/components/uni-fav/i18n/zh-Hans.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-fav/components/uni-fav/i18n/zh-Hans.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-fav/components/uni-fav/i18n/zh-Hans.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-fav/components/uni-fav/i18n/zh-Hans.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-fav/components/uni-fav/i18n/zh-Hant.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-fav/components/uni-fav/i18n/zh-Hant.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-fav/components/uni-fav/i18n/zh-Hant.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-fav/components/uni-fav/i18n/zh-Hant.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-fav/components/uni-fav/uni-fav.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-fav/components/uni-fav/uni-fav.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-fav/components/uni-fav/uni-fav.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-fav/components/uni-fav/uni-fav.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-fav/package.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-fav/package.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-fav/package.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-fav/package.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-fav/readme.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-fav/readme.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-fav/readme.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-fav/readme.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-file-picker/changelog.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-file-picker/changelog.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-file-picker/changelog.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-file-picker/changelog.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-file-picker/components/uni-file-picker/choose-and-upload-file.js b/server/ZR.mobile/RuoYi-App/uni_modules/uni-file-picker/components/uni-file-picker/choose-and-upload-file.js similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-file-picker/components/uni-file-picker/choose-and-upload-file.js rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-file-picker/components/uni-file-picker/choose-and-upload-file.js diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-file-picker/components/uni-file-picker/uni-file-picker.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-file-picker/components/uni-file-picker/uni-file-picker.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-file-picker/components/uni-file-picker/uni-file-picker.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-file-picker/components/uni-file-picker/uni-file-picker.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-file-picker/components/uni-file-picker/upload-file.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-file-picker/components/uni-file-picker/upload-file.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-file-picker/components/uni-file-picker/upload-file.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-file-picker/components/uni-file-picker/upload-file.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-file-picker/components/uni-file-picker/upload-image.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-file-picker/components/uni-file-picker/upload-image.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-file-picker/components/uni-file-picker/upload-image.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-file-picker/components/uni-file-picker/upload-image.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-file-picker/components/uni-file-picker/utils.js b/server/ZR.mobile/RuoYi-App/uni_modules/uni-file-picker/components/uni-file-picker/utils.js similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-file-picker/components/uni-file-picker/utils.js rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-file-picker/components/uni-file-picker/utils.js diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-file-picker/package.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-file-picker/package.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-file-picker/package.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-file-picker/package.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-file-picker/readme.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-file-picker/readme.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-file-picker/readme.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-file-picker/readme.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-forms/changelog.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-forms/changelog.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-forms/changelog.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-forms/changelog.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-forms/components/uni-forms-item/uni-forms-item.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-forms/components/uni-forms-item/uni-forms-item.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-forms/components/uni-forms-item/uni-forms-item.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-forms/components/uni-forms-item/uni-forms-item.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-forms/components/uni-forms/uni-forms.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-forms/components/uni-forms/uni-forms.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-forms/components/uni-forms/uni-forms.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-forms/components/uni-forms/uni-forms.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-forms/components/uni-forms/utils.js b/server/ZR.mobile/RuoYi-App/uni_modules/uni-forms/components/uni-forms/utils.js similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-forms/components/uni-forms/utils.js rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-forms/components/uni-forms/utils.js diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-forms/components/uni-forms/validate.js b/server/ZR.mobile/RuoYi-App/uni_modules/uni-forms/components/uni-forms/validate.js similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-forms/components/uni-forms/validate.js rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-forms/components/uni-forms/validate.js diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-forms/package.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-forms/package.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-forms/package.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-forms/package.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-forms/readme.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-forms/readme.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-forms/readme.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-forms/readme.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-goods-nav/changelog.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-goods-nav/changelog.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-goods-nav/changelog.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-goods-nav/changelog.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-goods-nav/components/uni-goods-nav/i18n/en.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-goods-nav/components/uni-goods-nav/i18n/en.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-goods-nav/components/uni-goods-nav/i18n/en.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-goods-nav/components/uni-goods-nav/i18n/en.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-goods-nav/components/uni-goods-nav/i18n/index.js b/server/ZR.mobile/RuoYi-App/uni_modules/uni-goods-nav/components/uni-goods-nav/i18n/index.js similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-goods-nav/components/uni-goods-nav/i18n/index.js rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-goods-nav/components/uni-goods-nav/i18n/index.js diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-goods-nav/components/uni-goods-nav/i18n/zh-Hans.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-goods-nav/components/uni-goods-nav/i18n/zh-Hans.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-goods-nav/components/uni-goods-nav/i18n/zh-Hans.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-goods-nav/components/uni-goods-nav/i18n/zh-Hans.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-goods-nav/components/uni-goods-nav/i18n/zh-Hant.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-goods-nav/components/uni-goods-nav/i18n/zh-Hant.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-goods-nav/components/uni-goods-nav/i18n/zh-Hant.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-goods-nav/components/uni-goods-nav/i18n/zh-Hant.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-goods-nav/components/uni-goods-nav/uni-goods-nav.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-goods-nav/components/uni-goods-nav/uni-goods-nav.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-goods-nav/components/uni-goods-nav/uni-goods-nav.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-goods-nav/components/uni-goods-nav/uni-goods-nav.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-goods-nav/package.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-goods-nav/package.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-goods-nav/package.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-goods-nav/package.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-goods-nav/readme.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-goods-nav/readme.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-goods-nav/readme.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-goods-nav/readme.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-grid/changelog.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-grid/changelog.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-grid/changelog.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-grid/changelog.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-grid/components/uni-grid-item/uni-grid-item.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-grid/components/uni-grid-item/uni-grid-item.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-grid/components/uni-grid-item/uni-grid-item.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-grid/components/uni-grid-item/uni-grid-item.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-grid/components/uni-grid/uni-grid.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-grid/components/uni-grid/uni-grid.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-grid/components/uni-grid/uni-grid.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-grid/components/uni-grid/uni-grid.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-grid/package.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-grid/package.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-grid/package.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-grid/package.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-grid/readme.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-grid/readme.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-grid/readme.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-grid/readme.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-group/changelog.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-group/changelog.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-group/changelog.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-group/changelog.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-group/components/uni-group/uni-group.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-group/components/uni-group/uni-group.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-group/components/uni-group/uni-group.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-group/components/uni-group/uni-group.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-group/package.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-group/package.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-group/package.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-group/package.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-group/readme.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-group/readme.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-group/readme.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-group/readme.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-icons/changelog.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-icons/changelog.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-icons/changelog.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-icons/changelog.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-icons/components/uni-icons/icons.js b/server/ZR.mobile/RuoYi-App/uni_modules/uni-icons/components/uni-icons/icons.js similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-icons/components/uni-icons/icons.js rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-icons/components/uni-icons/icons.js diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-icons/components/uni-icons/uni-icons.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-icons/components/uni-icons/uni-icons.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-icons/components/uni-icons/uni-icons.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-icons/components/uni-icons/uni-icons.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-icons/components/uni-icons/uniicons.css b/server/ZR.mobile/RuoYi-App/uni_modules/uni-icons/components/uni-icons/uniicons.css similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-icons/components/uni-icons/uniicons.css rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-icons/components/uni-icons/uniicons.css diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-icons/components/uni-icons/uniicons.ttf b/server/ZR.mobile/RuoYi-App/uni_modules/uni-icons/components/uni-icons/uniicons.ttf similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-icons/components/uni-icons/uniicons.ttf rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-icons/components/uni-icons/uniicons.ttf diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-icons/package.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-icons/package.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-icons/package.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-icons/package.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-icons/readme.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-icons/readme.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-icons/readme.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-icons/readme.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-indexed-list/changelog.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-indexed-list/changelog.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-indexed-list/changelog.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-indexed-list/changelog.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-indexed-list/components/uni-indexed-list/uni-indexed-list-item.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-indexed-list/components/uni-indexed-list/uni-indexed-list-item.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-indexed-list/components/uni-indexed-list/uni-indexed-list-item.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-indexed-list/components/uni-indexed-list/uni-indexed-list-item.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-indexed-list/components/uni-indexed-list/uni-indexed-list.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-indexed-list/components/uni-indexed-list/uni-indexed-list.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-indexed-list/components/uni-indexed-list/uni-indexed-list.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-indexed-list/components/uni-indexed-list/uni-indexed-list.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-indexed-list/package.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-indexed-list/package.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-indexed-list/package.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-indexed-list/package.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-indexed-list/readme.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-indexed-list/readme.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-indexed-list/readme.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-indexed-list/readme.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-link/changelog.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-link/changelog.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-link/changelog.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-link/changelog.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-link/components/uni-link/uni-link.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-link/components/uni-link/uni-link.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-link/components/uni-link/uni-link.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-link/components/uni-link/uni-link.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-link/package.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-link/package.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-link/package.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-link/package.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-link/readme.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-link/readme.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-link/readme.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-link/readme.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-list/changelog.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-list/changelog.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-list/changelog.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-list/changelog.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-list/components/uni-list-ad/uni-list-ad.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-list/components/uni-list-ad/uni-list-ad.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-list/components/uni-list-ad/uni-list-ad.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-list/components/uni-list-ad/uni-list-ad.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-list/components/uni-list-chat/uni-list-chat.scss b/server/ZR.mobile/RuoYi-App/uni_modules/uni-list/components/uni-list-chat/uni-list-chat.scss similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-list/components/uni-list-chat/uni-list-chat.scss rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-list/components/uni-list-chat/uni-list-chat.scss diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-list/components/uni-list-chat/uni-list-chat.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-list/components/uni-list-chat/uni-list-chat.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-list/components/uni-list-chat/uni-list-chat.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-list/components/uni-list-chat/uni-list-chat.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-list/components/uni-list-item/uni-list-item.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-list/components/uni-list-item/uni-list-item.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-list/components/uni-list-item/uni-list-item.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-list/components/uni-list-item/uni-list-item.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-list/components/uni-list/uni-list.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-list/components/uni-list/uni-list.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-list/components/uni-list/uni-list.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-list/components/uni-list/uni-list.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-list/components/uni-list/uni-refresh.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-list/components/uni-list/uni-refresh.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-list/components/uni-list/uni-refresh.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-list/components/uni-list/uni-refresh.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-list/components/uni-list/uni-refresh.wxs b/server/ZR.mobile/RuoYi-App/uni_modules/uni-list/components/uni-list/uni-refresh.wxs similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-list/components/uni-list/uni-refresh.wxs rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-list/components/uni-list/uni-refresh.wxs diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-list/package.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-list/package.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-list/package.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-list/package.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-list/readme.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-list/readme.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-list/readme.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-list/readme.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-load-more/changelog.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-load-more/changelog.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-load-more/changelog.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-load-more/changelog.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-load-more/components/uni-load-more/i18n/en.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-load-more/components/uni-load-more/i18n/en.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-load-more/components/uni-load-more/i18n/en.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-load-more/components/uni-load-more/i18n/en.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-load-more/components/uni-load-more/i18n/index.js b/server/ZR.mobile/RuoYi-App/uni_modules/uni-load-more/components/uni-load-more/i18n/index.js similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-load-more/components/uni-load-more/i18n/index.js rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-load-more/components/uni-load-more/i18n/index.js diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-load-more/components/uni-load-more/i18n/zh-Hans.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-load-more/components/uni-load-more/i18n/zh-Hans.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-load-more/components/uni-load-more/i18n/zh-Hans.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-load-more/components/uni-load-more/i18n/zh-Hans.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-load-more/components/uni-load-more/i18n/zh-Hant.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-load-more/components/uni-load-more/i18n/zh-Hant.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-load-more/components/uni-load-more/i18n/zh-Hant.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-load-more/components/uni-load-more/i18n/zh-Hant.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-load-more/components/uni-load-more/uni-load-more.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-load-more/components/uni-load-more/uni-load-more.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-load-more/components/uni-load-more/uni-load-more.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-load-more/components/uni-load-more/uni-load-more.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-load-more/package.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-load-more/package.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-load-more/package.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-load-more/package.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-load-more/readme.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-load-more/readme.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-load-more/readme.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-load-more/readme.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-nav-bar/changelog.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-nav-bar/changelog.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-nav-bar/changelog.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-nav-bar/changelog.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-nav-bar/components/uni-nav-bar/uni-nav-bar.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-nav-bar/components/uni-nav-bar/uni-nav-bar.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-nav-bar/components/uni-nav-bar/uni-nav-bar.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-nav-bar/components/uni-nav-bar/uni-nav-bar.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-nav-bar/components/uni-nav-bar/uni-status-bar.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-nav-bar/components/uni-nav-bar/uni-status-bar.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-nav-bar/components/uni-nav-bar/uni-status-bar.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-nav-bar/components/uni-nav-bar/uni-status-bar.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-nav-bar/package.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-nav-bar/package.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-nav-bar/package.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-nav-bar/package.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-nav-bar/readme.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-nav-bar/readme.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-nav-bar/readme.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-nav-bar/readme.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-notice-bar/changelog.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-notice-bar/changelog.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-notice-bar/changelog.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-notice-bar/changelog.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-notice-bar/components/uni-notice-bar/uni-notice-bar.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-notice-bar/components/uni-notice-bar/uni-notice-bar.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-notice-bar/components/uni-notice-bar/uni-notice-bar.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-notice-bar/components/uni-notice-bar/uni-notice-bar.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-notice-bar/package.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-notice-bar/package.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-notice-bar/package.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-notice-bar/package.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-notice-bar/readme.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-notice-bar/readme.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-notice-bar/readme.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-notice-bar/readme.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-number-box/changelog.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-number-box/changelog.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-number-box/changelog.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-number-box/changelog.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-number-box/components/uni-number-box/uni-number-box.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-number-box/components/uni-number-box/uni-number-box.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-number-box/components/uni-number-box/uni-number-box.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-number-box/components/uni-number-box/uni-number-box.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-number-box/package.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-number-box/package.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-number-box/package.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-number-box/package.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-number-box/readme.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-number-box/readme.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-number-box/readme.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-number-box/readme.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-pagination/changelog.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-pagination/changelog.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-pagination/changelog.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-pagination/changelog.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-pagination/components/uni-pagination/i18n/en.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-pagination/components/uni-pagination/i18n/en.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-pagination/components/uni-pagination/i18n/en.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-pagination/components/uni-pagination/i18n/en.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-pagination/components/uni-pagination/i18n/es.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-pagination/components/uni-pagination/i18n/es.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-pagination/components/uni-pagination/i18n/es.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-pagination/components/uni-pagination/i18n/es.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-pagination/components/uni-pagination/i18n/fr.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-pagination/components/uni-pagination/i18n/fr.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-pagination/components/uni-pagination/i18n/fr.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-pagination/components/uni-pagination/i18n/fr.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-pagination/components/uni-pagination/i18n/index.js b/server/ZR.mobile/RuoYi-App/uni_modules/uni-pagination/components/uni-pagination/i18n/index.js similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-pagination/components/uni-pagination/i18n/index.js rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-pagination/components/uni-pagination/i18n/index.js diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-pagination/components/uni-pagination/i18n/zh-Hans.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-pagination/components/uni-pagination/i18n/zh-Hans.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-pagination/components/uni-pagination/i18n/zh-Hans.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-pagination/components/uni-pagination/i18n/zh-Hans.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-pagination/components/uni-pagination/i18n/zh-Hant.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-pagination/components/uni-pagination/i18n/zh-Hant.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-pagination/components/uni-pagination/i18n/zh-Hant.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-pagination/components/uni-pagination/i18n/zh-Hant.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-pagination/components/uni-pagination/uni-pagination.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-pagination/components/uni-pagination/uni-pagination.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-pagination/components/uni-pagination/uni-pagination.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-pagination/components/uni-pagination/uni-pagination.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-pagination/package.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-pagination/package.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-pagination/package.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-pagination/package.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-pagination/readme.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-pagination/readme.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-pagination/readme.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-pagination/readme.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-popup/changelog.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-popup/changelog.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-popup/changelog.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-popup/changelog.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-popup/components/uni-popup-dialog/keypress.js b/server/ZR.mobile/RuoYi-App/uni_modules/uni-popup/components/uni-popup-dialog/keypress.js similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-popup/components/uni-popup-dialog/keypress.js rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-popup/components/uni-popup-dialog/keypress.js diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-popup/components/uni-popup-dialog/uni-popup-dialog.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-popup/components/uni-popup-dialog/uni-popup-dialog.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-popup/components/uni-popup-dialog/uni-popup-dialog.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-popup/components/uni-popup-dialog/uni-popup-dialog.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-popup/components/uni-popup-message/uni-popup-message.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-popup/components/uni-popup-message/uni-popup-message.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-popup/components/uni-popup-message/uni-popup-message.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-popup/components/uni-popup-message/uni-popup-message.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-popup/components/uni-popup-share/uni-popup-share.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-popup/components/uni-popup-share/uni-popup-share.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-popup/components/uni-popup-share/uni-popup-share.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-popup/components/uni-popup-share/uni-popup-share.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-popup/components/uni-popup/i18n/en.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-popup/components/uni-popup/i18n/en.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-popup/components/uni-popup/i18n/en.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-popup/components/uni-popup/i18n/en.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-popup/components/uni-popup/i18n/index.js b/server/ZR.mobile/RuoYi-App/uni_modules/uni-popup/components/uni-popup/i18n/index.js similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-popup/components/uni-popup/i18n/index.js rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-popup/components/uni-popup/i18n/index.js diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-popup/components/uni-popup/i18n/zh-Hans.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-popup/components/uni-popup/i18n/zh-Hans.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-popup/components/uni-popup/i18n/zh-Hans.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-popup/components/uni-popup/i18n/zh-Hans.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-popup/components/uni-popup/i18n/zh-Hant.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-popup/components/uni-popup/i18n/zh-Hant.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-popup/components/uni-popup/i18n/zh-Hant.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-popup/components/uni-popup/i18n/zh-Hant.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-popup/components/uni-popup/keypress.js b/server/ZR.mobile/RuoYi-App/uni_modules/uni-popup/components/uni-popup/keypress.js similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-popup/components/uni-popup/keypress.js rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-popup/components/uni-popup/keypress.js diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-popup/components/uni-popup/popup.js b/server/ZR.mobile/RuoYi-App/uni_modules/uni-popup/components/uni-popup/popup.js similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-popup/components/uni-popup/popup.js rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-popup/components/uni-popup/popup.js diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-popup/components/uni-popup/uni-popup.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-popup/components/uni-popup/uni-popup.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-popup/components/uni-popup/uni-popup.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-popup/components/uni-popup/uni-popup.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-popup/package.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-popup/package.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-popup/package.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-popup/package.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-popup/readme.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-popup/readme.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-popup/readme.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-popup/readme.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-rate/changelog.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-rate/changelog.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-rate/changelog.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-rate/changelog.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-rate/components/uni-rate/uni-rate.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-rate/components/uni-rate/uni-rate.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-rate/components/uni-rate/uni-rate.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-rate/components/uni-rate/uni-rate.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-rate/package.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-rate/package.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-rate/package.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-rate/package.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-rate/readme.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-rate/readme.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-rate/readme.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-rate/readme.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-row/changelog.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-row/changelog.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-row/changelog.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-row/changelog.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-row/components/uni-col/uni-col.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-row/components/uni-col/uni-col.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-row/components/uni-col/uni-col.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-row/components/uni-col/uni-col.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-row/components/uni-row/uni-row.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-row/components/uni-row/uni-row.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-row/components/uni-row/uni-row.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-row/components/uni-row/uni-row.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-row/package.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-row/package.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-row/package.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-row/package.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-row/readme.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-row/readme.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-row/readme.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-row/readme.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-scss/changelog.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-scss/changelog.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-scss/changelog.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-scss/changelog.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-scss/index.scss b/server/ZR.mobile/RuoYi-App/uni_modules/uni-scss/index.scss similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-scss/index.scss rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-scss/index.scss diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-scss/package.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-scss/package.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-scss/package.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-scss/package.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-scss/readme.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-scss/readme.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-scss/readme.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-scss/readme.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-scss/styles/index.scss b/server/ZR.mobile/RuoYi-App/uni_modules/uni-scss/styles/index.scss similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-scss/styles/index.scss rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-scss/styles/index.scss diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-scss/styles/setting/_border.scss b/server/ZR.mobile/RuoYi-App/uni_modules/uni-scss/styles/setting/_border.scss similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-scss/styles/setting/_border.scss rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-scss/styles/setting/_border.scss diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-scss/styles/setting/_color.scss b/server/ZR.mobile/RuoYi-App/uni_modules/uni-scss/styles/setting/_color.scss similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-scss/styles/setting/_color.scss rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-scss/styles/setting/_color.scss diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-scss/styles/setting/_radius.scss b/server/ZR.mobile/RuoYi-App/uni_modules/uni-scss/styles/setting/_radius.scss similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-scss/styles/setting/_radius.scss rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-scss/styles/setting/_radius.scss diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-scss/styles/setting/_space.scss b/server/ZR.mobile/RuoYi-App/uni_modules/uni-scss/styles/setting/_space.scss similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-scss/styles/setting/_space.scss rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-scss/styles/setting/_space.scss diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-scss/styles/setting/_styles.scss b/server/ZR.mobile/RuoYi-App/uni_modules/uni-scss/styles/setting/_styles.scss similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-scss/styles/setting/_styles.scss rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-scss/styles/setting/_styles.scss diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-scss/styles/setting/_text.scss b/server/ZR.mobile/RuoYi-App/uni_modules/uni-scss/styles/setting/_text.scss similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-scss/styles/setting/_text.scss rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-scss/styles/setting/_text.scss diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-scss/styles/setting/_variables.scss b/server/ZR.mobile/RuoYi-App/uni_modules/uni-scss/styles/setting/_variables.scss similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-scss/styles/setting/_variables.scss rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-scss/styles/setting/_variables.scss diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-scss/styles/tools/functions.scss b/server/ZR.mobile/RuoYi-App/uni_modules/uni-scss/styles/tools/functions.scss similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-scss/styles/tools/functions.scss rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-scss/styles/tools/functions.scss diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-scss/theme.scss b/server/ZR.mobile/RuoYi-App/uni_modules/uni-scss/theme.scss similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-scss/theme.scss rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-scss/theme.scss diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-scss/variables.scss b/server/ZR.mobile/RuoYi-App/uni_modules/uni-scss/variables.scss similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-scss/variables.scss rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-scss/variables.scss diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-search-bar/changelog.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-search-bar/changelog.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-search-bar/changelog.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-search-bar/changelog.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-search-bar/components/uni-search-bar/i18n/en.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-search-bar/components/uni-search-bar/i18n/en.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-search-bar/components/uni-search-bar/i18n/en.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-search-bar/components/uni-search-bar/i18n/en.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-search-bar/components/uni-search-bar/i18n/index.js b/server/ZR.mobile/RuoYi-App/uni_modules/uni-search-bar/components/uni-search-bar/i18n/index.js similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-search-bar/components/uni-search-bar/i18n/index.js rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-search-bar/components/uni-search-bar/i18n/index.js diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-search-bar/components/uni-search-bar/i18n/zh-Hans.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-search-bar/components/uni-search-bar/i18n/zh-Hans.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-search-bar/components/uni-search-bar/i18n/zh-Hans.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-search-bar/components/uni-search-bar/i18n/zh-Hans.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-search-bar/components/uni-search-bar/i18n/zh-Hant.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-search-bar/components/uni-search-bar/i18n/zh-Hant.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-search-bar/components/uni-search-bar/i18n/zh-Hant.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-search-bar/components/uni-search-bar/i18n/zh-Hant.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-search-bar/components/uni-search-bar/uni-search-bar.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-search-bar/components/uni-search-bar/uni-search-bar.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-search-bar/components/uni-search-bar/uni-search-bar.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-search-bar/components/uni-search-bar/uni-search-bar.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-search-bar/package.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-search-bar/package.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-search-bar/package.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-search-bar/package.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-search-bar/readme.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-search-bar/readme.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-search-bar/readme.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-search-bar/readme.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-segmented-control/changelog.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-segmented-control/changelog.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-segmented-control/changelog.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-segmented-control/changelog.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-segmented-control/components/uni-segmented-control/uni-segmented-control.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-segmented-control/components/uni-segmented-control/uni-segmented-control.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-segmented-control/components/uni-segmented-control/uni-segmented-control.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-segmented-control/components/uni-segmented-control/uni-segmented-control.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-segmented-control/package.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-segmented-control/package.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-segmented-control/package.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-segmented-control/package.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-segmented-control/readme.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-segmented-control/readme.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-segmented-control/readme.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-segmented-control/readme.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-steps/changelog.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-steps/changelog.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-steps/changelog.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-steps/changelog.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-steps/components/uni-steps/uni-steps.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-steps/components/uni-steps/uni-steps.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-steps/components/uni-steps/uni-steps.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-steps/components/uni-steps/uni-steps.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-steps/package.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-steps/package.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-steps/package.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-steps/package.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-steps/readme.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-steps/readme.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-steps/readme.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-steps/readme.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-swipe-action/changelog.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-swipe-action/changelog.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-swipe-action/changelog.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-swipe-action/changelog.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-swipe-action/components/uni-swipe-action-item/bindingx.js b/server/ZR.mobile/RuoYi-App/uni_modules/uni-swipe-action/components/uni-swipe-action-item/bindingx.js similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-swipe-action/components/uni-swipe-action-item/bindingx.js rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-swipe-action/components/uni-swipe-action-item/bindingx.js diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-swipe-action/components/uni-swipe-action-item/isPC.js b/server/ZR.mobile/RuoYi-App/uni_modules/uni-swipe-action/components/uni-swipe-action-item/isPC.js similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-swipe-action/components/uni-swipe-action-item/isPC.js rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-swipe-action/components/uni-swipe-action-item/isPC.js diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-swipe-action/components/uni-swipe-action-item/mpalipay.js b/server/ZR.mobile/RuoYi-App/uni_modules/uni-swipe-action/components/uni-swipe-action-item/mpalipay.js similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-swipe-action/components/uni-swipe-action-item/mpalipay.js rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-swipe-action/components/uni-swipe-action-item/mpalipay.js diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-swipe-action/components/uni-swipe-action-item/mpother.js b/server/ZR.mobile/RuoYi-App/uni_modules/uni-swipe-action/components/uni-swipe-action-item/mpother.js similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-swipe-action/components/uni-swipe-action-item/mpother.js rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-swipe-action/components/uni-swipe-action-item/mpother.js diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-swipe-action/components/uni-swipe-action-item/mpwxs.js b/server/ZR.mobile/RuoYi-App/uni_modules/uni-swipe-action/components/uni-swipe-action-item/mpwxs.js similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-swipe-action/components/uni-swipe-action-item/mpwxs.js rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-swipe-action/components/uni-swipe-action-item/mpwxs.js diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-swipe-action/components/uni-swipe-action-item/render.js b/server/ZR.mobile/RuoYi-App/uni_modules/uni-swipe-action/components/uni-swipe-action-item/render.js similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-swipe-action/components/uni-swipe-action-item/render.js rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-swipe-action/components/uni-swipe-action-item/render.js diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-swipe-action/components/uni-swipe-action-item/uni-swipe-action-item.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-swipe-action/components/uni-swipe-action-item/uni-swipe-action-item.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-swipe-action/components/uni-swipe-action-item/uni-swipe-action-item.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-swipe-action/components/uni-swipe-action-item/uni-swipe-action-item.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-swipe-action/components/uni-swipe-action-item/wx.wxs b/server/ZR.mobile/RuoYi-App/uni_modules/uni-swipe-action/components/uni-swipe-action-item/wx.wxs similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-swipe-action/components/uni-swipe-action-item/wx.wxs rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-swipe-action/components/uni-swipe-action-item/wx.wxs diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-swipe-action/components/uni-swipe-action/uni-swipe-action.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-swipe-action/components/uni-swipe-action/uni-swipe-action.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-swipe-action/components/uni-swipe-action/uni-swipe-action.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-swipe-action/components/uni-swipe-action/uni-swipe-action.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-swipe-action/package.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-swipe-action/package.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-swipe-action/package.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-swipe-action/package.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-swipe-action/readme.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-swipe-action/readme.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-swipe-action/readme.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-swipe-action/readme.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-swiper-dot/changelog.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-swiper-dot/changelog.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-swiper-dot/changelog.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-swiper-dot/changelog.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-swiper-dot/components/uni-swiper-dot/uni-swiper-dot.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-swiper-dot/components/uni-swiper-dot/uni-swiper-dot.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-swiper-dot/components/uni-swiper-dot/uni-swiper-dot.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-swiper-dot/components/uni-swiper-dot/uni-swiper-dot.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-swiper-dot/package.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-swiper-dot/package.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-swiper-dot/package.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-swiper-dot/package.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-swiper-dot/readme.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-swiper-dot/readme.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-swiper-dot/readme.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-swiper-dot/readme.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-table/changelog.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-table/changelog.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-table/changelog.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-table/changelog.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-table/components/uni-table/uni-table.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-table/components/uni-table/uni-table.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-table/components/uni-table/uni-table.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-table/components/uni-table/uni-table.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-table/components/uni-tbody/uni-tbody.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-table/components/uni-tbody/uni-tbody.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-table/components/uni-tbody/uni-tbody.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-table/components/uni-tbody/uni-tbody.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-table/components/uni-td/uni-td.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-table/components/uni-td/uni-td.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-table/components/uni-td/uni-td.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-table/components/uni-td/uni-td.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-table/components/uni-th/filter-dropdown.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-table/components/uni-th/filter-dropdown.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-table/components/uni-th/filter-dropdown.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-table/components/uni-th/filter-dropdown.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-table/components/uni-th/uni-th.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-table/components/uni-th/uni-th.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-table/components/uni-th/uni-th.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-table/components/uni-th/uni-th.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-table/components/uni-thead/uni-thead.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-table/components/uni-thead/uni-thead.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-table/components/uni-thead/uni-thead.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-table/components/uni-thead/uni-thead.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-table/components/uni-tr/table-checkbox.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-table/components/uni-tr/table-checkbox.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-table/components/uni-tr/table-checkbox.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-table/components/uni-tr/table-checkbox.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-table/components/uni-tr/uni-tr.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-table/components/uni-tr/uni-tr.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-table/components/uni-tr/uni-tr.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-table/components/uni-tr/uni-tr.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-table/i18n/en.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-table/i18n/en.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-table/i18n/en.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-table/i18n/en.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-table/i18n/es.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-table/i18n/es.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-table/i18n/es.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-table/i18n/es.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-table/i18n/fr.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-table/i18n/fr.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-table/i18n/fr.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-table/i18n/fr.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-table/i18n/index.js b/server/ZR.mobile/RuoYi-App/uni_modules/uni-table/i18n/index.js similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-table/i18n/index.js rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-table/i18n/index.js diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-table/i18n/zh-Hans.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-table/i18n/zh-Hans.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-table/i18n/zh-Hans.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-table/i18n/zh-Hans.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-table/i18n/zh-Hant.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-table/i18n/zh-Hant.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-table/i18n/zh-Hant.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-table/i18n/zh-Hant.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-table/package.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-table/package.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-table/package.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-table/package.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-table/readme.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-table/readme.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-table/readme.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-table/readme.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-tag/changelog.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-tag/changelog.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-tag/changelog.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-tag/changelog.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-tag/components/uni-tag/uni-tag.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-tag/components/uni-tag/uni-tag.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-tag/components/uni-tag/uni-tag.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-tag/components/uni-tag/uni-tag.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-tag/package.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-tag/package.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-tag/package.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-tag/package.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-tag/readme.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-tag/readme.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-tag/readme.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-tag/readme.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-title/changelog.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-title/changelog.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-title/changelog.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-title/changelog.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-title/components/uni-title/uni-title.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-title/components/uni-title/uni-title.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-title/components/uni-title/uni-title.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-title/components/uni-title/uni-title.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-title/package.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-title/package.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-title/package.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-title/package.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-title/readme.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-title/readme.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-title/readme.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-title/readme.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-tooltip/changelog.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-tooltip/changelog.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-tooltip/changelog.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-tooltip/changelog.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-tooltip/components/uni-tooltip/uni-tooltip.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-tooltip/components/uni-tooltip/uni-tooltip.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-tooltip/components/uni-tooltip/uni-tooltip.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-tooltip/components/uni-tooltip/uni-tooltip.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-tooltip/package.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-tooltip/package.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-tooltip/package.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-tooltip/package.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-tooltip/readme.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-tooltip/readme.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-tooltip/readme.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-tooltip/readme.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-transition/changelog.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-transition/changelog.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-transition/changelog.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-transition/changelog.md diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-transition/components/uni-transition/createAnimation.js b/server/ZR.mobile/RuoYi-App/uni_modules/uni-transition/components/uni-transition/createAnimation.js similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-transition/components/uni-transition/createAnimation.js rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-transition/components/uni-transition/createAnimation.js diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-transition/components/uni-transition/uni-transition.vue b/server/ZR.mobile/RuoYi-App/uni_modules/uni-transition/components/uni-transition/uni-transition.vue similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-transition/components/uni-transition/uni-transition.vue rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-transition/components/uni-transition/uni-transition.vue diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-transition/package.json b/server/ZR.mobile/RuoYi-App/uni_modules/uni-transition/package.json similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-transition/package.json rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-transition/package.json diff --git a/ZR.mobile/RuoYi-App/uni_modules/uni-transition/readme.md b/server/ZR.mobile/RuoYi-App/uni_modules/uni-transition/readme.md similarity index 100% rename from ZR.mobile/RuoYi-App/uni_modules/uni-transition/readme.md rename to server/ZR.mobile/RuoYi-App/uni_modules/uni-transition/readme.md diff --git a/ZR.mobile/RuoYi-App/utils/auth.js b/server/ZR.mobile/RuoYi-App/utils/auth.js similarity index 100% rename from ZR.mobile/RuoYi-App/utils/auth.js rename to server/ZR.mobile/RuoYi-App/utils/auth.js diff --git a/ZR.mobile/RuoYi-App/utils/common.js b/server/ZR.mobile/RuoYi-App/utils/common.js similarity index 100% rename from ZR.mobile/RuoYi-App/utils/common.js rename to server/ZR.mobile/RuoYi-App/utils/common.js diff --git a/ZR.mobile/RuoYi-App/utils/constant.js b/server/ZR.mobile/RuoYi-App/utils/constant.js similarity index 100% rename from ZR.mobile/RuoYi-App/utils/constant.js rename to server/ZR.mobile/RuoYi-App/utils/constant.js diff --git a/ZR.mobile/RuoYi-App/utils/errorCode.js b/server/ZR.mobile/RuoYi-App/utils/errorCode.js similarity index 100% rename from ZR.mobile/RuoYi-App/utils/errorCode.js rename to server/ZR.mobile/RuoYi-App/utils/errorCode.js diff --git a/ZR.mobile/RuoYi-App/utils/permission.js b/server/ZR.mobile/RuoYi-App/utils/permission.js similarity index 100% rename from ZR.mobile/RuoYi-App/utils/permission.js rename to server/ZR.mobile/RuoYi-App/utils/permission.js diff --git a/ZR.mobile/RuoYi-App/utils/request.js b/server/ZR.mobile/RuoYi-App/utils/request.js similarity index 100% rename from ZR.mobile/RuoYi-App/utils/request.js rename to server/ZR.mobile/RuoYi-App/utils/request.js diff --git a/ZR.mobile/RuoYi-App/utils/storage.js b/server/ZR.mobile/RuoYi-App/utils/storage.js similarity index 100% rename from ZR.mobile/RuoYi-App/utils/storage.js rename to server/ZR.mobile/RuoYi-App/utils/storage.js diff --git a/ZR.mobile/RuoYi-App/utils/upload.js b/server/ZR.mobile/RuoYi-App/utils/upload.js similarity index 100% rename from ZR.mobile/RuoYi-App/utils/upload.js rename to server/ZR.mobile/RuoYi-App/utils/upload.js diff --git a/ZRAdmin.sln b/server/ZRAdmin.sln similarity index 100% rename from ZRAdmin.sln rename to server/ZRAdmin.sln diff --git a/document/images/1.png b/server/document/images/1.png similarity index 100% rename from document/images/1.png rename to server/document/images/1.png diff --git a/document/images/10.png b/server/document/images/10.png similarity index 100% rename from document/images/10.png rename to server/document/images/10.png diff --git a/document/images/11.png b/server/document/images/11.png similarity index 100% rename from document/images/11.png rename to server/document/images/11.png diff --git a/document/images/12.png b/server/document/images/12.png similarity index 100% rename from document/images/12.png rename to server/document/images/12.png diff --git a/document/images/13.png b/server/document/images/13.png similarity index 100% rename from document/images/13.png rename to server/document/images/13.png diff --git a/document/images/14.png b/server/document/images/14.png similarity index 100% rename from document/images/14.png rename to server/document/images/14.png diff --git a/document/images/15.png b/server/document/images/15.png similarity index 100% rename from document/images/15.png rename to server/document/images/15.png diff --git a/document/images/16.png b/server/document/images/16.png similarity index 100% rename from document/images/16.png rename to server/document/images/16.png diff --git a/document/images/17.png b/server/document/images/17.png similarity index 100% rename from document/images/17.png rename to server/document/images/17.png diff --git a/document/images/18.png b/server/document/images/18.png similarity index 100% rename from document/images/18.png rename to server/document/images/18.png diff --git a/document/images/19.png b/server/document/images/19.png similarity index 100% rename from document/images/19.png rename to server/document/images/19.png diff --git a/document/images/2.png b/server/document/images/2.png similarity index 100% rename from document/images/2.png rename to server/document/images/2.png diff --git a/document/images/20.png b/server/document/images/20.png similarity index 100% rename from document/images/20.png rename to server/document/images/20.png diff --git a/document/images/3.png b/server/document/images/3.png similarity index 100% rename from document/images/3.png rename to server/document/images/3.png diff --git a/document/images/4.png b/server/document/images/4.png similarity index 100% rename from document/images/4.png rename to server/document/images/4.png diff --git a/document/images/5.png b/server/document/images/5.png similarity index 100% rename from document/images/5.png rename to server/document/images/5.png diff --git a/document/images/6.png b/server/document/images/6.png similarity index 100% rename from document/images/6.png rename to server/document/images/6.png diff --git a/document/images/7.png b/server/document/images/7.png similarity index 100% rename from document/images/7.png rename to server/document/images/7.png diff --git a/document/images/8.png b/server/document/images/8.png similarity index 100% rename from document/images/8.png rename to server/document/images/8.png diff --git a/document/images/9.png b/server/document/images/9.png similarity index 100% rename from document/images/9.png rename to server/document/images/9.png diff --git a/document/images/a1.png b/server/document/images/a1.png similarity index 100% rename from document/images/a1.png rename to server/document/images/a1.png diff --git a/document/images/a10.png b/server/document/images/a10.png similarity index 100% rename from document/images/a10.png rename to server/document/images/a10.png diff --git a/document/images/a2.png b/server/document/images/a2.png similarity index 100% rename from document/images/a2.png rename to server/document/images/a2.png diff --git a/document/images/a4.png b/server/document/images/a4.png similarity index 100% rename from document/images/a4.png rename to server/document/images/a4.png diff --git a/document/images/a5.png b/server/document/images/a5.png similarity index 100% rename from document/images/a5.png rename to server/document/images/a5.png diff --git a/document/images/a6.png b/server/document/images/a6.png similarity index 100% rename from document/images/a6.png rename to server/document/images/a6.png diff --git a/document/images/a7.png b/server/document/images/a7.png similarity index 100% rename from document/images/a7.png rename to server/document/images/a7.png diff --git a/document/images/a8.png b/server/document/images/a8.png similarity index 100% rename from document/images/a8.png rename to server/document/images/a8.png diff --git a/document/images/a9.png b/server/document/images/a9.png similarity index 100% rename from document/images/a9.png rename to server/document/images/a9.png diff --git a/document/images/pay.jpg b/server/document/images/pay.jpg similarity index 100% rename from document/images/pay.jpg rename to server/document/images/pay.jpg diff --git a/document/images/qrcode.jpg b/server/document/images/qrcode.jpg similarity index 100% rename from document/images/qrcode.jpg rename to server/document/images/qrcode.jpg diff --git a/document/images/qrcodeH5.png b/server/document/images/qrcodeH5.png similarity index 100% rename from document/images/qrcodeH5.png rename to server/document/images/qrcodeH5.png diff --git a/document/mysql/admin-mysql-初始化数据.sql b/server/document/mysql/admin-mysql-初始化数据.sql similarity index 100% rename from document/mysql/admin-mysql-初始化数据.sql rename to server/document/mysql/admin-mysql-初始化数据.sql diff --git a/document/mysql/admin-mysql.sql b/server/document/mysql/admin-mysql.sql similarity index 100% rename from document/mysql/admin-mysql.sql rename to server/document/mysql/admin-mysql.sql diff --git a/document/mysql/admin-mysql20230515.sql b/server/document/mysql/admin-mysql20230515.sql similarity index 100% rename from document/mysql/admin-mysql20230515.sql rename to server/document/mysql/admin-mysql20230515.sql diff --git a/document/oracle/seq.txt b/server/document/oracle/seq.txt similarity index 100% rename from document/oracle/seq.txt rename to server/document/oracle/seq.txt diff --git a/document/sqlserver/admin-sqlserver-初始化数据.sql b/server/document/sqlserver/admin-sqlserver-初始化数据.sql similarity index 100% rename from document/sqlserver/admin-sqlserver-初始化数据.sql rename to server/document/sqlserver/admin-sqlserver-初始化数据.sql diff --git a/document/sqlserver/admin-sqlserver-表字段说明导入.sql b/server/document/sqlserver/admin-sqlserver-表字段说明导入.sql similarity index 100% rename from document/sqlserver/admin-sqlserver-表字段说明导入.sql rename to server/document/sqlserver/admin-sqlserver-表字段说明导入.sql diff --git a/document/sqlserver/admin-sqlserver.sql b/server/document/sqlserver/admin-sqlserver.sql similarity index 100% rename from document/sqlserver/admin-sqlserver.sql rename to server/document/sqlserver/admin-sqlserver.sql diff --git a/document/sqlserver/admin-sqlserver20230515.sql b/server/document/sqlserver/admin-sqlserver20230515.sql similarity index 100% rename from document/sqlserver/admin-sqlserver20230515.sql rename to server/document/sqlserver/admin-sqlserver20230515.sql diff --git a/document/sqlserver/必看.txt b/server/document/sqlserver/必看.txt similarity index 100% rename from document/sqlserver/必看.txt rename to server/document/sqlserver/必看.txt diff --git a/startup.bat b/server/startup.bat similarity index 100% rename from startup.bat rename to server/startup.bat