Procházet zdrojové kódy

😁1、增加作业取消操作 2、上传文件大小限制单位KB 3、升级依赖

zuohuaijun před 2 roky
rodič
revize
4fc2814005
100 změnil soubory, kde provedl 1767 přidání a 465 odebrání
  1. 1 1
      Admin.NET/Admin.NET.Application/Configuration/Upload.json
  2. 5 5
      Admin.NET/Admin.NET.Core/Admin.NET.Core.csproj
  3. 11 1
      Admin.NET/Admin.NET.Core/Service/Job/SysJobService.cs
  4. 4 2
      Web/src/api-services/api.ts
  5. 2 1
      Web/src/api-services/apis/apijsonapi.ts
  6. 2 1
      Web/src/api-services/apis/sys-auth-api.ts
  7. 2 1
      Web/src/api-services/apis/sys-cache-api.ts
  8. 2 1
      Web/src/api-services/apis/sys-code-gen-api.ts
  9. 2 1
      Web/src/api-services/apis/sys-code-gen-config-api.ts
  10. 2 1
      Web/src/api-services/apis/sys-config-api.ts
  11. 2 1
      Web/src/api-services/apis/sys-const-api.ts
  12. 5 5
      Web/src/api-services/apis/sys-database-api.ts
  13. 2 1
      Web/src/api-services/apis/sys-dict-data-api.ts
  14. 2 1
      Web/src/api-services/apis/sys-dict-type-api.ts
  15. 147 0
      Web/src/api-services/apis/sys-email-api.ts
  16. 2 1
      Web/src/api-services/apis/sys-enum-api.ts
  17. 2 1
      Web/src/api-services/apis/sys-file-api.ts
  18. 85 1
      Web/src/api-services/apis/sys-job-api.ts
  19. 2 1
      Web/src/api-services/apis/sys-log-diff-api.ts
  20. 2 1
      Web/src/api-services/apis/sys-log-ex-api.ts
  21. 2 1
      Web/src/api-services/apis/sys-log-op-api.ts
  22. 2 1
      Web/src/api-services/apis/sys-log-vis-api.ts
  23. 2 1
      Web/src/api-services/apis/sys-menu-api.ts
  24. 2 103
      Web/src/api-services/apis/sys-message-api.ts
  25. 2 1
      Web/src/api-services/apis/sys-notice-api.ts
  26. 2 1
      Web/src/api-services/apis/sys-oauth-api.ts
  27. 2 1
      Web/src/api-services/apis/sys-online-user-api.ts
  28. 2 1
      Web/src/api-services/apis/sys-open-access-api.ts
  29. 2 1
      Web/src/api-services/apis/sys-org-api.ts
  30. 2 1
      Web/src/api-services/apis/sys-plugin-api.ts
  31. 2 1
      Web/src/api-services/apis/sys-pos-api.ts
  32. 2 1
      Web/src/api-services/apis/sys-print-api.ts
  33. 2 1
      Web/src/api-services/apis/sys-region-api.ts
  34. 2 1
      Web/src/api-services/apis/sys-role-api.ts
  35. 2 1
      Web/src/api-services/apis/sys-server-api.ts
  36. 2 1
      Web/src/api-services/apis/sys-sms-api.ts
  37. 2 1
      Web/src/api-services/apis/sys-tenant-api.ts
  38. 2 1
      Web/src/api-services/apis/sys-user-api.ts
  39. 2 1
      Web/src/api-services/apis/sys-wechat-api.ts
  40. 2 1
      Web/src/api-services/apis/sys-wechat-pay-api.ts
  41. 2 1
      Web/src/api-services/apis/sys-wechat-user-api.ts
  42. 2 1
      Web/src/api-services/apis/sys-wx-open-api.ts
  43. 2 1
      Web/src/api-services/base.ts
  44. 10 1
      Web/src/api-services/configuration.ts
  45. 2 1
      Web/src/api-services/index.ts
  46. 2 1
      Web/src/api-services/models/account-type-enum.ts
  47. 45 1
      Web/src/api-services/models/add-code-gen-input.ts
  48. 36 15
      Web/src/api-services/models/add-config-input.ts
  49. 43 16
      Web/src/api-services/models/add-dict-data-input.ts
  50. 34 15
      Web/src/api-services/models/add-dict-type-input.ts
  51. 30 2
      Web/src/api-services/models/add-job-detail-input.ts
  52. 50 2
      Web/src/api-services/models/add-job-trigger-input.ts
  53. 57 16
      Web/src/api-services/models/add-menu-input.ts
  54. 41 16
      Web/src/api-services/models/add-notice-input.ts
  55. 33 15
      Web/src/api-services/models/add-open-access-input.ts
  56. 47 15
      Web/src/api-services/models/add-org-input.ts
  57. 36 15
      Web/src/api-services/models/add-plugin-input.ts
  58. 34 15
      Web/src/api-services/models/add-pos-input.ts
  59. 34 15
      Web/src/api-services/models/add-print-input.ts
  60. 37 1
      Web/src/api-services/models/add-region-input.ts
  61. 37 16
      Web/src/api-services/models/add-role-input.ts
  62. 13 1
      Web/src/api-services/models/add-subscribe-message-template-input.ts
  63. 48 17
      Web/src/api-services/models/add-tenant-input.ts
  64. 107 21
      Web/src/api-services/models/add-user-input.ts
  65. 19 1
      Web/src/api-services/models/admin-result-boolean.ts
  66. 18 2
      Web/src/api-services/models/admin-result-file-output.ts
  67. 18 2
      Web/src/api-services/models/admin-result-iaction-result.ts
  68. 19 1
      Web/src/api-services/models/admin-result-int32.ts
  69. 19 1
      Web/src/api-services/models/admin-result-int64.ts
  70. 19 1
      Web/src/api-services/models/admin-result-jobject.ts
  71. 19 1
      Web/src/api-services/models/admin-result-list-code-gen-config.ts
  72. 19 1
      Web/src/api-services/models/admin-result-list-column-ouput.ts
  73. 19 1
      Web/src/api-services/models/admin-result-list-const-output.ts
  74. 19 1
      Web/src/api-services/models/admin-result-list-database-output.ts
  75. 19 1
      Web/src/api-services/models/admin-result-list-db-column-output.ts
  76. 19 1
      Web/src/api-services/models/admin-result-list-db-table-info.ts
  77. 19 1
      Web/src/api-services/models/admin-result-list-enum-entity.ts
  78. 19 1
      Web/src/api-services/models/admin-result-list-enum-type-output.ts
  79. 19 1
      Web/src/api-services/models/admin-result-list-file-output.ts
  80. 19 1
      Web/src/api-services/models/admin-result-list-int64.ts
  81. 19 1
      Web/src/api-services/models/admin-result-list-menu-output.ts
  82. 0 56
      Web/src/api-services/models/admin-result-list-object.ts
  83. 19 1
      Web/src/api-services/models/admin-result-list-role-output.ts
  84. 19 1
      Web/src/api-services/models/admin-result-list-string.ts
  85. 19 1
      Web/src/api-services/models/admin-result-list-sys-config.ts
  86. 19 1
      Web/src/api-services/models/admin-result-list-sys-dict-data.ts
  87. 19 1
      Web/src/api-services/models/admin-result-list-sys-dict-type.ts
  88. 19 1
      Web/src/api-services/models/admin-result-list-sys-job-cluster.ts
  89. 19 1
      Web/src/api-services/models/admin-result-list-sys-job-trigger.ts
  90. 19 1
      Web/src/api-services/models/admin-result-list-sys-menu.ts
  91. 19 1
      Web/src/api-services/models/admin-result-list-sys-notice.ts
  92. 19 1
      Web/src/api-services/models/admin-result-list-sys-org.ts
  93. 19 1
      Web/src/api-services/models/admin-result-list-sys-pos.ts
  94. 19 1
      Web/src/api-services/models/admin-result-list-sys-region.ts
  95. 19 1
      Web/src/api-services/models/admin-result-list-sys-user-ext-org.ts
  96. 19 1
      Web/src/api-services/models/admin-result-list-sys-user.ts
  97. 19 1
      Web/src/api-services/models/admin-result-list-table-output.ts
  98. 18 2
      Web/src/api-services/models/admin-result-login-output.ts
  99. 18 2
      Web/src/api-services/models/admin-result-login-user-output.ts
  100. 19 1
      Web/src/api-services/models/admin-result-object.ts

+ 1 - 1
Admin.NET/Admin.NET.Application/Configuration/Upload.json

@@ -3,7 +3,7 @@
 
   "Upload": {
     "Path": "Upload/{yyyy}/{MM}/{dd}", // 文件上传目录
-    "MaxSize": 20971520, // 文件最大限制1024*1024*20
+    "MaxSize": 20480, // 文件最大限制KB:1024*20
     "ContentType": [ "image/jpg", "image/png", "image/jpeg", "image/gif", "image/bmp", "text/plain", "application/pdf", "application/msword", "application/vnd.ms-excel", "application/vnd.ms-powerpoint", "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "video/mp4" ],
     "EnableMd5": true // 启用文件MDF5验证-防止重复上传
   },

+ 5 - 5
Admin.NET/Admin.NET.Core/Admin.NET.Core.csproj

@@ -21,9 +21,9 @@
     <PackageReference Include="AspNet.Security.OAuth.Gitee" Version="6.0.15" />
     <PackageReference Include="AspNet.Security.OAuth.Weixin" Version="6.0.15" />
     <PackageReference Include="AspNetCoreRateLimit" Version="5.0.0" />
-    <PackageReference Include="Furion.Extras.Authentication.JwtBearer" Version="4.9.1.8" />
-    <PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.9.1.8" />
-    <PackageReference Include="Furion.Pure" Version="4.9.1.8" />
+    <PackageReference Include="Furion.Extras.Authentication.JwtBearer" Version="4.9.1.9" />
+    <PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.9.1.9" />
+    <PackageReference Include="Furion.Pure" Version="4.9.1.9" />
     <PackageReference Include="IPTools.China" Version="1.6.0" />
     <PackageReference Include="Lazy.Captcha.Core" Version="2.0.6" />
     <PackageReference Include="Magicodes.IE.Excel" Version="2.7.4.5" />
@@ -35,9 +35,9 @@
     <PackageReference Include="NEST" Version="7.17.5" />
     <PackageReference Include="NewLife.Redis" Version="5.5.2023.1201" />
     <PackageReference Include="OnceMi.AspNetCore.OSS" Version="1.1.9" />
-    <PackageReference Include="SKIT.FlurlHttpClient.Wechat.Api" Version="2.34.0" />
+    <PackageReference Include="SKIT.FlurlHttpClient.Wechat.Api" Version="2.35.0" />
     <PackageReference Include="SKIT.FlurlHttpClient.Wechat.TenpayV3" Version="2.20.1" />
-    <PackageReference Include="SqlSugarCore" Version="5.1.4.125-preview02" />
+    <PackageReference Include="SqlSugarCore" Version="5.1.4.126" />
     <PackageReference Include="System.Linq.Dynamic.Core" Version="1.3.7" />
     <PackageReference Include="UAParser" Version="3.1.47" />
     <PackageReference Include="Yitter.IdGenerator" Version="1.0.14" />

+ 11 - 1
Admin.NET/Admin.NET.Core/Service/Job/SysJobService.cs

@@ -128,7 +128,7 @@ public class SysJobService : IDynamicApiController, ITransient
             throw Oops.Oh(ErrorCodeEnum.D1704);
 
         var scheduler = _schedulerFactory.GetJob(sysJobDetail.JobId);
-        var oldScriptCode = sysJobDetail.ScriptCode;//旧脚本代码
+        var oldScriptCode = sysJobDetail.ScriptCode; // 旧脚本代码
         input.Adapt(sysJobDetail);
 
         if (input.CreateType == JobCreateTypeEnum.Script)
@@ -280,6 +280,16 @@ public class SysJobService : IDynamicApiController, ITransient
     }
 
     /// <summary>
+    /// 取消作业
+    /// </summary>
+    [DisplayName("取消作业")]
+    public void CancelJob(JobDetailInput input)
+    {
+        var scheduler = _schedulerFactory.GetJob(input.JobId);
+        scheduler?.Cancel();
+    }
+
+    /// <summary>
     /// 执行作业
     /// </summary>
     /// <param name="input"></param>

+ 4 - 2
Web/src/api-services/api.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -10,7 +10,8 @@
  * NOTE: This class is auto generated by the swagger code generator program.
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
- */export * from './apis/apijsonapi';
+ */
+export * from './apis/apijsonapi';
 export * from './apis/sys-auth-api';
 export * from './apis/sys-cache-api';
 export * from './apis/sys-code-gen-api';
@@ -20,6 +21,7 @@ export * from './apis/sys-const-api';
 export * from './apis/sys-database-api';
 export * from './apis/sys-dict-data-api';
 export * from './apis/sys-dict-type-api';
+export * from './apis/sys-email-api';
 export * from './apis/sys-enum-api';
 export * from './apis/sys-file-api';
 export * from './apis/sys-job-api';

+ 2 - 1
Web/src/api-services/apis/apijsonapi.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,6 +11,7 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import globalAxios, { AxiosResponse, AxiosInstance, AxiosRequestConfig } from 'axios';
 import { Configuration } from '../configuration';
 // Some imports not used depending on template conditions

+ 2 - 1
Web/src/api-services/apis/sys-auth-api.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,6 +11,7 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import globalAxios, { AxiosResponse, AxiosInstance, AxiosRequestConfig } from 'axios';
 import { Configuration } from '../configuration';
 // Some imports not used depending on template conditions

+ 2 - 1
Web/src/api-services/apis/sys-cache-api.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,6 +11,7 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import globalAxios, { AxiosResponse, AxiosInstance, AxiosRequestConfig } from 'axios';
 import { Configuration } from '../configuration';
 // Some imports not used depending on template conditions

+ 2 - 1
Web/src/api-services/apis/sys-code-gen-api.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,6 +11,7 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import globalAxios, { AxiosResponse, AxiosInstance, AxiosRequestConfig } from 'axios';
 import { Configuration } from '../configuration';
 // Some imports not used depending on template conditions

+ 2 - 1
Web/src/api-services/apis/sys-code-gen-config-api.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,6 +11,7 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import globalAxios, { AxiosResponse, AxiosInstance, AxiosRequestConfig } from 'axios';
 import { Configuration } from '../configuration';
 // Some imports not used depending on template conditions

+ 2 - 1
Web/src/api-services/apis/sys-config-api.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,6 +11,7 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import globalAxios, { AxiosResponse, AxiosInstance, AxiosRequestConfig } from 'axios';
 import { Configuration } from '../configuration';
 // Some imports not used depending on template conditions

+ 2 - 1
Web/src/api-services/apis/sys-const-api.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,6 +11,7 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import globalAxios, { AxiosResponse, AxiosInstance, AxiosRequestConfig } from 'axios';
 import { Configuration } from '../configuration';
 // Some imports not used depending on template conditions

+ 5 - 5
Web/src/api-services/apis/sys-database-api.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,6 +11,7 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import globalAxios, { AxiosResponse, AxiosInstance, AxiosRequestConfig } from 'axios';
 import { Configuration } from '../configuration';
 // Some imports not used depending on template conditions
@@ -18,7 +19,6 @@ import { Configuration } from '../configuration';
 import { BASE_PATH, COLLECTION_FORMATS, RequestArgs, BaseAPI, RequiredError } from '../base';
 import { AdminResultListDbColumnOutput } from '../models';
 import { AdminResultListDbTableInfo } from '../models';
-import { AdminResultListObject } from '../models';
 import { AdminResultListString } from '../models';
 import { CreateEntityInput } from '../models';
 import { CreateSeedDataInput } from '../models';
