ソースを参照

添加id请求参数

master
suyanyan 2ヶ月前
コミット
adaacd95e6
1個のファイルの変更5行の追加1行の削除
  1. +5
    -1
      SafeCampus.WEB/src/api/interface/index.ts

+ 5
- 1
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;
}



読み込み中…
キャンセル
保存