Sfoglia il codice sorgente

chore: 更新前端api代码

喵你个旺呀 1 anno fa
parent
commit
592ca691c7
100 ha cambiato i file con 373 aggiunte e 1529 eliminazioni
  1. 1 1
      Web/api_build/build.bat
  2. 1 2
      Web/src/api-services/api.ts
  3. 0 1
      Web/src/api-services/apis/apijsonapi.ts
  4. 0 1
      Web/src/api-services/apis/sys-auth-api.ts
  5. 0 1
      Web/src/api-services/apis/sys-cache-api.ts
  6. 0 1
      Web/src/api-services/apis/sys-code-gen-api.ts
  7. 234 155
      Web/src/api-services/apis/sys-code-gen-config-api.ts
  8. 0 1
      Web/src/api-services/apis/sys-common-api.ts
  9. 0 1
      Web/src/api-services/apis/sys-config-api.ts
  10. 0 1
      Web/src/api-services/apis/sys-const-api.ts
  11. 0 1
      Web/src/api-services/apis/sys-database-api.ts
  12. 0 1
      Web/src/api-services/apis/sys-dict-data-api.ts
  13. 0 1
      Web/src/api-services/apis/sys-dict-type-api.ts
  14. 0 1
      Web/src/api-services/apis/sys-email-api.ts
  15. 0 1
      Web/src/api-services/apis/sys-enum-api.ts
  16. 0 1
      Web/src/api-services/apis/sys-file-api.ts
  17. 0 1
      Web/src/api-services/apis/sys-job-api.ts
  18. 0 1
      Web/src/api-services/apis/sys-ldap-api.ts
  19. 0 1
      Web/src/api-services/apis/sys-log-diff-api.ts
  20. 0 1
      Web/src/api-services/apis/sys-log-ex-api.ts
  21. 0 1
      Web/src/api-services/apis/sys-log-op-api.ts
  22. 0 1
      Web/src/api-services/apis/sys-log-vis-api.ts
  23. 0 1
      Web/src/api-services/apis/sys-menu-api.ts
  24. 0 1
      Web/src/api-services/apis/sys-message-api.ts
  25. 0 1
      Web/src/api-services/apis/sys-notice-api.ts
  26. 0 1
      Web/src/api-services/apis/sys-oauth-api.ts
  27. 0 1
      Web/src/api-services/apis/sys-online-user-api.ts
  28. 0 1
      Web/src/api-services/apis/sys-open-access-api.ts
  29. 0 1
      Web/src/api-services/apis/sys-org-api.ts
  30. 0 1
      Web/src/api-services/apis/sys-plugin-api.ts
  31. 0 1
      Web/src/api-services/apis/sys-pos-api.ts
  32. 0 1
      Web/src/api-services/apis/sys-print-api.ts
  33. 0 1
      Web/src/api-services/apis/sys-proc-api.ts
  34. 0 1
      Web/src/api-services/apis/sys-region-api.ts
  35. 0 1
      Web/src/api-services/apis/sys-role-api.ts
  36. 0 1
      Web/src/api-services/apis/sys-schedule-api.ts
  37. 0 1
      Web/src/api-services/apis/sys-server-api.ts
  38. 0 1
      Web/src/api-services/apis/sys-sms-api.ts
  39. 0 1
      Web/src/api-services/apis/sys-tenant-api.ts
  40. 0 1
      Web/src/api-services/apis/sys-user-api.ts
  41. 44 72
      Web/src/api-services/apis/sys-user-menu-api.ts
  42. 0 1
      Web/src/api-services/apis/sys-wechat-api.ts
  43. 0 1
      Web/src/api-services/apis/sys-wechat-pay-api.ts
  44. 0 1
      Web/src/api-services/apis/sys-wechat-user-api.ts
  45. 0 1
      Web/src/api-services/apis/sys-wx-open-api.ts
  46. 0 1
      Web/src/api-services/base.ts
  47. 0 9
      Web/src/api-services/configuration.ts
  48. 0 1
      Web/src/api-services/index.ts
  49. 0 1
      Web/src/api-services/models/account-type-enum.ts
  50. 10 55
      Web/src/api-services/models/add-code-gen-input.ts
  51. 2 32
      Web/src/api-services/models/add-config-input.ts
  52. 2 40
      Web/src/api-services/models/add-dict-data-input.ts
  53. 2 30
      Web/src/api-services/models/add-dict-type-input.ts
  54. 2 26
      Web/src/api-services/models/add-job-detail-input.ts
  55. 2 46
      Web/src/api-services/models/add-job-trigger-input.ts
  56. 3 53
      Web/src/api-services/models/add-menu-input.ts
  57. 3 37
      Web/src/api-services/models/add-notice-input.ts
  58. 2 28
      Web/src/api-services/models/add-open-access-input.ts
  59. 2 42
      Web/src/api-services/models/add-org-input.ts
  60. 2 32
      Web/src/api-services/models/add-plugin-input.ts
  61. 2 30
      Web/src/api-services/models/add-pos-input.ts
  62. 3 37
      Web/src/api-services/models/add-print-input.ts
  63. 1 33
      Web/src/api-services/models/add-region-input.ts
  64. 3 33
      Web/src/api-services/models/add-role-input.ts
  65. 2 32
      Web/src/api-services/models/add-schedule-input.ts
  66. 1 9
      Web/src/api-services/models/add-subscribe-message-template-input.ts
  67. 2 42
      Web/src/api-services/models/add-sys-ldap-input.ts
  68. 4 46
      Web/src/api-services/models/add-tenant-input.ts
  69. 7 103
      Web/src/api-services/models/add-user-input.ts
  70. 1 15
      Web/src/api-services/models/admin-result-boolean.ts
  71. 2 14
      Web/src/api-services/models/admin-result-data-set.ts
  72. 2 14
      Web/src/api-services/models/admin-result-data-table.ts
  73. 1 15
      Web/src/api-services/models/admin-result-dictionary-string-string.ts
  74. 2 14
      Web/src/api-services/models/admin-result-generate-qrimage-output.ts
  75. 2 14
      Web/src/api-services/models/admin-result-iaction-result.ts
  76. 2 14
      Web/src/api-services/models/admin-result-idisposable.ts
  77. 1 15
      Web/src/api-services/models/admin-result-int32.ts
  78. 1 15
      Web/src/api-services/models/admin-result-int64.ts
  79. 1 15
      Web/src/api-services/models/admin-result-jobject.ts
  80. 1 15
      Web/src/api-services/models/admin-result-list-api-output.ts
  81. 1 15
      Web/src/api-services/models/admin-result-list-code-gen-config.ts
  82. 1 15
      Web/src/api-services/models/admin-result-list-column-ouput.ts
  83. 1 15
      Web/src/api-services/models/admin-result-list-const-output.ts
  84. 1 15
      Web/src/api-services/models/admin-result-list-database-output.ts
  85. 1 15
      Web/src/api-services/models/admin-result-list-db-column-output.ts
  86. 1 15
      Web/src/api-services/models/admin-result-list-db-table-info.ts
  87. 1 15
      Web/src/api-services/models/admin-result-list-enum-entity.ts
  88. 1 15
      Web/src/api-services/models/admin-result-list-enum-type-output.ts
  89. 1 15
      Web/src/api-services/models/admin-result-list-int64.ts
  90. 1 15
      Web/src/api-services/models/admin-result-list-log-vis-output.ts
  91. 1 15
      Web/src/api-services/models/admin-result-list-menu-output.ts
  92. 1 15
      Web/src/api-services/models/admin-result-list-role-output.ts
  93. 1 15
      Web/src/api-services/models/admin-result-list-string.ts
  94. 1 15
      Web/src/api-services/models/admin-result-list-sys-config.ts
  95. 1 15
      Web/src/api-services/models/admin-result-list-sys-dict-data.ts
  96. 1 15
      Web/src/api-services/models/admin-result-list-sys-dict-type.ts
  97. 1 15
      Web/src/api-services/models/admin-result-list-sys-file.ts
  98. 1 15
      Web/src/api-services/models/admin-result-list-sys-job-cluster.ts
  99. 1 15
      Web/src/api-services/models/admin-result-list-sys-job-trigger.ts
  100. 1 15
      Web/src/api-services/models/admin-result-list-sys-ldap.ts

+ 1 - 1
Web/api_build/build.bat