@@ -742,7 +742,7 @@ export const SysDatabaseApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async apiSysDatabaseListGet(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<AdminResultListObject>>> {
+        async apiSysDatabaseListGet(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<AdminResultListString>>> {
             const localVarAxiosArgs = await SysDatabaseApiAxiosParamCreator(configuration).apiSysDatabaseListGet(options);
             return (axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
                 const axiosRequestArgs :AxiosRequestConfig = {...localVarAxiosArgs.options, url: basePath + localVarAxiosArgs.url};
@@ -887,7 +887,7 @@ export const SysDatabaseApiFactory = function (configuration?: Configuration, ba
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async apiSysDatabaseListGet(options?: AxiosRequestConfig): Promise<AxiosResponse<AdminResultListObject>> {
+        async apiSysDatabaseListGet(options?: AxiosRequestConfig): Promise<AxiosResponse<AdminResultListString>> {
             return SysDatabaseApiFp(configuration).apiSysDatabaseListGet(options).then((request) => request(axios, basePath));
         },
         /**
@@ -1026,7 +1026,7 @@ export class SysDatabaseApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof SysDatabaseApi
      */
-    public async apiSysDatabaseListGet(options?: AxiosRequestConfig) : Promise<AxiosResponse<AdminResultListObject>> {
+    public async apiSysDatabaseListGet(options?: AxiosRequestConfig) : Promise<AxiosResponse<AdminResultListString>> {
         return SysDatabaseApiFp(this.configuration).apiSysDatabaseListGet(options).then((request) => request(this.axios, this.basePath));
     }
     /**

+ 2 - 1
Web/src/api-services/apis/sys-dict-data-api.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,6 +11,7 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import globalAxios, { AxiosResponse, AxiosInstance, AxiosRequestConfig } from 'axios';
 import { Configuration } from '../configuration';
 // Some imports not used depending on template conditions

+ 2 - 1
Web/src/api-services/apis/sys-dict-type-api.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,6 +11,7 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import globalAxios, { AxiosResponse, AxiosInstance, AxiosRequestConfig } from 'axios';
 import { Configuration } from '../configuration';
 // Some imports not used depending on template conditions

+ 147 - 0
Web/src/api-services/apis/sys-email-api.ts

@@ -0,0 +1,147 @@
+/* tslint:disable */
+/* eslint-disable */
+/**
+ * Admin.NET 通用权限开发平台
+ * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
+ *
+ * OpenAPI spec version: 1.0.0
+ * Contact: 515096995@qq.com
+ *
+ * NOTE: This class is auto generated by the swagger code generator program.
+ * https://github.com/swagger-api/swagger-codegen.git
+ * Do not edit the class manually.
+ */
+
+import globalAxios, { AxiosResponse, AxiosInstance, AxiosRequestConfig } from 'axios';
+import { Configuration } from '../configuration';
+// Some imports not used depending on template conditions
+// @ts-ignore
+import { BASE_PATH, COLLECTION_FORMATS, RequestArgs, BaseAPI, RequiredError } from '../base';
+/**
+ * SysEmailApi - axios parameter creator
+ * @export
+ */
+export const SysEmailApiAxiosParamCreator = function (configuration?: Configuration) {
+    return {
+        /**
+         * 
+         * @summary 发送邮件
+         * @param {string} content 
+         * @param {string} title 
+         * @param {*} [options] Override http request option.
+         * @throws {RequiredError}
+         */
+        apiSysEmailSendEmailContentTitlePost: async (content: string, title: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
+            // verify required parameter 'content' is not null or undefined
+            if (content === null || content === undefined) {
+                throw new RequiredError('content','Required parameter content was null or undefined when calling apiSysEmailSendEmailContentTitlePost.');
+            }
+            // verify required parameter 'title' is not null or undefined
+            if (title === null || title === undefined) {
+                throw new RequiredError('title','Required parameter title was null or undefined when calling apiSysEmailSendEmailContentTitlePost.');
+            }
+            const localVarPath = `/api/sysEmail/sendEmail/{content}/{title}`
+                .replace(`{${"content"}}`, encodeURIComponent(String(content)))
+                .replace(`{${"title"}}`, encodeURIComponent(String(title)));
+            // use dummy base URL string because the URL constructor only accepts absolute URLs.
+            const localVarUrlObj = new URL(localVarPath, 'https://example.com');
+            let baseOptions;
+            if (configuration) {
+                baseOptions = configuration.baseOptions;
+            }
+            const localVarRequestOptions :AxiosRequestConfig = { method: 'POST', ...baseOptions, ...options};
+            const localVarHeaderParameter = {} as any;
+            const localVarQueryParameter = {} as any;
+
+            // authentication Bearer required
+            // http bearer authentication required
+            if (configuration && configuration.accessToken) {
+                const accessToken = typeof configuration.accessToken === 'function'
+                    ? await configuration.accessToken()
+                    : await configuration.accessToken;
+                localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
+            }
+
+            const query = new URLSearchParams(localVarUrlObj.search);
+            for (const key in localVarQueryParameter) {
+                query.set(key, localVarQueryParameter[key]);
+            }
+            for (const key in options.params) {
+                query.set(key, options.params[key]);
+            }
+            localVarUrlObj.search = (new URLSearchParams(query)).toString();
+            let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
+            localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
+
+            return {
+                url: localVarUrlObj.pathname + localVarUrlObj.search + localVarUrlObj.hash,
+                options: localVarRequestOptions,
+            };
+        },
+    }
+};
+
+/**
+ * SysEmailApi - functional programming interface
+ * @export
+ */
+export const SysEmailApiFp = function(configuration?: Configuration) {
+    return {
+        /**
+         * 
+         * @summary 发送邮件
+         * @param {string} content 
+         * @param {string} title 
+         * @param {*} [options] Override http request option.
+         * @throws {RequiredError}
+         */
+        async apiSysEmailSendEmailContentTitlePost(content: string, title: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<void>>> {
+            const localVarAxiosArgs = await SysEmailApiAxiosParamCreator(configuration).apiSysEmailSendEmailContentTitlePost(content, title, options);
+            return (axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
+                const axiosRequestArgs :AxiosRequestConfig = {...localVarAxiosArgs.options, url: basePath + localVarAxiosArgs.url};
+                return axios.request(axiosRequestArgs);
+            };
+        },
+    }
+};
+
+/**
+ * SysEmailApi - factory interface
+ * @export
+ */
+export const SysEmailApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
+    return {
+        /**
+         * 
+         * @summary 发送邮件
+         * @param {string} content 
+         * @param {string} title 
+         * @param {*} [options] Override http request option.
+         * @throws {RequiredError}
+         */
+        async apiSysEmailSendEmailContentTitlePost(content: string, title: string, options?: AxiosRequestConfig): Promise<AxiosResponse<void>> {
+            return SysEmailApiFp(configuration).apiSysEmailSendEmailContentTitlePost(content, title, options).then((request) => request(axios, basePath));
+        },
+    };
+};
+
+/**
+ * SysEmailApi - object-oriented interface
+ * @export
+ * @class SysEmailApi
+ * @extends {BaseAPI}
+ */
+export class SysEmailApi extends BaseAPI {
+    /**
+     * 
+     * @summary 发送邮件
+     * @param {string} content 
+     * @param {string} title 
+     * @param {*} [options] Override http request option.
+     * @throws {RequiredError}
+     * @memberof SysEmailApi
+     */
+    public async apiSysEmailSendEmailContentTitlePost(content: string, title: string, options?: AxiosRequestConfig) : Promise<AxiosResponse<void>> {
+        return SysEmailApiFp(this.configuration).apiSysEmailSendEmailContentTitlePost(content, title, options).then((request) => request(this.axios, this.basePath));
+    }
+}

+ 2 - 1
Web/src/api-services/apis/sys-enum-api.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,6 +11,7 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import globalAxios, { AxiosResponse, AxiosInstance, AxiosRequestConfig } from 'axios';
 import { Configuration } from '../configuration';
 // Some imports not used depending on template conditions

+ 2 - 1
Web/src/api-services/apis/sys-file-api.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,6 +11,7 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import globalAxios, { AxiosResponse, AxiosInstance, AxiosRequestConfig } from 'axios';
 import { Configuration } from '../configuration';
 // Some imports not used depending on template conditions

+ 85 - 1
Web/src/api-services/apis/sys-job-api.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,6 +11,7 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import globalAxios, { AxiosResponse, AxiosInstance, AxiosRequestConfig } from 'axios';
 import { Configuration } from '../configuration';
 // Some imports not used depending on template conditions
@@ -132,6 +133,54 @@ export const SysJobApiAxiosParamCreator = function (configuration?: Configuratio
         },
         /**
          * 
+         * @summary 取消作业
+         * @param {JobDetailInput} [body] 
+         * @param {*} [options] Override http request option.
+         * @throws {RequiredError}
+         */
+        apiSysJobCancelJobPost: async (body?: JobDetailInput, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
+            const localVarPath = `/api/sysJob/cancelJob`;
+            // use dummy base URL string because the URL constructor only accepts absolute URLs.
+            const localVarUrlObj = new URL(localVarPath, 'https://example.com');
+            let baseOptions;
+            if (configuration) {
+                baseOptions = configuration.baseOptions;
+            }
+            const localVarRequestOptions :AxiosRequestConfig = { method: 'POST', ...baseOptions, ...options};
+            const localVarHeaderParameter = {} as any;
+            const localVarQueryParameter = {} as any;
+
+            // authentication Bearer required
+            // http bearer authentication required
+            if (configuration && configuration.accessToken) {
+                const accessToken = typeof configuration.accessToken === 'function'
+                    ? await configuration.accessToken()
+                    : await configuration.accessToken;
+                localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
+            }
+
+            localVarHeaderParameter['Content-Type'] = 'application/json-patch+json';
+
+            const query = new URLSearchParams(localVarUrlObj.search);
+            for (const key in localVarQueryParameter) {
+                query.set(key, localVarQueryParameter[key]);
+            }
+            for (const key in options.params) {
+                query.set(key, options.params[key]);
+            }
+            localVarUrlObj.search = (new URLSearchParams(query)).toString();
+            let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
+            localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
+            const needsSerialization = (typeof body !== "string") || localVarRequestOptions.headers['Content-Type'] === 'application/json';
+            localVarRequestOptions.data =  needsSerialization ? JSON.stringify(body !== undefined ? body : {}) : (body || "");
+
+            return {
+                url: localVarUrlObj.pathname + localVarUrlObj.search + localVarUrlObj.hash,
+                options: localVarRequestOptions,
+            };
+        },
+        /**
+         * 
          * @summary 强制唤醒作业调度器
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
@@ -912,6 +961,20 @@ export const SysJobApiFp = function(configuration?: Configuration) {
         },
         /**
          * 
+         * @summary 取消作业
+         * @param {JobDetailInput} [body] 
+         * @param {*} [options] Override http request option.
+         * @throws {RequiredError}
+         */
+        async apiSysJobCancelJobPost(body?: JobDetailInput, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<void>>> {
+            const localVarAxiosArgs = await SysJobApiAxiosParamCreator(configuration).apiSysJobCancelJobPost(body, options);
+            return (axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
+                const axiosRequestArgs :AxiosRequestConfig = {...localVarAxiosArgs.options, url: basePath + localVarAxiosArgs.url};
+                return axios.request(axiosRequestArgs);
+            };
+        },
+        /**
+         * 
          * @summary 强制唤醒作业调度器
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
@@ -1160,6 +1223,16 @@ export const SysJobApiFactory = function (configuration?: Configuration, basePat
         },
         /**
          * 
+         * @summary 取消作业
+         * @param {JobDetailInput} [body] 
+         * @param {*} [options] Override http request option.
+         * @throws {RequiredError}
+         */
+        async apiSysJobCancelJobPost(body?: JobDetailInput, options?: AxiosRequestConfig): Promise<AxiosResponse<void>> {
+            return SysJobApiFp(configuration).apiSysJobCancelJobPost(body, options).then((request) => request(axios, basePath));
+        },
+        /**
+         * 
          * @summary 强制唤醒作业调度器
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
@@ -1347,6 +1420,17 @@ export class SysJobApi extends BaseAPI {
     }
     /**
      * 
+     * @summary 取消作业
+     * @param {JobDetailInput} [body] 
+     * @param {*} [options] Override http request option.
+     * @throws {RequiredError}
+     * @memberof SysJobApi
+     */
+    public async apiSysJobCancelJobPost(body?: JobDetailInput, options?: AxiosRequestConfig) : Promise<AxiosResponse<void>> {
+        return SysJobApiFp(this.configuration).apiSysJobCancelJobPost(body, options).then((request) => request(this.axios, this.basePath));
+    }
+    /**
+     * 
      * @summary 强制唤醒作业调度器
      * @param {*} [options] Override http request option.
      * @throws {RequiredError}

+ 2 - 1
Web/src/api-services/apis/sys-log-diff-api.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,6 +11,7 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import globalAxios, { AxiosResponse, AxiosInstance, AxiosRequestConfig } from 'axios';
 import { Configuration } from '../configuration';
 // Some imports not used depending on template conditions

+ 2 - 1
Web/src/api-services/apis/sys-log-ex-api.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,6 +11,7 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import globalAxios, { AxiosResponse, AxiosInstance, AxiosRequestConfig } from 'axios';
 import { Configuration } from '../configuration';
 // Some imports not used depending on template conditions

+ 2 - 1
Web/src/api-services/apis/sys-log-op-api.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,6 +11,7 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import globalAxios, { AxiosResponse, AxiosInstance, AxiosRequestConfig } from 'axios';
 import { Configuration } from '../configuration';
 // Some imports not used depending on template conditions

+ 2 - 1
Web/src/api-services/apis/sys-log-vis-api.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,6 +11,7 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import globalAxios, { AxiosResponse, AxiosInstance, AxiosRequestConfig } from 'axios';
 import { Configuration } from '../configuration';
 // Some imports not used depending on template conditions

+ 2 - 1
Web/src/api-services/apis/sys-menu-api.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,6 +11,7 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import globalAxios, { AxiosResponse, AxiosInstance, AxiosRequestConfig } from 'axios';
 import { Configuration } from '../configuration';
 // Some imports not used depending on template conditions

+ 2 - 103
Web/src/api-services/apis/sys-message-api.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,6 +11,7 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import globalAxios, { AxiosResponse, AxiosInstance, AxiosRequestConfig } from 'axios';
 import { Configuration } from '../configuration';
 // Some imports not used depending on template conditions
@@ -73,67 +74,6 @@ export const SysMessageApiAxiosParamCreator = function (configuration?: Configur
         },
         /**
          * 
-         * @summary 发送邮件
-         * @param {string} message 
-         * @param {string} title 
-         * @param {boolean} isHtml 
-         * @param {*} [options] Override http request option.
-         * @throws {RequiredError}
-         */
-        apiSysMessageSendEmailMessageTitleIsHtmlPost: async (message: string, title: string, isHtml: boolean, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
-            // verify required parameter 'message' is not null or undefined
-            if (message === null || message === undefined) {
-                throw new RequiredError('message','Required parameter message was null or undefined when calling apiSysMessageSendEmailMessageTitleIsHtmlPost.');
-            }
-            // verify required parameter 'title' is not null or undefined
-            if (title === null || title === undefined) {
-                throw new RequiredError('title','Required parameter title was null or undefined when calling apiSysMessageSendEmailMessageTitleIsHtmlPost.');
-            }
-            // verify required parameter 'isHtml' is not null or undefined
-            if (isHtml === null || isHtml === undefined) {
-                throw new RequiredError('isHtml','Required parameter isHtml was null or undefined when calling apiSysMessageSendEmailMessageTitleIsHtmlPost.');
-            }
-            const localVarPath = `/api/sysMessage/sendEmail/{message}/{title}/{isHtml}`
-                .replace(`{${"message"}}`, encodeURIComponent(String(message)))
-                .replace(`{${"title"}}`, encodeURIComponent(String(title)))
-                .replace(`{${"isHtml"}}`, encodeURIComponent(String(isHtml)));
-            // use dummy base URL string because the URL constructor only accepts absolute URLs.
-            const localVarUrlObj = new URL(localVarPath, 'https://example.com');
-            let baseOptions;
-            if (configuration) {
-                baseOptions = configuration.baseOptions;
-            }
-            const localVarRequestOptions :AxiosRequestConfig = { method: 'POST', ...baseOptions, ...options};
-            const localVarHeaderParameter = {} as any;
-            const localVarQueryParameter = {} as any;
-
-            // authentication Bearer required
-            // http bearer authentication required
-            if (configuration && configuration.accessToken) {
-                const accessToken = typeof configuration.accessToken === 'function'
-                    ? await configuration.accessToken()
-                    : await configuration.accessToken;
-                localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
-            }
-
-            const query = new URLSearchParams(localVarUrlObj.search);
-            for (const key in localVarQueryParameter) {
-                query.set(key, localVarQueryParameter[key]);
-            }
-            for (const key in options.params) {
-                query.set(key, options.params[key]);
-            }
-            localVarUrlObj.search = (new URLSearchParams(query)).toString();
-            let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
-            localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
-
-            return {
-                url: localVarUrlObj.pathname + localVarUrlObj.search + localVarUrlObj.hash,
-                options: localVarRequestOptions,
-            };
-        },
-        /**
-         * 
          * @summary 发送消息给除了发送人的其他人
          * @param {MessageInput} [body] 
          * @param {*} [options] Override http request option.
@@ -301,22 +241,6 @@ export const SysMessageApiFp = function(configuration?: Configuration) {
         },
         /**
          * 
-         * @summary 发送邮件
-         * @param {string} message 
-         * @param {string} title 
-         * @param {boolean} isHtml 
-         * @param {*} [options] Override http request option.
-         * @throws {RequiredError}
-         */
-        async apiSysMessageSendEmailMessageTitleIsHtmlPost(message: string, title: string, isHtml: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<void>>> {
-            const localVarAxiosArgs = await SysMessageApiAxiosParamCreator(configuration).apiSysMessageSendEmailMessageTitleIsHtmlPost(message, title, isHtml, options);
-            return (axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
-                const axiosRequestArgs :AxiosRequestConfig = {...localVarAxiosArgs.options, url: basePath + localVarAxiosArgs.url};
-                return axios.request(axiosRequestArgs);
-            };
-        },
-        /**
-         * 
          * @summary 发送消息给除了发送人的其他人
          * @param {MessageInput} [body] 
          * @param {*} [options] Override http request option.
@@ -378,18 +302,6 @@ export const SysMessageApiFactory = function (configuration?: Configuration, bas
         },
         /**
          * 
-         * @summary 发送邮件
-         * @param {string} message 
-         * @param {string} title 
-         * @param {boolean} isHtml 
-         * @param {*} [options] Override http request option.
-         * @throws {RequiredError}
-         */
-        async apiSysMessageSendEmailMessageTitleIsHtmlPost(message: string, title: string, isHtml: boolean, options?: AxiosRequestConfig): Promise<AxiosResponse<void>> {
-            return SysMessageApiFp(configuration).apiSysMessageSendEmailMessageTitleIsHtmlPost(message, title, isHtml, options).then((request) => request(axios, basePath));
-        },
-        /**
-         * 
          * @summary 发送消息给除了发送人的其他人
          * @param {MessageInput} [body] 
          * @param {*} [options] Override http request option.
@@ -441,19 +353,6 @@ export class SysMessageApi extends BaseAPI {
     }
     /**
      * 
-     * @summary 发送邮件
-     * @param {string} message 
-     * @param {string} title 
-     * @param {boolean} isHtml 
-     * @param {*} [options] Override http request option.
-     * @throws {RequiredError}
-     * @memberof SysMessageApi
-     */
-    public async apiSysMessageSendEmailMessageTitleIsHtmlPost(message: string, title: string, isHtml: boolean, options?: AxiosRequestConfig) : Promise<AxiosResponse<void>> {
-        return SysMessageApiFp(this.configuration).apiSysMessageSendEmailMessageTitleIsHtmlPost(message, title, isHtml, options).then((request) => request(this.axios, this.basePath));
-    }
-    /**
-     * 
      * @summary 发送消息给除了发送人的其他人
      * @param {MessageInput} [body] 
      * @param {*} [options] Override http request option.

+ 2 - 1
Web/src/api-services/apis/sys-notice-api.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,6 +11,7 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import globalAxios, { AxiosResponse, AxiosInstance, AxiosRequestConfig } from 'axios';
 import { Configuration } from '../configuration';
 // Some imports not used depending on template conditions

+ 2 - 1
Web/src/api-services/apis/sys-oauth-api.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,6 +11,7 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import globalAxios, { AxiosResponse, AxiosInstance, AxiosRequestConfig } from 'axios';
 import { Configuration } from '../configuration';
 // Some imports not used depending on template conditions

+ 2 - 1
Web/src/api-services/apis/sys-online-user-api.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,6 +11,7 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import globalAxios, { AxiosResponse, AxiosInstance, AxiosRequestConfig } from 'axios';
 import { Configuration } from '../configuration';
 // Some imports not used depending on template conditions

+ 2 - 1
Web/src/api-services/apis/sys-open-access-api.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,6 +11,7 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import globalAxios, { AxiosResponse, AxiosInstance, AxiosRequestConfig } from 'axios';
 import { Configuration } from '../configuration';
 // Some imports not used depending on template conditions

+ 2 - 1
Web/src/api-services/apis/sys-org-api.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,6 +11,7 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import globalAxios, { AxiosResponse, AxiosInstance, AxiosRequestConfig } from 'axios';
 import { Configuration } from '../configuration';
 // Some imports not used depending on template conditions

+ 2 - 1
Web/src/api-services/apis/sys-plugin-api.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,6 +11,7 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import globalAxios, { AxiosResponse, AxiosInstance, AxiosRequestConfig } from 'axios';
 import { Configuration } from '../configuration';
 // Some imports not used depending on template conditions

+ 2 - 1
Web/src/api-services/apis/sys-pos-api.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,6 +11,7 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import globalAxios, { AxiosResponse, AxiosInstance, AxiosRequestConfig } from 'axios';
 import { Configuration } from '../configuration';
 // Some imports not used depending on template conditions

+ 2 - 1
Web/src/api-services/apis/sys-print-api.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,6 +11,7 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import globalAxios, { AxiosResponse, AxiosInstance, AxiosRequestConfig } from 'axios';
 import { Configuration } from '../configuration';
 // Some imports not used depending on template conditions

+ 2 - 1
Web/src/api-services/apis/sys-region-api.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,6 +11,7 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import globalAxios, { AxiosResponse, AxiosInstance, AxiosRequestConfig } from 'axios';
 import { Configuration } from '../configuration';
 // Some imports not used depending on template conditions

+ 2 - 1
Web/src/api-services/apis/sys-role-api.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,6 +11,7 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import globalAxios, { AxiosResponse, AxiosInstance, AxiosRequestConfig } from 'axios';
 import { Configuration } from '../configuration';
 // Some imports not used depending on template conditions

+ 2 - 1
Web/src/api-services/apis/sys-server-api.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,6 +11,7 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import globalAxios, { AxiosResponse, AxiosInstance, AxiosRequestConfig } from 'axios';
 import { Configuration } from '../configuration';
 // Some imports not used depending on template conditions

+ 2 - 1
Web/src/api-services/apis/sys-sms-api.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,6 +11,7 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import globalAxios, { AxiosResponse, AxiosInstance, AxiosRequestConfig } from 'axios';
 import { Configuration } from '../configuration';
 // Some imports not used depending on template conditions

+ 2 - 1
Web/src/api-services/apis/sys-tenant-api.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,6 +11,7 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import globalAxios, { AxiosResponse, AxiosInstance, AxiosRequestConfig } from 'axios';
 import { Configuration } from '../configuration';
 // Some imports not used depending on template conditions

+ 2 - 1
Web/src/api-services/apis/sys-user-api.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,6 +11,7 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import globalAxios, { AxiosResponse, AxiosInstance, AxiosRequestConfig } from 'axios';
 import { Configuration } from '../configuration';
 // Some imports not used depending on template conditions

+ 2 - 1
Web/src/api-services/apis/sys-wechat-api.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,6 +11,7 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import globalAxios, { AxiosResponse, AxiosInstance, AxiosRequestConfig } from 'axios';
 import { Configuration } from '../configuration';
 // Some imports not used depending on template conditions

+ 2 - 1
Web/src/api-services/apis/sys-wechat-pay-api.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,6 +11,7 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import globalAxios, { AxiosResponse, AxiosInstance, AxiosRequestConfig } from 'axios';
 import { Configuration } from '../configuration';
 // Some imports not used depending on template conditions

+ 2 - 1
Web/src/api-services/apis/sys-wechat-user-api.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,6 +11,7 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import globalAxios, { AxiosResponse, AxiosInstance, AxiosRequestConfig } from 'axios';
 import { Configuration } from '../configuration';
 // Some imports not used depending on template conditions

+ 2 - 1
Web/src/api-services/apis/sys-wx-open-api.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,6 +11,7 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import globalAxios, { AxiosResponse, AxiosInstance, AxiosRequestConfig } from 'axios';
 import { Configuration } from '../configuration';
 // Some imports not used depending on template conditions

+ 2 - 1
Web/src/api-services/base.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,6 +11,7 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import { Configuration } from "./configuration";
 // Some imports not used depending on template conditions
 // @ts-ignore

+ 10 - 1
Web/src/api-services/configuration.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,6 +11,7 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 export interface ConfigurationParameters {
     apiKey?: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>);
     username?: string;
@@ -21,12 +22,15 @@ export interface ConfigurationParameters {
 }
 
 export class Configuration {
+
     /**
      * parameter for apiKey security
+     *
      * @param name security name
      * @memberof Configuration
      */
     apiKey?: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>);
+
     /**
      * parameter for basic security
      *
@@ -34,6 +38,7 @@ export class Configuration {
      * @memberof Configuration
      */
     username?: string;
+
     /**
      * parameter for basic security
      *
@@ -41,13 +46,16 @@ export class Configuration {
      * @memberof Configuration
      */
     password?: string;
+
     /**
      * parameter for oauth2 security
+     *
      * @param name security name
      * @param scopes oauth2 scope
      * @memberof Configuration
      */
     accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>);
+
     /**
      * override base path
      *
@@ -55,6 +63,7 @@ export class Configuration {
      * @memberof Configuration
      */
     basePath?: string;
+
     /**
      * base options for axios calls
      *

+ 2 - 1
Web/src/api-services/index.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,6 +11,7 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 export * from "./api";
 export * from "./configuration";
 export * from "./models";

+ 2 - 1
Web/src/api-services/models/account-type-enum.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,6 +11,7 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 /**
  * 账号类型枚举<br />&nbsp;会员 Member = 666<br />&nbsp;普通账号 NormalUser = 777<br />&nbsp;系统管理员 SysAdmin = 888<br />&nbsp;超级管理员 SuperAdmin = 999<br />
  * @export

+ 45 - 1
Web/src/api-services/models/add-code-gen-input.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,122 +11,166 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
+import {
+    
+} from ".";
+
 /**
  * 
+ *
  * @export
  * @interface AddCodeGenInput
  */
 export interface AddCodeGenInput {
+
     /**
      * 当前页码
+     *
      * @type {number}
      * @memberof AddCodeGenInput
      */
     page?: number;
+
     /**
      * 页码容量
+     *
      * @type {number}
      * @memberof AddCodeGenInput
      */
     pageSize?: number;
+
     /**
      * 排序字段
+     *
      * @type {string}
      * @memberof AddCodeGenInput
      */
     field?: string | null;
+
     /**
      * 排序方向
+     *
      * @type {string}
      * @memberof AddCodeGenInput
      */
     order?: string | null;
+
     /**
      * 降序排序
+     *
      * @type {string}
      * @memberof AddCodeGenInput
      */
     descStr?: string | null;
+
     /**
      * 类名
+     *
      * @type {string}
      * @memberof AddCodeGenInput
      */
     className?: string | null;
+
     /**
      * 是否移除表前缀
+     *
      * @type {string}
      * @memberof AddCodeGenInput
      */
     tablePrefix?: string | null;
+
     /**
      * 库定位器名
+     *
      * @type {string}
      * @memberof AddCodeGenInput
      */
     configId?: string | null;
+
     /**
      * 数据库名(保留字段)
+     *
      * @type {string}
      * @memberof AddCodeGenInput
      */
     dbName?: string | null;
+
     /**
      * 数据库类型
+     *
      * @type {string}
      * @memberof AddCodeGenInput
      */
     dbType?: string | null;
+
     /**
      * 数据库链接
+     *
      * @type {string}
      * @memberof AddCodeGenInput
      */
     connectionString?: string | null;
+
     /**
      * 功能名(数据库表名称)
+     *
      * @type {string}
      * @memberof AddCodeGenInput
      */
     tableComment?: string | null;
+
     /**
      * 菜单应用分类(应用编码)
+     *
      * @type {string}
      * @memberof AddCodeGenInput
      */
     menuApplication?: string | null;
+
     /**
      * 数据库表名
+     *
      * @type {string}
      * @memberof AddCodeGenInput
      */
     tableName: string;
+
     /**
      * 业务名(业务代码包名称)
+     *
      * @type {string}
      * @memberof AddCodeGenInput
      */
     busName: string;
+
     /**
      * 命名空间
+     *
      * @type {string}
      * @memberof AddCodeGenInput
      */
     nameSpace: string;
+
     /**
      * 作者姓名
+     *
      * @type {string}
      * @memberof AddCodeGenInput
      */
     authorName: string;
+
     /**
      * 生成方式
+     *
      * @type {string}
      * @memberof AddCodeGenInput
      */
     generateType: string;
+
     /**
      * 菜单父级
+     *
      * @type {number}
      * @memberof AddCodeGenInput
      */

+ 36 - 15
Web/src/api-services/models/add-config-input.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,112 +11,133 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
-import { SysUser } from './sys-user';
+
 import { YesNoEnum } from './yes-no-enum';
+import {
+    YesNoEnum,
+} from ".";
+
 /**
  * 
+ *
  * @export
  * @interface AddConfigInput
  */
 export interface AddConfigInput {
+
     /**
      * 雪花Id
+     *
      * @type {number}
      * @memberof AddConfigInput
      */
     id?: number;
+
     /**
      * 创建时间
+     *
      * @type {Date}
      * @memberof AddConfigInput
      */
     createTime?: Date | null;
+
     /**
      * 更新时间
+     *
      * @type {Date}
      * @memberof AddConfigInput
      */
     updateTime?: Date | null;
+
     /**
      * 创建者Id
+     *
      * @type {number}
      * @memberof AddConfigInput
      */
     createUserId?: number | null;
-    /**
-     * 
-     * @type {SysUser}
-     * @memberof AddConfigInput
-     */
-    createUser?: SysUser;
+
     /**
      * 创建者姓名
+     *
      * @type {string}
      * @memberof AddConfigInput
      */
     createUserName?: string | null;
+
     /**
      * 修改者Id
+     *
      * @type {number}
      * @memberof AddConfigInput
      */
     updateUserId?: number | null;
-    /**
-     * 
-     * @type {SysUser}
-     * @memberof AddConfigInput
-     */
-    updateUser?: SysUser;
+
     /**
      * 修改者姓名
+     *
      * @type {string}
      * @memberof AddConfigInput
      */
     updateUserName?: string | null;
+
     /**
      * 软删除
+     *
      * @type {boolean}
      * @memberof AddConfigInput
      */
     isDelete?: boolean;
+
     /**
      * 名称
+     *
      * @type {string}
      * @memberof AddConfigInput
      */
     name: string;
+
     /**
      * 编码
+     *
      * @type {string}
      * @memberof AddConfigInput
      */
     code?: string | null;
+
     /**
      * 属性值
+     *
      * @type {string}
      * @memberof AddConfigInput
      */
     value?: string | null;
+
     /**
-     * 
      * @type {YesNoEnum}
      * @memberof AddConfigInput
      */
     sysFlag?: YesNoEnum;
+
     /**
      * 分组编码
+     *
      * @type {string}
      * @memberof AddConfigInput
      */
     groupCode?: string | null;
+
     /**
      * 排序
+     *
      * @type {number}
      * @memberof AddConfigInput
      */
     orderNo?: number;
+
     /**
      * 备注
+     *
      * @type {string}
      * @memberof AddConfigInput
      */

+ 43 - 16
Web/src/api-services/models/add-dict-data-input.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,137 +11,164 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import { StatusEnum } from './status-enum';
 import { SysDictType } from './sys-dict-type';
-import { SysUser } from './sys-user';
+import {
+    StatusEnum,SysDictType,
+} from ".";
+
 /**
  * 
+ *
  * @export
  * @interface AddDictDataInput
  */
 export interface AddDictDataInput {
+
     /**
      * 雪花Id
+     *
      * @type {number}
      * @memberof AddDictDataInput
      */
     id?: number;
+
     /**
      * 创建时间
+     *
      * @type {Date}
      * @memberof AddDictDataInput
      */
     createTime?: Date | null;
+
     /**
      * 更新时间
+     *
      * @type {Date}
      * @memberof AddDictDataInput
      */
     updateTime?: Date | null;
+
     /**
      * 创建者Id
+     *
      * @type {number}
      * @memberof AddDictDataInput
      */
     createUserId?: number | null;
-    /**
-     * 
-     * @type {SysUser}
-     * @memberof AddDictDataInput
-     */
-    createUser?: SysUser;
+
     /**
      * 创建者姓名
+     *
      * @type {string}
      * @memberof AddDictDataInput
      */
     createUserName?: string | null;
+
     /**
      * 修改者Id
+     *
      * @type {number}
      * @memberof AddDictDataInput
      */
     updateUserId?: number | null;
-    /**
-     * 
-     * @type {SysUser}
-     * @memberof AddDictDataInput
-     */
-    updateUser?: SysUser;
+
     /**
      * 修改者姓名
+     *
      * @type {string}
      * @memberof AddDictDataInput
      */
     updateUserName?: string | null;
+
     /**
      * 软删除
+     *
      * @type {boolean}
      * @memberof AddDictDataInput
      */
     isDelete?: boolean;
+
     /**
      * 字典类型Id
+     *
      * @type {number}
      * @memberof AddDictDataInput
      */
     dictTypeId?: number;
+
     /**
-     * 
      * @type {SysDictType}
      * @memberof AddDictDataInput
      */
     dictType?: SysDictType;
+
     /**
      * 值
+     *
      * @type {string}
      * @memberof AddDictDataInput
      */
     value: string;
+
     /**
      * 编码
+     *
      * @type {string}
      * @memberof AddDictDataInput
      */
     code: string;
+
     /**
      * 显示样式-标签颜色
+     *
      * @type {string}
      * @memberof AddDictDataInput
      */
     tagType?: string | null;
+
     /**
      * 显示样式-Style(控制显示样式)
+     *
      * @type {string}
      * @memberof AddDictDataInput
      */
     styleSetting?: string | null;
+
     /**
      * 显示样式-Class(控制显示样式)
+     *
      * @type {string}
      * @memberof AddDictDataInput
      */
     classSetting?: string | null;
+
     /**
      * 排序
+     *
      * @type {number}
      * @memberof AddDictDataInput
      */
     orderNo?: number;
+
     /**
      * 备注
+     *
      * @type {string}
      * @memberof AddDictDataInput
      */
     remark?: string | null;
+
     /**
      * 拓展数据(保存业务功能的配置项)
+     *
      * @type {string}
      * @memberof AddDictDataInput
      */
     extData?: string | null;
+
     /**
-     * 
      * @type {StatusEnum}
      * @memberof AddDictDataInput
      */

+ 34 - 15
Web/src/api-services/models/add-dict-type-input.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,107 +11,126 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import { StatusEnum } from './status-enum';
 import { SysDictData } from './sys-dict-data';
-import { SysUser } from './sys-user';
+import {
+    StatusEnum,SysDictData,
+} from ".";
+
 /**
  * 
+ *
  * @export
  * @interface AddDictTypeInput
  */
 export interface AddDictTypeInput {
+
     /**
      * 雪花Id
+     *
      * @type {number}
      * @memberof AddDictTypeInput
      */
     id?: number;
+
     /**
      * 创建时间
+     *
      * @type {Date}
      * @memberof AddDictTypeInput
      */
     createTime?: Date | null;
+
     /**
      * 更新时间
+     *
      * @type {Date}
      * @memberof AddDictTypeInput
      */
     updateTime?: Date | null;
+
     /**
      * 创建者Id
+     *
      * @type {number}
      * @memberof AddDictTypeInput
      */
     createUserId?: number | null;
-    /**
-     * 
-     * @type {SysUser}
-     * @memberof AddDictTypeInput
-     */
-    createUser?: SysUser;
+
     /**
      * 创建者姓名
+     *
      * @type {string}
      * @memberof AddDictTypeInput
      */
     createUserName?: string | null;
+
     /**
      * 修改者Id
+     *
      * @type {number}
      * @memberof AddDictTypeInput
      */
     updateUserId?: number | null;
-    /**
-     * 
-     * @type {SysUser}
-     * @memberof AddDictTypeInput
-     */
-    updateUser?: SysUser;
+
     /**
      * 修改者姓名
+     *
      * @type {string}
      * @memberof AddDictTypeInput
      */
     updateUserName?: string | null;
+
     /**
      * 软删除
+     *
      * @type {boolean}
      * @memberof AddDictTypeInput
      */
     isDelete?: boolean;
+
     /**
      * 名称
+     *
      * @type {string}
      * @memberof AddDictTypeInput
      */
     name: string;
+
     /**
      * 编码
+     *
      * @type {string}
      * @memberof AddDictTypeInput
      */
     code: string;
+
     /**
      * 排序
+     *
      * @type {number}
      * @memberof AddDictTypeInput
      */
     orderNo?: number;
+
     /**
      * 备注
+     *
      * @type {string}
      * @memberof AddDictTypeInput
      */
     remark?: string | null;
+
     /**
-     * 
      * @type {StatusEnum}
      * @memberof AddDictTypeInput
      */
     status?: StatusEnum;
+
     /**
      * 字典值集合
+     *
      * @type {Array<SysDictData>}
      * @memberof AddDictTypeInput
      */

+ 30 - 2
Web/src/api-services/models/add-job-detail-input.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,81 +11,109 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import { JobCreateTypeEnum } from './job-create-type-enum';
+import {
+    JobCreateTypeEnum,
+} from ".";
+
 /**
  * 
+ *
  * @export
  * @interface AddJobDetailInput
  */
 export interface AddJobDetailInput {
+
     /**
      * 雪花Id
+     *
      * @type {number}
      * @memberof AddJobDetailInput
      */
     id?: number;
+
     /**
      * 组名称
+     *
      * @type {string}
      * @memberof AddJobDetailInput
      */
     groupName?: string | null;
+
     /**
      * 作业类型FullName
+     *
      * @type {string}
      * @memberof AddJobDetailInput
      */
     jobType?: string | null;
+
     /**
      * 程序集Name
+     *
      * @type {string}
      * @memberof AddJobDetailInput
      */
     assemblyName?: string | null;
+
     /**
      * 描述信息
+     *
      * @type {string}
      * @memberof AddJobDetailInput
      */
     description?: string | null;
+
     /**
      * 是否并行执行
+     *
      * @type {boolean}
      * @memberof AddJobDetailInput
      */
     concurrent?: boolean;
+
     /**
      * 是否扫描特性触发器
+     *
      * @type {boolean}
      * @memberof AddJobDetailInput
      */
     includeAnnotations?: boolean;
+
     /**
      * 额外数据
+     *
      * @type {string}
      * @memberof AddJobDetailInput
      */
     properties?: string | null;
+
     /**
      * 更新时间
+     *
      * @type {Date}
      * @memberof AddJobDetailInput
      */
     updatedTime?: Date | null;
+
     /**
-     * 
      * @type {JobCreateTypeEnum}
      * @memberof AddJobDetailInput
      */
     createType?: JobCreateTypeEnum;
+
     /**
      * 脚本代码
+     *
      * @type {string}
      * @memberof AddJobDetailInput
      */
     scriptCode?: string | null;
+
     /**
      * 作业Id
+     *
      * @type {string}
      * @memberof AddJobDetailInput
      */

+ 50 - 2
Web/src/api-services/models/add-job-trigger-input.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,141 +11,189 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import { TriggerStatus } from './trigger-status';
+import {
+    TriggerStatus,
+} from ".";
+
 /**
  * 
+ *
  * @export
  * @interface AddJobTriggerInput
  */
 export interface AddJobTriggerInput {
+
     /**
      * 雪花Id
+     *
      * @type {number}
      * @memberof AddJobTriggerInput
      */
     id?: number;
+
     /**
      * 触发器类型FullName
+     *
      * @type {string}
      * @memberof AddJobTriggerInput
      */
     triggerType?: string | null;
+
     /**
      * 程序集Name
+     *
      * @type {string}
      * @memberof AddJobTriggerInput
      */
     assemblyName?: string | null;
+
     /**
      * 参数
+     *
      * @type {string}
      * @memberof AddJobTriggerInput
      */
     args?: string | null;
+
     /**
      * 描述信息
+     *
      * @type {string}
      * @memberof AddJobTriggerInput
      */
     description?: string | null;
+
     /**
-     * 
      * @type {TriggerStatus}
      * @memberof AddJobTriggerInput
      */
     status?: TriggerStatus;
+
     /**
      * 起始时间
+     *
      * @type {Date}
      * @memberof AddJobTriggerInput
      */
     startTime?: Date | null;
+
     /**
      * 结束时间
+     *
      * @type {Date}
      * @memberof AddJobTriggerInput
      */
     endTime?: Date | null;
+
     /**
      * 最近运行时间
+     *
      * @type {Date}
      * @memberof AddJobTriggerInput
      */
     lastRunTime?: Date | null;
+
     /**
      * 下一次运行时间
+     *
      * @type {Date}
      * @memberof AddJobTriggerInput
      */
     nextRunTime?: Date | null;
+
     /**
      * 触发次数
+     *
      * @type {number}
      * @memberof AddJobTriggerInput
      */
     numberOfRuns?: number;
+
     /**
      * 最大触发次数(0:不限制,n:N次)
+     *
      * @type {number}
      * @memberof AddJobTriggerInput
      */
     maxNumberOfRuns?: number;
+
     /**
      * 出错次数
+     *
      * @type {number}
      * @memberof AddJobTriggerInput
      */
     numberOfErrors?: number;
+
     /**
      * 最大出错次数(0:不限制,n:N次)
+     *
      * @type {number}
      * @memberof AddJobTriggerInput
      */
     maxNumberOfErrors?: number;
+
     /**
      * 重试次数
+     *
      * @type {number}
      * @memberof AddJobTriggerInput
      */
     numRetries?: number;
+
     /**
      * 重试间隔时间(ms)
+     *
      * @type {number}
      * @memberof AddJobTriggerInput
      */
     retryTimeout?: number;
+
     /**
      * 是否立即启动
+     *
      * @type {boolean}
      * @memberof AddJobTriggerInput
      */
     startNow?: boolean;
+
     /**
      * 是否启动时执行一次
+     *
      * @type {boolean}
      * @memberof AddJobTriggerInput
      */
     runOnStart?: boolean;
+
     /**
      * 是否在启动时重置最大触发次数等于一次的作业
+     *
      * @type {boolean}
      * @memberof AddJobTriggerInput
      */
     resetOnlyOnce?: boolean;
+
     /**
      * 更新时间
+     *
      * @type {Date}
      * @memberof AddJobTriggerInput
      */
     updatedTime?: Date | null;
+
     /**
      * 作业Id
+     *
      * @type {string}
      * @memberof AddJobTriggerInput
      */
     jobId: string;
+
     /**
      * 触发器Id
+     *
      * @type {string}
      * @memberof AddJobTriggerInput
      */

+ 57 - 16
Web/src/api-services/models/add-menu-input.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,180 +11,221 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import { MenuTypeEnum } from './menu-type-enum';
 import { StatusEnum } from './status-enum';
 import { SysMenu } from './sys-menu';
-import { SysUser } from './sys-user';
+import {
+    MenuTypeEnum,StatusEnum,SysMenu,
+} from ".";
+
 /**
  * 
+ *
  * @export
  * @interface AddMenuInput
  */
 export interface AddMenuInput {
+
     /**
      * 雪花Id
+     *
      * @type {number}
      * @memberof AddMenuInput
      */
     id?: number;
+
     /**
      * 创建时间
+     *
      * @type {Date}
      * @memberof AddMenuInput
      */
     createTime?: Date | null;
+
     /**
      * 更新时间
+     *
      * @type {Date}
      * @memberof AddMenuInput
      */
     updateTime?: Date | null;
+
     /**
      * 创建者Id
+     *
      * @type {number}
      * @memberof AddMenuInput
      */
     createUserId?: number | null;
-    /**
-     * 
-     * @type {SysUser}
-     * @memberof AddMenuInput
-     */
-    createUser?: SysUser;
+
     /**
      * 创建者姓名
+     *
      * @type {string}
      * @memberof AddMenuInput
      */
     createUserName?: string | null;
+
     /**
      * 修改者Id
+     *
      * @type {number}
      * @memberof AddMenuInput
      */
     updateUserId?: number | null;
-    /**
-     * 
-     * @type {SysUser}
-     * @memberof AddMenuInput
-     */
-    updateUser?: SysUser;
+
     /**
      * 修改者姓名
+     *
      * @type {string}
      * @memberof AddMenuInput
      */
     updateUserName?: string | null;
+
     /**
      * 软删除
+     *
      * @type {boolean}
      * @memberof AddMenuInput
      */
     isDelete?: boolean;
+
     /**
      * 父Id
+     *
      * @type {number}
      * @memberof AddMenuInput
      */
     pid?: number;
+
     /**
-     * 
      * @type {MenuTypeEnum}
      * @memberof AddMenuInput
      */
     type?: MenuTypeEnum;
+
     /**
      * 路由名称
+     *
      * @type {string}
      * @memberof AddMenuInput
      */
     name?: string | null;
+
     /**
      * 路由地址
+     *
      * @type {string}
      * @memberof AddMenuInput
      */
     path?: string | null;
+
     /**
      * 组件路径
+     *
      * @type {string}
      * @memberof AddMenuInput
      */
     component?: string | null;
+
     /**
      * 重定向
+     *
      * @type {string}
      * @memberof AddMenuInput
      */
     redirect?: string | null;
+
     /**
      * 权限标识
+     *
      * @type {string}
      * @memberof AddMenuInput
      */
     permission?: string | null;
+
     /**
      * 图标
+     *
      * @type {string}
      * @memberof AddMenuInput
      */
     icon?: string | null;
+
     /**
      * 是否内嵌
+     *
      * @type {boolean}
      * @memberof AddMenuInput
      */
     isIframe?: boolean;
+
     /**
      * 外链链接
+     *
      * @type {string}
      * @memberof AddMenuInput
      */
     outLink?: string | null;
+
     /**
      * 是否隐藏
+     *
      * @type {boolean}
      * @memberof AddMenuInput
      */
     isHide?: boolean;
+
     /**
      * 是否缓存
+     *
      * @type {boolean}
      * @memberof AddMenuInput
      */
     isKeepAlive?: boolean;
+
     /**
      * 是否固定
+     *
      * @type {boolean}
      * @memberof AddMenuInput
      */
     isAffix?: boolean;
+
     /**
      * 排序
+     *
      * @type {number}
      * @memberof AddMenuInput
      */
     orderNo?: number;
+
     /**
-     * 
      * @type {StatusEnum}
      * @memberof AddMenuInput
      */
     status?: StatusEnum;
+
     /**
      * 备注
+     *
      * @type {string}
      * @memberof AddMenuInput
      */
     remark?: string | null;
+
     /**
      * 菜单子项
+     *
      * @type {Array<SysMenu>}
      * @memberof AddMenuInput
      */
     children?: Array<SysMenu> | null;
+
     /**
      * 名称
+     *
      * @type {string}
      * @memberof AddMenuInput
      */

+ 41 - 16
Web/src/api-services/models/add-notice-input.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,131 +11,156 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import { NoticeStatusEnum } from './notice-status-enum';
 import { NoticeTypeEnum } from './notice-type-enum';
-import { SysUser } from './sys-user';
+import {
+    NoticeStatusEnum,NoticeTypeEnum,
+} from ".";
+
 /**
  * 
+ *
  * @export
  * @interface AddNoticeInput
  */
 export interface AddNoticeInput {
+
     /**
      * 雪花Id
+     *
      * @type {number}
      * @memberof AddNoticeInput
      */
     id?: number;
+
     /**
      * 创建时间
+     *
      * @type {Date}
      * @memberof AddNoticeInput
      */
     createTime?: Date | null;
+
     /**
      * 更新时间
+     *
      * @type {Date}
      * @memberof AddNoticeInput
      */
     updateTime?: Date | null;
+
     /**
      * 创建者Id
+     *
      * @type {number}
      * @memberof AddNoticeInput
      */
     createUserId?: number | null;
-    /**
-     * 
-     * @type {SysUser}
-     * @memberof AddNoticeInput
-     */
-    createUser?: SysUser;
+
     /**
      * 创建者姓名
+     *
      * @type {string}
      * @memberof AddNoticeInput
      */
     createUserName?: string | null;
+
     /**
      * 修改者Id
+     *
      * @type {number}
      * @memberof AddNoticeInput
      */
     updateUserId?: number | null;
-    /**
-     * 
-     * @type {SysUser}
-     * @memberof AddNoticeInput
-     */
-    updateUser?: SysUser;
+
     /**
      * 修改者姓名
+     *
      * @type {string}
      * @memberof AddNoticeInput
      */
     updateUserName?: string | null;
+
     /**
      * 软删除
+     *
      * @type {boolean}
      * @memberof AddNoticeInput
      */
     isDelete?: boolean;
+
     /**
      * 标题
+     *
      * @type {string}
      * @memberof AddNoticeInput
      */
     title: string;
+
     /**
      * 内容
+     *
      * @type {string}
      * @memberof AddNoticeInput
      */
     content: string;
+
     /**
-     * 
      * @type {NoticeTypeEnum}
      * @memberof AddNoticeInput
      */
     type?: NoticeTypeEnum;
+
     /**
      * 发布人Id
+     *
      * @type {number}
      * @memberof AddNoticeInput
      */
     publicUserId?: number;
+
     /**
      * 发布人姓名
+     *
      * @type {string}
      * @memberof AddNoticeInput
      */
     publicUserName?: string | null;
+
     /**
      * 发布机构Id
+     *
      * @type {number}
      * @memberof AddNoticeInput
      */
     publicOrgId?: number;
+
     /**
      * 发布机构名称
+     *
      * @type {string}
      * @memberof AddNoticeInput
      */
     publicOrgName?: string | null;
+
     /**
      * 发布时间
+     *
      * @type {Date}
      * @memberof AddNoticeInput
      */
     publicTime?: Date | null;
+
     /**
      * 撤回时间
+     *
      * @type {Date}
      * @memberof AddNoticeInput
      */
     cancelTime?: Date | null;
+
     /**
-     * 
      * @type {NoticeStatusEnum}
      * @memberof AddNoticeInput
      */

+ 33 - 15
Web/src/api-services/models/add-open-access-input.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,106 +11,124 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import { SysTenant } from './sys-tenant';
 import { SysUser } from './sys-user';
+import {
+    SysTenant,SysUser,
+} from ".";
+
 /**
  * 
+ *
  * @export
  * @interface AddOpenAccessInput
  */
 export interface AddOpenAccessInput {
+
     /**
      * 雪花Id
+     *
      * @type {number}
      * @memberof AddOpenAccessInput
      */
     id?: number;
+
     /**
      * 创建时间
+     *
      * @type {Date}
      * @memberof AddOpenAccessInput
      */
     createTime?: Date | null;
+
     /**
      * 更新时间
+     *
      * @type {Date}
      * @memberof AddOpenAccessInput
      */
     updateTime?: Date | null;
+
     /**
      * 创建者Id
+     *
      * @type {number}
      * @memberof AddOpenAccessInput
      */
     createUserId?: number | null;
-    /**
-     * 
-     * @type {SysUser}
-     * @memberof AddOpenAccessInput
-     */
-    createUser?: SysUser;
+
     /**
      * 创建者姓名
+     *
      * @type {string}
      * @memberof AddOpenAccessInput
      */
     createUserName?: string | null;
+
     /**
      * 修改者Id
+     *
      * @type {number}
      * @memberof AddOpenAccessInput
      */
     updateUserId?: number | null;
-    /**
-     * 
-     * @type {SysUser}
-     * @memberof AddOpenAccessInput
-     */
-    updateUser?: SysUser;
+
     /**
      * 修改者姓名
+     *
      * @type {string}
      * @memberof AddOpenAccessInput
      */
     updateUserName?: string | null;
+
     /**
      * 软删除
+     *
      * @type {boolean}
      * @memberof AddOpenAccessInput
      */
     isDelete?: boolean;
+
     /**
      * 绑定租户Id
+     *
      * @type {number}
      * @memberof AddOpenAccessInput
      */
     bindTenantId?: number;
+
     /**
-     * 
      * @type {SysTenant}
      * @memberof AddOpenAccessInput
      */
     bindTenant?: SysTenant;
+
     /**
-     * 
      * @type {SysUser}
      * @memberof AddOpenAccessInput
      */
     bindUser?: SysUser;
+
     /**
      * 身份标识
+     *
      * @type {string}
      * @memberof AddOpenAccessInput
      */
     accessKey: string;
+
     /**
      * 密钥
+     *
      * @type {string}
      * @memberof AddOpenAccessInput
      */
     accessSecret: string;
+
     /**
      * 绑定用户Id
+     *
      * @type {number}
      * @memberof AddOpenAccessInput
      */

+ 47 - 15
Web/src/api-services/models/add-org-input.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,149 +11,181 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import { StatusEnum } from './status-enum';
 import { SysOrg } from './sys-org';
 import { SysUser } from './sys-user';
+import {
+    StatusEnum,SysOrg,SysUser,
+} from ".";
+
 /**
  * 
+ *
  * @export
  * @interface AddOrgInput
  */
 export interface AddOrgInput {
+
     /**
      * 雪花Id
+     *
      * @type {number}
      * @memberof AddOrgInput
      */
     id?: number;
+
     /**
      * 创建时间
+     *
      * @type {Date}
      * @memberof AddOrgInput
      */
     createTime?: Date | null;
+
     /**
      * 更新时间
+     *
      * @type {Date}
      * @memberof AddOrgInput
      */
     updateTime?: Date | null;
+
     /**
      * 创建者Id
+     *
      * @type {number}
      * @memberof AddOrgInput
      */
     createUserId?: number | null;
-    /**
-     * 
-     * @type {SysUser}
-     * @memberof AddOrgInput
-     */
-    createUser?: SysUser;
+
     /**
      * 创建者姓名
+     *
      * @type {string}
      * @memberof AddOrgInput
      */
     createUserName?: string | null;
+
     /**
      * 修改者Id
+     *
      * @type {number}
      * @memberof AddOrgInput
      */
     updateUserId?: number | null;
-    /**
-     * 
-     * @type {SysUser}
-     * @memberof AddOrgInput
-     */
-    updateUser?: SysUser;
+
     /**
      * 修改者姓名
+     *
      * @type {string}
      * @memberof AddOrgInput
      */
     updateUserName?: string | null;
+
     /**
      * 软删除
+     *
      * @type {boolean}
      * @memberof AddOrgInput
      */
     isDelete?: boolean;
+
     /**
      * 租户Id
+     *
      * @type {number}
      * @memberof AddOrgInput
      */
     tenantId?: number | null;
+
     /**
      * 父Id
+     *
      * @type {number}
      * @memberof AddOrgInput
      */
     pid?: number;
+
     /**
      * 编码
+     *
      * @type {string}
      * @memberof AddOrgInput
      */
     code?: string | null;
+
     /**
      * 级别
+     *
      * @type {number}
      * @memberof AddOrgInput
      */
     level?: number | null;
+
     /**
      * 机构类型-数据字典
+     *
      * @type {string}
      * @memberof AddOrgInput
      */
     type?: string | null;
+
     /**
      * 负责人Id
+     *
      * @type {number}
      * @memberof AddOrgInput
      */
     directorId?: number | null;
+
     /**
-     * 
      * @type {SysUser}
      * @memberof AddOrgInput
      */
     director?: SysUser;
+
     /**
      * 排序
+     *
      * @type {number}
      * @memberof AddOrgInput
      */
     orderNo?: number;
+
     /**
-     * 
      * @type {StatusEnum}
      * @memberof AddOrgInput
      */
     status?: StatusEnum;
+
     /**
      * 备注
+     *
      * @type {string}
      * @memberof AddOrgInput
      */
     remark?: string | null;
+
     /**
      * 机构子项
+     *
      * @type {Array<SysOrg>}
      * @memberof AddOrgInput
      */
     children?: Array<SysOrg> | null;
+
     /**
      * 是否禁止选中
+     *
      * @type {boolean}
      * @memberof AddOrgInput
      */
     disabled?: boolean;
+
     /**
      * 名称
+     *
      * @type {string}
      * @memberof AddOrgInput
      */

+ 36 - 15
Web/src/api-services/models/add-plugin-input.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,112 +11,133 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import { StatusEnum } from './status-enum';
-import { SysUser } from './sys-user';
+import {
+    StatusEnum,
+} from ".";
+
 /**
  * 
+ *
  * @export
  * @interface AddPluginInput
  */
 export interface AddPluginInput {
+
     /**
      * 雪花Id
+     *
      * @type {number}
      * @memberof AddPluginInput
      */
     id?: number;
+
     /**
      * 创建时间
+     *
      * @type {Date}
      * @memberof AddPluginInput
      */
     createTime?: Date | null;
+
     /**
      * 更新时间
+     *
      * @type {Date}
      * @memberof AddPluginInput
      */
     updateTime?: Date | null;
+
     /**
      * 创建者Id
+     *
      * @type {number}
      * @memberof AddPluginInput
      */
     createUserId?: number | null;
-    /**
-     * 
-     * @type {SysUser}
-     * @memberof AddPluginInput
-     */
-    createUser?: SysUser;
+
     /**
      * 创建者姓名
+     *
      * @type {string}
      * @memberof AddPluginInput
      */
     createUserName?: string | null;
+
     /**
      * 修改者Id
+     *
      * @type {number}
      * @memberof AddPluginInput
      */
     updateUserId?: number | null;
-    /**
-     * 
-     * @type {SysUser}
-     * @memberof AddPluginInput
-     */
-    updateUser?: SysUser;
+
     /**
      * 修改者姓名
+     *
      * @type {string}
      * @memberof AddPluginInput
      */
     updateUserName?: string | null;
+
     /**
      * 软删除
+     *
      * @type {boolean}
      * @memberof AddPluginInput
      */
     isDelete?: boolean;
+
     /**
      * 租户Id
+     *
      * @type {number}
      * @memberof AddPluginInput
      */
     tenantId?: number | null;
+
     /**
      * C#代码
+     *
      * @type {string}
      * @memberof AddPluginInput
      */
     csharpCode: string;
+
     /**
      * 程序集名称
+     *
      * @type {string}
      * @memberof AddPluginInput
      */
     assemblyName?: string | null;
+
     /**
      * 排序
+     *
      * @type {number}
      * @memberof AddPluginInput
      */
     orderNo?: number;
+
     /**
-     * 
      * @type {StatusEnum}
      * @memberof AddPluginInput
      */
     status?: StatusEnum;
+
     /**
      * 备注
+     *
      * @type {string}
      * @memberof AddPluginInput
      */
     remark?: string | null;
+
     /**
      * 名称
+     *
      * @type {string}
      * @memberof AddPluginInput
      */

+ 34 - 15
Web/src/api-services/models/add-pos-input.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,106 +11,125 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import { StatusEnum } from './status-enum';
-import { SysUser } from './sys-user';
+import {
+    StatusEnum,
+} from ".";
+
 /**
  * 
+ *
  * @export
  * @interface AddPosInput
  */
 export interface AddPosInput {
+
     /**
      * 雪花Id
+     *
      * @type {number}
      * @memberof AddPosInput
      */
     id?: number;
+
     /**
      * 创建时间
+     *
      * @type {Date}
      * @memberof AddPosInput
      */
     createTime?: Date | null;
+
     /**
      * 更新时间
+     *
      * @type {Date}
      * @memberof AddPosInput
      */
     updateTime?: Date | null;
+
     /**
      * 创建者Id
+     *
      * @type {number}
      * @memberof AddPosInput
      */
     createUserId?: number | null;
-    /**
-     * 
-     * @type {SysUser}
-     * @memberof AddPosInput
-     */
-    createUser?: SysUser;
+
     /**
      * 创建者姓名
+     *
      * @type {string}
      * @memberof AddPosInput
      */
     createUserName?: string | null;
+
     /**
      * 修改者Id
+     *
      * @type {number}
      * @memberof AddPosInput
      */
     updateUserId?: number | null;
-    /**
-     * 
-     * @type {SysUser}
-     * @memberof AddPosInput
-     */
-    updateUser?: SysUser;
+
     /**
      * 修改者姓名
+     *
      * @type {string}
      * @memberof AddPosInput
      */
     updateUserName?: string | null;
+
     /**
      * 软删除
+     *
      * @type {boolean}
      * @memberof AddPosInput
      */
     isDelete?: boolean;
+
     /**
      * 租户Id
+     *
      * @type {number}
      * @memberof AddPosInput
      */
     tenantId?: number | null;
+
     /**
      * 编码
+     *
      * @type {string}
      * @memberof AddPosInput
      */
     code?: string | null;
+
     /**
      * 排序
+     *
      * @type {number}
      * @memberof AddPosInput
      */
     orderNo?: number;
+
     /**
      * 备注
+     *
      * @type {string}
      * @memberof AddPosInput
      */
     remark?: string | null;
+
     /**
-     * 
      * @type {StatusEnum}
      * @memberof AddPosInput
      */
     status?: StatusEnum;
+
     /**
      * 名称
+     *
      * @type {string}
      * @memberof AddPosInput
      */

+ 34 - 15
Web/src/api-services/models/add-print-input.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,106 +11,125 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import { StatusEnum } from './status-enum';
-import { SysUser } from './sys-user';
+import {
+    StatusEnum,
+} from ".";
+
 /**
  * 
+ *
  * @export
  * @interface AddPrintInput
  */
 export interface AddPrintInput {
+
     /**
      * 雪花Id
+     *
      * @type {number}
      * @memberof AddPrintInput
      */
     id?: number;
+
     /**
      * 创建时间
+     *
      * @type {Date}
      * @memberof AddPrintInput
      */
     createTime?: Date | null;
+
     /**
      * 更新时间
+     *
      * @type {Date}
      * @memberof AddPrintInput
      */
     updateTime?: Date | null;
+
     /**
      * 创建者Id
+     *
      * @type {number}
      * @memberof AddPrintInput
      */
     createUserId?: number | null;
-    /**
-     * 
-     * @type {SysUser}
-     * @memberof AddPrintInput
-     */
-    createUser?: SysUser;
+
     /**
      * 创建者姓名
+     *
      * @type {string}
      * @memberof AddPrintInput
      */
     createUserName?: string | null;
+
     /**
      * 修改者Id
+     *
      * @type {number}
      * @memberof AddPrintInput
      */
     updateUserId?: number | null;
-    /**
-     * 
-     * @type {SysUser}
-     * @memberof AddPrintInput
-     */
-    updateUser?: SysUser;
+
     /**
      * 修改者姓名
+     *
      * @type {string}
      * @memberof AddPrintInput
      */
     updateUserName?: string | null;
+
     /**
      * 软删除
+     *
      * @type {boolean}
      * @memberof AddPrintInput
      */
     isDelete?: boolean;
+
     /**
      * 租户Id
+     *
      * @type {number}
      * @memberof AddPrintInput
      */
     tenantId?: number | null;
+
     /**
      * 打印模板
+     *
      * @type {string}
      * @memberof AddPrintInput
      */
     template: string;
+
     /**
      * 排序
+     *
      * @type {number}
      * @memberof AddPrintInput
      */
     orderNo?: number;
+
     /**
-     * 
      * @type {StatusEnum}
      * @memberof AddPrintInput
      */
     status?: StatusEnum;
+
     /**
      * 备注
+     *
      * @type {string}
      * @memberof AddPrintInput
      */
     remark?: string | null;
+
     /**
      * 名称
+     *
      * @type {string}
      * @memberof AddPrintInput
      */

+ 37 - 1
Web/src/api-services/models/add-region-input.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,99 +11,135 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import { SysRegion } from './sys-region';
+import {
+    SysRegion,
+} from ".";
+
 /**
  * 
+ *
  * @export
  * @interface AddRegionInput
  */
 export interface AddRegionInput {
+
     /**
      * 雪花Id
+     *
      * @type {number}
      * @memberof AddRegionInput
      */
     id?: number;
+
     /**
      * 父Id
+     *
      * @type {number}
      * @memberof AddRegionInput
      */
     pid?: number;
+
     /**
      * 简称
+     *
      * @type {string}
      * @memberof AddRegionInput
      */
     shortName?: string | null;
+
     /**
      * 组合名
+     *
      * @type {string}
      * @memberof AddRegionInput
      */
     mergerName?: string | null;
+
     /**
      * 行政代码
+     *
      * @type {string}
      * @memberof AddRegionInput
      */
     code?: string | null;
+
     /**
      * 邮政编码
+     *
      * @type {string}
      * @memberof AddRegionInput
      */
     zipCode?: string | null;
+
     /**
      * 区号
+     *
      * @type {string}
      * @memberof AddRegionInput
      */
     cityCode?: string | null;
+
     /**
      * 层级
+     *
      * @type {number}
      * @memberof AddRegionInput
      */
     level?: number;
+
     /**
      * 拼音
+     *
      * @type {string}
      * @memberof AddRegionInput
      */
     pinYin?: string | null;
+
     /**
      * 经度
+     *
      * @type {number}
      * @memberof AddRegionInput
      */
     lng?: number;
+
     /**
      * 维度
+     *
      * @type {number}
      * @memberof AddRegionInput
      */
     lat?: number;
+
     /**
      * 排序
+     *
      * @type {number}
      * @memberof AddRegionInput
      */
     orderNo?: number;
+
     /**
      * 备注
+     *
      * @type {string}
      * @memberof AddRegionInput
      */
     remark?: string | null;
+
     /**
      * 机构子项
+     *
      * @type {Array<SysRegion>}
      * @memberof AddRegionInput
      */
     children?: Array<SysRegion> | null;
+
     /**
      * 名称
+     *
      * @type {string}
      * @memberof AddRegionInput
      */

+ 37 - 16
Web/src/api-services/models/add-role-input.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,119 +11,140 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import { DataScopeEnum } from './data-scope-enum';
 import { StatusEnum } from './status-enum';
-import { SysUser } from './sys-user';
+import {
+    DataScopeEnum,StatusEnum,
+} from ".";
+
 /**
  * 
+ *
  * @export
  * @interface AddRoleInput
  */
 export interface AddRoleInput {
+
     /**
      * 雪花Id
+     *
      * @type {number}
      * @memberof AddRoleInput
      */
     id?: number;
+
     /**
      * 创建时间
+     *
      * @type {Date}
      * @memberof AddRoleInput
      */
     createTime?: Date | null;
+
     /**
      * 更新时间
+     *
      * @type {Date}
      * @memberof AddRoleInput
      */
     updateTime?: Date | null;
+
     /**
      * 创建者Id
+     *
      * @type {number}
      * @memberof AddRoleInput
      */
     createUserId?: number | null;
-    /**
-     * 
-     * @type {SysUser}
-     * @memberof AddRoleInput
-     */
-    createUser?: SysUser;
+
     /**
      * 创建者姓名
+     *
      * @type {string}
      * @memberof AddRoleInput
      */
     createUserName?: string | null;
+
     /**
      * 修改者Id
+     *
      * @type {number}
      * @memberof AddRoleInput
      */
     updateUserId?: number | null;
-    /**
-     * 
-     * @type {SysUser}
-     * @memberof AddRoleInput
-     */
-    updateUser?: SysUser;
+
     /**
      * 修改者姓名
+     *
      * @type {string}
      * @memberof AddRoleInput
      */
     updateUserName?: string | null;
+
     /**
      * 软删除
+     *
      * @type {boolean}
      * @memberof AddRoleInput
      */
     isDelete?: boolean;
+
     /**
      * 租户Id
+     *
      * @type {number}
      * @memberof AddRoleInput
      */
     tenantId?: number | null;
+
     /**
      * 编码
+     *
      * @type {string}
      * @memberof AddRoleInput
      */
     code?: string | null;
+
     /**
      * 排序
+     *
      * @type {number}
      * @memberof AddRoleInput
      */
     orderNo?: number;
+
     /**
-     * 
      * @type {DataScopeEnum}
      * @memberof AddRoleInput
      */
     dataScope?: DataScopeEnum;
+
     /**
      * 备注
+     *
      * @type {string}
      * @memberof AddRoleInput
      */
     remark?: string | null;
+
     /**
-     * 
      * @type {StatusEnum}
      * @memberof AddRoleInput
      */
     status?: StatusEnum;
+
     /**
      * 名称
+     *
      * @type {string}
      * @memberof AddRoleInput
      */
     name: string;
+
     /**
      * 菜单Id集合
+     *
      * @type {Array<number>}
      * @memberof AddRoleInput
      */

+ 13 - 1
Web/src/api-services/models/add-subscribe-message-template-input.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,26 +11,38 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
+import {
+    
+} from ".";
+
 /**
  * 增加订阅消息模板
+ *
  * @export
  * @interface AddSubscribeMessageTemplateInput
  */
 export interface AddSubscribeMessageTemplateInput {
+
     /**
      * 模板标题Id
+     *
      * @type {string}
      * @memberof AddSubscribeMessageTemplateInput
      */
     templateTitleId: string;
+
     /**
      * 模板关键词列表,例如 [3,5,4]
+     *
      * @type {Array<number>}
      * @memberof AddSubscribeMessageTemplateInput
      */
     keyworkIdList: Array<number>;
+
     /**
      * 服务场景描述,15个字以内
+     *
      * @type {string}
      * @memberof AddSubscribeMessageTemplateInput
      */

+ 48 - 17
Web/src/api-services/models/add-tenant-input.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,156 +11,187 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import { DbType } from './db-type';
 import { StatusEnum } from './status-enum';
-import { SysUser } from './sys-user';
 import { TenantTypeEnum } from './tenant-type-enum';
+import {
+    DbType,StatusEnum,TenantTypeEnum,
+} from ".";
+
 /**
  * 
+ *
  * @export
  * @interface AddTenantInput
  */
 export interface AddTenantInput {
+
     /**
      * 雪花Id
+     *
      * @type {number}
      * @memberof AddTenantInput
      */
     id?: number;
+
     /**
      * 创建时间
+     *
      * @type {Date}
      * @memberof AddTenantInput
      */
     createTime?: Date | null;
+
     /**
      * 更新时间
+     *
      * @type {Date}
      * @memberof AddTenantInput
      */
     updateTime?: Date | null;
+
     /**
      * 创建者Id
+     *
      * @type {number}
      * @memberof AddTenantInput
      */
     createUserId?: number | null;
-    /**
-     * 
-     * @type {SysUser}
-     * @memberof AddTenantInput
-     */
-    createUser?: SysUser;
+
     /**
      * 创建者姓名
+     *
      * @type {string}
      * @memberof AddTenantInput
      */
     createUserName?: string | null;
+
     /**
      * 修改者Id
+     *
      * @type {number}
      * @memberof AddTenantInput
      */
     updateUserId?: number | null;
-    /**
-     * 
-     * @type {SysUser}
-     * @memberof AddTenantInput
-     */
-    updateUser?: SysUser;
+
     /**
      * 修改者姓名
+     *
      * @type {string}
      * @memberof AddTenantInput
      */
     updateUserName?: string | null;
+
     /**
      * 软删除
+     *
      * @type {boolean}
      * @memberof AddTenantInput
      */
     isDelete?: boolean;
+
     /**
      * 用户Id
+     *
      * @type {number}
      * @memberof AddTenantInput
      */
     userId?: number;
+
     /**
      * 机构Id
+     *
      * @type {number}
      * @memberof AddTenantInput
      */
     orgId?: number;
+
     /**
      * 主机
+     *
      * @type {string}
      * @memberof AddTenantInput
      */
     host?: string | null;
+
     /**
-     * 
      * @type {TenantTypeEnum}
      * @memberof AddTenantInput
      */
     tenantType?: TenantTypeEnum;
+
     /**
-     * 
      * @type {DbType}
      * @memberof AddTenantInput
      */
     dbType?: DbType;
+
     /**
      * 数据库连接
+     *
      * @type {string}
      * @memberof AddTenantInput
      */
     connection?: string | null;
+
     /**
      * 数据库标识
+     *
      * @type {string}
      * @memberof AddTenantInput
      */
     configId?: string | null;
+
     /**
      * 排序
+     *
      * @type {number}
      * @memberof AddTenantInput
      */
     orderNo?: number;
+
     /**
      * 备注
+     *
      * @type {string}
      * @memberof AddTenantInput
      */
     remark?: string | null;
+
     /**
-     * 
      * @type {StatusEnum}
      * @memberof AddTenantInput
      */
     status?: StatusEnum;
+
     /**
      * 电子邮箱
+     *
      * @type {string}
      * @memberof AddTenantInput
      */
     email?: string | null;
+
     /**
      * 电话
+     *
      * @type {string}
      * @memberof AddTenantInput
      */
     phone?: string | null;
+
     /**
      * 租户名称
+     *
      * @type {string}
      * @memberof AddTenantInput
      */
     name: string;
+
     /**
      * 租管账号
+     *
      * @type {string}
      * @memberof AddTenantInput
      */

+ 107 - 21
Web/src/api-services/models/add-user-input.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,6 +11,7 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import { AccountTypeEnum } from './account-type-enum';
 import { CardTypeEnum } from './card-type-enum';
 import { CultureLevelEnum } from './culture-level-enum';
@@ -20,344 +21,429 @@ import { SysOrg } from './sys-org';
 import { SysPos } from './sys-pos';
 import { SysUser } from './sys-user';
 import { SysUserExtOrg } from './sys-user-ext-org';
+import {
+    AccountTypeEnum,CardTypeEnum,CultureLevelEnum,GenderEnum,StatusEnum,SysOrg,SysPos,SysUser,SysUserExtOrg,
+} from ".";
+
 /**
  * 
+ *
  * @export
  * @interface AddUserInput
  */
 export interface AddUserInput {
+
     /**
      * 雪花Id
+     *
      * @type {number}
      * @memberof AddUserInput
      */
     id?: number;
+
     /**
      * 创建时间
+     *
      * @type {Date}
      * @memberof AddUserInput
      */
     createTime?: Date | null;
+
     /**
      * 更新时间
+     *
      * @type {Date}
      * @memberof AddUserInput
      */
     updateTime?: Date | null;
+
     /**
      * 创建者Id
+     *
      * @type {number}
      * @memberof AddUserInput
      */
     createUserId?: number | null;
-    /**
-     * 
-     * @type {SysUser}
-     * @memberof AddUserInput
-     */
-    createUser?: SysUser;
+
     /**
      * 创建者姓名
+     *
      * @type {string}
      * @memberof AddUserInput
      */
     createUserName?: string | null;
+
     /**
      * 修改者Id
+     *
      * @type {number}
      * @memberof AddUserInput
      */
     updateUserId?: number | null;
-    /**
-     * 
-     * @type {SysUser}
-     * @memberof AddUserInput
-     */
-    updateUser?: SysUser;
+
     /**
      * 修改者姓名
+     *
      * @type {string}
      * @memberof AddUserInput
      */
     updateUserName?: string | null;
+
     /**
      * 软删除
+     *
      * @type {boolean}
      * @memberof AddUserInput
      */
     isDelete?: boolean;
+
     /**
      * 租户Id
+     *
      * @type {number}
      * @memberof AddUserInput
      */
     tenantId?: number | null;
+
     /**
      * 昵称
+     *
      * @type {string}
      * @memberof AddUserInput
      */
     nickName?: string | null;
+
     /**
      * 头像
+     *
      * @type {string}
      * @memberof AddUserInput
      */
     avatar?: string | null;
+
     /**
-     * 
      * @type {GenderEnum}
      * @memberof AddUserInput
      */
     sex?: GenderEnum;
+
     /**
      * 年龄
+     *
      * @type {number}
      * @memberof AddUserInput
      */
     age?: number;
+
     /**
      * 出生日期
+     *
      * @type {Date}
      * @memberof AddUserInput
      */
     birthday?: Date | null;
+
     /**
      * 民族
+     *
      * @type {string}
      * @memberof AddUserInput
      */
     nation?: string | null;
+
     /**
      * 手机号码
+     *
      * @type {string}
      * @memberof AddUserInput
      */
     phone?: string | null;
+
     /**
-     * 
      * @type {CardTypeEnum}
      * @memberof AddUserInput
      */
     cardType?: CardTypeEnum;
+
     /**
      * 身份证号
+     *
      * @type {string}
      * @memberof AddUserInput
      */
     idCardNum?: string | null;
+
     /**
      * 邮箱
+     *
      * @type {string}
      * @memberof AddUserInput
      */
     email?: string | null;
+
     /**
      * 地址
+     *
      * @type {string}
      * @memberof AddUserInput
      */
     address?: string | null;
+
     /**
-     * 
      * @type {CultureLevelEnum}
      * @memberof AddUserInput
      */
     cultureLevel?: CultureLevelEnum;
+
     /**
      * 政治面貌
+     *
      * @type {string}
      * @memberof AddUserInput
      */
     politicalOutlook?: string | null;
+
     /**
      * 毕业院校
+     *
      * @type {string}
      * @memberof AddUserInput
      */
     college?: string | null;
+
     /**
      * 办公电话
+     *
      * @type {string}
      * @memberof AddUserInput
      */
     officePhone?: string | null;
+
     /**
      * 紧急联系人
+     *
      * @type {string}
      * @memberof AddUserInput
      */
     emergencyContact?: string | null;
+
     /**
      * 紧急联系人电话
+     *
      * @type {string}
      * @memberof AddUserInput
      */
     emergencyPhone?: string | null;
+
     /**
      * 紧急联系人地址
+     *
      * @type {string}
      * @memberof AddUserInput
      */
     emergencyAddress?: string | null;
+
     /**
      * 个人简介
+     *
      * @type {string}
      * @memberof AddUserInput
      */
     introduction?: string | null;
+
     /**
      * 排序
+     *
      * @type {number}
      * @memberof AddUserInput
      */
     orderNo?: number;
+
     /**
-     * 
      * @type {StatusEnum}
      * @memberof AddUserInput
      */
     status?: StatusEnum;
+
     /**
      * 备注
+     *
      * @type {string}
      * @memberof AddUserInput
      */
     remark?: string | null;
+
     /**
-     * 
      * @type {AccountTypeEnum}
      * @memberof AddUserInput
      */
     accountType?: AccountTypeEnum;
+
     /**
      * 直属机构Id
+     *
      * @type {number}
      * @memberof AddUserInput
      */
     orgId?: number;
+
     /**
-     * 
      * @type {SysOrg}
      * @memberof AddUserInput
      */
     sysOrg?: SysOrg;
+
     /**
      * 直属主管Id
+     *
      * @type {number}
      * @memberof AddUserInput
      */
     managerUserId?: number | null;
+
     /**
-     * 
      * @type {SysUser}
      * @memberof AddUserInput
      */
     managerUser?: SysUser;
+
     /**
      * 职位Id
+     *
      * @type {number}
      * @memberof AddUserInput
      */
     posId?: number;
+
     /**
-     * 
      * @type {SysPos}
      * @memberof AddUserInput
      */
     sysPos?: SysPos;
+
     /**
      * 工号
+     *
      * @type {string}
      * @memberof AddUserInput
      */
     jobNum?: string | null;
+
     /**
      * 职级
+     *
      * @type {string}
      * @memberof AddUserInput
      */
     posLevel?: string | null;
+
     /**
      * 职称
+     *
      * @type {string}
      * @memberof AddUserInput
      */
     posTitle?: string | null;
+
     /**
      * 擅长领域
+     *
      * @type {string}
      * @memberof AddUserInput
      */
     expertise?: string | null;
+
     /**
      * 办公区域
+     *
      * @type {string}
      * @memberof AddUserInput
      */
     officeZone?: string | null;
+
     /**
      * 办公室
+     *
      * @type {string}
      * @memberof AddUserInput
      */
     office?: string | null;
+
     /**
      * 入职日期
+     *
      * @type {Date}
      * @memberof AddUserInput
      */
     joinDate?: Date | null;
+
     /**
      * 最新登录Ip
+     *
      * @type {string}
      * @memberof AddUserInput
      */
     lastLoginIp?: string | null;
+
     /**
      * 最新登录地点
+     *
      * @type {string}
      * @memberof AddUserInput
      */
     lastLoginAddress?: string | null;
+
     /**
      * 最新登录时间
+     *
      * @type {Date}
      * @memberof AddUserInput
      */
     lastLoginTime?: Date | null;
+
     /**
      * 最新登录设备
+     *
      * @type {string}
      * @memberof AddUserInput
      */
     lastLoginDevice?: string | null;
+
     /**
      * 电子签名
+     *
      * @type {string}
      * @memberof AddUserInput
      */
     signature?: string | null;
+
     /**
      * 账号
+     *
      * @type {string}
      * @memberof AddUserInput
      */
     account: string;
+
     /**
      * 真实姓名
+     *
      * @type {string}
      * @memberof AddUserInput
      */
     realName: string;
+
     /**
      * 角色集合
+     *
      * @type {Array<number>}
      * @memberof AddUserInput
      */
     roleIdList?: Array<number> | null;
+
     /**
      * 扩展机构集合
+     *
      * @type {Array<SysUserExtOrg>}
      * @memberof AddUserInput
      */

+ 19 - 1
Web/src/api-services/models/admin-result-boolean.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,44 +11,62 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
+import {
+    
+} from ".";
+
 /**
  * 全局返回结果
+ *
  * @export
  * @interface AdminResultBoolean
  */
 export interface AdminResultBoolean {
+
     /**
      * 状态码
+     *
      * @type {number}
      * @memberof AdminResultBoolean
      */
     code?: number;
+
     /**
      * 类型success、warning、error
+     *
      * @type {string}
      * @memberof AdminResultBoolean
      */
     type?: string | null;
+
     /**
      * 错误信息
+     *
      * @type {string}
      * @memberof AdminResultBoolean
      */
     message?: string | null;
+
     /**
      * 数据
+     *
      * @type {boolean}
      * @memberof AdminResultBoolean
      */
     result?: boolean;
+
     /**
      * 附加数据
+     *
      * @type {any}
      * @memberof AdminResultBoolean
      */
     extras?: any | null;
+
     /**
      * 时间
+     *
      * @type {Date}
      * @memberof AdminResultBoolean
      */

+ 18 - 2
Web/src/api-services/models/admin-result-file-output.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,45 +11,61 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import { FileOutput } from './file-output';
+import {
+    FileOutput,
+} from ".";
+
 /**
  * 全局返回结果
+ *
  * @export
  * @interface AdminResultFileOutput
  */
 export interface AdminResultFileOutput {
+
     /**
      * 状态码
+     *
      * @type {number}
      * @memberof AdminResultFileOutput
      */
     code?: number;
+
     /**
      * 类型success、warning、error
+     *
      * @type {string}
      * @memberof AdminResultFileOutput
      */
     type?: string | null;
+
     /**
      * 错误信息
+     *
      * @type {string}
      * @memberof AdminResultFileOutput
      */
     message?: string | null;
+
     /**
-     * 
      * @type {FileOutput}
      * @memberof AdminResultFileOutput
      */
     result?: FileOutput;
+
     /**
      * 附加数据
+     *
      * @type {any}
      * @memberof AdminResultFileOutput
      */
     extras?: any | null;
+
     /**
      * 时间
+     *
      * @type {Date}
      * @memberof AdminResultFileOutput
      */

+ 18 - 2
Web/src/api-services/models/admin-result-iaction-result.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,45 +11,61 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import { IActionResult } from './iaction-result';
+import {
+    IActionResult,
+} from ".";
+
 /**
  * 全局返回结果
+ *
  * @export
  * @interface AdminResultIActionResult
  */
 export interface AdminResultIActionResult {
+
     /**
      * 状态码
+     *
      * @type {number}
      * @memberof AdminResultIActionResult
      */
     code?: number;
+
     /**
      * 类型success、warning、error
+     *
      * @type {string}
      * @memberof AdminResultIActionResult
      */
     type?: string | null;
+
     /**
      * 错误信息
+     *
      * @type {string}
      * @memberof AdminResultIActionResult
      */
     message?: string | null;
+
     /**
-     * 
      * @type {IActionResult}
      * @memberof AdminResultIActionResult
      */
     result?: IActionResult;
+
     /**
      * 附加数据
+     *
      * @type {any}
      * @memberof AdminResultIActionResult
      */
     extras?: any | null;
+
     /**
      * 时间
+     *
      * @type {Date}
      * @memberof AdminResultIActionResult
      */

+ 19 - 1
Web/src/api-services/models/admin-result-int32.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,44 +11,62 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
+import {
+    
+} from ".";
+
 /**
  * 全局返回结果
+ *
  * @export
  * @interface AdminResultInt32
  */
 export interface AdminResultInt32 {
+
     /**
      * 状态码
+     *
      * @type {number}
      * @memberof AdminResultInt32
      */
     code?: number;
+
     /**
      * 类型success、warning、error
+     *
      * @type {string}
      * @memberof AdminResultInt32
      */
     type?: string | null;
+
     /**
      * 错误信息
+     *
      * @type {string}
      * @memberof AdminResultInt32
      */
     message?: string | null;
+
     /**
      * 数据
+     *
      * @type {number}
      * @memberof AdminResultInt32
      */
     result?: number;
+
     /**
      * 附加数据
+     *
      * @type {any}
      * @memberof AdminResultInt32
      */
     extras?: any | null;
+
     /**
      * 时间
+     *
      * @type {Date}
      * @memberof AdminResultInt32
      */

+ 19 - 1
Web/src/api-services/models/admin-result-int64.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,44 +11,62 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
+import {
+    
+} from ".";
+
 /**
  * 全局返回结果
+ *
  * @export
  * @interface AdminResultInt64
  */
 export interface AdminResultInt64 {
+
     /**
      * 状态码
+     *
      * @type {number}
      * @memberof AdminResultInt64
      */
     code?: number;
+
     /**
      * 类型success、warning、error
+     *
      * @type {string}
      * @memberof AdminResultInt64
      */
     type?: string | null;
+
     /**
      * 错误信息
+     *
      * @type {string}
      * @memberof AdminResultInt64
      */
     message?: string | null;
+
     /**
      * 数据
+     *
      * @type {number}
      * @memberof AdminResultInt64
      */
     result?: number;
+
     /**
      * 附加数据
+     *
      * @type {any}
      * @memberof AdminResultInt64
      */
     extras?: any | null;
+
     /**
      * 时间
+     *
      * @type {Date}
      * @memberof AdminResultInt64
      */

+ 19 - 1
Web/src/api-services/models/admin-result-jobject.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,45 +11,63 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import { JToken } from './jtoken';
+import {
+    JToken,
+} from ".";
+
 /**
  * 全局返回结果
+ *
  * @export
  * @interface AdminResultJObject
  */
 export interface AdminResultJObject {
+
     /**
      * 状态码
+     *
      * @type {number}
      * @memberof AdminResultJObject
      */
     code?: number;
+
     /**
      * 类型success、warning、error
+     *
      * @type {string}
      * @memberof AdminResultJObject
      */
     type?: string | null;
+
     /**
      * 错误信息
+     *
      * @type {string}
      * @memberof AdminResultJObject
      */
     message?: string | null;
+
     /**
      * 数据
+     *
      * @type {{ [key: string]: JToken; }}
      * @memberof AdminResultJObject
      */
     result?: { [key: string]: JToken; } | null;
+
     /**
      * 附加数据
+     *
      * @type {any}
      * @memberof AdminResultJObject
      */
     extras?: any | null;
+
     /**
      * 时间
+     *
      * @type {Date}
      * @memberof AdminResultJObject
      */

+ 19 - 1
Web/src/api-services/models/admin-result-list-code-gen-config.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,45 +11,63 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import { CodeGenConfig } from './code-gen-config';
+import {
+    CodeGenConfig,
+} from ".";
+
 /**
  * 全局返回结果
+ *
  * @export
  * @interface AdminResultListCodeGenConfig
  */
 export interface AdminResultListCodeGenConfig {
+
     /**
      * 状态码
+     *
      * @type {number}
      * @memberof AdminResultListCodeGenConfig
      */
     code?: number;
+
     /**
      * 类型success、warning、error
+     *
      * @type {string}
      * @memberof AdminResultListCodeGenConfig
      */
     type?: string | null;
+
     /**
      * 错误信息
+     *
      * @type {string}
      * @memberof AdminResultListCodeGenConfig
      */
     message?: string | null;
+
     /**
      * 数据
+     *
      * @type {Array<CodeGenConfig>}
      * @memberof AdminResultListCodeGenConfig
      */
     result?: Array<CodeGenConfig> | null;
+
     /**
      * 附加数据
+     *
      * @type {any}
      * @memberof AdminResultListCodeGenConfig
      */
     extras?: any | null;
+
     /**
      * 时间
+     *
      * @type {Date}
      * @memberof AdminResultListCodeGenConfig
      */

+ 19 - 1
Web/src/api-services/models/admin-result-list-column-ouput.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,45 +11,63 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import { ColumnOuput } from './column-ouput';
+import {
+    ColumnOuput,
+} from ".";
+
 /**
  * 全局返回结果
+ *
  * @export
  * @interface AdminResultListColumnOuput
  */
 export interface AdminResultListColumnOuput {
+
     /**
      * 状态码
+     *
      * @type {number}
      * @memberof AdminResultListColumnOuput
      */
     code?: number;
+
     /**
      * 类型success、warning、error
+     *
      * @type {string}
      * @memberof AdminResultListColumnOuput
      */
     type?: string | null;
+
     /**
      * 错误信息
+     *
      * @type {string}
      * @memberof AdminResultListColumnOuput
      */
     message?: string | null;
+
     /**
      * 数据
+     *
      * @type {Array<ColumnOuput>}
      * @memberof AdminResultListColumnOuput
      */
     result?: Array<ColumnOuput> | null;
+
     /**
      * 附加数据
+     *
      * @type {any}
      * @memberof AdminResultListColumnOuput
      */
     extras?: any | null;
+
     /**
      * 时间
+     *
      * @type {Date}
      * @memberof AdminResultListColumnOuput
      */

+ 19 - 1
Web/src/api-services/models/admin-result-list-const-output.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,45 +11,63 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import { ConstOutput } from './const-output';
+import {
+    ConstOutput,
+} from ".";
+
 /**
  * 全局返回结果
+ *
  * @export
  * @interface AdminResultListConstOutput
  */
 export interface AdminResultListConstOutput {
+
     /**
      * 状态码
+     *
      * @type {number}
      * @memberof AdminResultListConstOutput
      */
     code?: number;
+
     /**
      * 类型success、warning、error
+     *
      * @type {string}
      * @memberof AdminResultListConstOutput
      */
     type?: string | null;
+
     /**
      * 错误信息
+     *
      * @type {string}
      * @memberof AdminResultListConstOutput
      */
     message?: string | null;
+
     /**
      * 数据
+     *
      * @type {Array<ConstOutput>}
      * @memberof AdminResultListConstOutput
      */
     result?: Array<ConstOutput> | null;
+
     /**
      * 附加数据
+     *
      * @type {any}
      * @memberof AdminResultListConstOutput
      */
     extras?: any | null;
+
     /**
      * 时间
+     *
      * @type {Date}
      * @memberof AdminResultListConstOutput
      */

+ 19 - 1
Web/src/api-services/models/admin-result-list-database-output.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,45 +11,63 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import { DatabaseOutput } from './database-output';
+import {
+    DatabaseOutput,
+} from ".";
+
 /**
  * 全局返回结果
+ *
  * @export
  * @interface AdminResultListDatabaseOutput
  */
 export interface AdminResultListDatabaseOutput {
+
     /**
      * 状态码
+     *
      * @type {number}
      * @memberof AdminResultListDatabaseOutput
      */
     code?: number;
+
     /**
      * 类型success、warning、error
+     *
      * @type {string}
      * @memberof AdminResultListDatabaseOutput
      */
     type?: string | null;
+
     /**
      * 错误信息
+     *
      * @type {string}
      * @memberof AdminResultListDatabaseOutput
      */
     message?: string | null;
+
     /**
      * 数据
+     *
      * @type {Array<DatabaseOutput>}
      * @memberof AdminResultListDatabaseOutput
      */
     result?: Array<DatabaseOutput> | null;
+
     /**
      * 附加数据
+     *
      * @type {any}
      * @memberof AdminResultListDatabaseOutput
      */
     extras?: any | null;
+
     /**
      * 时间
+     *
      * @type {Date}
      * @memberof AdminResultListDatabaseOutput
      */

+ 19 - 1
Web/src/api-services/models/admin-result-list-db-column-output.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,45 +11,63 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import { DbColumnOutput } from './db-column-output';
+import {
+    DbColumnOutput,
+} from ".";
+
 /**
  * 全局返回结果
+ *
  * @export
  * @interface AdminResultListDbColumnOutput
  */
 export interface AdminResultListDbColumnOutput {
+
     /**
      * 状态码
+     *
      * @type {number}
      * @memberof AdminResultListDbColumnOutput
      */
     code?: number;
+
     /**
      * 类型success、warning、error
+     *
      * @type {string}
      * @memberof AdminResultListDbColumnOutput
      */
     type?: string | null;
+
     /**
      * 错误信息
+     *
      * @type {string}
      * @memberof AdminResultListDbColumnOutput
      */
     message?: string | null;
+
     /**
      * 数据
+     *
      * @type {Array<DbColumnOutput>}
      * @memberof AdminResultListDbColumnOutput
      */
     result?: Array<DbColumnOutput> | null;
+
     /**
      * 附加数据
+     *
      * @type {any}
      * @memberof AdminResultListDbColumnOutput
      */
     extras?: any | null;
+
     /**
      * 时间
+     *
      * @type {Date}
      * @memberof AdminResultListDbColumnOutput
      */

+ 19 - 1
Web/src/api-services/models/admin-result-list-db-table-info.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,45 +11,63 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import { DbTableInfo } from './db-table-info';
+import {
+    DbTableInfo,
+} from ".";
+
 /**
  * 全局返回结果
+ *
  * @export
  * @interface AdminResultListDbTableInfo
  */
 export interface AdminResultListDbTableInfo {
+
     /**
      * 状态码
+     *
      * @type {number}
      * @memberof AdminResultListDbTableInfo
      */
     code?: number;
+
     /**
      * 类型success、warning、error
+     *
      * @type {string}
      * @memberof AdminResultListDbTableInfo
      */
     type?: string | null;
+
     /**
      * 错误信息
+     *
      * @type {string}
      * @memberof AdminResultListDbTableInfo
      */
     message?: string | null;
+
     /**
      * 数据
+     *
      * @type {Array<DbTableInfo>}
      * @memberof AdminResultListDbTableInfo
      */
     result?: Array<DbTableInfo> | null;
+
     /**
      * 附加数据
+     *
      * @type {any}
      * @memberof AdminResultListDbTableInfo
      */
     extras?: any | null;
+
     /**
      * 时间
+     *
      * @type {Date}
      * @memberof AdminResultListDbTableInfo
      */

+ 19 - 1
Web/src/api-services/models/admin-result-list-enum-entity.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,45 +11,63 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import { EnumEntity } from './enum-entity';
+import {
+    EnumEntity,
+} from ".";
+
 /**
  * 全局返回结果
+ *
  * @export
  * @interface AdminResultListEnumEntity
  */
 export interface AdminResultListEnumEntity {
+
     /**
      * 状态码
+     *
      * @type {number}
      * @memberof AdminResultListEnumEntity
      */
     code?: number;
+
     /**
      * 类型success、warning、error
+     *
      * @type {string}
      * @memberof AdminResultListEnumEntity
      */
     type?: string | null;
+
     /**
      * 错误信息
+     *
      * @type {string}
      * @memberof AdminResultListEnumEntity
      */
     message?: string | null;
+
     /**
      * 数据
+     *
      * @type {Array<EnumEntity>}
      * @memberof AdminResultListEnumEntity
      */
     result?: Array<EnumEntity> | null;
+
     /**
      * 附加数据
+     *
      * @type {any}
      * @memberof AdminResultListEnumEntity
      */
     extras?: any | null;
+
     /**
      * 时间
+     *
      * @type {Date}
      * @memberof AdminResultListEnumEntity
      */

+ 19 - 1
Web/src/api-services/models/admin-result-list-enum-type-output.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,45 +11,63 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import { EnumTypeOutput } from './enum-type-output';
+import {
+    EnumTypeOutput,
+} from ".";
+
 /**
  * 全局返回结果
+ *
  * @export
  * @interface AdminResultListEnumTypeOutput
  */
 export interface AdminResultListEnumTypeOutput {
+
     /**
      * 状态码
+     *
      * @type {number}
      * @memberof AdminResultListEnumTypeOutput
      */
     code?: number;
+
     /**
      * 类型success、warning、error
+     *
      * @type {string}
      * @memberof AdminResultListEnumTypeOutput
      */
     type?: string | null;
+
     /**
      * 错误信息
+     *
      * @type {string}
      * @memberof AdminResultListEnumTypeOutput
      */
     message?: string | null;
+
     /**
      * 数据
+     *
      * @type {Array<EnumTypeOutput>}
      * @memberof AdminResultListEnumTypeOutput
      */
     result?: Array<EnumTypeOutput> | null;
+
     /**
      * 附加数据
+     *
      * @type {any}
      * @memberof AdminResultListEnumTypeOutput
      */
     extras?: any | null;
+
     /**
      * 时间
+     *
      * @type {Date}
      * @memberof AdminResultListEnumTypeOutput
      */

+ 19 - 1
Web/src/api-services/models/admin-result-list-file-output.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,45 +11,63 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import { FileOutput } from './file-output';
+import {
+    FileOutput,
+} from ".";
+
 /**
  * 全局返回结果
+ *
  * @export
  * @interface AdminResultListFileOutput
  */
 export interface AdminResultListFileOutput {
+
     /**
      * 状态码
+     *
      * @type {number}
      * @memberof AdminResultListFileOutput
      */
     code?: number;
+
     /**
      * 类型success、warning、error
+     *
      * @type {string}
      * @memberof AdminResultListFileOutput
      */
     type?: string | null;
+
     /**
      * 错误信息
+     *
      * @type {string}
      * @memberof AdminResultListFileOutput
      */
     message?: string | null;
+
     /**
      * 数据
+     *
      * @type {Array<FileOutput>}
      * @memberof AdminResultListFileOutput
      */
     result?: Array<FileOutput> | null;
+
     /**
      * 附加数据
+     *
      * @type {any}
      * @memberof AdminResultListFileOutput
      */
     extras?: any | null;
+
     /**
      * 时间
+     *
      * @type {Date}
      * @memberof AdminResultListFileOutput
      */

+ 19 - 1
Web/src/api-services/models/admin-result-list-int64.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,44 +11,62 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
+import {
+    
+} from ".";
+
 /**
  * 全局返回结果
+ *
  * @export
  * @interface AdminResultListInt64
  */
 export interface AdminResultListInt64 {
+
     /**
      * 状态码
+     *
      * @type {number}
      * @memberof AdminResultListInt64
      */
     code?: number;
+
     /**
      * 类型success、warning、error
+     *
      * @type {string}
      * @memberof AdminResultListInt64
      */
     type?: string | null;
+
     /**
      * 错误信息
+     *
      * @type {string}
      * @memberof AdminResultListInt64
      */
     message?: string | null;
+
     /**
      * 数据
+     *
      * @type {Array<number>}
      * @memberof AdminResultListInt64
      */
     result?: Array<number> | null;
+
     /**
      * 附加数据
+     *
      * @type {any}
      * @memberof AdminResultListInt64
      */
     extras?: any | null;
+
     /**
      * 时间
+     *
      * @type {Date}
      * @memberof AdminResultListInt64
      */

+ 19 - 1
Web/src/api-services/models/admin-result-list-menu-output.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,45 +11,63 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import { MenuOutput } from './menu-output';
+import {
+    MenuOutput,
+} from ".";
+
 /**
  * 全局返回结果
+ *
  * @export
  * @interface AdminResultListMenuOutput
  */
 export interface AdminResultListMenuOutput {
+
     /**
      * 状态码
+     *
      * @type {number}
      * @memberof AdminResultListMenuOutput
      */
     code?: number;
+
     /**
      * 类型success、warning、error
+     *
      * @type {string}
      * @memberof AdminResultListMenuOutput
      */
     type?: string | null;
+
     /**
      * 错误信息
+     *
      * @type {string}
      * @memberof AdminResultListMenuOutput
      */
     message?: string | null;
+
     /**
      * 数据
+     *
      * @type {Array<MenuOutput>}
      * @memberof AdminResultListMenuOutput
      */
     result?: Array<MenuOutput> | null;
+
     /**
      * 附加数据
+     *
      * @type {any}
      * @memberof AdminResultListMenuOutput
      */
     extras?: any | null;
+
     /**
      * 时间
+     *
      * @type {Date}
      * @memberof AdminResultListMenuOutput
      */

+ 0 - 56
Web/src/api-services/models/admin-result-list-object.ts

@@ -1,56 +0,0 @@
-/* tslint:disable */
-/* eslint-disable */
-/**
- * Admin.NET
- * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
- *
- * OpenAPI spec version: 1.0.0
- * Contact: 515096995@qq.com
- *
- * NOTE: This class is auto generated by the swagger code generator program.
- * https://github.com/swagger-api/swagger-codegen.git
- * Do not edit the class manually.
- */
-/**
- * 全局返回结果
- * @export
- * @interface AdminResultListObject
- */
-export interface AdminResultListObject {
-    /**
-     * 状态码
-     * @type {number}
-     * @memberof AdminResultListObject
-     */
-    code?: number;
-    /**
-     * 类型success、warning、error
-     * @type {string}
-     * @memberof AdminResultListObject
-     */
-    type?: string | null;
-    /**
-     * 错误信息
-     * @type {string}
-     * @memberof AdminResultListObject
-     */
-    message?: string | null;
-    /**
-     * 数据
-     * @type {Array<any>}
-     * @memberof AdminResultListObject
-     */
-    result?: Array<any> | null;
-    /**
-     * 附加数据
-     * @type {any}
-     * @memberof AdminResultListObject
-     */
-    extras?: any | null;
-    /**
-     * 时间
-     * @type {Date}
-     * @memberof AdminResultListObject
-     */
-    time?: Date;
-}

+ 19 - 1
Web/src/api-services/models/admin-result-list-role-output.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,45 +11,63 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import { RoleOutput } from './role-output';
+import {
+    RoleOutput,
+} from ".";
+
 /**
  * 全局返回结果
+ *
  * @export
  * @interface AdminResultListRoleOutput
  */
 export interface AdminResultListRoleOutput {
+
     /**
      * 状态码
+     *
      * @type {number}
      * @memberof AdminResultListRoleOutput
      */
     code?: number;
+
     /**
      * 类型success、warning、error
+     *
      * @type {string}
      * @memberof AdminResultListRoleOutput
      */
     type?: string | null;
+
     /**
      * 错误信息
+     *
      * @type {string}
      * @memberof AdminResultListRoleOutput
      */
     message?: string | null;
+
     /**
      * 数据
+     *
      * @type {Array<RoleOutput>}
      * @memberof AdminResultListRoleOutput
      */
     result?: Array<RoleOutput> | null;
+
     /**
      * 附加数据
+     *
      * @type {any}
      * @memberof AdminResultListRoleOutput
      */
     extras?: any | null;
+
     /**
      * 时间
+     *
      * @type {Date}
      * @memberof AdminResultListRoleOutput
      */

+ 19 - 1
Web/src/api-services/models/admin-result-list-string.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,44 +11,62 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
+import {
+    
+} from ".";
+
 /**
  * 全局返回结果
+ *
  * @export
  * @interface AdminResultListString
  */
 export interface AdminResultListString {
+
     /**
      * 状态码
+     *
      * @type {number}
      * @memberof AdminResultListString
      */
     code?: number;
+
     /**
      * 类型success、warning、error
+     *
      * @type {string}
      * @memberof AdminResultListString
      */
     type?: string | null;
+
     /**
      * 错误信息
+     *
      * @type {string}
      * @memberof AdminResultListString
      */
     message?: string | null;
+
     /**
      * 数据
+     *
      * @type {Array<string>}
      * @memberof AdminResultListString
      */
     result?: Array<string> | null;
+
     /**
      * 附加数据
+     *
      * @type {any}
      * @memberof AdminResultListString
      */
     extras?: any | null;
+
     /**
      * 时间
+     *
      * @type {Date}
      * @memberof AdminResultListString
      */

+ 19 - 1
Web/src/api-services/models/admin-result-list-sys-config.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,45 +11,63 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import { SysConfig } from './sys-config';
+import {
+    SysConfig,
+} from ".";
+
 /**
  * 全局返回结果
+ *
  * @export
  * @interface AdminResultListSysConfig
  */
 export interface AdminResultListSysConfig {
+
     /**
      * 状态码
+     *
      * @type {number}
      * @memberof AdminResultListSysConfig
      */
     code?: number;
+
     /**
      * 类型success、warning、error
+     *
      * @type {string}
      * @memberof AdminResultListSysConfig
      */
     type?: string | null;
+
     /**
      * 错误信息
+     *
      * @type {string}
      * @memberof AdminResultListSysConfig
      */
     message?: string | null;
+
     /**
      * 数据
+     *
      * @type {Array<SysConfig>}
      * @memberof AdminResultListSysConfig
      */
     result?: Array<SysConfig> | null;
+
     /**
      * 附加数据
+     *
      * @type {any}
      * @memberof AdminResultListSysConfig
      */
     extras?: any | null;
+
     /**
      * 时间
+     *
      * @type {Date}
      * @memberof AdminResultListSysConfig
      */

+ 19 - 1
Web/src/api-services/models/admin-result-list-sys-dict-data.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,45 +11,63 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import { SysDictData } from './sys-dict-data';
+import {
+    SysDictData,
+} from ".";
+
 /**
  * 全局返回结果
+ *
  * @export
  * @interface AdminResultListSysDictData
  */
 export interface AdminResultListSysDictData {
+
     /**
      * 状态码
+     *
      * @type {number}
      * @memberof AdminResultListSysDictData
      */
     code?: number;
+
     /**
      * 类型success、warning、error
+     *
      * @type {string}
      * @memberof AdminResultListSysDictData
      */
     type?: string | null;
+
     /**
      * 错误信息
+     *
      * @type {string}
      * @memberof AdminResultListSysDictData
      */
     message?: string | null;
+
     /**
      * 数据
+     *
      * @type {Array<SysDictData>}
      * @memberof AdminResultListSysDictData
      */
     result?: Array<SysDictData> | null;
+
     /**
      * 附加数据
+     *
      * @type {any}
      * @memberof AdminResultListSysDictData
      */
     extras?: any | null;
+
     /**
      * 时间
+     *
      * @type {Date}
      * @memberof AdminResultListSysDictData
      */

+ 19 - 1
Web/src/api-services/models/admin-result-list-sys-dict-type.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,45 +11,63 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import { SysDictType } from './sys-dict-type';
+import {
+    SysDictType,
+} from ".";
+
 /**
  * 全局返回结果
+ *
  * @export
  * @interface AdminResultListSysDictType
  */
 export interface AdminResultListSysDictType {
+
     /**
      * 状态码
+     *
      * @type {number}
      * @memberof AdminResultListSysDictType
      */
     code?: number;
+
     /**
      * 类型success、warning、error
+     *
      * @type {string}
      * @memberof AdminResultListSysDictType
      */
     type?: string | null;
+
     /**
      * 错误信息
+     *
      * @type {string}
      * @memberof AdminResultListSysDictType
      */
     message?: string | null;
+
     /**
      * 数据
+     *
      * @type {Array<SysDictType>}
      * @memberof AdminResultListSysDictType
      */
     result?: Array<SysDictType> | null;
+
     /**
      * 附加数据
+     *
      * @type {any}
      * @memberof AdminResultListSysDictType
      */
     extras?: any | null;
+
     /**
      * 时间
+     *
      * @type {Date}
      * @memberof AdminResultListSysDictType
      */

+ 19 - 1
Web/src/api-services/models/admin-result-list-sys-job-cluster.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,45 +11,63 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import { SysJobCluster } from './sys-job-cluster';
+import {
+    SysJobCluster,
+} from ".";
+
 /**
  * 全局返回结果
+ *
  * @export
  * @interface AdminResultListSysJobCluster
  */
 export interface AdminResultListSysJobCluster {
+
     /**
      * 状态码
+     *
      * @type {number}
      * @memberof AdminResultListSysJobCluster
      */
     code?: number;
+
     /**
      * 类型success、warning、error
+     *
      * @type {string}
      * @memberof AdminResultListSysJobCluster
      */
     type?: string | null;
+
     /**
      * 错误信息
+     *
      * @type {string}
      * @memberof AdminResultListSysJobCluster
      */
     message?: string | null;
+
     /**
      * 数据
+     *
      * @type {Array<SysJobCluster>}
      * @memberof AdminResultListSysJobCluster
      */
     result?: Array<SysJobCluster> | null;
+
     /**
      * 附加数据
+     *
      * @type {any}
      * @memberof AdminResultListSysJobCluster
      */
     extras?: any | null;
+
     /**
      * 时间
+     *
      * @type {Date}
      * @memberof AdminResultListSysJobCluster
      */

+ 19 - 1
Web/src/api-services/models/admin-result-list-sys-job-trigger.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,45 +11,63 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import { SysJobTrigger } from './sys-job-trigger';
+import {
+    SysJobTrigger,
+} from ".";
+
 /**
  * 全局返回结果
+ *
  * @export
  * @interface AdminResultListSysJobTrigger
  */
 export interface AdminResultListSysJobTrigger {
+
     /**
      * 状态码
+     *
      * @type {number}
      * @memberof AdminResultListSysJobTrigger
      */
     code?: number;
+
     /**
      * 类型success、warning、error
+     *
      * @type {string}
      * @memberof AdminResultListSysJobTrigger
      */
     type?: string | null;
+
     /**
      * 错误信息
+     *
      * @type {string}
      * @memberof AdminResultListSysJobTrigger
      */
     message?: string | null;
+
     /**
      * 数据
+     *
      * @type {Array<SysJobTrigger>}
      * @memberof AdminResultListSysJobTrigger
      */
     result?: Array<SysJobTrigger> | null;
+
     /**
      * 附加数据
+     *
      * @type {any}
      * @memberof AdminResultListSysJobTrigger
      */
     extras?: any | null;
+
     /**
      * 时间
+     *
      * @type {Date}
      * @memberof AdminResultListSysJobTrigger
      */

+ 19 - 1
Web/src/api-services/models/admin-result-list-sys-menu.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,45 +11,63 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import { SysMenu } from './sys-menu';
+import {
+    SysMenu,
+} from ".";
+
 /**
  * 全局返回结果
+ *
  * @export
  * @interface AdminResultListSysMenu
  */
 export interface AdminResultListSysMenu {
+
     /**
      * 状态码
+     *
      * @type {number}
      * @memberof AdminResultListSysMenu
      */
     code?: number;
+
     /**
      * 类型success、warning、error
+     *
      * @type {string}
      * @memberof AdminResultListSysMenu
      */
     type?: string | null;
+
     /**
      * 错误信息
+     *
      * @type {string}
      * @memberof AdminResultListSysMenu
      */
     message?: string | null;
+
     /**
      * 数据
+     *
      * @type {Array<SysMenu>}
      * @memberof AdminResultListSysMenu
      */
     result?: Array<SysMenu> | null;
+
     /**
      * 附加数据
+     *
      * @type {any}
      * @memberof AdminResultListSysMenu
      */
     extras?: any | null;
+
     /**
      * 时间
+     *
      * @type {Date}
      * @memberof AdminResultListSysMenu
      */

+ 19 - 1
Web/src/api-services/models/admin-result-list-sys-notice.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,45 +11,63 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import { SysNotice } from './sys-notice';
+import {
+    SysNotice,
+} from ".";
+
 /**
  * 全局返回结果
+ *
  * @export
  * @interface AdminResultListSysNotice
  */
 export interface AdminResultListSysNotice {
+
     /**
      * 状态码
+     *
      * @type {number}
      * @memberof AdminResultListSysNotice
      */
     code?: number;
+
     /**
      * 类型success、warning、error
+     *
      * @type {string}
      * @memberof AdminResultListSysNotice
      */
     type?: string | null;
+
     /**
      * 错误信息
+     *
      * @type {string}
      * @memberof AdminResultListSysNotice
      */
     message?: string | null;
+
     /**
      * 数据
+     *
      * @type {Array<SysNotice>}
      * @memberof AdminResultListSysNotice
      */
     result?: Array<SysNotice> | null;
+
     /**
      * 附加数据
+     *
      * @type {any}
      * @memberof AdminResultListSysNotice
      */
     extras?: any | null;
+
     /**
      * 时间
+     *
      * @type {Date}
      * @memberof AdminResultListSysNotice
      */

+ 19 - 1
Web/src/api-services/models/admin-result-list-sys-org.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,45 +11,63 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import { SysOrg } from './sys-org';
+import {
+    SysOrg,
+} from ".";
+
 /**
  * 全局返回结果
+ *
  * @export
  * @interface AdminResultListSysOrg
  */
 export interface AdminResultListSysOrg {
+
     /**
      * 状态码
+     *
      * @type {number}
      * @memberof AdminResultListSysOrg
      */
     code?: number;
+
     /**
      * 类型success、warning、error
+     *
      * @type {string}
      * @memberof AdminResultListSysOrg
      */
     type?: string | null;
+
     /**
      * 错误信息
+     *
      * @type {string}
      * @memberof AdminResultListSysOrg
      */
     message?: string | null;
+
     /**
      * 数据
+     *
      * @type {Array<SysOrg>}
      * @memberof AdminResultListSysOrg
      */
     result?: Array<SysOrg> | null;
+
     /**
      * 附加数据
+     *
      * @type {any}
      * @memberof AdminResultListSysOrg
      */
     extras?: any | null;
+
     /**
      * 时间
+     *
      * @type {Date}
      * @memberof AdminResultListSysOrg
      */

+ 19 - 1
Web/src/api-services/models/admin-result-list-sys-pos.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,45 +11,63 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import { SysPos } from './sys-pos';
+import {
+    SysPos,
+} from ".";
+
 /**
  * 全局返回结果
+ *
  * @export
  * @interface AdminResultListSysPos
  */
 export interface AdminResultListSysPos {
+
     /**
      * 状态码
+     *
      * @type {number}
      * @memberof AdminResultListSysPos
      */
     code?: number;
+
     /**
      * 类型success、warning、error
+     *
      * @type {string}
      * @memberof AdminResultListSysPos
      */
     type?: string | null;
+
     /**
      * 错误信息
+     *
      * @type {string}
      * @memberof AdminResultListSysPos
      */
     message?: string | null;
+
     /**
      * 数据
+     *
      * @type {Array<SysPos>}
      * @memberof AdminResultListSysPos
      */
     result?: Array<SysPos> | null;
+
     /**
      * 附加数据
+     *
      * @type {any}
      * @memberof AdminResultListSysPos
      */
     extras?: any | null;
+
     /**
      * 时间
+     *
      * @type {Date}
      * @memberof AdminResultListSysPos
      */

+ 19 - 1
Web/src/api-services/models/admin-result-list-sys-region.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,45 +11,63 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import { SysRegion } from './sys-region';
+import {
+    SysRegion,
+} from ".";
+
 /**
  * 全局返回结果
+ *
  * @export
  * @interface AdminResultListSysRegion
  */
 export interface AdminResultListSysRegion {
+
     /**
      * 状态码
+     *
      * @type {number}
      * @memberof AdminResultListSysRegion
      */
     code?: number;
+
     /**
      * 类型success、warning、error
+     *
      * @type {string}
      * @memberof AdminResultListSysRegion
      */
     type?: string | null;
+
     /**
      * 错误信息
+     *
      * @type {string}
      * @memberof AdminResultListSysRegion
      */
     message?: string | null;
+
     /**
      * 数据
+     *
      * @type {Array<SysRegion>}
      * @memberof AdminResultListSysRegion
      */
     result?: Array<SysRegion> | null;
+
     /**
      * 附加数据
+     *
      * @type {any}
      * @memberof AdminResultListSysRegion
      */
     extras?: any | null;
+
     /**
      * 时间
+     *
      * @type {Date}
      * @memberof AdminResultListSysRegion
      */

+ 19 - 1
Web/src/api-services/models/admin-result-list-sys-user-ext-org.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,45 +11,63 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import { SysUserExtOrg } from './sys-user-ext-org';
+import {
+    SysUserExtOrg,
+} from ".";
+
 /**
  * 全局返回结果
+ *
  * @export
  * @interface AdminResultListSysUserExtOrg
  */
 export interface AdminResultListSysUserExtOrg {
+
     /**
      * 状态码
+     *
      * @type {number}
      * @memberof AdminResultListSysUserExtOrg
      */
     code?: number;
+
     /**
      * 类型success、warning、error
+     *
      * @type {string}
      * @memberof AdminResultListSysUserExtOrg
      */
     type?: string | null;
+
     /**
      * 错误信息
+     *
      * @type {string}
      * @memberof AdminResultListSysUserExtOrg
      */
     message?: string | null;
+
     /**
      * 数据
+     *
      * @type {Array<SysUserExtOrg>}
      * @memberof AdminResultListSysUserExtOrg
      */
     result?: Array<SysUserExtOrg> | null;
+
     /**
      * 附加数据
+     *
      * @type {any}
      * @memberof AdminResultListSysUserExtOrg
      */
     extras?: any | null;
+
     /**
      * 时间
+     *
      * @type {Date}
      * @memberof AdminResultListSysUserExtOrg
      */

+ 19 - 1
Web/src/api-services/models/admin-result-list-sys-user.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,45 +11,63 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import { SysUser } from './sys-user';
+import {
+    SysUser,
+} from ".";
+
 /**
  * 全局返回结果
+ *
  * @export
  * @interface AdminResultListSysUser
  */
 export interface AdminResultListSysUser {
+
     /**
      * 状态码
+     *
      * @type {number}
      * @memberof AdminResultListSysUser
      */
     code?: number;
+
     /**
      * 类型success、warning、error
+     *
      * @type {string}
      * @memberof AdminResultListSysUser
      */
     type?: string | null;
+
     /**
      * 错误信息
+     *
      * @type {string}
      * @memberof AdminResultListSysUser
      */
     message?: string | null;
+
     /**
      * 数据
+     *
      * @type {Array<SysUser>}
      * @memberof AdminResultListSysUser
      */
     result?: Array<SysUser> | null;
+
     /**
      * 附加数据
+     *
      * @type {any}
      * @memberof AdminResultListSysUser
      */
     extras?: any | null;
+
     /**
      * 时间
+     *
      * @type {Date}
      * @memberof AdminResultListSysUser
      */

+ 19 - 1
Web/src/api-services/models/admin-result-list-table-output.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,45 +11,63 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import { TableOutput } from './table-output';
+import {
+    TableOutput,
+} from ".";
+
 /**
  * 全局返回结果
+ *
  * @export
  * @interface AdminResultListTableOutput
  */
 export interface AdminResultListTableOutput {
+
     /**
      * 状态码
+     *
      * @type {number}
      * @memberof AdminResultListTableOutput
      */
     code?: number;
+
     /**
      * 类型success、warning、error
+     *
      * @type {string}
      * @memberof AdminResultListTableOutput
      */
     type?: string | null;
+
     /**
      * 错误信息
+     *
      * @type {string}
      * @memberof AdminResultListTableOutput
      */
     message?: string | null;
+
     /**
      * 数据
+     *
      * @type {Array<TableOutput>}
      * @memberof AdminResultListTableOutput
      */
     result?: Array<TableOutput> | null;
+
     /**
      * 附加数据
+     *
      * @type {any}
      * @memberof AdminResultListTableOutput
      */
     extras?: any | null;
+
     /**
      * 时间
+     *
      * @type {Date}
      * @memberof AdminResultListTableOutput
      */

+ 18 - 2
Web/src/api-services/models/admin-result-login-output.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,45 +11,61 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import { LoginOutput } from './login-output';
+import {
+    LoginOutput,
+} from ".";
+
 /**
  * 全局返回结果
+ *
  * @export
  * @interface AdminResultLoginOutput
  */
 export interface AdminResultLoginOutput {
+
     /**
      * 状态码
+     *
      * @type {number}
      * @memberof AdminResultLoginOutput
      */
     code?: number;
+
     /**
      * 类型success、warning、error
+     *
      * @type {string}
      * @memberof AdminResultLoginOutput
      */
     type?: string | null;
+
     /**
      * 错误信息
+     *
      * @type {string}
      * @memberof AdminResultLoginOutput
      */
     message?: string | null;
+
     /**
-     * 
      * @type {LoginOutput}
      * @memberof AdminResultLoginOutput
      */
     result?: LoginOutput;
+
     /**
      * 附加数据
+     *
      * @type {any}
      * @memberof AdminResultLoginOutput
      */
     extras?: any | null;
+
     /**
      * 时间
+     *
      * @type {Date}
      * @memberof AdminResultLoginOutput
      */

+ 18 - 2
Web/src/api-services/models/admin-result-login-user-output.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,45 +11,61 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
 import { LoginUserOutput } from './login-user-output';
+import {
+    LoginUserOutput,
+} from ".";
+
 /**
  * 全局返回结果
+ *
  * @export
  * @interface AdminResultLoginUserOutput
  */
 export interface AdminResultLoginUserOutput {
+
     /**
      * 状态码
+     *
      * @type {number}
      * @memberof AdminResultLoginUserOutput
      */
     code?: number;
+
     /**
      * 类型success、warning、error
+     *
      * @type {string}
      * @memberof AdminResultLoginUserOutput
      */
     type?: string | null;
+
     /**
      * 错误信息
+     *
      * @type {string}
      * @memberof AdminResultLoginUserOutput
      */
     message?: string | null;
+
     /**
-     * 
      * @type {LoginUserOutput}
      * @memberof AdminResultLoginUserOutput
      */
     result?: LoginUserOutput;
+
     /**
      * 附加数据
+     *
      * @type {any}
      * @memberof AdminResultLoginUserOutput
      */
     extras?: any | null;
+
     /**
      * 时间
+     *
      * @type {Date}
      * @memberof AdminResultLoginUserOutput
      */

+ 19 - 1
Web/src/api-services/models/admin-result-object.ts

@@ -1,7 +1,7 @@
 /* tslint:disable */
 /* eslint-disable */
 /**
- * Admin.NET
+ * Admin.NET 通用权限开发平台
  * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  *
  * OpenAPI spec version: 1.0.0
@@ -11,44 +11,62 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
+
+import {
+    
+} from ".";
+
 /**
  * 全局返回结果
+ *
  * @export
  * @interface AdminResultObject
  */
 export interface AdminResultObject {
+
     /**
      * 状态码
+     *
      * @type {number}
      * @memberof AdminResultObject
      */
     code?: number;
+
     /**
      * 类型success、warning、error
+     *
      * @type {string}
      * @memberof AdminResultObject
      */
     type?: string | null;
+
     /**
      * 错误信息
+     *
      * @type {string}
      * @memberof AdminResultObject
      */
     message?: string | null;
+
     /**
      * 数据
+     *
      * @type {any}
      * @memberof AdminResultObject
      */
     result?: any | null;
+
     /**
      * 附加数据
+     *
      * @type {any}
      * @memberof AdminResultObject
      */
     extras?: any | null;
+
     /**
      * 时间
+     *
      * @type {Date}
      * @memberof AdminResultObject
      */

Některé soubory nejsou zobrazeny, neboť je v těchto rozdílových datech změněno mnoho souborů