Browse Source

添加id请求参数

master
suyanyan 2 months ago
parent
commit
adaacd95e6
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      SafeCampus.WEB/src/api/interface/index.ts

+ 5
- 1
SafeCampus.WEB/src/api/interface/index.ts View File

@@ -51,6 +51,11 @@ export interface ReqId {
/** id */ /** id */
id: number | string; id: number | string;
} }
/** id请求参数 */
export interface ReqPersonId {
/** id */
personId: number | string;
}


/** id请求参数 */ /** id请求参数 */
export interface ReqstartId { export interface ReqstartId {
@@ -68,7 +73,6 @@ export interface ReqstopId {
} }


export interface setWarn { export interface setWarn {
configJson: string; configJson: string;
} }




Loading…
Cancel
Save