Procházet zdrojové kódy

添加id请求参数

master
suyanyan před 2 měsíci
rodič
revize
adaacd95e6
1 změnil soubory, kde provedl 5 přidání a 1 odebrání
  1. +5
    -1
      SafeCampus.WEB/src/api/interface/index.ts

+ 5
- 1
SafeCampus.WEB/src/api/interface/index.ts Zobrazit soubor

@@ -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;
}



Načítá se…
Zrušit
Uložit