😎更新前端请求文件

This commit is contained in:
zuohuaijun 2025-02-16 11:29:15 +08:00
parent 305ee54cd2
commit 3216a4ac99
23 changed files with 473 additions and 62 deletions

View File

@ -2,7 +2,7 @@
"name": "admin.net.pro", "name": "admin.net.pro",
"type": "module", "type": "module",
"version": "2.4.33", "version": "2.4.33",
"lastBuildTime": "2025.02.15", "lastBuildTime": "2025.02.16",
"description": "Admin.NET 站在巨人肩膀上的 .NET 通用权限开发框架", "description": "Admin.NET 站在巨人肩膀上的 .NET 通用权限开发框架",
"author": "zuohuaijun", "author": "zuohuaijun",
"license": "MIT", "license": "MIT",
@ -24,7 +24,7 @@
"@vue-office/docx": "^1.6.2", "@vue-office/docx": "^1.6.2",
"@vue-office/excel": "^1.7.14", "@vue-office/excel": "^1.7.14",
"@vue-office/pdf": "^2.0.9", "@vue-office/pdf": "^2.0.9",
"@vueuse/core": "^12.6.1", "@vueuse/core": "^12.7.0",
"@wangeditor/editor": "^5.1.23", "@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12", "@wangeditor/editor-for-vue": "^5.1.12",
"animate.css": "^4.1.1", "animate.css": "^4.1.1",
@ -74,7 +74,7 @@
"vue-router": "^4.5.0", "vue-router": "^4.5.0",
"vue-signature-pad": "^3.0.2", "vue-signature-pad": "^3.0.2",
"vue3-tree-org": "^4.2.2", "vue3-tree-org": "^4.2.2",
"vxe-pc-ui": "^4.3.85", "vxe-pc-ui": "^4.3.86",
"vxe-table": "^4.10.0", "vxe-table": "^4.10.0",
"vxe-table-plugin-element": "^4.0.4", "vxe-table-plugin-element": "^4.0.4",
"vxe-table-plugin-export-xlsx": "^4.0.7", "vxe-table-plugin-export-xlsx": "^4.0.7",
@ -85,7 +85,7 @@
"@iconify/vue": "^4.3.0", "@iconify/vue": "^4.3.0",
"@plugin-web-update-notification/vite": "^2.0.0", "@plugin-web-update-notification/vite": "^2.0.0",
"@types/lodash-es": "^4.17.12", "@types/lodash-es": "^4.17.12",
"@types/node": "^20.17.17", "@types/node": "^20.17.19",
"@types/nprogress": "^0.2.3", "@types/nprogress": "^0.2.3",
"@types/sortablejs": "^1.15.8", "@types/sortablejs": "^1.15.8",
"@typescript-eslint/eslint-plugin": "^8.24.0", "@typescript-eslint/eslint-plugin": "^8.24.0",

View File

@ -10,7 +10,8 @@
* NOTE: This class is auto generated by the swagger code generator program. * NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git * https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually. * Do not edit the class manually.
*/export * from './apis/apijsonapi'; */
export * from './apis/apijsonapi';
export * from './apis/sys-alipay-api'; export * from './apis/sys-alipay-api';
export * from './apis/sys-auth-api'; export * from './apis/sys-auth-api';
export * from './apis/sys-cache-api'; export * from './apis/sys-cache-api';

View File

@ -11,6 +11,7 @@
* https://github.com/swagger-api/swagger-codegen.git * https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually. * Do not edit the class manually.
*/ */
import globalAxios, { AxiosResponse, AxiosInstance, AxiosRequestConfig } from 'axios'; import globalAxios, { AxiosResponse, AxiosInstance, AxiosRequestConfig } from 'axios';
import { Configuration } from '../configuration'; import { Configuration } from '../configuration';
// Some imports not used depending on template conditions // Some imports not used depending on template conditions

View File

@ -11,6 +11,7 @@
* https://github.com/swagger-api/swagger-codegen.git * https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually. * Do not edit the class manually.
*/ */
import globalAxios, { AxiosResponse, AxiosInstance, AxiosRequestConfig } from 'axios'; import globalAxios, { AxiosResponse, AxiosInstance, AxiosRequestConfig } from 'axios';
import { Configuration } from '../configuration'; import { Configuration } from '../configuration';
// Some imports not used depending on template conditions // Some imports not used depending on template conditions

View File

@ -11,107 +11,139 @@
* https://github.com/swagger-api/swagger-codegen.git * https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually. * Do not edit the class manually.
*/ */
import { YesNoEnum } from './yes-no-enum'; import { YesNoEnum } from './yes-no-enum';
/** /**
* *
*
* @export * @export
* @interface AddConfigTenantInput * @interface AddConfigTenantInput
*/ */
export interface AddConfigTenantInput { export interface AddConfigTenantInput {
/** /**
* Id * Id
*
* @type {number} * @type {number}
* @memberof AddConfigTenantInput * @memberof AddConfigTenantInput
*/ */
id?: number; id?: number;
/** /**
* *
*
* @type {Date} * @type {Date}
* @memberof AddConfigTenantInput * @memberof AddConfigTenantInput
*/ */
createTime?: Date; createTime?: Date;
/** /**
* *
*
* @type {Date} * @type {Date}
* @memberof AddConfigTenantInput * @memberof AddConfigTenantInput
*/ */
updateTime?: Date | null; updateTime?: Date | null;
/** /**
* Id * Id
*
* @type {number} * @type {number}
* @memberof AddConfigTenantInput * @memberof AddConfigTenantInput
*/ */
createUserId?: number | null; createUserId?: number | null;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof AddConfigTenantInput * @memberof AddConfigTenantInput
*/ */
createUserName?: string | null; createUserName?: string | null;
/** /**
* Id * Id
*
* @type {number} * @type {number}
* @memberof AddConfigTenantInput * @memberof AddConfigTenantInput
*/ */
updateUserId?: number | null; updateUserId?: number | null;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof AddConfigTenantInput * @memberof AddConfigTenantInput
*/ */
updateUserName?: string | null; updateUserName?: string | null;
/** /**
* *
*
* @type {boolean} * @type {boolean}
* @memberof AddConfigTenantInput * @memberof AddConfigTenantInput
*/ */
isDelete?: boolean; isDelete?: boolean;
/**
* Id
* @type {number}
* @memberof AddConfigTenantInput
*/
tenantId?: number | null;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof AddConfigTenantInput * @memberof AddConfigTenantInput
*/ */
name: string; name: string;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof AddConfigTenantInput * @memberof AddConfigTenantInput
*/ */
code?: string | null; code?: string | null;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof AddConfigTenantInput * @memberof AddConfigTenantInput
*/ */
value?: string | null; value?: string | null;
/** /**
*
* @type {YesNoEnum} * @type {YesNoEnum}
* @memberof AddConfigTenantInput * @memberof AddConfigTenantInput
*/ */
sysFlag?: YesNoEnum; sysFlag?: YesNoEnum;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof AddConfigTenantInput * @memberof AddConfigTenantInput
*/ */
groupCode?: string | null; groupCode?: string | null;
/** /**
* *
*
* @type {number} * @type {number}
* @memberof AddConfigTenantInput * @memberof AddConfigTenantInput
*/ */
orderNo?: number; orderNo?: number;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof AddConfigTenantInput * @memberof AddConfigTenantInput
*/ */
remark?: string | null; remark?: string | null;
/**
* Id
*
* @type {number}
* @memberof AddConfigTenantInput
*/
tenantId?: number | null;
} }

