소스 검색

添加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;
}



불러오는 중...
취소
저장