|
|
@@ -51,6 +51,11 @@ export interface ReqId { |
|
|
|
/** id */ |
|
|
|
id: number | string; |
|
|
|
} |
|
|
|
/** id请求参数 */ |
|
|
|
export interface ReqPersonId { |
|
|
|
/** id */ |
|
|
|
personId: number | string; |
|
|
|
} |
|
|
|
|
|
|
|
/** id请求参数 */ |
|
|
|
export interface ReqstartId { |
|
|
@@ -68,7 +73,6 @@ export interface ReqstopId { |
|
|
|
} |
|
|
|
|
|
|
|
export interface setWarn { |
|
|
|
|
|
|
|
configJson: string; |
|
|
|
} |
|
|
|
|
|
|
|