diff --git a/SafeCampus.WEB/src/api/interface/index.ts b/SafeCampus.WEB/src/api/interface/index.ts index be0c48c..016fab3 100644 --- a/SafeCampus.WEB/src/api/interface/index.ts +++ b/SafeCampus.WEB/src/api/interface/index.ts @@ -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; }