Explorar el Código

添加id请求参数

master
suyanyan hace 2 meses
padre
commit
adaacd95e6
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. +5
    -1
      SafeCampus.WEB/src/api/interface/index.ts

+ 5
- 1
SafeCampus.WEB/src/api/interface/index.ts Ver fichero

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



Cargando…
Cancelar
Guardar