@@ -12,7 +12,7 @@ if exist %apiServicesPath% (
 
 echo ================================ 开始生成 api-services ================================
 
-java -jar %dir%swagger-codegen-cli.jar generate -i http://localhost:5005/swagger/All%%20Groups/swagger.json -l typescript-axios -o %apiServicesPath%
+java -jar %dir%swagger-codegen-cli.jar generate -i http://localhost:5005/swagger/Default/swagger.json -l typescript-axios -o %apiServicesPath%
 
 @rem 删除不必要的文件和文件夹
 rd /s /q %apiServicesPath%.swagger-codegen

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

@@ -10,8 +10,7 @@
  * 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';

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

@@ -11,7 +11,6 @@
  * 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

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

@@ -11,7 +11,6 @@
  * 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

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

@@ -11,7 +11,6 @@
  * 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

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

@@ -11,7 +11,6 @@
  * 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

+ 234 - 155
Web/src/api-services/apis/sys-code-gen-config-api.ts

@@ -11,7 +11,6 @@
  * 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
@@ -32,40 +31,45 @@ export const SysCodeGenConfigApiAxiosParamCreator = function (configuration?: Co
          * @param {number} [id] 主键Id
          * @param {number} [codeGenId] 代码生成主表ID
          * @param {string} [columnName] 数据库字段名
+         * @param {string} [columnKey] 主外键
          * @param {string} [propertyName] 实体属性名
          * @param {number} [columnLength] 字段数据长度
          * @param {string} [lowerPropertyName] 数据库字段名(首字母小写)
          * @param {string} [columnComment] 字段描述
          * @param {string} [netType] .NET类型
+         * @param {string} [dataType] 数据库中类型(物理类型)
+         * @param {string} [nullableNetType] 可空.NET类型
          * @param {string} [effectType] 作用类型(字典)
          * @param {string} [fkConfigId] 外键库标识
          * @param {string} [fkEntityName] 外键实体名称
          * @param {string} [fkTableName] 外键表名称
          * @param {string} [lowerFkEntityName] 外键实体名称(首字母小写)
-         * @param {string} [fkColumnName] 外键显示字段
          * @param {string} [fkLinkColumnName] 外键链接字段
-         * @param {string} [lowerFkColumnName] 外键显示字段(首字母小写)
+         * @param {string} [fkDisplayColumns] 外键显示字段
+         * @param {Array<string>} [fkDisplayColumnList] 外键显示字段
+         * @param {Array<string>} [lowerFkDisplayColumnsList] 外键显示字段(首字母小写)
          * @param {string} [fkColumnNetType] 外键显示字段.NET类型
+         * @param {string} [pidColumn] 父级字段
          * @param {string} [dictTypeCode] 字典code
+         * @param {string} [queryType] 查询方式
+         * @param {string} [whetherQuery] 是否是查询条件
          * @param {string} [whetherRetract] 列表是否缩进(字典)
          * @param {string} [whetherRequired] 是否必填(字典)
          * @param {string} [whetherSortable] 是否可排序(字典)
-         * @param {string} [queryWhether] 是否是查询条件
-         * @param {string} [queryType] 查询方式
          * @param {string} [whetherTable] 列表显示
          * @param {string} [whetherAddUpdate] 增改
-         * @param {string} [columnKey] 主外键
-         * @param {string} [dataType] 数据库中类型(物理类型)
+         * @param {string} [whetherImport] 导入
          * @param {string} [whetherCommon] 是否是通用字段
-         * @param {string} [tableNickName] 表的别名 Table as XXX
-         * @param {string} [displayColumn] 显示文本字段
-         * @param {string} [valueColumn] 选中值字段
-         * @param {string} [pidColumn] 父级字段
          * @param {number} [orderNo] 排序
+         * @param {boolean} [isSelectorEffectType] 是否是选择器控件
+         * @param {string} [propertyNameTrimEndId] 去掉尾部Id的属性名
+         * @param {string} [lowerPropertyNameTrimEndId] 去掉尾部Id的属性名
+         * @param {string} [extendedPropertyName] 扩展属性名称
+         * @param {string} [lowerExtendedPropertyName] 首字母小写的扩展属性名称
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        apiSysCodeGenConfigDetailGet: async (id?: number, codeGenId?: number, columnName?: string, propertyName?: string, columnLength?: number, lowerPropertyName?: string, columnComment?: string, netType?: string, effectType?: string, fkConfigId?: string, fkEntityName?: string, fkTableName?: string, lowerFkEntityName?: string, fkColumnName?: string, fkLinkColumnName?: string, lowerFkColumnName?: string, fkColumnNetType?: string, dictTypeCode?: string, whetherRetract?: string, whetherRequired?: string, whetherSortable?: string, queryWhether?: string, queryType?: string, whetherTable?: string, whetherAddUpdate?: string, columnKey?: string, dataType?: string, whetherCommon?: string, tableNickName?: string, displayColumn?: string, valueColumn?: string, pidColumn?: string, orderNo?: number, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
+        apiSysCodeGenConfigDetailGet: async (id?: number, codeGenId?: number, columnName?: string, columnKey?: string, propertyName?: string, columnLength?: number, lowerPropertyName?: string, columnComment?: string, netType?: string, dataType?: string, nullableNetType?: string, effectType?: string, fkConfigId?: string, fkEntityName?: string, fkTableName?: string, lowerFkEntityName?: string, fkLinkColumnName?: string, fkDisplayColumns?: string, fkDisplayColumnList?: Array<string>, lowerFkDisplayColumnsList?: Array<string>, fkColumnNetType?: string, pidColumn?: string, dictTypeCode?: string, queryType?: string, whetherQuery?: string, whetherRetract?: string, whetherRequired?: string, whetherSortable?: string, whetherTable?: string, whetherAddUpdate?: string, whetherImport?: string, whetherCommon?: string, orderNo?: number, isSelectorEffectType?: boolean, propertyNameTrimEndId?: string, lowerPropertyNameTrimEndId?: string, extendedPropertyName?: string, lowerExtendedPropertyName?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             const localVarPath = `/api/sysCodeGenConfig/detail`;
             // use dummy base URL string because the URL constructor only accepts absolute URLs.
             const localVarUrlObj = new URL(localVarPath, 'https://example.com');
@@ -98,6 +102,10 @@ export const SysCodeGenConfigApiAxiosParamCreator = function (configuration?: Co
                 localVarQueryParameter['ColumnName'] = columnName;
             }
 
+            if (columnKey !== undefined) {
+                localVarQueryParameter['ColumnKey'] = columnKey;
+            }
+
             if (propertyName !== undefined) {
                 localVarQueryParameter['PropertyName'] = propertyName;
             }
@@ -118,6 +126,14 @@ export const SysCodeGenConfigApiAxiosParamCreator = function (configuration?: Co
                 localVarQueryParameter['NetType'] = netType;
             }
 
+            if (dataType !== undefined) {
+                localVarQueryParameter['DataType'] = dataType;
+            }
+
+            if (nullableNetType !== undefined) {
+                localVarQueryParameter['NullableNetType'] = nullableNetType;
+            }
+
             if (effectType !== undefined) {
                 localVarQueryParameter['EffectType'] = effectType;
             }
@@ -138,26 +154,42 @@ export const SysCodeGenConfigApiAxiosParamCreator = function (configuration?: Co
                 localVarQueryParameter['LowerFkEntityName'] = lowerFkEntityName;
             }
 
-            if (fkColumnName !== undefined) {
-                localVarQueryParameter['FkColumnName'] = fkColumnName;
-            }
-
             if (fkLinkColumnName !== undefined) {
                 localVarQueryParameter['FkLinkColumnName'] = fkLinkColumnName;
             }
 
-            if (lowerFkColumnName !== undefined) {
-                localVarQueryParameter['LowerFkColumnName'] = lowerFkColumnName;
+            if (fkDisplayColumns !== undefined) {
+                localVarQueryParameter['FkDisplayColumns'] = fkDisplayColumns;
+            }
+
+            if (fkDisplayColumnList) {
+                localVarQueryParameter['FkDisplayColumnList'] = fkDisplayColumnList;
+            }
+
+            if (lowerFkDisplayColumnsList) {
+                localVarQueryParameter['LowerFkDisplayColumnsList'] = lowerFkDisplayColumnsList;
             }
 
             if (fkColumnNetType !== undefined) {
                 localVarQueryParameter['FkColumnNetType'] = fkColumnNetType;
             }
 
+            if (pidColumn !== undefined) {
+                localVarQueryParameter['PidColumn'] = pidColumn;
+            }
+
             if (dictTypeCode !== undefined) {
                 localVarQueryParameter['DictTypeCode'] = dictTypeCode;
             }
 
+            if (queryType !== undefined) {
+                localVarQueryParameter['QueryType'] = queryType;
+            }
+
+            if (whetherQuery !== undefined) {
+                localVarQueryParameter['WhetherQuery'] = whetherQuery;
+            }
+
             if (whetherRetract !== undefined) {
                 localVarQueryParameter['WhetherRetract'] = whetherRetract;
             }
@@ -170,14 +202,6 @@ export const SysCodeGenConfigApiAxiosParamCreator = function (configuration?: Co
                 localVarQueryParameter['WhetherSortable'] = whetherSortable;
             }
 
-            if (queryWhether !== undefined) {
-                localVarQueryParameter['QueryWhether'] = queryWhether;
-            }
-
-            if (queryType !== undefined) {
-                localVarQueryParameter['QueryType'] = queryType;
-            }
-
             if (whetherTable !== undefined) {
                 localVarQueryParameter['WhetherTable'] = whetherTable;
             }
@@ -186,36 +210,36 @@ export const SysCodeGenConfigApiAxiosParamCreator = function (configuration?: Co
                 localVarQueryParameter['WhetherAddUpdate'] = whetherAddUpdate;
             }
 
-            if (columnKey !== undefined) {
-                localVarQueryParameter['ColumnKey'] = columnKey;
-            }
-
-            if (dataType !== undefined) {
-                localVarQueryParameter['DataType'] = dataType;
+            if (whetherImport !== undefined) {
+                localVarQueryParameter['WhetherImport'] = whetherImport;
             }
 
             if (whetherCommon !== undefined) {
                 localVarQueryParameter['WhetherCommon'] = whetherCommon;
             }
 
-            if (tableNickName !== undefined) {
-                localVarQueryParameter['TableNickName'] = tableNickName;
+            if (orderNo !== undefined) {
+                localVarQueryParameter['OrderNo'] = orderNo;
             }
 
-            if (displayColumn !== undefined) {
-                localVarQueryParameter['DisplayColumn'] = displayColumn;
+            if (isSelectorEffectType !== undefined) {
+                localVarQueryParameter['IsSelectorEffectType'] = isSelectorEffectType;
             }
 
-            if (valueColumn !== undefined) {
-                localVarQueryParameter['ValueColumn'] = valueColumn;
+            if (propertyNameTrimEndId !== undefined) {
+                localVarQueryParameter['PropertyNameTrimEndId'] = propertyNameTrimEndId;
             }
 
-            if (pidColumn !== undefined) {
-                localVarQueryParameter['PidColumn'] = pidColumn;
+            if (lowerPropertyNameTrimEndId !== undefined) {
+                localVarQueryParameter['LowerPropertyNameTrimEndId'] = lowerPropertyNameTrimEndId;
             }
 
-            if (orderNo !== undefined) {
-                localVarQueryParameter['OrderNo'] = orderNo;
+            if (extendedPropertyName !== undefined) {
+                localVarQueryParameter['ExtendedPropertyName'] = extendedPropertyName;
+            }
+
+            if (lowerExtendedPropertyName !== undefined) {
+                localVarQueryParameter['LowerExtendedPropertyName'] = lowerExtendedPropertyName;
             }
 
             const query = new URLSearchParams(localVarUrlObj.search);
@@ -240,40 +264,45 @@ export const SysCodeGenConfigApiAxiosParamCreator = function (configuration?: Co
          * @param {number} [id] 主键Id
          * @param {number} [codeGenId] 代码生成主表ID
          * @param {string} [columnName] 数据库字段名
+         * @param {string} [columnKey] 主外键
          * @param {string} [propertyName] 实体属性名
          * @param {number} [columnLength] 字段数据长度
          * @param {string} [lowerPropertyName] 数据库字段名(首字母小写)
          * @param {string} [columnComment] 字段描述
          * @param {string} [netType] .NET类型
+         * @param {string} [dataType] 数据库中类型(物理类型)
+         * @param {string} [nullableNetType] 可空.NET类型
          * @param {string} [effectType] 作用类型(字典)
          * @param {string} [fkConfigId] 外键库标识
          * @param {string} [fkEntityName] 外键实体名称
          * @param {string} [fkTableName] 外键表名称
          * @param {string} [lowerFkEntityName] 外键实体名称(首字母小写)
-         * @param {string} [fkColumnName] 外键显示字段
          * @param {string} [fkLinkColumnName] 外键链接字段
-         * @param {string} [lowerFkColumnName] 外键显示字段(首字母小写)
+         * @param {string} [fkDisplayColumns] 外键显示字段
+         * @param {Array<string>} [fkDisplayColumnList] 外键显示字段
+         * @param {Array<string>} [lowerFkDisplayColumnsList] 外键显示字段(首字母小写)
          * @param {string} [fkColumnNetType] 外键显示字段.NET类型
+         * @param {string} [pidColumn] 父级字段
          * @param {string} [dictTypeCode] 字典code
+         * @param {string} [queryType] 查询方式
+         * @param {string} [whetherQuery] 是否是查询条件
          * @param {string} [whetherRetract] 列表是否缩进(字典)
          * @param {string} [whetherRequired] 是否必填(字典)
          * @param {string} [whetherSortable] 是否可排序(字典)
-         * @param {string} [queryWhether] 是否是查询条件
-         * @param {string} [queryType] 查询方式
          * @param {string} [whetherTable] 列表显示
          * @param {string} [whetherAddUpdate] 增改
-         * @param {string} [columnKey] 主外键
-         * @param {string} [dataType] 数据库中类型(物理类型)
+         * @param {string} [whetherImport] 导入
          * @param {string} [whetherCommon] 是否是通用字段
-         * @param {string} [tableNickName] 表的别名 Table as XXX
-         * @param {string} [displayColumn] 显示文本字段
-         * @param {string} [valueColumn] 选中值字段
-         * @param {string} [pidColumn] 父级字段
          * @param {number} [orderNo] 排序
+         * @param {boolean} [isSelectorEffectType] 是否是选择器控件
+         * @param {string} [propertyNameTrimEndId] 去掉尾部Id的属性名
+         * @param {string} [lowerPropertyNameTrimEndId] 去掉尾部Id的属性名
+         * @param {string} [extendedPropertyName] 扩展属性名称
+         * @param {string} [lowerExtendedPropertyName] 首字母小写的扩展属性名称
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        apiSysCodeGenConfigListGet: async (id?: number, codeGenId?: number, columnName?: string, propertyName?: string, columnLength?: number, lowerPropertyName?: string, columnComment?: string, netType?: string, effectType?: string, fkConfigId?: string, fkEntityName?: string, fkTableName?: string, lowerFkEntityName?: string, fkColumnName?: string, fkLinkColumnName?: string, lowerFkColumnName?: string, fkColumnNetType?: string, dictTypeCode?: string, whetherRetract?: string, whetherRequired?: string, whetherSortable?: string, queryWhether?: string, queryType?: string, whetherTable?: string, whetherAddUpdate?: string, columnKey?: string, dataType?: string, whetherCommon?: string, tableNickName?: string, displayColumn?: string, valueColumn?: string, pidColumn?: string, orderNo?: number, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
+        apiSysCodeGenConfigListGet: async (id?: number, codeGenId?: number, columnName?: string, columnKey?: string, propertyName?: string, columnLength?: number, lowerPropertyName?: string, columnComment?: string, netType?: string, dataType?: string, nullableNetType?: string, effectType?: string, fkConfigId?: string, fkEntityName?: string, fkTableName?: string, lowerFkEntityName?: string, fkLinkColumnName?: string, fkDisplayColumns?: string, fkDisplayColumnList?: Array<string>, lowerFkDisplayColumnsList?: Array<string>, fkColumnNetType?: string, pidColumn?: string, dictTypeCode?: string, queryType?: string, whetherQuery?: string, whetherRetract?: string, whetherRequired?: string, whetherSortable?: string, whetherTable?: string, whetherAddUpdate?: string, whetherImport?: string, whetherCommon?: string, orderNo?: number, isSelectorEffectType?: boolean, propertyNameTrimEndId?: string, lowerPropertyNameTrimEndId?: string, extendedPropertyName?: string, lowerExtendedPropertyName?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             const localVarPath = `/api/sysCodeGenConfig/list`;
             // use dummy base URL string because the URL constructor only accepts absolute URLs.
             const localVarUrlObj = new URL(localVarPath, 'https://example.com');
@@ -306,6 +335,10 @@ export const SysCodeGenConfigApiAxiosParamCreator = function (configuration?: Co
                 localVarQueryParameter['ColumnName'] = columnName;
             }
 
+            if (columnKey !== undefined) {
+                localVarQueryParameter['ColumnKey'] = columnKey;
+            }
+
             if (propertyName !== undefined) {
                 localVarQueryParameter['PropertyName'] = propertyName;
             }
@@ -326,6 +359,14 @@ export const SysCodeGenConfigApiAxiosParamCreator = function (configuration?: Co
                 localVarQueryParameter['NetType'] = netType;
             }
 
+            if (dataType !== undefined) {
+                localVarQueryParameter['DataType'] = dataType;
+            }
+
+            if (nullableNetType !== undefined) {
+                localVarQueryParameter['NullableNetType'] = nullableNetType;
+            }
+
             if (effectType !== undefined) {
                 localVarQueryParameter['EffectType'] = effectType;
             }
@@ -346,26 +387,42 @@ export const SysCodeGenConfigApiAxiosParamCreator = function (configuration?: Co
                 localVarQueryParameter['LowerFkEntityName'] = lowerFkEntityName;
             }
 
-            if (fkColumnName !== undefined) {
-                localVarQueryParameter['FkColumnName'] = fkColumnName;
-            }
-
             if (fkLinkColumnName !== undefined) {
                 localVarQueryParameter['FkLinkColumnName'] = fkLinkColumnName;
             }
 
-            if (lowerFkColumnName !== undefined) {
-                localVarQueryParameter['LowerFkColumnName'] = lowerFkColumnName;
+            if (fkDisplayColumns !== undefined) {
+                localVarQueryParameter['FkDisplayColumns'] = fkDisplayColumns;
+            }
+
+            if (fkDisplayColumnList) {
+                localVarQueryParameter['FkDisplayColumnList'] = fkDisplayColumnList;
+            }
+
+            if (lowerFkDisplayColumnsList) {
+                localVarQueryParameter['LowerFkDisplayColumnsList'] = lowerFkDisplayColumnsList;
             }
 
             if (fkColumnNetType !== undefined) {
                 localVarQueryParameter['FkColumnNetType'] = fkColumnNetType;
             }
 
+            if (pidColumn !== undefined) {
+                localVarQueryParameter['PidColumn'] = pidColumn;
+            }
+
             if (dictTypeCode !== undefined) {
                 localVarQueryParameter['DictTypeCode'] = dictTypeCode;
             }
 
+            if (queryType !== undefined) {
+                localVarQueryParameter['QueryType'] = queryType;
+            }
+
+            if (whetherQuery !== undefined) {
+                localVarQueryParameter['WhetherQuery'] = whetherQuery;
+            }
+
             if (whetherRetract !== undefined) {
                 localVarQueryParameter['WhetherRetract'] = whetherRetract;
             }
@@ -378,14 +435,6 @@ export const SysCodeGenConfigApiAxiosParamCreator = function (configuration?: Co
                 localVarQueryParameter['WhetherSortable'] = whetherSortable;
             }
 
-            if (queryWhether !== undefined) {
-                localVarQueryParameter['QueryWhether'] = queryWhether;
-            }
-
-            if (queryType !== undefined) {
-                localVarQueryParameter['QueryType'] = queryType;
-            }
-
             if (whetherTable !== undefined) {
                 localVarQueryParameter['WhetherTable'] = whetherTable;
             }
@@ -394,36 +443,36 @@ export const SysCodeGenConfigApiAxiosParamCreator = function (configuration?: Co
                 localVarQueryParameter['WhetherAddUpdate'] = whetherAddUpdate;
             }
 
-            if (columnKey !== undefined) {
-                localVarQueryParameter['ColumnKey'] = columnKey;
-            }
-
-            if (dataType !== undefined) {
-                localVarQueryParameter['DataType'] = dataType;
+            if (whetherImport !== undefined) {
+                localVarQueryParameter['WhetherImport'] = whetherImport;
             }
 
             if (whetherCommon !== undefined) {
                 localVarQueryParameter['WhetherCommon'] = whetherCommon;
             }
 
-            if (tableNickName !== undefined) {
-                localVarQueryParameter['TableNickName'] = tableNickName;
+            if (orderNo !== undefined) {
+                localVarQueryParameter['OrderNo'] = orderNo;
             }
 
-            if (displayColumn !== undefined) {
-                localVarQueryParameter['DisplayColumn'] = displayColumn;
+            if (isSelectorEffectType !== undefined) {
+                localVarQueryParameter['IsSelectorEffectType'] = isSelectorEffectType;
             }
 
-            if (valueColumn !== undefined) {
-                localVarQueryParameter['ValueColumn'] = valueColumn;
+            if (propertyNameTrimEndId !== undefined) {
+                localVarQueryParameter['PropertyNameTrimEndId'] = propertyNameTrimEndId;
             }
 
-            if (pidColumn !== undefined) {
-                localVarQueryParameter['PidColumn'] = pidColumn;
+            if (lowerPropertyNameTrimEndId !== undefined) {
+                localVarQueryParameter['LowerPropertyNameTrimEndId'] = lowerPropertyNameTrimEndId;
             }
 
-            if (orderNo !== undefined) {
-                localVarQueryParameter['OrderNo'] = orderNo;
+            if (extendedPropertyName !== undefined) {
+                localVarQueryParameter['ExtendedPropertyName'] = extendedPropertyName;
+            }
+
+            if (lowerExtendedPropertyName !== undefined) {
+                localVarQueryParameter['LowerExtendedPropertyName'] = lowerExtendedPropertyName;
             }
 
             const query = new URLSearchParams(localVarUrlObj.search);
@@ -505,41 +554,46 @@ export const SysCodeGenConfigApiFp = function(configuration?: Configuration) {
          * @param {number} [id] 主键Id
          * @param {number} [codeGenId] 代码生成主表ID
          * @param {string} [columnName] 数据库字段名
+         * @param {string} [columnKey] 主外键
          * @param {string} [propertyName] 实体属性名
          * @param {number} [columnLength] 字段数据长度
          * @param {string} [lowerPropertyName] 数据库字段名(首字母小写)
          * @param {string} [columnComment] 字段描述
          * @param {string} [netType] .NET类型
+         * @param {string} [dataType] 数据库中类型(物理类型)
+         * @param {string} [nullableNetType] 可空.NET类型
          * @param {string} [effectType] 作用类型(字典)
          * @param {string} [fkConfigId] 外键库标识
          * @param {string} [fkEntityName] 外键实体名称
          * @param {string} [fkTableName] 外键表名称
          * @param {string} [lowerFkEntityName] 外键实体名称(首字母小写)
-         * @param {string} [fkColumnName] 外键显示字段
          * @param {string} [fkLinkColumnName] 外键链接字段
-         * @param {string} [lowerFkColumnName] 外键显示字段(首字母小写)
+         * @param {string} [fkDisplayColumns] 外键显示字段
+         * @param {Array<string>} [fkDisplayColumnList] 外键显示字段
+         * @param {Array<string>} [lowerFkDisplayColumnsList] 外键显示字段(首字母小写)
          * @param {string} [fkColumnNetType] 外键显示字段.NET类型
+         * @param {string} [pidColumn] 父级字段
          * @param {string} [dictTypeCode] 字典code
+         * @param {string} [queryType] 查询方式
+         * @param {string} [whetherQuery] 是否是查询条件
          * @param {string} [whetherRetract] 列表是否缩进(字典)
          * @param {string} [whetherRequired] 是否必填(字典)
          * @param {string} [whetherSortable] 是否可排序(字典)
-         * @param {string} [queryWhether] 是否是查询条件
-         * @param {string} [queryType] 查询方式
          * @param {string} [whetherTable] 列表显示
          * @param {string} [whetherAddUpdate] 增改
-         * @param {string} [columnKey] 主外键
-         * @param {string} [dataType] 数据库中类型(物理类型)
+         * @param {string} [whetherImport] 导入
          * @param {string} [whetherCommon] 是否是通用字段
-         * @param {string} [tableNickName] 表的别名 Table as XXX
-         * @param {string} [displayColumn] 显示文本字段
-         * @param {string} [valueColumn] 选中值字段
-         * @param {string} [pidColumn] 父级字段
          * @param {number} [orderNo] 排序
+         * @param {boolean} [isSelectorEffectType] 是否是选择器控件
+         * @param {string} [propertyNameTrimEndId] 去掉尾部Id的属性名
+         * @param {string} [lowerPropertyNameTrimEndId] 去掉尾部Id的属性名
+         * @param {string} [extendedPropertyName] 扩展属性名称
+         * @param {string} [lowerExtendedPropertyName] 首字母小写的扩展属性名称
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async apiSysCodeGenConfigDetailGet(id?: number, codeGenId?: number, columnName?: string, propertyName?: string, columnLength?: number, lowerPropertyName?: string, columnComment?: string, netType?: string, effectType?: string, fkConfigId?: string, fkEntityName?: string, fkTableName?: string, lowerFkEntityName?: string, fkColumnName?: string, fkLinkColumnName?: string, lowerFkColumnName?: string, fkColumnNetType?: string, dictTypeCode?: string, whetherRetract?: string, whetherRequired?: string, whetherSortable?: string, queryWhether?: string, queryType?: string, whetherTable?: string, whetherAddUpdate?: string, columnKey?: string, dataType?: string, whetherCommon?: string, tableNickName?: string, displayColumn?: string, valueColumn?: string, pidColumn?: string, orderNo?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<AdminResultSysCodeGenConfig>>> {
-            const localVarAxiosArgs = await SysCodeGenConfigApiAxiosParamCreator(configuration).apiSysCodeGenConfigDetailGet(id, codeGenId, columnName, propertyName, columnLength, lowerPropertyName, columnComment, netType, effectType, fkConfigId, fkEntityName, fkTableName, lowerFkEntityName, fkColumnName, fkLinkColumnName, lowerFkColumnName, fkColumnNetType, dictTypeCode, whetherRetract, whetherRequired, whetherSortable, queryWhether, queryType, whetherTable, whetherAddUpdate, columnKey, dataType, whetherCommon, tableNickName, displayColumn, valueColumn, pidColumn, orderNo, options);
+        async apiSysCodeGenConfigDetailGet(id?: number, codeGenId?: number, columnName?: string, columnKey?: string, propertyName?: string, columnLength?: number, lowerPropertyName?: string, columnComment?: string, netType?: string, dataType?: string, nullableNetType?: string, effectType?: string, fkConfigId?: string, fkEntityName?: string, fkTableName?: string, lowerFkEntityName?: string, fkLinkColumnName?: string, fkDisplayColumns?: string, fkDisplayColumnList?: Array<string>, lowerFkDisplayColumnsList?: Array<string>, fkColumnNetType?: string, pidColumn?: string, dictTypeCode?: string, queryType?: string, whetherQuery?: string, whetherRetract?: string, whetherRequired?: string, whetherSortable?: string, whetherTable?: string, whetherAddUpdate?: string, whetherImport?: string, whetherCommon?: string, orderNo?: number, isSelectorEffectType?: boolean, propertyNameTrimEndId?: string, lowerPropertyNameTrimEndId?: string, extendedPropertyName?: string, lowerExtendedPropertyName?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<AdminResultSysCodeGenConfig>>> {
+            const localVarAxiosArgs = await SysCodeGenConfigApiAxiosParamCreator(configuration).apiSysCodeGenConfigDetailGet(id, codeGenId, columnName, columnKey, propertyName, columnLength, lowerPropertyName, columnComment, netType, dataType, nullableNetType, effectType, fkConfigId, fkEntityName, fkTableName, lowerFkEntityName, fkLinkColumnName, fkDisplayColumns, fkDisplayColumnList, lowerFkDisplayColumnsList, fkColumnNetType, pidColumn, dictTypeCode, queryType, whetherQuery, whetherRetract, whetherRequired, whetherSortable, whetherTable, whetherAddUpdate, whetherImport, whetherCommon, orderNo, isSelectorEffectType, propertyNameTrimEndId, lowerPropertyNameTrimEndId, extendedPropertyName, lowerExtendedPropertyName, options);
             return (axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
                 const axiosRequestArgs :AxiosRequestConfig = {...localVarAxiosArgs.options, url: basePath + localVarAxiosArgs.url};
                 return axios.request(axiosRequestArgs);
@@ -551,41 +605,46 @@ export const SysCodeGenConfigApiFp = function(configuration?: Configuration) {
          * @param {number} [id] 主键Id
          * @param {number} [codeGenId] 代码生成主表ID
          * @param {string} [columnName] 数据库字段名
+         * @param {string} [columnKey] 主外键
          * @param {string} [propertyName] 实体属性名
          * @param {number} [columnLength] 字段数据长度
          * @param {string} [lowerPropertyName] 数据库字段名(首字母小写)
          * @param {string} [columnComment] 字段描述
          * @param {string} [netType] .NET类型
+         * @param {string} [dataType] 数据库中类型(物理类型)
+         * @param {string} [nullableNetType] 可空.NET类型
          * @param {string} [effectType] 作用类型(字典)
          * @param {string} [fkConfigId] 外键库标识
          * @param {string} [fkEntityName] 外键实体名称
          * @param {string} [fkTableName] 外键表名称
          * @param {string} [lowerFkEntityName] 外键实体名称(首字母小写)
-         * @param {string} [fkColumnName] 外键显示字段
          * @param {string} [fkLinkColumnName] 外键链接字段
-         * @param {string} [lowerFkColumnName] 外键显示字段(首字母小写)
+         * @param {string} [fkDisplayColumns] 外键显示字段
+         * @param {Array<string>} [fkDisplayColumnList] 外键显示字段
+         * @param {Array<string>} [lowerFkDisplayColumnsList] 外键显示字段(首字母小写)
          * @param {string} [fkColumnNetType] 外键显示字段.NET类型
+         * @param {string} [pidColumn] 父级字段
          * @param {string} [dictTypeCode] 字典code
+         * @param {string} [queryType] 查询方式
+         * @param {string} [whetherQuery] 是否是查询条件
          * @param {string} [whetherRetract] 列表是否缩进(字典)
          * @param {string} [whetherRequired] 是否必填(字典)
          * @param {string} [whetherSortable] 是否可排序(字典)
-         * @param {string} [queryWhether] 是否是查询条件
-         * @param {string} [queryType] 查询方式
          * @param {string} [whetherTable] 列表显示
          * @param {string} [whetherAddUpdate] 增改
-         * @param {string} [columnKey] 主外键
-         * @param {string} [dataType] 数据库中类型(物理类型)
+         * @param {string} [whetherImport] 导入
          * @param {string} [whetherCommon] 是否是通用字段
-         * @param {string} [tableNickName] 表的别名 Table as XXX
-         * @param {string} [displayColumn] 显示文本字段
-         * @param {string} [valueColumn] 选中值字段
-         * @param {string} [pidColumn] 父级字段
          * @param {number} [orderNo] 排序
+         * @param {boolean} [isSelectorEffectType] 是否是选择器控件
+         * @param {string} [propertyNameTrimEndId] 去掉尾部Id的属性名
+         * @param {string} [lowerPropertyNameTrimEndId] 去掉尾部Id的属性名
+         * @param {string} [extendedPropertyName] 扩展属性名称
+         * @param {string} [lowerExtendedPropertyName] 首字母小写的扩展属性名称
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async apiSysCodeGenConfigListGet(id?: number, codeGenId?: number, columnName?: string, propertyName?: string, columnLength?: number, lowerPropertyName?: string, columnComment?: string, netType?: string, effectType?: string, fkConfigId?: string, fkEntityName?: string, fkTableName?: string, lowerFkEntityName?: string, fkColumnName?: string, fkLinkColumnName?: string, lowerFkColumnName?: string, fkColumnNetType?: string, dictTypeCode?: string, whetherRetract?: string, whetherRequired?: string, whetherSortable?: string, queryWhether?: string, queryType?: string, whetherTable?: string, whetherAddUpdate?: string, columnKey?: string, dataType?: string, whetherCommon?: string, tableNickName?: string, displayColumn?: string, valueColumn?: string, pidColumn?: string, orderNo?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<AdminResultListCodeGenConfig>>> {
-            const localVarAxiosArgs = await SysCodeGenConfigApiAxiosParamCreator(configuration).apiSysCodeGenConfigListGet(id, codeGenId, columnName, propertyName, columnLength, lowerPropertyName, columnComment, netType, effectType, fkConfigId, fkEntityName, fkTableName, lowerFkEntityName, fkColumnName, fkLinkColumnName, lowerFkColumnName, fkColumnNetType, dictTypeCode, whetherRetract, whetherRequired, whetherSortable, queryWhether, queryType, whetherTable, whetherAddUpdate, columnKey, dataType, whetherCommon, tableNickName, displayColumn, valueColumn, pidColumn, orderNo, options);
+        async apiSysCodeGenConfigListGet(id?: number, codeGenId?: number, columnName?: string, columnKey?: string, propertyName?: string, columnLength?: number, lowerPropertyName?: string, columnComment?: string, netType?: string, dataType?: string, nullableNetType?: string, effectType?: string, fkConfigId?: string, fkEntityName?: string, fkTableName?: string, lowerFkEntityName?: string, fkLinkColumnName?: string, fkDisplayColumns?: string, fkDisplayColumnList?: Array<string>, lowerFkDisplayColumnsList?: Array<string>, fkColumnNetType?: string, pidColumn?: string, dictTypeCode?: string, queryType?: string, whetherQuery?: string, whetherRetract?: string, whetherRequired?: string, whetherSortable?: string, whetherTable?: string, whetherAddUpdate?: string, whetherImport?: string, whetherCommon?: string, orderNo?: number, isSelectorEffectType?: boolean, propertyNameTrimEndId?: string, lowerPropertyNameTrimEndId?: string, extendedPropertyName?: string, lowerExtendedPropertyName?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<AdminResultListCodeGenConfig>>> {
+            const localVarAxiosArgs = await SysCodeGenConfigApiAxiosParamCreator(configuration).apiSysCodeGenConfigListGet(id, codeGenId, columnName, columnKey, propertyName, columnLength, lowerPropertyName, columnComment, netType, dataType, nullableNetType, effectType, fkConfigId, fkEntityName, fkTableName, lowerFkEntityName, fkLinkColumnName, fkDisplayColumns, fkDisplayColumnList, lowerFkDisplayColumnsList, fkColumnNetType, pidColumn, dictTypeCode, queryType, whetherQuery, whetherRetract, whetherRequired, whetherSortable, whetherTable, whetherAddUpdate, whetherImport, whetherCommon, orderNo, isSelectorEffectType, propertyNameTrimEndId, lowerPropertyNameTrimEndId, extendedPropertyName, lowerExtendedPropertyName, options);
             return (axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
                 const axiosRequestArgs :AxiosRequestConfig = {...localVarAxiosArgs.options, url: basePath + localVarAxiosArgs.url};
                 return axios.request(axiosRequestArgs);
@@ -620,41 +679,46 @@ export const SysCodeGenConfigApiFactory = function (configuration?: Configuratio
          * @param {number} [id] 主键Id
          * @param {number} [codeGenId] 代码生成主表ID
          * @param {string} [columnName] 数据库字段名
+         * @param {string} [columnKey] 主外键
          * @param {string} [propertyName] 实体属性名
          * @param {number} [columnLength] 字段数据长度
          * @param {string} [lowerPropertyName] 数据库字段名(首字母小写)
          * @param {string} [columnComment] 字段描述
          * @param {string} [netType] .NET类型
+         * @param {string} [dataType] 数据库中类型(物理类型)
+         * @param {string} [nullableNetType] 可空.NET类型
          * @param {string} [effectType] 作用类型(字典)
          * @param {string} [fkConfigId] 外键库标识
          * @param {string} [fkEntityName] 外键实体名称
          * @param {string} [fkTableName] 外键表名称
          * @param {string} [lowerFkEntityName] 外键实体名称(首字母小写)
-         * @param {string} [fkColumnName] 外键显示字段
          * @param {string} [fkLinkColumnName] 外键链接字段
-         * @param {string} [lowerFkColumnName] 外键显示字段(首字母小写)
+         * @param {string} [fkDisplayColumns] 外键显示字段
+         * @param {Array<string>} [fkDisplayColumnList] 外键显示字段
+         * @param {Array<string>} [lowerFkDisplayColumnsList] 外键显示字段(首字母小写)
          * @param {string} [fkColumnNetType] 外键显示字段.NET类型
+         * @param {string} [pidColumn] 父级字段
          * @param {string} [dictTypeCode] 字典code
+         * @param {string} [queryType] 查询方式
+         * @param {string} [whetherQuery] 是否是查询条件
          * @param {string} [whetherRetract] 列表是否缩进(字典)
          * @param {string} [whetherRequired] 是否必填(字典)
          * @param {string} [whetherSortable] 是否可排序(字典)
-         * @param {string} [queryWhether] 是否是查询条件
-         * @param {string} [queryType] 查询方式
          * @param {string} [whetherTable] 列表显示
          * @param {string} [whetherAddUpdate] 增改
-         * @param {string} [columnKey] 主外键
-         * @param {string} [dataType] 数据库中类型(物理类型)
+         * @param {string} [whetherImport] 导入
          * @param {string} [whetherCommon] 是否是通用字段
-         * @param {string} [tableNickName] 表的别名 Table as XXX
-         * @param {string} [displayColumn] 显示文本字段
-         * @param {string} [valueColumn] 选中值字段
-         * @param {string} [pidColumn] 父级字段
          * @param {number} [orderNo] 排序
+         * @param {boolean} [isSelectorEffectType] 是否是选择器控件
+         * @param {string} [propertyNameTrimEndId] 去掉尾部Id的属性名
+         * @param {string} [lowerPropertyNameTrimEndId] 去掉尾部Id的属性名
+         * @param {string} [extendedPropertyName] 扩展属性名称
+         * @param {string} [lowerExtendedPropertyName] 首字母小写的扩展属性名称
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async apiSysCodeGenConfigDetailGet(id?: number, codeGenId?: number, columnName?: string, propertyName?: string, columnLength?: number, lowerPropertyName?: string, columnComment?: string, netType?: string, effectType?: string, fkConfigId?: string, fkEntityName?: string, fkTableName?: string, lowerFkEntityName?: string, fkColumnName?: string, fkLinkColumnName?: string, lowerFkColumnName?: string, fkColumnNetType?: string, dictTypeCode?: string, whetherRetract?: string, whetherRequired?: string, whetherSortable?: string, queryWhether?: string, queryType?: string, whetherTable?: string, whetherAddUpdate?: string, columnKey?: string, dataType?: string, whetherCommon?: string, tableNickName?: string, displayColumn?: string, valueColumn?: string, pidColumn?: string, orderNo?: number, options?: AxiosRequestConfig): Promise<AxiosResponse<AdminResultSysCodeGenConfig>> {
-            return SysCodeGenConfigApiFp(configuration).apiSysCodeGenConfigDetailGet(id, codeGenId, columnName, propertyName, columnLength, lowerPropertyName, columnComment, netType, effectType, fkConfigId, fkEntityName, fkTableName, lowerFkEntityName, fkColumnName, fkLinkColumnName, lowerFkColumnName, fkColumnNetType, dictTypeCode, whetherRetract, whetherRequired, whetherSortable, queryWhether, queryType, whetherTable, whetherAddUpdate, columnKey, dataType, whetherCommon, tableNickName, displayColumn, valueColumn, pidColumn, orderNo, options).then((request) => request(axios, basePath));
+        async apiSysCodeGenConfigDetailGet(id?: number, codeGenId?: number, columnName?: string, columnKey?: string, propertyName?: string, columnLength?: number, lowerPropertyName?: string, columnComment?: string, netType?: string, dataType?: string, nullableNetType?: string, effectType?: string, fkConfigId?: string, fkEntityName?: string, fkTableName?: string, lowerFkEntityName?: string, fkLinkColumnName?: string, fkDisplayColumns?: string, fkDisplayColumnList?: Array<string>, lowerFkDisplayColumnsList?: Array<string>, fkColumnNetType?: string, pidColumn?: string, dictTypeCode?: string, queryType?: string, whetherQuery?: string, whetherRetract?: string, whetherRequired?: string, whetherSortable?: string, whetherTable?: string, whetherAddUpdate?: string, whetherImport?: string, whetherCommon?: string, orderNo?: number, isSelectorEffectType?: boolean, propertyNameTrimEndId?: string, lowerPropertyNameTrimEndId?: string, extendedPropertyName?: string, lowerExtendedPropertyName?: string, options?: AxiosRequestConfig): Promise<AxiosResponse<AdminResultSysCodeGenConfig>> {
+            return SysCodeGenConfigApiFp(configuration).apiSysCodeGenConfigDetailGet(id, codeGenId, columnName, columnKey, propertyName, columnLength, lowerPropertyName, columnComment, netType, dataType, nullableNetType, effectType, fkConfigId, fkEntityName, fkTableName, lowerFkEntityName, fkLinkColumnName, fkDisplayColumns, fkDisplayColumnList, lowerFkDisplayColumnsList, fkColumnNetType, pidColumn, dictTypeCode, queryType, whetherQuery, whetherRetract, whetherRequired, whetherSortable, whetherTable, whetherAddUpdate, whetherImport, whetherCommon, orderNo, isSelectorEffectType, propertyNameTrimEndId, lowerPropertyNameTrimEndId, extendedPropertyName, lowerExtendedPropertyName, options).then((request) => request(axios, basePath));
         },
         /**
          * 
@@ -662,41 +726,46 @@ export const SysCodeGenConfigApiFactory = function (configuration?: Configuratio
          * @param {number} [id] 主键Id
          * @param {number} [codeGenId] 代码生成主表ID
          * @param {string} [columnName] 数据库字段名
+         * @param {string} [columnKey] 主外键
          * @param {string} [propertyName] 实体属性名
          * @param {number} [columnLength] 字段数据长度
          * @param {string} [lowerPropertyName] 数据库字段名(首字母小写)
          * @param {string} [columnComment] 字段描述
          * @param {string} [netType] .NET类型
+         * @param {string} [dataType] 数据库中类型(物理类型)
+         * @param {string} [nullableNetType] 可空.NET类型
          * @param {string} [effectType] 作用类型(字典)
          * @param {string} [fkConfigId] 外键库标识
          * @param {string} [fkEntityName] 外键实体名称
          * @param {string} [fkTableName] 外键表名称
          * @param {string} [lowerFkEntityName] 外键实体名称(首字母小写)
-         * @param {string} [fkColumnName] 外键显示字段
          * @param {string} [fkLinkColumnName] 外键链接字段
-         * @param {string} [lowerFkColumnName] 外键显示字段(首字母小写)
+         * @param {string} [fkDisplayColumns] 外键显示字段
+         * @param {Array<string>} [fkDisplayColumnList] 外键显示字段
+         * @param {Array<string>} [lowerFkDisplayColumnsList] 外键显示字段(首字母小写)
          * @param {string} [fkColumnNetType] 外键显示字段.NET类型
+         * @param {string} [pidColumn] 父级字段
          * @param {string} [dictTypeCode] 字典code
+         * @param {string} [queryType] 查询方式
+         * @param {string} [whetherQuery] 是否是查询条件
          * @param {string} [whetherRetract] 列表是否缩进(字典)
          * @param {string} [whetherRequired] 是否必填(字典)
          * @param {string} [whetherSortable] 是否可排序(字典)
-         * @param {string} [queryWhether] 是否是查询条件
-         * @param {string} [queryType] 查询方式
          * @param {string} [whetherTable] 列表显示
          * @param {string} [whetherAddUpdate] 增改
-         * @param {string} [columnKey] 主外键
-         * @param {string} [dataType] 数据库中类型(物理类型)
+         * @param {string} [whetherImport] 导入
          * @param {string} [whetherCommon] 是否是通用字段
-         * @param {string} [tableNickName] 表的别名 Table as XXX
-         * @param {string} [displayColumn] 显示文本字段
-         * @param {string} [valueColumn] 选中值字段
-         * @param {string} [pidColumn] 父级字段
          * @param {number} [orderNo] 排序
+         * @param {boolean} [isSelectorEffectType] 是否是选择器控件
+         * @param {string} [propertyNameTrimEndId] 去掉尾部Id的属性名
+         * @param {string} [lowerPropertyNameTrimEndId] 去掉尾部Id的属性名
+         * @param {string} [extendedPropertyName] 扩展属性名称
+         * @param {string} [lowerExtendedPropertyName] 首字母小写的扩展属性名称
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async apiSysCodeGenConfigListGet(id?: number, codeGenId?: number, columnName?: string, propertyName?: string, columnLength?: number, lowerPropertyName?: string, columnComment?: string, netType?: string, effectType?: string, fkConfigId?: string, fkEntityName?: string, fkTableName?: string, lowerFkEntityName?: string, fkColumnName?: string, fkLinkColumnName?: string, lowerFkColumnName?: string, fkColumnNetType?: string, dictTypeCode?: string, whetherRetract?: string, whetherRequired?: string, whetherSortable?: string, queryWhether?: string, queryType?: string, whetherTable?: string, whetherAddUpdate?: string, columnKey?: string, dataType?: string, whetherCommon?: string, tableNickName?: string, displayColumn?: string, valueColumn?: string, pidColumn?: string, orderNo?: number, options?: AxiosRequestConfig): Promise<AxiosResponse<AdminResultListCodeGenConfig>> {
-            return SysCodeGenConfigApiFp(configuration).apiSysCodeGenConfigListGet(id, codeGenId, columnName, propertyName, columnLength, lowerPropertyName, columnComment, netType, effectType, fkConfigId, fkEntityName, fkTableName, lowerFkEntityName, fkColumnName, fkLinkColumnName, lowerFkColumnName, fkColumnNetType, dictTypeCode, whetherRetract, whetherRequired, whetherSortable, queryWhether, queryType, whetherTable, whetherAddUpdate, columnKey, dataType, whetherCommon, tableNickName, displayColumn, valueColumn, pidColumn, orderNo, options).then((request) => request(axios, basePath));
+        async apiSysCodeGenConfigListGet(id?: number, codeGenId?: number, columnName?: string, columnKey?: string, propertyName?: string, columnLength?: number, lowerPropertyName?: string, columnComment?: string, netType?: string, dataType?: string, nullableNetType?: string, effectType?: string, fkConfigId?: string, fkEntityName?: string, fkTableName?: string, lowerFkEntityName?: string, fkLinkColumnName?: string, fkDisplayColumns?: string, fkDisplayColumnList?: Array<string>, lowerFkDisplayColumnsList?: Array<string>, fkColumnNetType?: string, pidColumn?: string, dictTypeCode?: string, queryType?: string, whetherQuery?: string, whetherRetract?: string, whetherRequired?: string, whetherSortable?: string, whetherTable?: string, whetherAddUpdate?: string, whetherImport?: string, whetherCommon?: string, orderNo?: number, isSelectorEffectType?: boolean, propertyNameTrimEndId?: string, lowerPropertyNameTrimEndId?: string, extendedPropertyName?: string, lowerExtendedPropertyName?: string, options?: AxiosRequestConfig): Promise<AxiosResponse<AdminResultListCodeGenConfig>> {
+            return SysCodeGenConfigApiFp(configuration).apiSysCodeGenConfigListGet(id, codeGenId, columnName, columnKey, propertyName, columnLength, lowerPropertyName, columnComment, netType, dataType, nullableNetType, effectType, fkConfigId, fkEntityName, fkTableName, lowerFkEntityName, fkLinkColumnName, fkDisplayColumns, fkDisplayColumnList, lowerFkDisplayColumnsList, fkColumnNetType, pidColumn, dictTypeCode, queryType, whetherQuery, whetherRetract, whetherRequired, whetherSortable, whetherTable, whetherAddUpdate, whetherImport, whetherCommon, orderNo, isSelectorEffectType, propertyNameTrimEndId, lowerPropertyNameTrimEndId, extendedPropertyName, lowerExtendedPropertyName, options).then((request) => request(axios, basePath));
         },
         /**
          * 
@@ -724,42 +793,47 @@ export class SysCodeGenConfigApi extends BaseAPI {
      * @param {number} [id] 主键Id
      * @param {number} [codeGenId] 代码生成主表ID
      * @param {string} [columnName] 数据库字段名
+     * @param {string} [columnKey] 主外键
      * @param {string} [propertyName] 实体属性名
      * @param {number} [columnLength] 字段数据长度
      * @param {string} [lowerPropertyName] 数据库字段名(首字母小写)
      * @param {string} [columnComment] 字段描述
      * @param {string} [netType] .NET类型
+     * @param {string} [dataType] 数据库中类型(物理类型)
+     * @param {string} [nullableNetType] 可空.NET类型
      * @param {string} [effectType] 作用类型(字典)
      * @param {string} [fkConfigId] 外键库标识
      * @param {string} [fkEntityName] 外键实体名称
      * @param {string} [fkTableName] 外键表名称
      * @param {string} [lowerFkEntityName] 外键实体名称(首字母小写)
-     * @param {string} [fkColumnName] 外键显示字段
      * @param {string} [fkLinkColumnName] 外键链接字段
-     * @param {string} [lowerFkColumnName] 外键显示字段(首字母小写)
+     * @param {string} [fkDisplayColumns] 外键显示字段
+     * @param {Array<string>} [fkDisplayColumnList] 外键显示字段
+     * @param {Array<string>} [lowerFkDisplayColumnsList] 外键显示字段(首字母小写)
      * @param {string} [fkColumnNetType] 外键显示字段.NET类型
+     * @param {string} [pidColumn] 父级字段
      * @param {string} [dictTypeCode] 字典code
+     * @param {string} [queryType] 查询方式
+     * @param {string} [whetherQuery] 是否是查询条件
      * @param {string} [whetherRetract] 列表是否缩进(字典)
      * @param {string} [whetherRequired] 是否必填(字典)
      * @param {string} [whetherSortable] 是否可排序(字典)
-     * @param {string} [queryWhether] 是否是查询条件
-     * @param {string} [queryType] 查询方式
      * @param {string} [whetherTable] 列表显示
      * @param {string} [whetherAddUpdate] 增改
-     * @param {string} [columnKey] 主外键
-     * @param {string} [dataType] 数据库中类型(物理类型)
+     * @param {string} [whetherImport] 导入
      * @param {string} [whetherCommon] 是否是通用字段
-     * @param {string} [tableNickName] 表的别名 Table as XXX
-     * @param {string} [displayColumn] 显示文本字段
-     * @param {string} [valueColumn] 选中值字段
-     * @param {string} [pidColumn] 父级字段
      * @param {number} [orderNo] 排序
+     * @param {boolean} [isSelectorEffectType] 是否是选择器控件
+     * @param {string} [propertyNameTrimEndId] 去掉尾部Id的属性名
+     * @param {string} [lowerPropertyNameTrimEndId] 去掉尾部Id的属性名
+     * @param {string} [extendedPropertyName] 扩展属性名称
+     * @param {string} [lowerExtendedPropertyName] 首字母小写的扩展属性名称
      * @param {*} [options] Override http request option.
      * @throws {RequiredError}
      * @memberof SysCodeGenConfigApi
      */
-    public async apiSysCodeGenConfigDetailGet(id?: number, codeGenId?: number, columnName?: string, propertyName?: string, columnLength?: number, lowerPropertyName?: string, columnComment?: string, netType?: string, effectType?: string, fkConfigId?: string, fkEntityName?: string, fkTableName?: string, lowerFkEntityName?: string, fkColumnName?: string, fkLinkColumnName?: string, lowerFkColumnName?: string, fkColumnNetType?: string, dictTypeCode?: string, whetherRetract?: string, whetherRequired?: string, whetherSortable?: string, queryWhether?: string, queryType?: string, whetherTable?: string, whetherAddUpdate?: string, columnKey?: string, dataType?: string, whetherCommon?: string, tableNickName?: string, displayColumn?: string, valueColumn?: string, pidColumn?: string, orderNo?: number, options?: AxiosRequestConfig) : Promise<AxiosResponse<AdminResultSysCodeGenConfig>> {
-        return SysCodeGenConfigApiFp(this.configuration).apiSysCodeGenConfigDetailGet(id, codeGenId, columnName, propertyName, columnLength, lowerPropertyName, columnComment, netType, effectType, fkConfigId, fkEntityName, fkTableName, lowerFkEntityName, fkColumnName, fkLinkColumnName, lowerFkColumnName, fkColumnNetType, dictTypeCode, whetherRetract, whetherRequired, whetherSortable, queryWhether, queryType, whetherTable, whetherAddUpdate, columnKey, dataType, whetherCommon, tableNickName, displayColumn, valueColumn, pidColumn, orderNo, options).then((request) => request(this.axios, this.basePath));
+    public async apiSysCodeGenConfigDetailGet(id?: number, codeGenId?: number, columnName?: string, columnKey?: string, propertyName?: string, columnLength?: number, lowerPropertyName?: string, columnComment?: string, netType?: string, dataType?: string, nullableNetType?: string, effectType?: string, fkConfigId?: string, fkEntityName?: string, fkTableName?: string, lowerFkEntityName?: string, fkLinkColumnName?: string, fkDisplayColumns?: string, fkDisplayColumnList?: Array<string>, lowerFkDisplayColumnsList?: Array<string>, fkColumnNetType?: string, pidColumn?: string, dictTypeCode?: string, queryType?: string, whetherQuery?: string, whetherRetract?: string, whetherRequired?: string, whetherSortable?: string, whetherTable?: string, whetherAddUpdate?: string, whetherImport?: string, whetherCommon?: string, orderNo?: number, isSelectorEffectType?: boolean, propertyNameTrimEndId?: string, lowerPropertyNameTrimEndId?: string, extendedPropertyName?: string, lowerExtendedPropertyName?: string, options?: AxiosRequestConfig) : Promise<AxiosResponse<AdminResultSysCodeGenConfig>> {
+        return SysCodeGenConfigApiFp(this.configuration).apiSysCodeGenConfigDetailGet(id, codeGenId, columnName, columnKey, propertyName, columnLength, lowerPropertyName, columnComment, netType, dataType, nullableNetType, effectType, fkConfigId, fkEntityName, fkTableName, lowerFkEntityName, fkLinkColumnName, fkDisplayColumns, fkDisplayColumnList, lowerFkDisplayColumnsList, fkColumnNetType, pidColumn, dictTypeCode, queryType, whetherQuery, whetherRetract, whetherRequired, whetherSortable, whetherTable, whetherAddUpdate, whetherImport, whetherCommon, orderNo, isSelectorEffectType, propertyNameTrimEndId, lowerPropertyNameTrimEndId, extendedPropertyName, lowerExtendedPropertyName, options).then((request) => request(this.axios, this.basePath));
     }
     /**
      * 
@@ -767,42 +841,47 @@ export class SysCodeGenConfigApi extends BaseAPI {
      * @param {number} [id] 主键Id
      * @param {number} [codeGenId] 代码生成主表ID
      * @param {string} [columnName] 数据库字段名
+     * @param {string} [columnKey] 主外键
      * @param {string} [propertyName] 实体属性名
      * @param {number} [columnLength] 字段数据长度
      * @param {string} [lowerPropertyName] 数据库字段名(首字母小写)
      * @param {string} [columnComment] 字段描述
      * @param {string} [netType] .NET类型
+     * @param {string} [dataType] 数据库中类型(物理类型)
+     * @param {string} [nullableNetType] 可空.NET类型
      * @param {string} [effectType] 作用类型(字典)
      * @param {string} [fkConfigId] 外键库标识
      * @param {string} [fkEntityName] 外键实体名称
      * @param {string} [fkTableName] 外键表名称
      * @param {string} [lowerFkEntityName] 外键实体名称(首字母小写)
-     * @param {string} [fkColumnName] 外键显示字段
      * @param {string} [fkLinkColumnName] 外键链接字段
-     * @param {string} [lowerFkColumnName] 外键显示字段(首字母小写)
+     * @param {string} [fkDisplayColumns] 外键显示字段
+     * @param {Array<string>} [fkDisplayColumnList] 外键显示字段
+     * @param {Array<string>} [lowerFkDisplayColumnsList] 外键显示字段(首字母小写)
      * @param {string} [fkColumnNetType] 外键显示字段.NET类型
+     * @param {string} [pidColumn] 父级字段
      * @param {string} [dictTypeCode] 字典code
+     * @param {string} [queryType] 查询方式
+     * @param {string} [whetherQuery] 是否是查询条件
      * @param {string} [whetherRetract] 列表是否缩进(字典)
      * @param {string} [whetherRequired] 是否必填(字典)
      * @param {string} [whetherSortable] 是否可排序(字典)
-     * @param {string} [queryWhether] 是否是查询条件
-     * @param {string} [queryType] 查询方式
      * @param {string} [whetherTable] 列表显示
      * @param {string} [whetherAddUpdate] 增改
-     * @param {string} [columnKey] 主外键
-     * @param {string} [dataType] 数据库中类型(物理类型)
+     * @param {string} [whetherImport] 导入
      * @param {string} [whetherCommon] 是否是通用字段
-     * @param {string} [tableNickName] 表的别名 Table as XXX
-     * @param {string} [displayColumn] 显示文本字段
-     * @param {string} [valueColumn] 选中值字段
-     * @param {string} [pidColumn] 父级字段
      * @param {number} [orderNo] 排序
+     * @param {boolean} [isSelectorEffectType] 是否是选择器控件
+     * @param {string} [propertyNameTrimEndId] 去掉尾部Id的属性名
+     * @param {string} [lowerPropertyNameTrimEndId] 去掉尾部Id的属性名
+     * @param {string} [extendedPropertyName] 扩展属性名称
+     * @param {string} [lowerExtendedPropertyName] 首字母小写的扩展属性名称
      * @param {*} [options] Override http request option.
      * @throws {RequiredError}
      * @memberof SysCodeGenConfigApi
      */
-    public async apiSysCodeGenConfigListGet(id?: number, codeGenId?: number, columnName?: string, propertyName?: string, columnLength?: number, lowerPropertyName?: string, columnComment?: string, netType?: string, effectType?: string, fkConfigId?: string, fkEntityName?: string, fkTableName?: string, lowerFkEntityName?: string, fkColumnName?: string, fkLinkColumnName?: string, lowerFkColumnName?: string, fkColumnNetType?: string, dictTypeCode?: string, whetherRetract?: string, whetherRequired?: string, whetherSortable?: string, queryWhether?: string, queryType?: string, whetherTable?: string, whetherAddUpdate?: string, columnKey?: string, dataType?: string, whetherCommon?: string, tableNickName?: string, displayColumn?: string, valueColumn?: string, pidColumn?: string, orderNo?: number, options?: AxiosRequestConfig) : Promise<AxiosResponse<AdminResultListCodeGenConfig>> {
-        return SysCodeGenConfigApiFp(this.configuration).apiSysCodeGenConfigListGet(id, codeGenId, columnName, propertyName, columnLength, lowerPropertyName, columnComment, netType, effectType, fkConfigId, fkEntityName, fkTableName, lowerFkEntityName, fkColumnName, fkLinkColumnName, lowerFkColumnName, fkColumnNetType, dictTypeCode, whetherRetract, whetherRequired, whetherSortable, queryWhether, queryType, whetherTable, whetherAddUpdate, columnKey, dataType, whetherCommon, tableNickName, displayColumn, valueColumn, pidColumn, orderNo, options).then((request) => request(this.axios, this.basePath));
+    public async apiSysCodeGenConfigListGet(id?: number, codeGenId?: number, columnName?: string, columnKey?: string, propertyName?: string, columnLength?: number, lowerPropertyName?: string, columnComment?: string, netType?: string, dataType?: string, nullableNetType?: string, effectType?: string, fkConfigId?: string, fkEntityName?: string, fkTableName?: string, lowerFkEntityName?: string, fkLinkColumnName?: string, fkDisplayColumns?: string, fkDisplayColumnList?: Array<string>, lowerFkDisplayColumnsList?: Array<string>, fkColumnNetType?: string, pidColumn?: string, dictTypeCode?: string, queryType?: string, whetherQuery?: string, whetherRetract?: string, whetherRequired?: string, whetherSortable?: string, whetherTable?: string, whetherAddUpdate?: string, whetherImport?: string, whetherCommon?: string, orderNo?: number, isSelectorEffectType?: boolean, propertyNameTrimEndId?: string, lowerPropertyNameTrimEndId?: string, extendedPropertyName?: string, lowerExtendedPropertyName?: string, options?: AxiosRequestConfig) : Promise<AxiosResponse<AdminResultListCodeGenConfig>> {
+        return SysCodeGenConfigApiFp(this.configuration).apiSysCodeGenConfigListGet(id, codeGenId, columnName, columnKey, propertyName, columnLength, lowerPropertyName, columnComment, netType, dataType, nullableNetType, effectType, fkConfigId, fkEntityName, fkTableName, lowerFkEntityName, fkLinkColumnName, fkDisplayColumns, fkDisplayColumnList, lowerFkDisplayColumnsList, fkColumnNetType, pidColumn, dictTypeCode, queryType, whetherQuery, whetherRetract, whetherRequired, whetherSortable, whetherTable, whetherAddUpdate, whetherImport, whetherCommon, orderNo, isSelectorEffectType, propertyNameTrimEndId, lowerPropertyNameTrimEndId, extendedPropertyName, lowerExtendedPropertyName, options).then((request) => request(this.axios, this.basePath));
     }
     /**
      * 

+ 0 - 1
Web/src/api-services/apis/sys-common-api.ts

@@ -11,7 +11,6 @@
  * 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

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

@@ -11,7 +11,6 @@
  * 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

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

@@ -11,7 +11,6 @@
  * 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

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

@@ -11,7 +11,6 @@
  * 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

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

@@ -11,7 +11,6 @@
  * 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

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

@@ -11,7 +11,6 @@
  * 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

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

@@ -11,7 +11,6 @@
  * 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

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

@@ -11,7 +11,6 @@
  * 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

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

@@ -11,7 +11,6 @@
  * 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

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

@@ -11,7 +11,6 @@
  * 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

+ 0 - 1
Web/src/api-services/apis/sys-ldap-api.ts

@@ -11,7 +11,6 @@
  * 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

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

@@ -11,7 +11,6 @@
  * 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

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

@@ -11,7 +11,6 @@
  * 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

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

@@ -11,7 +11,6 @@
  * 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

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

@@ -11,7 +11,6 @@
  * 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

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

@@ -11,7 +11,6 @@
  * 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

+ 0 - 1
Web/src/api-services/apis/sys-message-api.ts

@@ -11,7 +11,6 @@
  * 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

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

@@ -11,7 +11,6 @@
  * 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

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

@@ -11,7 +11,6 @@
  * 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

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

@@ -11,7 +11,6 @@
  * 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

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

@@ -11,7 +11,6 @@
  * 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

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

@@ -11,7 +11,6 @@
  * 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

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

@@ -11,7 +11,6 @@
  * 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

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

@@ -11,7 +11,6 @@
  * 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

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

@@ -11,7 +11,6 @@
  * 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

+ 0 - 1
Web/src/api-services/apis/sys-proc-api.ts

@@ -11,7 +11,6 @@
  * 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

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

@@ -11,7 +11,6 @@
  * 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

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

@@ -11,7 +11,6 @@
  * 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

+ 0 - 1
Web/src/api-services/apis/sys-schedule-api.ts

@@ -11,7 +11,6 @@
  * 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

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

@@ -11,7 +11,6 @@
  * 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

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

@@ -11,7 +11,6 @@
  * 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

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

@@ -11,7 +11,6 @@
  * 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

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

@@ -11,7 +11,6 @@
  * 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

+ 44 - 72
Web/src/api-services/apis/sys-user-menu-api.ts

@@ -11,7 +11,6 @@
  * 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
@@ -76,18 +75,12 @@ export const SysUserMenuApiAxiosParamCreator = function (configuration?: Configu
         },
         /**
          * 
-         * @summary 根据用户Id删除收藏菜单 🔖
-         * @param {number} userId 
+         * @summary 清空当前用户收藏的菜单 🔖
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        apiSysUserMenuDeleteByUserIdUserIdPost: async (userId: number, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
-            // verify required parameter 'userId' is not null or undefined
-            if (userId === null || userId === undefined) {
-                throw new RequiredError('userId','Required parameter userId was null or undefined when calling apiSysUserMenuDeleteByUserIdUserIdPost.');
-            }
-            const localVarPath = `/api/sysUserMenu/deleteByUserId/{userId}`
-                .replace(`{${"userId"}}`, encodeURIComponent(String(userId)));
+        apiSysUserMenuClearUserMenuPost: async (options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
+            const localVarPath = `/api/sysUserMenu/clearUserMenu`;
             // use dummy base URL string because the URL constructor only accepts absolute URLs.
             const localVarUrlObj = new URL(localVarPath, 'https://example.com');
             let baseOptions;
@@ -130,8 +123,8 @@ export const SysUserMenuApiAxiosParamCreator = function (configuration?: Configu
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        apiSysUserMenuDeletePost: async (body?: UserMenuInput, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
-            const localVarPath = `/api/sysUserMenu/delete`;
+        apiSysUserMenuDeleteUserMenuPost: async (body?: UserMenuInput, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
+            const localVarPath = `/api/sysUserMenu/deleteUserMenu`;
             // use dummy base URL string because the URL constructor only accepts absolute URLs.
             const localVarUrlObj = new URL(localVarPath, 'https://example.com');
             let baseOptions;
@@ -173,18 +166,12 @@ export const SysUserMenuApiAxiosParamCreator = function (configuration?: Configu
         },
         /**
          * 
-         * @summary 根据用户Id获取收藏菜单Id集合 🔖
-         * @param {number} userId 
+         * @summary 获取当前用户收藏的菜单Id集合 🔖
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        apiSysUserMenuUserMenuIdListUserIdGet: async (userId: number, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
-            // verify required parameter 'userId' is not null or undefined
-            if (userId === null || userId === undefined) {
-                throw new RequiredError('userId','Required parameter userId was null or undefined when calling apiSysUserMenuUserMenuIdListUserIdGet.');
-            }
-            const localVarPath = `/api/sysUserMenu/userMenuIdList/{userId}`
-                .replace(`{${"userId"}}`, encodeURIComponent(String(userId)));
+        apiSysUserMenuUserMenuIdListGet: async (options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
+            const localVarPath = `/api/sysUserMenu/userMenuIdList`;
             // use dummy base URL string because the URL constructor only accepts absolute URLs.
             const localVarUrlObj = new URL(localVarPath, 'https://example.com');
             let baseOptions;
@@ -222,18 +209,12 @@ export const SysUserMenuApiAxiosParamCreator = function (configuration?: Configu
         },
         /**
          * 
-         * @summary 根据用户Id获取收藏菜单集合 🔖
-         * @param {number} userId 
+         * @summary 获取当前用户收藏的菜单集合 🔖
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        apiSysUserMenuUserMenuListUserIdGet: async (userId: number, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
-            // verify required parameter 'userId' is not null or undefined
-            if (userId === null || userId === undefined) {
-                throw new RequiredError('userId','Required parameter userId was null or undefined when calling apiSysUserMenuUserMenuListUserIdGet.');
-            }
-            const localVarPath = `/api/sysUserMenu/userMenuList/{userId}`
-                .replace(`{${"userId"}}`, encodeURIComponent(String(userId)));
+        apiSysUserMenuUserMenuListGet: async (options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
+            const localVarPath = `/api/sysUserMenu/userMenuList`;
             // use dummy base URL string because the URL constructor only accepts absolute URLs.
             const localVarUrlObj = new URL(localVarPath, 'https://example.com');
             let baseOptions;
@@ -294,13 +275,12 @@ export const SysUserMenuApiFp = function(configuration?: Configuration) {
         },
         /**
          * 
-         * @summary 根据用户Id删除收藏菜单 🔖
-         * @param {number} userId 
+         * @summary 清空当前用户收藏的菜单 🔖
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async apiSysUserMenuDeleteByUserIdUserIdPost(userId: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<void>>> {
-            const localVarAxiosArgs = await SysUserMenuApiAxiosParamCreator(configuration).apiSysUserMenuDeleteByUserIdUserIdPost(userId, options);
+        async apiSysUserMenuClearUserMenuPost(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<void>>> {
+            const localVarAxiosArgs = await SysUserMenuApiAxiosParamCreator(configuration).apiSysUserMenuClearUserMenuPost(options);
             return (axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
                 const axiosRequestArgs :AxiosRequestConfig = {...localVarAxiosArgs.options, url: basePath + localVarAxiosArgs.url};
                 return axios.request(axiosRequestArgs);
@@ -313,8 +293,8 @@ export const SysUserMenuApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async apiSysUserMenuDeletePost(body?: UserMenuInput, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<void>>> {
-            const localVarAxiosArgs = await SysUserMenuApiAxiosParamCreator(configuration).apiSysUserMenuDeletePost(body, options);
+        async apiSysUserMenuDeleteUserMenuPost(body?: UserMenuInput, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<void>>> {
+            const localVarAxiosArgs = await SysUserMenuApiAxiosParamCreator(configuration).apiSysUserMenuDeleteUserMenuPost(body, options);
             return (axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
                 const axiosRequestArgs :AxiosRequestConfig = {...localVarAxiosArgs.options, url: basePath + localVarAxiosArgs.url};
                 return axios.request(axiosRequestArgs);
@@ -322,13 +302,12 @@ export const SysUserMenuApiFp = function(configuration?: Configuration) {
         },
         /**
          * 
-         * @summary 根据用户Id获取收藏菜单Id集合 🔖
-         * @param {number} userId 
+         * @summary 获取当前用户收藏的菜单Id集合 🔖
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async apiSysUserMenuUserMenuIdListUserIdGet(userId: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<AdminResultListInt64>>> {
-            const localVarAxiosArgs = await SysUserMenuApiAxiosParamCreator(configuration).apiSysUserMenuUserMenuIdListUserIdGet(userId, options);
+        async apiSysUserMenuUserMenuIdListGet(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<AdminResultListInt64>>> {
+            const localVarAxiosArgs = await SysUserMenuApiAxiosParamCreator(configuration).apiSysUserMenuUserMenuIdListGet(options);
             return (axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
                 const axiosRequestArgs :AxiosRequestConfig = {...localVarAxiosArgs.options, url: basePath + localVarAxiosArgs.url};
                 return axios.request(axiosRequestArgs);
@@ -336,13 +315,12 @@ export const SysUserMenuApiFp = function(configuration?: Configuration) {
         },
         /**
          * 
-         * @summary 根据用户Id获取收藏菜单集合 🔖
-         * @param {number} userId 
+         * @summary 获取当前用户收藏的菜单集合 🔖
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async apiSysUserMenuUserMenuListUserIdGet(userId: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<AdminResultListMenuOutput>>> {
-            const localVarAxiosArgs = await SysUserMenuApiAxiosParamCreator(configuration).apiSysUserMenuUserMenuListUserIdGet(userId, options);
+        async apiSysUserMenuUserMenuListGet(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<AdminResultListMenuOutput>>> {
+            const localVarAxiosArgs = await SysUserMenuApiAxiosParamCreator(configuration).apiSysUserMenuUserMenuListGet(options);
             return (axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
                 const axiosRequestArgs :AxiosRequestConfig = {...localVarAxiosArgs.options, url: basePath + localVarAxiosArgs.url};
                 return axios.request(axiosRequestArgs);
@@ -369,13 +347,12 @@ export const SysUserMenuApiFactory = function (configuration?: Configuration, ba
         },
         /**
          * 
-         * @summary 根据用户Id删除收藏菜单 🔖
-         * @param {number} userId 
+         * @summary 清空当前用户收藏的菜单 🔖
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async apiSysUserMenuDeleteByUserIdUserIdPost(userId: number, options?: AxiosRequestConfig): Promise<AxiosResponse<void>> {
-            return SysUserMenuApiFp(configuration).apiSysUserMenuDeleteByUserIdUserIdPost(userId, options).then((request) => request(axios, basePath));
+        async apiSysUserMenuClearUserMenuPost(options?: AxiosRequestConfig): Promise<AxiosResponse<void>> {
+            return SysUserMenuApiFp(configuration).apiSysUserMenuClearUserMenuPost(options).then((request) => request(axios, basePath));
         },
         /**
          * 
@@ -384,28 +361,26 @@ export const SysUserMenuApiFactory = function (configuration?: Configuration, ba
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async apiSysUserMenuDeletePost(body?: UserMenuInput, options?: AxiosRequestConfig): Promise<AxiosResponse<void>> {
-            return SysUserMenuApiFp(configuration).apiSysUserMenuDeletePost(body, options).then((request) => request(axios, basePath));
+        async apiSysUserMenuDeleteUserMenuPost(body?: UserMenuInput, options?: AxiosRequestConfig): Promise<AxiosResponse<void>> {
+            return SysUserMenuApiFp(configuration).apiSysUserMenuDeleteUserMenuPost(body, options).then((request) => request(axios, basePath));
         },
         /**
          * 
-         * @summary 根据用户Id获取收藏菜单Id集合 🔖
-         * @param {number} userId 
+         * @summary 获取当前用户收藏的菜单Id集合 🔖
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async apiSysUserMenuUserMenuIdListUserIdGet(userId: number, options?: AxiosRequestConfig): Promise<AxiosResponse<AdminResultListInt64>> {
-            return SysUserMenuApiFp(configuration).apiSysUserMenuUserMenuIdListUserIdGet(userId, options).then((request) => request(axios, basePath));
+        async apiSysUserMenuUserMenuIdListGet(options?: AxiosRequestConfig): Promise<AxiosResponse<AdminResultListInt64>> {
+            return SysUserMenuApiFp(configuration).apiSysUserMenuUserMenuIdListGet(options).then((request) => request(axios, basePath));
         },
         /**
          * 
-         * @summary 根据用户Id获取收藏菜单集合 🔖
-         * @param {number} userId 
+         * @summary 获取当前用户收藏的菜单集合 🔖
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async apiSysUserMenuUserMenuListUserIdGet(userId: number, options?: AxiosRequestConfig): Promise<AxiosResponse<AdminResultListMenuOutput>> {
-            return SysUserMenuApiFp(configuration).apiSysUserMenuUserMenuListUserIdGet(userId, options).then((request) => request(axios, basePath));
+        async apiSysUserMenuUserMenuListGet(options?: AxiosRequestConfig): Promise<AxiosResponse<AdminResultListMenuOutput>> {
+            return SysUserMenuApiFp(configuration).apiSysUserMenuUserMenuListGet(options).then((request) => request(axios, basePath));
         },
     };
 };
@@ -430,14 +405,13 @@ export class SysUserMenuApi extends BaseAPI {
     }
     /**
      * 
-     * @summary 根据用户Id删除收藏菜单 🔖
-     * @param {number} userId 
+     * @summary 清空当前用户收藏的菜单 🔖
      * @param {*} [options] Override http request option.
      * @throws {RequiredError}
      * @memberof SysUserMenuApi
      */
-    public async apiSysUserMenuDeleteByUserIdUserIdPost(userId: number, options?: AxiosRequestConfig) : Promise<AxiosResponse<void>> {
-        return SysUserMenuApiFp(this.configuration).apiSysUserMenuDeleteByUserIdUserIdPost(userId, options).then((request) => request(this.axios, this.basePath));
+    public async apiSysUserMenuClearUserMenuPost(options?: AxiosRequestConfig) : Promise<AxiosResponse<void>> {
+        return SysUserMenuApiFp(this.configuration).apiSysUserMenuClearUserMenuPost(options).then((request) => request(this.axios, this.basePath));
     }
     /**
      * 
@@ -447,29 +421,27 @@ export class SysUserMenuApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof SysUserMenuApi
      */
-    public async apiSysUserMenuDeletePost(body?: UserMenuInput, options?: AxiosRequestConfig) : Promise<AxiosResponse<void>> {
-        return SysUserMenuApiFp(this.configuration).apiSysUserMenuDeletePost(body, options).then((request) => request(this.axios, this.basePath));
+    public async apiSysUserMenuDeleteUserMenuPost(body?: UserMenuInput, options?: AxiosRequestConfig) : Promise<AxiosResponse<void>> {
+        return SysUserMenuApiFp(this.configuration).apiSysUserMenuDeleteUserMenuPost(body, options).then((request) => request(this.axios, this.basePath));
     }
     /**
      * 
-     * @summary 根据用户Id获取收藏菜单Id集合 🔖
-     * @param {number} userId 
+     * @summary 获取当前用户收藏的菜单Id集合 🔖
      * @param {*} [options] Override http request option.
      * @throws {RequiredError}
      * @memberof SysUserMenuApi
      */
-    public async apiSysUserMenuUserMenuIdListUserIdGet(userId: number, options?: AxiosRequestConfig) : Promise<AxiosResponse<AdminResultListInt64>> {
-        return SysUserMenuApiFp(this.configuration).apiSysUserMenuUserMenuIdListUserIdGet(userId, options).then((request) => request(this.axios, this.basePath));
+    public async apiSysUserMenuUserMenuIdListGet(options?: AxiosRequestConfig) : Promise<AxiosResponse<AdminResultListInt64>> {
+        return SysUserMenuApiFp(this.configuration).apiSysUserMenuUserMenuIdListGet(options).then((request) => request(this.axios, this.basePath));
     }
     /**
      * 
-     * @summary 根据用户Id获取收藏菜单集合 🔖
-     * @param {number} userId 
+     * @summary 获取当前用户收藏的菜单集合 🔖
      * @param {*} [options] Override http request option.
      * @throws {RequiredError}
      * @memberof SysUserMenuApi
      */
-    public async apiSysUserMenuUserMenuListUserIdGet(userId: number, options?: AxiosRequestConfig) : Promise<AxiosResponse<AdminResultListMenuOutput>> {
-        return SysUserMenuApiFp(this.configuration).apiSysUserMenuUserMenuListUserIdGet(userId, options).then((request) => request(this.axios, this.basePath));
+    public async apiSysUserMenuUserMenuListGet(options?: AxiosRequestConfig) : Promise<AxiosResponse<AdminResultListMenuOutput>> {
+        return SysUserMenuApiFp(this.configuration).apiSysUserMenuUserMenuListGet(options).then((request) => request(this.axios, this.basePath));
     }
 }

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

@@ -11,7 +11,6 @@
  * 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

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

@@ -11,7 +11,6 @@
  * 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

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

@@ -11,7 +11,6 @@
  * 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

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

@@ -11,7 +11,6 @@
  * 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

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

@@ -11,7 +11,6 @@
  * 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

+ 0 - 9
Web/src/api-services/configuration.ts

@@ -11,7 +11,6 @@
  * 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;
@@ -22,15 +21,12 @@ 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
      *
@@ -38,7 +34,6 @@ export class Configuration {
      * @memberof Configuration
      */
     username?: string;
-
     /**
      * parameter for basic security
      *
@@ -46,16 +41,13 @@ 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
      *
@@ -63,7 +55,6 @@ export class Configuration {
      * @memberof Configuration
      */
     basePath?: string;
-
     /**
      * base options for axios calls
      *

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

@@ -11,7 +11,6 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
-
 export * from "./api";
 export * from "./configuration";
 export * from "./models";

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

@@ -11,7 +11,6 @@
  * 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

+ 10 - 55
Web/src/api-services/models/add-code-gen-input.ts

@@ -11,224 +11,179 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
-
 import { Filter } from './filter';
 import { Search } from './search';
- /**
+import { TableUniqueConfigItem } from './table-unique-config-item';
+/**
  * 
- *
  * @export
  * @interface AddCodeGenInput
  */
 export interface AddCodeGenInput {
-
     /**
+     * 
      * @type {Search}
      * @memberof AddCodeGenInput
      */
     search?: Search;
-
     /**
      * 模糊查询关键字
-     *
      * @type {string}
      * @memberof AddCodeGenInput
      */
     keyword?: string | null;
-
     /**
+     * 
      * @type {Filter}
      * @memberof AddCodeGenInput
      */
     filter?: Filter;
-
     /**
      * 当前页码
-     *
      * @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 {Array<TableUniqueConfigItem>}
+     * @memberof AddCodeGenInput
+     */
+    tableUniqueList?: Array<TableUniqueConfigItem> | null;
     /**
      * 菜单应用分类(应用编码)
-     *
      * @type {string}
      * @memberof AddCodeGenInput
      */
     menuApplication?: string | null;
-
     /**
      * 菜单父级
-     *
      * @type {number}
      * @memberof AddCodeGenInput
      */
     menuPid?: number | null;
-
     /**
      * 菜单图标
-     *
      * @type {string}
      * @memberof AddCodeGenInput
      */
     menuIcon?: string | null;
-
     /**
      * 页面目录
-     *
      * @type {string}
      * @memberof AddCodeGenInput
      */
     pagePath?: string | null;
-
     /**
      * 支持打印类型
-     *
      * @type {string}
      * @memberof AddCodeGenInput
      */
     printType?: string | null;
-
     /**
      * 打印模版名称
-     *
      * @type {string}
      * @memberof AddCodeGenInput
      */
     printName?: 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 {boolean}
      * @memberof AddCodeGenInput
      */

+ 2 - 32
Web/src/api-services/models/add-config-input.ts

@@ -11,129 +11,99 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
-
 import { YesNoEnum } from './yes-no-enum';
- /**
+/**
  * 
- *
  * @export
  * @interface AddConfigInput
  */
 export interface AddConfigInput {
-
     /**
      * 雪花Id
-     *
      * @type {number}
      * @memberof AddConfigInput
      */
     id?: number;
-
     /**
      * 创建时间
-     *
      * @type {Date}
      * @memberof AddConfigInput
      */
     createTime?: Date;
-
     /**
      * 更新时间
-     *
      * @type {Date}
      * @memberof AddConfigInput
      */
     updateTime?: Date | null;
-
     /**
      * 创建者Id
-     *
      * @type {number}
      * @memberof AddConfigInput
      */
     createUserId?: number | null;
-
     /**
      * 创建者姓名
-     *
      * @type {string}
      * @memberof AddConfigInput
      */
     createUserName?: string | null;
-
     /**
      * 修改者Id
-     *
      * @type {number}
      * @memberof AddConfigInput
      */
     updateUserId?: number | null;
-
     /**
      * 修改者姓名
-     *
      * @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
      */

+ 2 - 40
Web/src/api-services/models/add-dict-data-input.ts

@@ -11,161 +11,123 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
-
 import { StatusEnum } from './status-enum';
- /**
+/**
  * 
- *
  * @export
  * @interface AddDictDataInput
  */
 export interface AddDictDataInput {
-
     /**
      * 雪花Id
-     *
      * @type {number}
      * @memberof AddDictDataInput
      */
     id?: number;
-
     /**
      * 创建时间
-     *
      * @type {Date}
      * @memberof AddDictDataInput
      */
     createTime?: Date;
-
     /**
      * 更新时间
-     *
      * @type {Date}
      * @memberof AddDictDataInput
      */
     updateTime?: Date | null;
-
     /**
      * 创建者Id
-     *
      * @type {number}
      * @memberof AddDictDataInput
      */
     createUserId?: number | null;
-
     /**
      * 创建者姓名
-     *
      * @type {string}
      * @memberof AddDictDataInput
      */
     createUserName?: string | null;
-
     /**
      * 修改者Id
-     *
      * @type {number}
      * @memberof AddDictDataInput
      */
     updateUserId?: number | null;
-
     /**
      * 修改者姓名
-     *
      * @type {string}
      * @memberof AddDictDataInput
      */
     updateUserName?: string | null;
-
     /**
      * 软删除
-     *
      * @type {boolean}
      * @memberof AddDictDataInput
      */
     isDelete?: boolean;
-
     /**
      * 字典类型Id
-     *
      * @type {number}
      * @memberof AddDictDataInput
      */
     dictTypeId?: number;
-
     /**
      * 值
-     *
      * @type {string}
      * @memberof AddDictDataInput
      */
     value: string;
-
     /**
      * 编码
-     *
      * @type {string}
      * @memberof AddDictDataInput
      */
     code: string;
-
     /**
      * 名称
-     *
      * @type {string}
      * @memberof AddDictDataInput
      */
     name?: string | null;
-
     /**
      * 显示样式-标签颜色
-     *
      * @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
      */

+ 2 - 30
Web/src/api-services/models/add-dict-type-input.ts

@@ -11,122 +11,94 @@
  * 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';
- /**
+/**
  * 
- *
  * @export
  * @interface AddDictTypeInput
  */
 export interface AddDictTypeInput {
-
     /**
      * 雪花Id
-     *
      * @type {number}
      * @memberof AddDictTypeInput
      */
     id?: number;
-
     /**
      * 创建时间
-     *
      * @type {Date}
      * @memberof AddDictTypeInput
      */
     createTime?: Date;
-
     /**
      * 更新时间
-     *
      * @type {Date}
      * @memberof AddDictTypeInput
      */
     updateTime?: Date | null;
-
     /**
      * 创建者Id
-     *
      * @type {number}
      * @memberof AddDictTypeInput
      */
     createUserId?: number | null;
-
     /**
      * 创建者姓名
-     *
      * @type {string}
      * @memberof AddDictTypeInput
      */
     createUserName?: string | null;
-
     /**
      * 修改者Id
-     *
      * @type {number}
      * @memberof AddDictTypeInput
      */
     updateUserId?: number | null;
-
     /**
      * 修改者姓名
-     *
      * @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
      */

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

@@ -11,105 +11,81 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
-
 import { JobCreateTypeEnum } from './job-create-type-enum';
- /**
+/**
  * 
- *
  * @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
      */
     includeAnnotation?: 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
      */

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

@@ -11,185 +11,141 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
-
 import { TriggerStatus } from './trigger-status';
- /**
+/**
  * 
- *
  * @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
      */

+ 3 - 53
Web/src/api-services/models/add-menu-input.ts

@@ -11,217 +11,167 @@
  * 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';
- /**
+/**
  * 
- *
  * @export
  * @interface AddMenuInput
  */
 export interface AddMenuInput {
-
     /**
      * 雪花Id
-     *
      * @type {number}
      * @memberof AddMenuInput
      */
     id?: number;
-
     /**
      * 创建时间
-     *
      * @type {Date}
      * @memberof AddMenuInput
      */
     createTime?: Date;
-
     /**
      * 更新时间
-     *
      * @type {Date}
      * @memberof AddMenuInput
      */
     updateTime?: Date | null;
-
     /**
      * 创建者Id
-     *
      * @type {number}
      * @memberof AddMenuInput
      */
     createUserId?: number | null;
-
     /**
      * 创建者姓名
-     *
      * @type {string}
      * @memberof AddMenuInput
      */
     createUserName?: string | null;
-
     /**
      * 修改者Id
-     *
      * @type {number}
      * @memberof AddMenuInput
      */
     updateUserId?: number | null;
-
     /**
      * 修改者姓名
-     *
      * @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
      */

+ 3 - 37
Web/src/api-services/models/add-notice-input.ts

@@ -11,152 +11,118 @@
  * 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';
- /**
+/**
  * 
- *
  * @export
  * @interface AddNoticeInput
  */
 export interface AddNoticeInput {
-
     /**
      * 雪花Id
-     *
      * @type {number}
      * @memberof AddNoticeInput
      */
     id?: number;
-
     /**
      * 创建时间
-     *
      * @type {Date}
      * @memberof AddNoticeInput
      */
     createTime?: Date;
-
     /**
      * 更新时间
-     *
      * @type {Date}
      * @memberof AddNoticeInput
      */
     updateTime?: Date | null;
-
     /**
      * 创建者Id
-     *
      * @type {number}
      * @memberof AddNoticeInput
      */
     createUserId?: number | null;
-
     /**
      * 创建者姓名
-     *
      * @type {string}
      * @memberof AddNoticeInput
      */
     createUserName?: string | null;
-
     /**
      * 修改者Id
-     *
      * @type {number}
      * @memberof AddNoticeInput
      */
     updateUserId?: number | null;
-
     /**
      * 修改者姓名
-     *
      * @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
      */

+ 2 - 28
Web/src/api-services/models/add-open-access-input.ts

@@ -11,113 +11,87 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
-
 import { SysUser } from './sys-user';
- /**
+/**
  * 
- *
  * @export
  * @interface AddOpenAccessInput
  */
 export interface AddOpenAccessInput {
-
     /**
      * 雪花Id
-     *
      * @type {number}
      * @memberof AddOpenAccessInput
      */
     id?: number;
-
     /**
      * 创建时间
-     *
      * @type {Date}
      * @memberof AddOpenAccessInput
      */
     createTime?: Date;
-
     /**
      * 更新时间
-     *
      * @type {Date}
      * @memberof AddOpenAccessInput
      */
     updateTime?: Date | null;
-
     /**
      * 创建者Id
-     *
      * @type {number}
      * @memberof AddOpenAccessInput
      */
     createUserId?: number | null;
-
     /**
      * 创建者姓名
-     *
      * @type {string}
      * @memberof AddOpenAccessInput
      */
     createUserName?: string | null;
-
     /**
      * 修改者Id
-     *
      * @type {number}
      * @memberof AddOpenAccessInput
      */
     updateUserId?: number | null;
-
     /**
      * 修改者姓名
-     *
      * @type {string}
      * @memberof AddOpenAccessInput
      */
     updateUserName?: string | null;
-
     /**
      * 软删除
-     *
      * @type {boolean}
      * @memberof AddOpenAccessInput
      */
     isDelete?: boolean;
-
     /**
      * 绑定租户Id
-     *
      * @type {number}
      * @memberof AddOpenAccessInput
      */
     bindTenantId?: number;
-
     /**
+     * 
      * @type {SysUser}
      * @memberof AddOpenAccessInput
      */
     bindUser?: SysUser;
-
     /**
      * 身份标识
-     *
      * @type {string}
      * @memberof AddOpenAccessInput
      */
     accessKey: string;
-
     /**
      * 密钥
-     *
      * @type {string}
      * @memberof AddOpenAccessInput
      */
     accessSecret: string;
-
     /**
      * 绑定用户Id
-     *
      * @type {number}
      * @memberof AddOpenAccessInput
      */

+ 2 - 42
Web/src/api-services/models/add-org-input.ts

@@ -11,170 +11,130 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
-
 import { StatusEnum } from './status-enum';
 import { SysOrg } from './sys-org';
- /**
+/**
  * 
- *
  * @export
  * @interface AddOrgInput
  */
 export interface AddOrgInput {
-
     /**
      * 雪花Id
-     *
      * @type {number}
      * @memberof AddOrgInput
      */
     id?: number;
-
     /**
      * 创建时间
-     *
      * @type {Date}
      * @memberof AddOrgInput
      */
     createTime?: Date;
-
     /**
      * 更新时间
-     *
      * @type {Date}
      * @memberof AddOrgInput
      */
     updateTime?: Date | null;
-
     /**
      * 创建者Id
-     *
      * @type {number}
      * @memberof AddOrgInput
      */
     createUserId?: number | null;
-
     /**
      * 创建者姓名
-     *
      * @type {string}
      * @memberof AddOrgInput
      */
     createUserName?: string | null;
-
     /**
      * 修改者Id
-     *
      * @type {number}
      * @memberof AddOrgInput
      */
     updateUserId?: number | null;
-
     /**
      * 修改者姓名
-     *
      * @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;
-
     /**
      * 负责人Id
-     *
      * @type {number}
      * @memberof AddOrgInput
      */
     directorId?: number | null;
-
     /**
      * 排序
-     *
      * @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
      */
     name: string;
-
     /**
      * 机构类型
-     *
      * @type {string}
      * @memberof AddOrgInput
      */

+ 2 - 32
Web/src/api-services/models/add-plugin-input.ts

@@ -11,129 +11,99 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
-
 import { StatusEnum } from './status-enum';
- /**
+/**
  * 
- *
  * @export
  * @interface AddPluginInput
  */
 export interface AddPluginInput {
-
     /**
      * 雪花Id
-     *
      * @type {number}
      * @memberof AddPluginInput
      */
     id?: number;
-
     /**
      * 创建时间
-     *
      * @type {Date}
      * @memberof AddPluginInput
      */
     createTime?: Date;
-
     /**
      * 更新时间
-     *
      * @type {Date}
      * @memberof AddPluginInput
      */
     updateTime?: Date | null;
-
     /**
      * 创建者Id
-     *
      * @type {number}
      * @memberof AddPluginInput
      */
     createUserId?: number | null;
-
     /**
      * 创建者姓名
-     *
      * @type {string}
      * @memberof AddPluginInput
      */
     createUserName?: string | null;
-
     /**
      * 修改者Id
-     *
      * @type {number}
      * @memberof AddPluginInput
      */
     updateUserId?: number | null;
-
     /**
      * 修改者姓名
-     *
      * @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
      */

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

@@ -11,121 +11,93 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
-
 import { StatusEnum } from './status-enum';
- /**
+/**
  * 
- *
  * @export
  * @interface AddPosInput
  */
 export interface AddPosInput {
-
     /**
      * 雪花Id
-     *
      * @type {number}
      * @memberof AddPosInput
      */
     id?: number;
-
     /**
      * 创建时间
-     *
      * @type {Date}
      * @memberof AddPosInput
      */
     createTime?: Date;
-
     /**
      * 更新时间
-     *
      * @type {Date}
      * @memberof AddPosInput
      */
     updateTime?: Date | null;
-
     /**
      * 创建者Id
-     *
      * @type {number}
      * @memberof AddPosInput
      */
     createUserId?: number | null;
-
     /**
      * 创建者姓名
-     *
      * @type {string}
      * @memberof AddPosInput
      */
     createUserName?: string | null;
-
     /**
      * 修改者Id
-     *
      * @type {number}
      * @memberof AddPosInput
      */
     updateUserId?: number | null;
-
     /**
      * 修改者姓名
-     *
      * @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
      */

+ 3 - 37
Web/src/api-services/models/add-print-input.ts

@@ -11,152 +11,118 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
-
 import { PrintTypeEnum } from './print-type-enum';
 import { StatusEnum } from './status-enum';
- /**
+/**
  * 
- *
  * @export
  * @interface AddPrintInput
  */
 export interface AddPrintInput {
-
     /**
      * 雪花Id
-     *
      * @type {number}
      * @memberof AddPrintInput
      */
     id?: number;
-
     /**
      * 创建时间
-     *
      * @type {Date}
      * @memberof AddPrintInput
      */
     createTime?: Date;
-
     /**
      * 更新时间
-     *
      * @type {Date}
      * @memberof AddPrintInput
      */
     updateTime?: Date | null;
-
     /**
      * 创建者Id
-     *
      * @type {number}
      * @memberof AddPrintInput
      */
     createUserId?: number | null;
-
     /**
      * 创建者姓名
-     *
      * @type {string}
      * @memberof AddPrintInput
      */
     createUserName?: string | null;
-
     /**
      * 修改者Id
-     *
      * @type {number}
      * @memberof AddPrintInput
      */
     updateUserId?: number | null;
-
     /**
      * 修改者姓名
-     *
      * @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 {PrintTypeEnum}
      * @memberof AddPrintInput
      */
     printType: PrintTypeEnum;
-
     /**
      * 客户端服务地址
-     *
      * @type {string}
      * @memberof AddPrintInput
      */
     clientServiceAddress?: string | null;
-
     /**
      * 打印参数
-     *
      * @type {string}
      * @memberof AddPrintInput
      */
     printParam?: string | null;
-
     /**
      * 排序
-     *
      * @type {number}
      * @memberof AddPrintInput
      */
     orderNo?: number;
-
     /**
+     * 
      * @type {StatusEnum}
      * @memberof AddPrintInput
      */
     status?: StatusEnum;
-
     /**
      * 备注
-     *
      * @type {string}
      * @memberof AddPrintInput
      */
     remark?: string | null;
-
     /**
      * 打印预览测试数据
-     *
      * @type {string}
      * @memberof AddPrintInput
      */
     printDataDemo?: string | null;
-
     /**
      * 名称
-     *
      * @type {string}
      * @memberof AddPrintInput
      */

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

@@ -11,131 +11,99 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
-
 import { SysRegion } from './sys-region';
- /**
+/**
  * 
- *
  * @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
      */

+ 3 - 33
Web/src/api-services/models/add-role-input.ts

@@ -11,136 +11,106 @@
  * 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';
- /**
+/**
  * 
- *
  * @export
  * @interface AddRoleInput
  */
 export interface AddRoleInput {
-
     /**
      * 雪花Id
-     *
      * @type {number}
      * @memberof AddRoleInput
      */
     id?: number;
-
     /**
      * 创建时间
-     *
      * @type {Date}
      * @memberof AddRoleInput
      */
     createTime?: Date;
-
     /**
      * 更新时间
-     *
      * @type {Date}
      * @memberof AddRoleInput
      */
     updateTime?: Date | null;
-
     /**
      * 创建者Id
-     *
      * @type {number}
      * @memberof AddRoleInput
      */
     createUserId?: number | null;
-
     /**
      * 创建者姓名
-     *
      * @type {string}
      * @memberof AddRoleInput
      */
     createUserName?: string | null;
-
     /**
      * 修改者Id
-     *
      * @type {number}
      * @memberof AddRoleInput
      */
     updateUserId?: number | null;
-
     /**
      * 修改者姓名
-     *
      * @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
      */

+ 2 - 32
Web/src/api-services/models/add-schedule-input.ts

@@ -11,129 +11,99 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
-
 import { FinishStatusEnum } from './finish-status-enum';
- /**
+/**
  * 
- *
  * @export
  * @interface AddScheduleInput
  */
 export interface AddScheduleInput {
-
     /**
      * 雪花Id
-     *
      * @type {number}
      * @memberof AddScheduleInput
      */
     id?: number;
-
     /**
      * 创建时间
-     *
      * @type {Date}
      * @memberof AddScheduleInput
      */
     createTime?: Date;
-
     /**
      * 更新时间
-     *
      * @type {Date}
      * @memberof AddScheduleInput
      */
     updateTime?: Date | null;
-
     /**
      * 创建者Id
-     *
      * @type {number}
      * @memberof AddScheduleInput
      */
     createUserId?: number | null;
-
     /**
      * 创建者姓名
-     *
      * @type {string}
      * @memberof AddScheduleInput
      */
     createUserName?: string | null;
-
     /**
      * 修改者Id
-     *
      * @type {number}
      * @memberof AddScheduleInput
      */
     updateUserId?: number | null;
-
     /**
      * 修改者姓名
-     *
      * @type {string}
      * @memberof AddScheduleInput
      */
     updateUserName?: string | null;
-
     /**
      * 软删除
-     *
      * @type {boolean}
      * @memberof AddScheduleInput
      */
     isDelete?: boolean;
-
     /**
      * 租户Id
-     *
      * @type {number}
      * @memberof AddScheduleInput
      */
     tenantId?: number | null;
-
     /**
      * 用户Id
-     *
      * @type {number}
      * @memberof AddScheduleInput
      */
     userId?: number;
-
     /**
      * 日程日期
-     *
      * @type {Date}
      * @memberof AddScheduleInput
      */
     scheduleTime?: Date | null;
-
     /**
      * 开始时间
-     *
      * @type {string}
      * @memberof AddScheduleInput
      */
     startTime?: string | null;
-
     /**
      * 结束时间
-     *
      * @type {string}
      * @memberof AddScheduleInput
      */
     endTime?: string | null;
-
     /**
+     * 
      * @type {FinishStatusEnum}
      * @memberof AddScheduleInput
      */
     status?: FinishStatusEnum;
-
     /**
      * 日程内容
-     *
      * @type {string}
      * @memberof AddScheduleInput
      */

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

@@ -11,34 +11,26 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
-
- /**
+/**
  * 增加订阅消息模板
- *
  * @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
      */

+ 2 - 42
Web/src/api-services/models/add-sys-ldap-input.ts

@@ -11,169 +11,129 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
-
 import { StatusEnum } from './status-enum';
- /**
+/**
  * 
- *
  * @export
  * @interface AddSysLdapInput
  */
 export interface AddSysLdapInput {
-
     /**
      * 雪花Id
-     *
      * @type {number}
      * @memberof AddSysLdapInput
      */
     id?: number;
-
     /**
      * 创建时间
-     *
      * @type {Date}
      * @memberof AddSysLdapInput
      */
     createTime?: Date;
-
     /**
      * 更新时间
-     *
      * @type {Date}
      * @memberof AddSysLdapInput
      */
     updateTime?: Date | null;
-
     /**
      * 创建者Id
-     *
      * @type {number}
      * @memberof AddSysLdapInput
      */
     createUserId?: number | null;
-
     /**
      * 创建者姓名
-     *
      * @type {string}
      * @memberof AddSysLdapInput
      */
     createUserName?: string | null;
-
     /**
      * 修改者Id
-     *
      * @type {number}
      * @memberof AddSysLdapInput
      */
     updateUserId?: number | null;
-
     /**
      * 修改者姓名
-     *
      * @type {string}
      * @memberof AddSysLdapInput
      */
     updateUserName?: string | null;
-
     /**
      * 软删除
-     *
      * @type {boolean}
      * @memberof AddSysLdapInput
      */
     isDelete?: boolean;
-
     /**
      * 租户Id
-     *
      * @type {number}
      * @memberof AddSysLdapInput
      */
     tenantId?: number | null;
-
     /**
      * 主机
-     *
      * @type {string}
      * @memberof AddSysLdapInput
      */
     host: string;
-
     /**
      * 端口
-     *
      * @type {number}
      * @memberof AddSysLdapInput
      */
     port?: number;
-
     /**
      * 用户搜索基准
-     *
      * @type {string}
      * @memberof AddSysLdapInput
      */
     baseDn: string;
-
     /**
      * 绑定DN(有管理权限制的用户)
-     *
      * @type {string}
      * @memberof AddSysLdapInput
      */
     bindDn: string;
-
     /**
      * 绑定密码(有管理权限制的用户密码)
-     *
      * @type {string}
      * @memberof AddSysLdapInput
      */
     bindPass: string;
-
     /**
      * 用户过滤规则
-     *
      * @type {string}
      * @memberof AddSysLdapInput
      */
     authFilter: string;
-
     /**
      * Ldap版本
-     *
      * @type {number}
      * @memberof AddSysLdapInput
      */
     version?: number;
-
     /**
      * 绑定域账号字段属性值
-     *
      * @type {string}
      * @memberof AddSysLdapInput
      */
     bindAttrAccount: string;
-
     /**
      * 绑定用户EmployeeId属性值
-     *
      * @type {string}
      * @memberof AddSysLdapInput
      */
     bindAttrEmployeeId: string;
-
     /**
      * 绑定Code属性值
-     *
      * @type {string}
      * @memberof AddSysLdapInput
      */
     bindAttrCode: string;
-
     /**
+     * 
      * @type {StatusEnum}
      * @memberof AddSysLdapInput
      */

+ 4 - 46
Web/src/api-services/models/add-tenant-input.ts

@@ -11,191 +11,149 @@
  * 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 { TenantTypeEnum } from './tenant-type-enum';
- /**
+/**
  * 
- *
  * @export
  * @interface AddTenantInput
  */
 export interface AddTenantInput {
-
     /**
      * 雪花Id
-     *
      * @type {number}
      * @memberof AddTenantInput
      */
     id?: number;
-
     /**
      * 创建时间
-     *
      * @type {Date}
      * @memberof AddTenantInput
      */
     createTime?: Date;
-
     /**
      * 更新时间
-     *
      * @type {Date}
      * @memberof AddTenantInput
      */
     updateTime?: Date | null;
-
     /**
      * 创建者Id
-     *
      * @type {number}
      * @memberof AddTenantInput
      */
     createUserId?: number | null;
-
     /**
      * 创建者姓名
-     *
      * @type {string}
      * @memberof AddTenantInput
      */
     createUserName?: string | null;
-
     /**
      * 修改者Id
-     *
      * @type {number}
      * @memberof AddTenantInput
      */
     updateUserId?: number | null;
-
     /**
      * 修改者姓名
-     *
      * @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 {string}
      * @memberof AddTenantInput
      */
     slaveConnections?: 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
      */

+ 7 - 103
Web/src/api-services/models/add-user-input.ts

@@ -11,7 +11,6 @@
  * 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';
@@ -19,421 +18,326 @@ import { GenderEnum } from './gender-enum';
 import { StatusEnum } from './status-enum';
 import { SysOrg } from './sys-org';
 import { SysUserExtOrg } from './sys-user-ext-org';
- /**
+/**
  * 增加用户输入参数
- *
  * @export
  * @interface AddUserInput
  */
 export interface AddUserInput {
-
     /**
      * 雪花Id
-     *
      * @type {number}
      * @memberof AddUserInput
      */
     id?: number;
-
     /**
      * 创建时间
-     *
      * @type {Date}
      * @memberof AddUserInput
      */
     createTime?: Date;
-
     /**
      * 更新时间
-     *
      * @type {Date}
      * @memberof AddUserInput
      */
     updateTime?: Date | null;
-
     /**
      * 创建者Id
-     *
      * @type {number}
      * @memberof AddUserInput
      */
     createUserId?: number | null;
-
     /**
      * 创建者姓名
-     *
      * @type {string}
      * @memberof AddUserInput
      */
     createUserName?: string | null;
-
     /**
      * 修改者Id
-     *
      * @type {number}
      * @memberof AddUserInput
      */
     updateUserId?: number | null;
-
     /**
      * 修改者姓名
-     *
      * @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;
-
     /**
      * 职位Id
-     *
      * @type {number}
      * @memberof AddUserInput
      */
     posId?: number;
-
     /**
      * 工号
-     *
      * @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 {string}
      * @memberof AddUserInput
      */
     domainAccount?: string | null;
-
     /**
      * 角色集合
-     *
      * @type {Array<number>}
      * @memberof AddUserInput
      */
     roleIdList?: Array<number> | null;
-
     /**
      * 扩展机构集合
-     *
      * @type {Array<SysUserExtOrg>}
      * @memberof AddUserInput
      */

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

@@ -11,58 +11,44 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
-
- /**
+/**
  * 全局返回结果
- *
  * @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
      */

+ 2 - 14
Web/src/api-services/models/admin-result-data-set.ts

@@ -11,57 +11,45 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
-
 import { DataSet } from './data-set';
- /**
+/**
  * 全局返回结果
- *
  * @export
  * @interface AdminResultDataSet
  */
 export interface AdminResultDataSet {
-
     /**
      * 状态码
-     *
      * @type {number}
      * @memberof AdminResultDataSet
      */
     code?: number;
-
     /**
      * 类型success、warning、error
-     *
      * @type {string}
      * @memberof AdminResultDataSet
      */
     type?: string | null;
-
     /**
      * 错误信息
-     *
      * @type {string}
      * @memberof AdminResultDataSet
      */
     message?: string | null;
-
     /**
+     * 
      * @type {DataSet}
      * @memberof AdminResultDataSet
      */
     result?: DataSet;
-
     /**
      * 附加数据
-     *
      * @type {any}
      * @memberof AdminResultDataSet
      */
     extras?: any | null;
-
     /**
      * 时间
-     *
      * @type {Date}
      * @memberof AdminResultDataSet
      */

+ 2 - 14
Web/src/api-services/models/admin-result-data-table.ts

@@ -11,57 +11,45 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
-
 import { DataTable } from './data-table';
- /**
+/**
  * 全局返回结果
- *
  * @export
  * @interface AdminResultDataTable
  */
 export interface AdminResultDataTable {
-
     /**
      * 状态码
-     *
      * @type {number}
      * @memberof AdminResultDataTable
      */
     code?: number;
-
     /**
      * 类型success、warning、error
-     *
      * @type {string}
      * @memberof AdminResultDataTable
      */
     type?: string | null;
-
     /**
      * 错误信息
-     *
      * @type {string}
      * @memberof AdminResultDataTable
      */
     message?: string | null;
-
     /**
+     * 
      * @type {DataTable}
      * @memberof AdminResultDataTable
      */
     result?: DataTable;
-
     /**
      * 附加数据
-     *
      * @type {any}
      * @memberof AdminResultDataTable
      */
     extras?: any | null;
-
     /**
      * 时间
-     *
      * @type {Date}
      * @memberof AdminResultDataTable
      */

+ 1 - 15
Web/src/api-services/models/admin-result-dictionary-string-string.ts

@@ -11,58 +11,44 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
-
- /**
+/**
  * 全局返回结果
- *
  * @export
  * @interface AdminResultDictionaryStringString
  */
 export interface AdminResultDictionaryStringString {
-
     /**
      * 状态码
-     *
      * @type {number}
      * @memberof AdminResultDictionaryStringString
      */
     code?: number;
-
     /**
      * 类型success、warning、error
-     *
      * @type {string}
      * @memberof AdminResultDictionaryStringString
      */
     type?: string | null;
-
     /**
      * 错误信息
-     *
      * @type {string}
      * @memberof AdminResultDictionaryStringString
      */
     message?: string | null;
-
     /**
      * 数据
-     *
      * @type {{ [key: string]: string; }}
      * @memberof AdminResultDictionaryStringString
      */
     result?: { [key: string]: string; } | null;
-
     /**
      * 附加数据
-     *
      * @type {any}
      * @memberof AdminResultDictionaryStringString
      */
     extras?: any | null;
-
     /**
      * 时间
-     *
      * @type {Date}
      * @memberof AdminResultDictionaryStringString
      */

+ 2 - 14
Web/src/api-services/models/admin-result-generate-qrimage-output.ts

@@ -11,57 +11,45 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
-
 import { GenerateQRImageOutput } from './generate-qrimage-output';
- /**
+/**
  * 全局返回结果
- *
  * @export
  * @interface AdminResultGenerateQRImageOutput
  */
 export interface AdminResultGenerateQRImageOutput {
-
     /**
      * 状态码
-     *
      * @type {number}
      * @memberof AdminResultGenerateQRImageOutput
      */
     code?: number;
-
     /**
      * 类型success、warning、error
-     *
      * @type {string}
      * @memberof AdminResultGenerateQRImageOutput
      */
     type?: string | null;
-
     /**
      * 错误信息
-     *
      * @type {string}
      * @memberof AdminResultGenerateQRImageOutput
      */
     message?: string | null;
-
     /**
+     * 
      * @type {GenerateQRImageOutput}
      * @memberof AdminResultGenerateQRImageOutput
      */
     result?: GenerateQRImageOutput;
-
     /**
      * 附加数据
-     *
      * @type {any}
      * @memberof AdminResultGenerateQRImageOutput
      */
     extras?: any | null;
-
     /**
      * 时间
-     *
      * @type {Date}
      * @memberof AdminResultGenerateQRImageOutput
      */

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

@@ -11,57 +11,45 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
-
 import { IActionResult } from './iaction-result';
- /**
+/**
  * 全局返回结果
- *
  * @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
      */

+ 2 - 14
Web/src/api-services/models/admin-result-idisposable.ts

@@ -11,57 +11,45 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
-
 import { IDisposable } from './idisposable';
- /**
+/**
  * 全局返回结果
- *
  * @export
  * @interface AdminResultIDisposable
  */
 export interface AdminResultIDisposable {
-
     /**
      * 状态码
-     *
      * @type {number}
      * @memberof AdminResultIDisposable
      */
     code?: number;
-
     /**
      * 类型success、warning、error
-     *
      * @type {string}
      * @memberof AdminResultIDisposable
      */
     type?: string | null;
-
     /**
      * 错误信息
-     *
      * @type {string}
      * @memberof AdminResultIDisposable
      */
     message?: string | null;
-
     /**
+     * 
      * @type {IDisposable}
      * @memberof AdminResultIDisposable
      */
     result?: IDisposable;
-
     /**
      * 附加数据
-     *
      * @type {any}
      * @memberof AdminResultIDisposable
      */
     extras?: any | null;
-
     /**
      * 时间
-     *
      * @type {Date}
      * @memberof AdminResultIDisposable
      */

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

@@ -11,58 +11,44 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
-
- /**
+/**
  * 全局返回结果
- *
  * @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
      */

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

@@ -11,58 +11,44 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
-
- /**
+/**
  * 全局返回结果
- *
  * @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
      */

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

@@ -11,59 +11,45 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
-
 import { JToken } from './jtoken';
- /**
+/**
  * 全局返回结果
- *
  * @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
      */

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

@@ -11,59 +11,45 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
-
 import { ApiOutput } from './api-output';
- /**
+/**
  * 全局返回结果
- *
  * @export
  * @interface AdminResultListApiOutput
  */
 export interface AdminResultListApiOutput {
-
     /**
      * 状态码
-     *
      * @type {number}
      * @memberof AdminResultListApiOutput
      */
     code?: number;
-
     /**
      * 类型success、warning、error
-     *
      * @type {string}
      * @memberof AdminResultListApiOutput
      */
     type?: string | null;
-
     /**
      * 错误信息
-     *
      * @type {string}
      * @memberof AdminResultListApiOutput
      */
     message?: string | null;
-
     /**
      * 数据
-     *
      * @type {Array<ApiOutput>}
      * @memberof AdminResultListApiOutput
      */
     result?: Array<ApiOutput> | null;
-
     /**
      * 附加数据
-     *
      * @type {any}
      * @memberof AdminResultListApiOutput
      */
     extras?: any | null;
-
     /**
      * 时间
-     *
      * @type {Date}
      * @memberof AdminResultListApiOutput
      */

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

@@ -11,59 +11,45 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
-
 import { CodeGenConfig } from './code-gen-config';
- /**
+/**
  * 全局返回结果
- *
  * @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
      */

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

@@ -11,59 +11,45 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
-
 import { ColumnOuput } from './column-ouput';
- /**
+/**
  * 全局返回结果
- *
  * @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
      */

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

@@ -11,59 +11,45 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
-
 import { ConstOutput } from './const-output';
- /**
+/**
  * 全局返回结果
- *
  * @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
      */

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

@@ -11,59 +11,45 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
-
 import { DatabaseOutput } from './database-output';
- /**
+/**
  * 全局返回结果
- *
  * @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
      */

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

@@ -11,59 +11,45 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
-
 import { DbColumnOutput } from './db-column-output';
- /**
+/**
  * 全局返回结果
- *
  * @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
      */

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

@@ -11,59 +11,45 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
-
 import { DbTableInfo } from './db-table-info';
- /**
+/**
  * 全局返回结果
- *
  * @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
      */

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

@@ -11,59 +11,45 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
-
 import { EnumEntity } from './enum-entity';
- /**
+/**
  * 全局返回结果
- *
  * @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
      */

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

@@ -11,59 +11,45 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
-
 import { EnumTypeOutput } from './enum-type-output';
- /**
+/**
  * 全局返回结果
- *
  * @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
      */

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

@@ -11,58 +11,44 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
-
- /**
+/**
  * 全局返回结果
- *
  * @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
      */

+ 1 - 15
Web/src/api-services/models/admin-result-list-log-vis-output.ts

@@ -11,59 +11,45 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
-
 import { LogVisOutput } from './log-vis-output';
- /**
+/**
  * 全局返回结果
- *
  * @export
  * @interface AdminResultListLogVisOutput
  */
 export interface AdminResultListLogVisOutput {
-
     /**
      * 状态码
-     *
      * @type {number}
      * @memberof AdminResultListLogVisOutput
      */
     code?: number;
-
     /**
      * 类型success、warning、error
-     *
      * @type {string}
      * @memberof AdminResultListLogVisOutput
      */
     type?: string | null;
-
     /**
      * 错误信息
-     *
      * @type {string}
      * @memberof AdminResultListLogVisOutput
      */
     message?: string | null;
-
     /**
      * 数据
-     *
      * @type {Array<LogVisOutput>}
      * @memberof AdminResultListLogVisOutput
      */
     result?: Array<LogVisOutput> | null;
-
     /**
      * 附加数据
-     *
      * @type {any}
      * @memberof AdminResultListLogVisOutput
      */
     extras?: any | null;
-
     /**
      * 时间
-     *
      * @type {Date}
      * @memberof AdminResultListLogVisOutput
      */

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

@@ -11,59 +11,45 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
-
 import { MenuOutput } from './menu-output';
- /**
+/**
  * 全局返回结果
- *
  * @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
      */

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

@@ -11,59 +11,45 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
-
 import { RoleOutput } from './role-output';
- /**
+/**
  * 全局返回结果
- *
  * @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
      */

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

@@ -11,58 +11,44 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
-
- /**
+/**
  * 全局返回结果
- *
  * @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
      */

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

@@ -11,59 +11,45 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
-
 import { SysConfig } from './sys-config';
- /**
+/**
  * 全局返回结果
- *
  * @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
      */

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

@@ -11,59 +11,45 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
-
 import { SysDictData } from './sys-dict-data';
- /**
+/**
  * 全局返回结果
- *
  * @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
      */

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

@@ -11,59 +11,45 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
-
 import { SysDictType } from './sys-dict-type';
- /**
+/**
  * 全局返回结果
- *
  * @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
      */

+ 1 - 15
Web/src/api-services/models/admin-result-list-sys-file.ts

@@ -11,59 +11,45 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
-
 import { SysFile } from './sys-file';
- /**
+/**
  * 全局返回结果
- *
  * @export
  * @interface AdminResultListSysFile
  */
 export interface AdminResultListSysFile {
-
     /**
      * 状态码
-     *
      * @type {number}
      * @memberof AdminResultListSysFile
      */
     code?: number;
-
     /**
      * 类型success、warning、error
-     *
      * @type {string}
      * @memberof AdminResultListSysFile
      */
     type?: string | null;
-
     /**
      * 错误信息
-     *
      * @type {string}
      * @memberof AdminResultListSysFile
      */
     message?: string | null;
-
     /**
      * 数据
-     *
      * @type {Array<SysFile>}
      * @memberof AdminResultListSysFile
      */
     result?: Array<SysFile> | null;
-
     /**
      * 附加数据
-     *
      * @type {any}
      * @memberof AdminResultListSysFile
      */
     extras?: any | null;
-
     /**
      * 时间
-     *
      * @type {Date}
      * @memberof AdminResultListSysFile
      */

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

@@ -11,59 +11,45 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
-
 import { SysJobCluster } from './sys-job-cluster';
- /**
+/**
  * 全局返回结果
- *
  * @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
      */

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

@@ -11,59 +11,45 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
-
 import { SysJobTrigger } from './sys-job-trigger';
- /**
+/**
  * 全局返回结果
- *
  * @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
      */

+ 1 - 15
Web/src/api-services/models/admin-result-list-sys-ldap.ts

@@ -11,59 +11,45 @@
  * https://github.com/swagger-api/swagger-codegen.git
  * Do not edit the class manually.
  */
-
 import { SysLdap } from './sys-ldap';
- /**
+/**
  * 全局返回结果
- *
  * @export
  * @interface AdminResultListSysLdap
  */
 export interface AdminResultListSysLdap {
-
     /**
      * 状态码
-     *
      * @type {number}
      * @memberof AdminResultListSysLdap
      */
     code?: number;
-
     /**
      * 类型success、warning、error
-     *
      * @type {string}
      * @memberof AdminResultListSysLdap
      */
     type?: string | null;
-
     /**
      * 错误信息
-     *
      * @type {string}
      * @memberof AdminResultListSysLdap
      */
     message?: string | null;
-
     /**
      * 数据
-     *
      * @type {Array<SysLdap>}
      * @memberof AdminResultListSysLdap
      */
     result?: Array<SysLdap> | null;
-
     /**
      * 附加数据
-     *
      * @type {any}
      * @memberof AdminResultListSysLdap
      */
     extras?: any | null;
-
     /**
      * 时间
-     *
      * @type {Date}
      * @memberof AdminResultListSysLdap
      */

Some files were not shown because too many files changed in this diff