😎更新前端接口请求文件

This commit is contained in:
zuohuaijun 2024-10-29 02:35:46 +08:00
parent ccdd5f7338
commit 5b967ec549
5 changed files with 40 additions and 16 deletions

View File

@ -169,6 +169,14 @@ export interface AddTenantInput {
*/
status?: StatusEnum;
/**
*
*
* @type {Date}
* @memberof AddTenantInput
*/
expirationTime?: Date | null;
/**
*
*

View File

@ -29,14 +29,6 @@ export interface SysRegion {
*/
id?: number;
/**
* Id
*
* @type {number}
* @memberof SysRegion
*/
pid?: number;
/**
*
*
@ -45,6 +37,14 @@ export interface SysRegion {
*/
name: string;
/**
* Id
*
* @type {number}
* @memberof SysRegion
*/
pid?: number;
/**
*
*

View File

@ -93,6 +93,14 @@ export interface SysSchedule {
*/
tenantId?: number | null;
/**
*
*
* @type {string}
* @memberof SysSchedule
*/
content: string;
/**
* Id
*
@ -125,14 +133,6 @@ export interface SysSchedule {
*/
endTime?: string | null;
/**
*
*
* @type {string}
* @memberof SysSchedule
*/
content: string;
/**
* @type {FinishStatusEnum}
* @memberof SysSchedule

View File

@ -169,6 +169,14 @@ export interface TenantOutput {
*/
status?: StatusEnum;
/**
*
*
* @type {Date}
* @memberof TenantOutput
*/
expirationTime?: Date | null;
/**
*
*

View File

@ -169,6 +169,14 @@ export interface UpdateTenantInput {
*/
status?: StatusEnum;
/**
*
*
* @type {Date}
* @memberof UpdateTenantInput
*/
expirationTime?: Date | null;
/**
*
*