View File

@ -11,123 +11,161 @@
* https://github.com/swagger-api/swagger-codegen.git * https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually. * Do not edit the class manually.
*/ */
import { StatusEnum } from './status-enum'; import { StatusEnum } from './status-enum';
/** /**
* *
*
* @export * @export
* @interface AddDictDataInput * @interface AddDictDataInput
*/ */
export interface AddDictDataInput { export interface AddDictDataInput {
/** /**
* Id * Id
*
* @type {number} * @type {number}
* @memberof AddDictDataInput * @memberof AddDictDataInput
*/ */
id?: number; id?: number;
/** /**
* *
*
* @type {Date} * @type {Date}
* @memberof AddDictDataInput * @memberof AddDictDataInput
*/ */
createTime?: Date; createTime?: Date;
/** /**
* *
*
* @type {Date} * @type {Date}
* @memberof AddDictDataInput * @memberof AddDictDataInput
*/ */
updateTime?: Date | null; updateTime?: Date | null;
/** /**
* Id * Id
*
* @type {number} * @type {number}
* @memberof AddDictDataInput * @memberof AddDictDataInput
*/ */
createUserId?: number | null; createUserId?: number | null;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof AddDictDataInput * @memberof AddDictDataInput
*/ */
createUserName?: string | null; createUserName?: string | null;
/** /**
* Id * Id
*
* @type {number} * @type {number}
* @memberof AddDictDataInput * @memberof AddDictDataInput
*/ */
updateUserId?: number | null; updateUserId?: number | null;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof AddDictDataInput * @memberof AddDictDataInput
*/ */
updateUserName?: string | null; updateUserName?: string | null;
/** /**
* *
*
* @type {boolean} * @type {boolean}
* @memberof AddDictDataInput * @memberof AddDictDataInput
*/ */
isDelete?: boolean; isDelete?: boolean;
/** /**
* Id * Id
*
* @type {number} * @type {number}
* @memberof AddDictDataInput * @memberof AddDictDataInput
*/ */
dictTypeId?: number; dictTypeId?: number;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof AddDictDataInput * @memberof AddDictDataInput
*/ */
label: string; label: string;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof AddDictDataInput * @memberof AddDictDataInput
*/ */
value: string; value: string;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof AddDictDataInput * @memberof AddDictDataInput
*/ */
code?: string | null; code?: string | null;
/** /**
* - * -
*
* @type {string} * @type {string}
* @memberof AddDictDataInput * @memberof AddDictDataInput
*/ */
tagType?: string | null; tagType?: string | null;
/** /**
* -Style() * -Style()
*
* @type {string} * @type {string}
* @memberof AddDictDataInput * @memberof AddDictDataInput
*/ */
styleSetting?: string | null; styleSetting?: string | null;
/** /**
* -Class() * -Class()
*
* @type {string} * @type {string}
* @memberof AddDictDataInput * @memberof AddDictDataInput
*/ */
classSetting?: string | null; classSetting?: string | null;
/** /**
* *
*
* @type {number} * @type {number}
* @memberof AddDictDataInput * @memberof AddDictDataInput
*/ */
orderNo?: number; orderNo?: number;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof AddDictDataInput * @memberof AddDictDataInput
*/ */
remark?: string | null; remark?: string | null;
/** /**
* () * ()
*
* @type {string} * @type {string}
* @memberof AddDictDataInput * @memberof AddDictDataInput
*/ */
extData?: string | null; extData?: string | null;
/** /**
*
* @type {StatusEnum} * @type {StatusEnum}
* @memberof AddDictDataInput * @memberof AddDictDataInput
*/ */

View File

@ -11,107 +11,135 @@
* https://github.com/swagger-api/swagger-codegen.git * https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually. * Do not edit the class manually.
*/ */
import { StatusEnum } from './status-enum'; import { StatusEnum } from './status-enum';
import { SysDictData } from './sys-dict-data'; import { SysDictData } from './sys-dict-data';
import { YesNoEnum } from './yes-no-enum'; import { YesNoEnum } from './yes-no-enum';
/** /**
* *
*
* @export * @export
* @interface AddDictTypeInput * @interface AddDictTypeInput
*/ */
export interface AddDictTypeInput { export interface AddDictTypeInput {
/** /**
* Id * Id
*
* @type {number} * @type {number}
* @memberof AddDictTypeInput * @memberof AddDictTypeInput
*/ */
id?: number; id?: number;
/** /**
* *
*
* @type {Date} * @type {Date}
* @memberof AddDictTypeInput * @memberof AddDictTypeInput
*/ */
createTime?: Date; createTime?: Date;
/** /**
* *
*
* @type {Date} * @type {Date}
* @memberof AddDictTypeInput * @memberof AddDictTypeInput
*/ */
updateTime?: Date | null; updateTime?: Date | null;
/** /**
* Id * Id
*
* @type {number} * @type {number}
* @memberof AddDictTypeInput * @memberof AddDictTypeInput
*/ */
createUserId?: number | null; createUserId?: number | null;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof AddDictTypeInput * @memberof AddDictTypeInput
*/ */
createUserName?: string | null; createUserName?: string | null;
/** /**
* Id * Id
*
* @type {number} * @type {number}
* @memberof AddDictTypeInput * @memberof AddDictTypeInput
*/ */
updateUserId?: number | null; updateUserId?: number | null;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof AddDictTypeInput * @memberof AddDictTypeInput
*/ */
updateUserName?: string | null; updateUserName?: string | null;
/** /**
* *
*
* @type {boolean} * @type {boolean}
* @memberof AddDictTypeInput * @memberof AddDictTypeInput
*/ */
isDelete?: boolean; isDelete?: boolean;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof AddDictTypeInput * @memberof AddDictTypeInput
*/ */
name: string; name: string;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof AddDictTypeInput * @memberof AddDictTypeInput
*/ */
code: string; code: string;
/** /**
* *
*
* @type {number} * @type {number}
* @memberof AddDictTypeInput * @memberof AddDictTypeInput
*/ */
orderNo?: number; orderNo?: number;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof AddDictTypeInput * @memberof AddDictTypeInput
*/ */
remark?: string | null; remark?: string | null;
/** /**
*
* @type {StatusEnum} * @type {StatusEnum}
* @memberof AddDictTypeInput * @memberof AddDictTypeInput
*/ */
status?: StatusEnum; status?: StatusEnum;
/** /**
*
* @type {YesNoEnum} * @type {YesNoEnum}
* @memberof AddDictTypeInput * @memberof AddDictTypeInput
*/ */
isTenant?: YesNoEnum; isTenant?: YesNoEnum;
/** /**
* *
*
* @type {Array<SysDictData>} * @type {Array<SysDictData>}
* @memberof AddDictTypeInput * @memberof AddDictTypeInput
*/ */
children?: Array<SysDictData> | null; children?: Array<SysDictData> | null;
/** /**
*
* @type {YesNoEnum} * @type {YesNoEnum}
* @memberof AddDictTypeInput * @memberof AddDictTypeInput
*/ */

View File

@ -11,45 +11,59 @@
* https://github.com/swagger-api/swagger-codegen.git * https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually. * Do not edit the class manually.
*/ */
import { SysConfigTenant } from './sys-config-tenant'; import { SysConfigTenant } from './sys-config-tenant';
/** /**
* *
*
* @export * @export
* @interface AdminNETResultListSysConfigTenant * @interface AdminNETResultListSysConfigTenant
*/ */
export interface AdminNETResultListSysConfigTenant { export interface AdminNETResultListSysConfigTenant {
/** /**
* *
*
* @type {number} * @type {number}
* @memberof AdminNETResultListSysConfigTenant * @memberof AdminNETResultListSysConfigTenant
*/ */
code?: number; code?: number;
/** /**
* successwarningerror * successwarningerror
*
* @type {string} * @type {string}
* @memberof AdminNETResultListSysConfigTenant * @memberof AdminNETResultListSysConfigTenant
*/ */
type?: string | null; type?: string | null;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof AdminNETResultListSysConfigTenant * @memberof AdminNETResultListSysConfigTenant
*/ */
message?: string | null; message?: string | null;
/** /**
* *
*
* @type {Array<SysConfigTenant>} * @type {Array<SysConfigTenant>}
* @memberof AdminNETResultListSysConfigTenant * @memberof AdminNETResultListSysConfigTenant
*/ */
result?: Array<SysConfigTenant> | null; result?: Array<SysConfigTenant> | null;
/** /**
* *
*
* @type {any} * @type {any}
* @memberof AdminNETResultListSysConfigTenant * @memberof AdminNETResultListSysConfigTenant
*/ */
extras?: any | null; extras?: any | null;
/** /**
* *
*
* @type {Date} * @type {Date}
* @memberof AdminNETResultListSysConfigTenant * @memberof AdminNETResultListSysConfigTenant
*/ */

View File

@ -11,45 +11,57 @@
* https://github.com/swagger-api/swagger-codegen.git * https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually. * Do not edit the class manually.
*/ */
import { SqlSugarPagedListSysConfigTenant } from './sql-sugar-paged-list-sys-config-tenant'; import { SqlSugarPagedListSysConfigTenant } from './sql-sugar-paged-list-sys-config-tenant';
/** /**
* *
*
* @export * @export
* @interface AdminNETResultSqlSugarPagedListSysConfigTenant * @interface AdminNETResultSqlSugarPagedListSysConfigTenant
*/ */
export interface AdminNETResultSqlSugarPagedListSysConfigTenant { export interface AdminNETResultSqlSugarPagedListSysConfigTenant {
/** /**
* *
*
* @type {number} * @type {number}
* @memberof AdminNETResultSqlSugarPagedListSysConfigTenant * @memberof AdminNETResultSqlSugarPagedListSysConfigTenant
*/ */
code?: number; code?: number;
/** /**
* successwarningerror * successwarningerror
*
* @type {string} * @type {string}
* @memberof AdminNETResultSqlSugarPagedListSysConfigTenant * @memberof AdminNETResultSqlSugarPagedListSysConfigTenant
*/ */
type?: string | null; type?: string | null;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof AdminNETResultSqlSugarPagedListSysConfigTenant * @memberof AdminNETResultSqlSugarPagedListSysConfigTenant
*/ */
message?: string | null; message?: string | null;
/** /**
*
* @type {SqlSugarPagedListSysConfigTenant} * @type {SqlSugarPagedListSysConfigTenant}
* @memberof AdminNETResultSqlSugarPagedListSysConfigTenant * @memberof AdminNETResultSqlSugarPagedListSysConfigTenant
*/ */
result?: SqlSugarPagedListSysConfigTenant; result?: SqlSugarPagedListSysConfigTenant;
/** /**
* *
*
* @type {any} * @type {any}
* @memberof AdminNETResultSqlSugarPagedListSysConfigTenant * @memberof AdminNETResultSqlSugarPagedListSysConfigTenant
*/ */
extras?: any | null; extras?: any | null;
/** /**
* *
*
* @type {Date} * @type {Date}
* @memberof AdminNETResultSqlSugarPagedListSysConfigTenant * @memberof AdminNETResultSqlSugarPagedListSysConfigTenant
*/ */

View File

@ -11,45 +11,57 @@
* https://github.com/swagger-api/swagger-codegen.git * https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually. * Do not edit the class manually.
*/ */
import { SysConfigTenant } from './sys-config-tenant'; import { SysConfigTenant } from './sys-config-tenant';
/** /**
* *
*
* @export * @export
* @interface AdminNETResultSysConfigTenant * @interface AdminNETResultSysConfigTenant
*/ */
export interface AdminNETResultSysConfigTenant { export interface AdminNETResultSysConfigTenant {
/** /**
* *
*
* @type {number} * @type {number}
* @memberof AdminNETResultSysConfigTenant * @memberof AdminNETResultSysConfigTenant
*/ */
code?: number; code?: number;
/** /**
* successwarningerror * successwarningerror
*
* @type {string} * @type {string}
* @memberof AdminNETResultSysConfigTenant * @memberof AdminNETResultSysConfigTenant
*/ */
type?: string | null; type?: string | null;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof AdminNETResultSysConfigTenant * @memberof AdminNETResultSysConfigTenant
*/ */
message?: string | null; message?: string | null;
/** /**
*
* @type {SysConfigTenant} * @type {SysConfigTenant}
* @memberof AdminNETResultSysConfigTenant * @memberof AdminNETResultSysConfigTenant
*/ */
result?: SysConfigTenant; result?: SysConfigTenant;
/** /**
* *
*
* @type {any} * @type {any}
* @memberof AdminNETResultSysConfigTenant * @memberof AdminNETResultSysConfigTenant
*/ */
extras?: any | null; extras?: any | null;
/** /**
* *
*
* @type {Date} * @type {Date}
* @memberof AdminNETResultSysConfigTenant * @memberof AdminNETResultSysConfigTenant
*/ */

View File

@ -11,20 +11,26 @@
* https://github.com/swagger-api/swagger-codegen.git * https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/**
/**
* *
*
* @export * @export
* @interface BatchConfigTenantInput * @interface BatchConfigTenantInput
*/ */
export interface BatchConfigTenantInput { export interface BatchConfigTenantInput {
/** /**
* *
*
* @type {string} * @type {string}
* @memberof BatchConfigTenantInput * @memberof BatchConfigTenantInput
*/ */
code?: string | null; code?: string | null;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof BatchConfigTenantInput * @memberof BatchConfigTenantInput
*/ */

View File

@ -11,14 +11,18 @@
* https://github.com/swagger-api/swagger-codegen.git * https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/**
/**
* *
*
* @export * @export
* @interface DeleteConfigTenantInput * @interface DeleteConfigTenantInput
*/ */
export interface DeleteConfigTenantInput { export interface DeleteConfigTenantInput {
/** /**
* Id * Id
*
* @type {number} * @type {number}
* @memberof DeleteConfigTenantInput * @memberof DeleteConfigTenantInput
*/ */

View File

@ -1,6 +1,7 @@
export * from './account-type-enum'; export * from './account-type-enum';
export * from './add-code-gen-input'; export * from './add-code-gen-input';
export * from './add-config-input'; export * from './add-config-input';
export * from './add-config-tenant-input';
export * from './add-dict-data-input'; export * from './add-dict-data-input';
export * from './add-dict-type-input'; export * from './add-dict-type-input';
export * from './add-job-detail-input'; export * from './add-job-detail-input';
@ -57,6 +58,7 @@ export * from './admin-netresult-list-stat-log-output';
export * from './admin-netresult-list-string'; export * from './admin-netresult-list-string';
export * from './admin-netresult-list-sys-code-gen-template'; export * from './admin-netresult-list-sys-code-gen-template';
export * from './admin-netresult-list-sys-config'; export * from './admin-netresult-list-sys-config';
export * from './admin-netresult-list-sys-config-tenant';
export * from './admin-netresult-list-sys-dict-data'; export * from './admin-netresult-list-sys-dict-data';
export * from './admin-netresult-list-sys-dict-type'; export * from './admin-netresult-list-sys-dict-type';
export * from './admin-netresult-list-sys-file'; export * from './admin-netresult-list-sys-file';
@ -85,6 +87,7 @@ export * from './admin-netresult-sql-sugar-paged-list-page-pos-output';
export * from './admin-netresult-sql-sugar-paged-list-page-role-output'; export * from './admin-netresult-sql-sugar-paged-list-page-role-output';
export * from './admin-netresult-sql-sugar-paged-list-sys-code-gen'; export * from './admin-netresult-sql-sugar-paged-list-sys-code-gen';
export * from './admin-netresult-sql-sugar-paged-list-sys-config'; export * from './admin-netresult-sql-sugar-paged-list-sys-config';
export * from './admin-netresult-sql-sugar-paged-list-sys-config-tenant';
export * from './admin-netresult-sql-sugar-paged-list-sys-dict-data'; export * from './admin-netresult-sql-sugar-paged-list-sys-dict-data';
export * from './admin-netresult-sql-sugar-paged-list-sys-dict-type'; export * from './admin-netresult-sql-sugar-paged-list-sys-dict-type';
export * from './admin-netresult-sql-sugar-paged-list-sys-file'; export * from './admin-netresult-sql-sugar-paged-list-sys-file';
@ -110,6 +113,7 @@ export * from './admin-netresult-string';
export * from './admin-netresult-sys-code-gen'; export * from './admin-netresult-sys-code-gen';
export * from './admin-netresult-sys-code-gen-config'; export * from './admin-netresult-sys-code-gen-config';
export * from './admin-netresult-sys-config'; export * from './admin-netresult-sys-config';
export * from './admin-netresult-sys-config-tenant';
export * from './admin-netresult-sys-dict-data'; export * from './admin-netresult-sys-dict-data';
export * from './admin-netresult-sys-dict-type'; export * from './admin-netresult-sys-dict-type';
export * from './admin-netresult-sys-file'; export * from './admin-netresult-sys-file';
@ -135,6 +139,7 @@ export * from './api-output';
export * from './assembly'; export * from './assembly';
export * from './base-proc-input'; export * from './base-proc-input';
export * from './batch-config-input'; export * from './batch-config-input';
export * from './batch-config-tenant-input';
export * from './calendar'; export * from './calendar';
export * from './calendar-algorithm-type'; export * from './calendar-algorithm-type';
export * from './calendar-week-rule'; export * from './calendar-week-rule';
@ -178,6 +183,7 @@ export * from './db-table-input';
export * from './db-type'; export * from './db-type';
export * from './delete-code-gen-input'; export * from './delete-code-gen-input';
export * from './delete-config-input'; export * from './delete-config-input';
export * from './delete-config-tenant-input';
export * from './delete-db-column-input'; export * from './delete-db-column-input';
export * from './delete-db-table-input'; export * from './delete-db-table-input';
export * from './delete-dict-data-input'; export * from './delete-dict-data-input';
@ -282,6 +288,7 @@ export * from './open-access-output';
export * from './order-by-type'; export * from './order-by-type';
export * from './page-code-gen-input'; export * from './page-code-gen-input';
export * from './page-config-input'; export * from './page-config-input';
export * from './page-config-tenant-input';
export * from './page-dict-data-input'; export * from './page-dict-data-input';
export * from './page-dict-type-input'; export * from './page-dict-type-input';
export * from './page-ex-log-input'; export * from './page-ex-log-input';
@ -347,6 +354,7 @@ export * from './sql-sugar-paged-list-page-pos-output';
export * from './sql-sugar-paged-list-page-role-output'; export * from './sql-sugar-paged-list-page-role-output';
export * from './sql-sugar-paged-list-sys-code-gen'; export * from './sql-sugar-paged-list-sys-code-gen';
export * from './sql-sugar-paged-list-sys-config'; export * from './sql-sugar-paged-list-sys-config';
export * from './sql-sugar-paged-list-sys-config-tenant';
export * from './sql-sugar-paged-list-sys-dict-data'; export * from './sql-sugar-paged-list-sys-dict-data';
export * from './sql-sugar-paged-list-sys-dict-type'; export * from './sql-sugar-paged-list-sys-dict-type';
export * from './sql-sugar-paged-list-sys-file'; export * from './sql-sugar-paged-list-sys-file';
@ -380,6 +388,7 @@ export * from './sys-code-gen-config';
export * from './sys-code-gen-template'; export * from './sys-code-gen-template';
export * from './sys-code-gen-template-relation'; export * from './sys-code-gen-template-relation';
export * from './sys-config'; export * from './sys-config';
export * from './sys-config-tenant';
export * from './sys-dict-data'; export * from './sys-dict-data';
export * from './sys-dict-type'; export * from './sys-dict-type';
export * from './sys-file'; export * from './sys-file';
@ -435,6 +444,7 @@ export * from './type-info';
export * from './unlock-login-input'; export * from './unlock-login-input';
export * from './update-code-gen-input'; export * from './update-code-gen-input';
export * from './update-config-input'; export * from './update-config-input';
export * from './update-config-tenant-input';
export * from './update-db-column-input'; export * from './update-db-column-input';
export * from './update-db-table-input'; export * from './update-db-table-input';
export * from './update-dict-data-input'; export * from './update-dict-data-input';

View File

@ -11,76 +11,96 @@
* https://github.com/swagger-api/swagger-codegen.git * https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually. * Do not edit the class manually.
*/ */
import { Filter } from './filter'; import { Filter } from './filter';
import { Search } from './search'; import { Search } from './search';
/** /**
* *
*
* @export * @export
* @interface PageConfigTenantInput * @interface PageConfigTenantInput
*/ */
export interface PageConfigTenantInput { export interface PageConfigTenantInput {
/** /**
*
* @type {Search} * @type {Search}
* @memberof PageConfigTenantInput * @memberof PageConfigTenantInput
*/ */
search?: Search; search?: Search;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof PageConfigTenantInput * @memberof PageConfigTenantInput
*/ */
keyword?: string | null; keyword?: string | null;
/** /**
*
* @type {Filter} * @type {Filter}
* @memberof PageConfigTenantInput * @memberof PageConfigTenantInput
*/ */
filter?: Filter; filter?: Filter;
/** /**
* *
*
* @type {number} * @type {number}
* @memberof PageConfigTenantInput * @memberof PageConfigTenantInput
*/ */
page?: number; page?: number;
/** /**
* *
*
* @type {number} * @type {number}
* @memberof PageConfigTenantInput * @memberof PageConfigTenantInput
*/ */
pageSize?: number; pageSize?: number;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof PageConfigTenantInput * @memberof PageConfigTenantInput
*/ */
field?: string | null; field?: string | null;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof PageConfigTenantInput * @memberof PageConfigTenantInput
*/ */
order?: string | null; order?: string | null;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof PageConfigTenantInput * @memberof PageConfigTenantInput
*/ */
descStr?: string | null; descStr?: string | null;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof PageConfigTenantInput * @memberof PageConfigTenantInput
*/ */
name?: string | null; name?: string | null;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof PageConfigTenantInput * @memberof PageConfigTenantInput
*/ */
code?: string | null; code?: string | null;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof PageConfigTenantInput * @memberof PageConfigTenantInput
*/ */

View File

@ -11,76 +11,96 @@
* https://github.com/swagger-api/swagger-codegen.git * https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually. * Do not edit the class manually.
*/ */
import { Filter } from './filter'; import { Filter } from './filter';
import { Search } from './search'; import { Search } from './search';
/** /**
* *
*
* @export * @export
* @interface PageDictDataInput * @interface PageDictDataInput
*/ */
export interface PageDictDataInput { export interface PageDictDataInput {
/** /**
*
* @type {Search} * @type {Search}
* @memberof PageDictDataInput * @memberof PageDictDataInput
*/ */
search?: Search; search?: Search;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof PageDictDataInput * @memberof PageDictDataInput
*/ */
keyword?: string | null; keyword?: string | null;
/** /**
*
* @type {Filter} * @type {Filter}
* @memberof PageDictDataInput * @memberof PageDictDataInput
*/ */
filter?: Filter; filter?: Filter;
/** /**
* *
*
* @type {number} * @type {number}
* @memberof PageDictDataInput * @memberof PageDictDataInput
*/ */
page?: number; page?: number;
/** /**
* *
*
* @type {number} * @type {number}
* @memberof PageDictDataInput * @memberof PageDictDataInput
*/ */
pageSize?: number; pageSize?: number;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof PageDictDataInput * @memberof PageDictDataInput
*/ */
field?: string | null; field?: string | null;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof PageDictDataInput * @memberof PageDictDataInput
*/ */
order?: string | null; order?: string | null;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof PageDictDataInput * @memberof PageDictDataInput
*/ */
descStr?: string | null; descStr?: string | null;
/** /**
* Id * Id
*
* @type {number} * @type {number}
* @memberof PageDictDataInput * @memberof PageDictDataInput
*/ */
dictTypeId?: number; dictTypeId?: number;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof PageDictDataInput * @memberof PageDictDataInput
*/ */
label?: string | null; label?: string | null;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof PageDictDataInput * @memberof PageDictDataInput
*/ */

View File

@ -11,51 +11,67 @@
* https://github.com/swagger-api/swagger-codegen.git * https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually. * Do not edit the class manually.
*/ */
import { SysConfigTenant } from './sys-config-tenant'; import { SysConfigTenant } from './sys-config-tenant';
/** /**
* *
*
* @export * @export
* @interface SqlSugarPagedListSysConfigTenant * @interface SqlSugarPagedListSysConfigTenant
*/ */
export interface SqlSugarPagedListSysConfigTenant { export interface SqlSugarPagedListSysConfigTenant {
/** /**
* *
*
* @type {number} * @type {number}
* @memberof SqlSugarPagedListSysConfigTenant * @memberof SqlSugarPagedListSysConfigTenant
*/ */
page?: number; page?: number;
/** /**
* *
*
* @type {number} * @type {number}
* @memberof SqlSugarPagedListSysConfigTenant * @memberof SqlSugarPagedListSysConfigTenant
*/ */
pageSize?: number; pageSize?: number;
/** /**
* *
*
* @type {number} * @type {number}
* @memberof SqlSugarPagedListSysConfigTenant * @memberof SqlSugarPagedListSysConfigTenant
*/ */
total?: number; total?: number;
/** /**
* *
*
* @type {number} * @type {number}
* @memberof SqlSugarPagedListSysConfigTenant * @memberof SqlSugarPagedListSysConfigTenant
*/ */
totalPages?: number; totalPages?: number;
/** /**
* *
*
* @type {Array<SysConfigTenant>} * @type {Array<SysConfigTenant>}
* @memberof SqlSugarPagedListSysConfigTenant * @memberof SqlSugarPagedListSysConfigTenant
*/ */
items?: Array<SysConfigTenant> | null; items?: Array<SysConfigTenant> | null;
/** /**
* *
*
* @type {boolean} * @type {boolean}
* @memberof SqlSugarPagedListSysConfigTenant * @memberof SqlSugarPagedListSysConfigTenant
*/ */
hasPrevPage?: boolean; hasPrevPage?: boolean;
/** /**
* *
*
* @type {boolean} * @type {boolean}
* @memberof SqlSugarPagedListSysConfigTenant * @memberof SqlSugarPagedListSysConfigTenant
*/ */

View File

@ -35,7 +35,7 @@ export interface StressTestInput {
* *
* @type {number} * @type {number}
* @memberof StressTestInput * @memberof StressTestInput
* @example 100 * @example 10
*/ */
numberOfRequests: number; numberOfRequests: number;

View File

@ -11,107 +11,139 @@
* https://github.com/swagger-api/swagger-codegen.git * https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually. * Do not edit the class manually.
*/ */
import { YesNoEnum } from './yes-no-enum'; import { YesNoEnum } from './yes-no-enum';
/** /**
* *
*
* @export * @export
* @interface SysConfigTenant * @interface SysConfigTenant
*/ */
export interface SysConfigTenant { export interface SysConfigTenant {
/** /**
* Id * Id
*
* @type {number} * @type {number}
* @memberof SysConfigTenant * @memberof SysConfigTenant
*/ */
id?: number; id?: number;
/** /**
* *
*
* @type {Date} * @type {Date}
* @memberof SysConfigTenant * @memberof SysConfigTenant
*/ */
createTime?: Date; createTime?: Date;
/** /**
* *
*
* @type {Date} * @type {Date}
* @memberof SysConfigTenant * @memberof SysConfigTenant
*/ */
updateTime?: Date | null; updateTime?: Date | null;
/** /**
* Id * Id
*
* @type {number} * @type {number}
* @memberof SysConfigTenant * @memberof SysConfigTenant
*/ */
createUserId?: number | null; createUserId?: number | null;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof SysConfigTenant * @memberof SysConfigTenant
*/ */
createUserName?: string | null; createUserName?: string | null;
/** /**
* Id * Id
*
* @type {number} * @type {number}
* @memberof SysConfigTenant * @memberof SysConfigTenant
*/ */
updateUserId?: number | null; updateUserId?: number | null;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof SysConfigTenant * @memberof SysConfigTenant
*/ */
updateUserName?: string | null; updateUserName?: string | null;
/** /**
* *
*
* @type {boolean} * @type {boolean}
* @memberof SysConfigTenant * @memberof SysConfigTenant
*/ */
isDelete?: boolean; isDelete?: boolean;
/**
* Id
* @type {number}
* @memberof SysConfigTenant
*/
tenantId?: number | null;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof SysConfigTenant * @memberof SysConfigTenant
*/ */
name: string; name: string;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof SysConfigTenant * @memberof SysConfigTenant
*/ */
code?: string | null; code?: string | null;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof SysConfigTenant * @memberof SysConfigTenant
*/ */
value?: string | null; value?: string | null;
/** /**
*
* @type {YesNoEnum} * @type {YesNoEnum}
* @memberof SysConfigTenant * @memberof SysConfigTenant
*/ */
sysFlag?: YesNoEnum; sysFlag?: YesNoEnum;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof SysConfigTenant * @memberof SysConfigTenant
*/ */
groupCode?: string | null; groupCode?: string | null;
/** /**
* *
*
* @type {number} * @type {number}
* @memberof SysConfigTenant * @memberof SysConfigTenant
*/ */
orderNo?: number; orderNo?: number;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof SysConfigTenant * @memberof SysConfigTenant
*/ */
remark?: string | null; remark?: string | null;
/**
* Id
*
* @type {number}
* @memberof SysConfigTenant
*/
tenantId?: number | null;
} }

View File

@ -11,123 +11,161 @@
* https://github.com/swagger-api/swagger-codegen.git * https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually. * Do not edit the class manually.
*/ */
import { StatusEnum } from './status-enum'; import { StatusEnum } from './status-enum';
/** /**
* *
*
* @export * @export
* @interface SysDictData * @interface SysDictData
*/ */
export interface SysDictData { export interface SysDictData {
/** /**
* Id * Id
*
* @type {number} * @type {number}
* @memberof SysDictData * @memberof SysDictData
*/ */
id?: number; id?: number;
/** /**
* *
*
* @type {Date} * @type {Date}
* @memberof SysDictData * @memberof SysDictData
*/ */
createTime?: Date; createTime?: Date;
/** /**
* *
*
* @type {Date} * @type {Date}
* @memberof SysDictData * @memberof SysDictData
*/ */
updateTime?: Date | null; updateTime?: Date | null;
/** /**
* Id * Id
*
* @type {number} * @type {number}
* @memberof SysDictData * @memberof SysDictData
*/ */
createUserId?: number | null; createUserId?: number | null;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof SysDictData * @memberof SysDictData
*/ */
createUserName?: string | null; createUserName?: string | null;
/** /**
* Id * Id
*
* @type {number} * @type {number}
* @memberof SysDictData * @memberof SysDictData
*/ */
updateUserId?: number | null; updateUserId?: number | null;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof SysDictData * @memberof SysDictData
*/ */
updateUserName?: string | null; updateUserName?: string | null;
/** /**
* *
*
* @type {boolean} * @type {boolean}
* @memberof SysDictData * @memberof SysDictData
*/ */
isDelete?: boolean; isDelete?: boolean;
/** /**
* Id * Id
*
* @type {number} * @type {number}
* @memberof SysDictData * @memberof SysDictData
*/ */
dictTypeId?: number; dictTypeId?: number;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof SysDictData * @memberof SysDictData
*/ */
label: string; label: string;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof SysDictData * @memberof SysDictData
*/ */
value: string; value: string;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof SysDictData * @memberof SysDictData
*/ */
code?: string | null; code?: string | null;
/** /**
* - * -
*
* @type {string} * @type {string}
* @memberof SysDictData * @memberof SysDictData
*/ */
tagType?: string | null; tagType?: string | null;
/** /**
* -Style() * -Style()
*
* @type {string} * @type {string}
* @memberof SysDictData * @memberof SysDictData
*/ */
styleSetting?: string | null; styleSetting?: string | null;
/** /**
* -Class() * -Class()
*
* @type {string} * @type {string}
* @memberof SysDictData * @memberof SysDictData
*/ */
classSetting?: string | null; classSetting?: string | null;
/** /**
* *
*
* @type {number} * @type {number}
* @memberof SysDictData * @memberof SysDictData
*/ */
orderNo?: number; orderNo?: number;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof SysDictData * @memberof SysDictData
*/ */
remark?: string | null; remark?: string | null;
/** /**
* () * ()
*
* @type {string} * @type {string}
* @memberof SysDictData * @memberof SysDictData
*/ */
extData?: string | null; extData?: string | null;
/** /**
*
* @type {StatusEnum} * @type {StatusEnum}
* @memberof SysDictData * @memberof SysDictData
*/ */

View File

@ -11,107 +11,135 @@
* https://github.com/swagger-api/swagger-codegen.git * https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually. * Do not edit the class manually.
*/ */
import { StatusEnum } from './status-enum'; import { StatusEnum } from './status-enum';
import { SysDictData } from './sys-dict-data'; import { SysDictData } from './sys-dict-data';
import { YesNoEnum } from './yes-no-enum'; import { YesNoEnum } from './yes-no-enum';
/** /**
* *
*
* @export * @export
* @interface SysDictType * @interface SysDictType
*/ */
export interface SysDictType { export interface SysDictType {
/** /**
* Id * Id
*
* @type {number} * @type {number}
* @memberof SysDictType * @memberof SysDictType
*/ */
id?: number; id?: number;
/** /**
* *
*
* @type {Date} * @type {Date}
* @memberof SysDictType * @memberof SysDictType
*/ */
createTime?: Date; createTime?: Date;
/** /**
* *
*
* @type {Date} * @type {Date}
* @memberof SysDictType * @memberof SysDictType
*/ */
updateTime?: Date | null; updateTime?: Date | null;
/** /**
* Id * Id
*
* @type {number} * @type {number}
* @memberof SysDictType * @memberof SysDictType
*/ */
createUserId?: number | null; createUserId?: number | null;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof SysDictType * @memberof SysDictType
*/ */
createUserName?: string | null; createUserName?: string | null;
/** /**
* Id * Id
*
* @type {number} * @type {number}
* @memberof SysDictType * @memberof SysDictType
*/ */
updateUserId?: number | null; updateUserId?: number | null;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof SysDictType * @memberof SysDictType
*/ */
updateUserName?: string | null; updateUserName?: string | null;
/** /**
* *
*
* @type {boolean} * @type {boolean}
* @memberof SysDictType * @memberof SysDictType
*/ */
isDelete?: boolean; isDelete?: boolean;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof SysDictType * @memberof SysDictType
*/ */
name: string; name: string;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof SysDictType * @memberof SysDictType
*/ */
code: string; code: string;
/** /**
* *
*
* @type {number} * @type {number}
* @memberof SysDictType * @memberof SysDictType
*/ */
orderNo?: number; orderNo?: number;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof SysDictType * @memberof SysDictType
*/ */
remark?: string | null; remark?: string | null;
/** /**
*
* @type {StatusEnum} * @type {StatusEnum}
* @memberof SysDictType * @memberof SysDictType
*/ */
status?: StatusEnum; status?: StatusEnum;
/** /**
*
* @type {YesNoEnum} * @type {YesNoEnum}
* @memberof SysDictType * @memberof SysDictType
*/ */
sysFlag?: YesNoEnum; sysFlag?: YesNoEnum;
/** /**
*
* @type {YesNoEnum} * @type {YesNoEnum}
* @memberof SysDictType * @memberof SysDictType
*/ */
isTenant?: YesNoEnum; isTenant?: YesNoEnum;
/** /**
* *
*
* @type {Array<SysDictData>} * @type {Array<SysDictData>}
* @memberof SysDictType * @memberof SysDictType
*/ */

View File

@ -11,107 +11,139 @@
* https://github.com/swagger-api/swagger-codegen.git * https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually. * Do not edit the class manually.
*/ */
import { YesNoEnum } from './yes-no-enum'; import { YesNoEnum } from './yes-no-enum';
/** /**
* *
*
* @export * @export
* @interface UpdateConfigTenantInput * @interface UpdateConfigTenantInput
*/ */
export interface UpdateConfigTenantInput { export interface UpdateConfigTenantInput {
/** /**
* Id * Id
*
* @type {number} * @type {number}
* @memberof UpdateConfigTenantInput * @memberof UpdateConfigTenantInput
*/ */
id?: number; id?: number;
/** /**
* *
*
* @type {Date} * @type {Date}
* @memberof UpdateConfigTenantInput * @memberof UpdateConfigTenantInput
*/ */
createTime?: Date; createTime?: Date;
/** /**
* *
*
* @type {Date} * @type {Date}
* @memberof UpdateConfigTenantInput * @memberof UpdateConfigTenantInput
*/ */
updateTime?: Date | null; updateTime?: Date | null;
/** /**
* Id * Id
*
* @type {number} * @type {number}
* @memberof UpdateConfigTenantInput * @memberof UpdateConfigTenantInput
*/ */
createUserId?: number | null; createUserId?: number | null;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof UpdateConfigTenantInput * @memberof UpdateConfigTenantInput
*/ */
createUserName?: string | null; createUserName?: string | null;
/** /**
* Id * Id
*
* @type {number} * @type {number}
* @memberof UpdateConfigTenantInput * @memberof UpdateConfigTenantInput
*/ */
updateUserId?: number | null; updateUserId?: number | null;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof UpdateConfigTenantInput * @memberof UpdateConfigTenantInput
*/ */
updateUserName?: string | null; updateUserName?: string | null;
/** /**
* *
*
* @type {boolean} * @type {boolean}
* @memberof UpdateConfigTenantInput * @memberof UpdateConfigTenantInput
*/ */
isDelete?: boolean; isDelete?: boolean;
/**
* Id
* @type {number}
* @memberof UpdateConfigTenantInput
*/
tenantId?: number | null;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof UpdateConfigTenantInput * @memberof UpdateConfigTenantInput
*/ */
name: string; name: string;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof UpdateConfigTenantInput * @memberof UpdateConfigTenantInput
*/ */
code?: string | null; code?: string | null;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof UpdateConfigTenantInput * @memberof UpdateConfigTenantInput
*/ */
value?: string | null; value?: string | null;
/** /**
*
* @type {YesNoEnum} * @type {YesNoEnum}
* @memberof UpdateConfigTenantInput * @memberof UpdateConfigTenantInput
*/ */
sysFlag?: YesNoEnum; sysFlag?: YesNoEnum;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof UpdateConfigTenantInput * @memberof UpdateConfigTenantInput
*/ */
groupCode?: string | null; groupCode?: string | null;
/** /**
* *
*
* @type {number} * @type {number}
* @memberof UpdateConfigTenantInput * @memberof UpdateConfigTenantInput
*/ */
orderNo?: number; orderNo?: number;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof UpdateConfigTenantInput * @memberof UpdateConfigTenantInput
*/ */
remark?: string | null; remark?: string | null;
/**
* Id
*
* @type {number}
* @memberof UpdateConfigTenantInput
*/
tenantId?: number | null;
} }

View File

@ -11,123 +11,161 @@
* https://github.com/swagger-api/swagger-codegen.git * https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually. * Do not edit the class manually.
*/ */
import { StatusEnum } from './status-enum'; import { StatusEnum } from './status-enum';
/** /**
* *
*
* @export * @export
* @interface UpdateDictDataInput * @interface UpdateDictDataInput
*/ */
export interface UpdateDictDataInput { export interface UpdateDictDataInput {
/** /**
* Id * Id
*
* @type {number} * @type {number}
* @memberof UpdateDictDataInput * @memberof UpdateDictDataInput
*/ */
id?: number; id?: number;
/** /**
* *
*
* @type {Date} * @type {Date}
* @memberof UpdateDictDataInput * @memberof UpdateDictDataInput
*/ */
createTime?: Date; createTime?: Date;
/** /**
* *
*
* @type {Date} * @type {Date}
* @memberof UpdateDictDataInput * @memberof UpdateDictDataInput
*/ */
updateTime?: Date | null; updateTime?: Date | null;
/** /**
* Id * Id
*
* @type {number} * @type {number}
* @memberof UpdateDictDataInput * @memberof UpdateDictDataInput
*/ */
createUserId?: number | null; createUserId?: number | null;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof UpdateDictDataInput * @memberof UpdateDictDataInput
*/ */
createUserName?: string | null; createUserName?: string | null;
/** /**
* Id * Id
*
* @type {number} * @type {number}
* @memberof UpdateDictDataInput * @memberof UpdateDictDataInput
*/ */
updateUserId?: number | null; updateUserId?: number | null;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof UpdateDictDataInput * @memberof UpdateDictDataInput
*/ */
updateUserName?: string | null; updateUserName?: string | null;
/** /**
* *
*
* @type {boolean} * @type {boolean}
* @memberof UpdateDictDataInput * @memberof UpdateDictDataInput
*/ */
isDelete?: boolean; isDelete?: boolean;
/** /**
* Id * Id
*
* @type {number} * @type {number}
* @memberof UpdateDictDataInput * @memberof UpdateDictDataInput
*/ */
dictTypeId?: number; dictTypeId?: number;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof UpdateDictDataInput * @memberof UpdateDictDataInput
*/ */
label: string; label: string;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof UpdateDictDataInput * @memberof UpdateDictDataInput
*/ */
value: string; value: string;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof UpdateDictDataInput * @memberof UpdateDictDataInput
*/ */
code?: string | null; code?: string | null;
/** /**
* - * -
*
* @type {string} * @type {string}
* @memberof UpdateDictDataInput * @memberof UpdateDictDataInput
*/ */
tagType?: string | null; tagType?: string | null;
/** /**
* -Style() * -Style()
*
* @type {string} * @type {string}
* @memberof UpdateDictDataInput * @memberof UpdateDictDataInput
*/ */
styleSetting?: string | null; styleSetting?: string | null;
/** /**
* -Class() * -Class()
*
* @type {string} * @type {string}
* @memberof UpdateDictDataInput * @memberof UpdateDictDataInput
*/ */
classSetting?: string | null; classSetting?: string | null;
/** /**
* *
*
* @type {number} * @type {number}
* @memberof UpdateDictDataInput * @memberof UpdateDictDataInput
*/ */
orderNo?: number; orderNo?: number;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof UpdateDictDataInput * @memberof UpdateDictDataInput
*/ */
remark?: string | null; remark?: string | null;
/** /**
* () * ()
*
* @type {string} * @type {string}
* @memberof UpdateDictDataInput * @memberof UpdateDictDataInput
*/ */
extData?: string | null; extData?: string | null;
/** /**
*
* @type {StatusEnum} * @type {StatusEnum}
* @memberof UpdateDictDataInput * @memberof UpdateDictDataInput
*/ */

View File

@ -11,107 +11,135 @@
* https://github.com/swagger-api/swagger-codegen.git * https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually. * Do not edit the class manually.
*/ */
import { StatusEnum } from './status-enum'; import { StatusEnum } from './status-enum';
import { SysDictData } from './sys-dict-data'; import { SysDictData } from './sys-dict-data';
import { YesNoEnum } from './yes-no-enum'; import { YesNoEnum } from './yes-no-enum';
/** /**
* *
*
* @export * @export
* @interface UpdateDictTypeInput * @interface UpdateDictTypeInput
*/ */
export interface UpdateDictTypeInput { export interface UpdateDictTypeInput {
/** /**
* Id * Id
*
* @type {number} * @type {number}
* @memberof UpdateDictTypeInput * @memberof UpdateDictTypeInput
*/ */
id?: number; id?: number;
/** /**
* *
*
* @type {Date} * @type {Date}
* @memberof UpdateDictTypeInput * @memberof UpdateDictTypeInput
*/ */
createTime?: Date; createTime?: Date;
/** /**
* *
*
* @type {Date} * @type {Date}
* @memberof UpdateDictTypeInput * @memberof UpdateDictTypeInput
*/ */
updateTime?: Date | null; updateTime?: Date | null;
/** /**
* Id * Id
*
* @type {number} * @type {number}
* @memberof UpdateDictTypeInput * @memberof UpdateDictTypeInput
*/ */
createUserId?: number | null; createUserId?: number | null;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof UpdateDictTypeInput * @memberof UpdateDictTypeInput
*/ */
createUserName?: string | null; createUserName?: string | null;
/** /**
* Id * Id
*
* @type {number} * @type {number}
* @memberof UpdateDictTypeInput * @memberof UpdateDictTypeInput
*/ */
updateUserId?: number | null; updateUserId?: number | null;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof UpdateDictTypeInput * @memberof UpdateDictTypeInput
*/ */
updateUserName?: string | null; updateUserName?: string | null;
/** /**
* *
*
* @type {boolean} * @type {boolean}
* @memberof UpdateDictTypeInput * @memberof UpdateDictTypeInput
*/ */
isDelete?: boolean; isDelete?: boolean;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof UpdateDictTypeInput * @memberof UpdateDictTypeInput
*/ */
name: string; name: string;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof UpdateDictTypeInput * @memberof UpdateDictTypeInput
*/ */
code: string; code: string;
/** /**
* *
*
* @type {number} * @type {number}
* @memberof UpdateDictTypeInput * @memberof UpdateDictTypeInput
*/ */
orderNo?: number; orderNo?: number;
/** /**
* *
*
* @type {string} * @type {string}
* @memberof UpdateDictTypeInput * @memberof UpdateDictTypeInput
*/ */
remark?: string | null; remark?: string | null;
/** /**
*
* @type {StatusEnum} * @type {StatusEnum}
* @memberof UpdateDictTypeInput * @memberof UpdateDictTypeInput
*/ */
status?: StatusEnum; status?: StatusEnum;
/** /**
*
* @type {YesNoEnum} * @type {YesNoEnum}
* @memberof UpdateDictTypeInput * @memberof UpdateDictTypeInput
*/ */
isTenant?: YesNoEnum; isTenant?: YesNoEnum;
/** /**
* *
*
* @type {Array<SysDictData>} * @type {Array<SysDictData>}
* @memberof UpdateDictTypeInput * @memberof UpdateDictTypeInput
*/ */
children?: Array<SysDictData> | null; children?: Array<SysDictData> | null;
/** /**
*
* @type {YesNoEnum} * @type {YesNoEnum}
* @memberof UpdateDictTypeInput * @memberof UpdateDictTypeInput
*/ */