Przeglądaj źródła

添加id请求参数

master
suyanyan 2 miesięcy temu
rodzic
commit
adaacd95e6
1 zmienionych plików z 5 dodań i 1 usunięć
  1. +5
    -1
      SafeCampus.WEB/src/api/interface/index.ts

+ 5
- 1
SafeCampus.WEB/src/api/interface/index.ts Wyświetl plik

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



Ładowanie…
Anuluj
Zapisz