😎更新前端接口请求文件
This commit is contained in:
parent
ccdd5f7338
commit
5b967ec549
@ -169,6 +169,14 @@ export interface AddTenantInput {
|
||||
*/
|
||||
status?: StatusEnum;
|
||||
|
||||
/**
|
||||
* 过期时间
|
||||
*
|
||||
* @type {Date}
|
||||
* @memberof AddTenantInput
|
||||
*/
|
||||
expirationTime?: Date | null;
|
||||
|
||||
/**
|
||||
* 电子邮箱
|
||||
*
|
||||
|
||||
@ -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;
|
||||
|
||||
/**
|
||||
* 简称
|
||||
*
|
||||
|
||||
@ -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
|
||||
|
||||
@ -169,6 +169,14 @@ export interface TenantOutput {
|
||||
*/
|
||||
status?: StatusEnum;
|
||||
|
||||
/**
|
||||
* 过期时间
|
||||
*
|
||||
* @type {Date}
|
||||
* @memberof TenantOutput
|
||||
*/
|
||||
expirationTime?: Date | null;
|
||||
|
||||
/**
|
||||
* 租户名称
|
||||
*
|
||||
|
||||
@ -169,6 +169,14 @@ export interface UpdateTenantInput {
|
||||
*/
|
||||
status?: StatusEnum;
|
||||
|
||||
/**
|
||||
* 过期时间
|
||||
*
|
||||
* @type {Date}
|
||||
* @memberof UpdateTenantInput
|
||||
*/
|
||||
expirationTime?: Date | null;
|
||||
|
||||
/**
|
||||
* 电子邮箱
|
||||
*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user