mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-03 19:38:20 +08:00
V2.4.1 FE
This commit is contained in:
@@ -190,6 +190,7 @@ export interface IUser {
|
||||
chineseName?: string;
|
||||
department?: string;
|
||||
key?: number;
|
||||
confirmPassword?: string
|
||||
}
|
||||
|
||||
export interface IOffset {
|
||||
@@ -486,6 +487,17 @@ export interface IConfigure {
|
||||
key?: number;
|
||||
}
|
||||
|
||||
export interface IConfigGateway {
|
||||
id: number;
|
||||
key?: number;
|
||||
modifyTime: number;
|
||||
name: string;
|
||||
value: string;
|
||||
version: string;
|
||||
type: string;
|
||||
description: string;
|
||||
}
|
||||
|
||||
export interface IEepand {
|
||||
brokerIdList: number[];
|
||||
clusterId: number;
|
||||
@@ -650,8 +662,10 @@ export interface IBrokerData {
|
||||
export interface IController {
|
||||
brokerId: number;
|
||||
host: string;
|
||||
timestamp: number;
|
||||
version: number;
|
||||
timestamp?: number;
|
||||
version?: number;
|
||||
startTime?: number;
|
||||
status?: number;
|
||||
key?: number;
|
||||
}
|
||||
|
||||
@@ -925,7 +939,7 @@ export interface INewLogical {
|
||||
logicalClusterName?: string;
|
||||
logicalClusterNameCn?: string;
|
||||
regionIdList: number[];
|
||||
logicalClusterIdentification?:string
|
||||
logicalClusterIdentification?: string
|
||||
}
|
||||
|
||||
export interface IPartitionsLocation {
|
||||
|
||||
Reference in New Issue
Block a user