logModel.ts 255 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 import { BasicPageParams } from '/@/api/model/baseModel'; export type LogQueryParam = BasicPageParams & CameraParam; export type CameraParam = { status?: true; name?: string; organizationId?: string; orderFiled?: string; orderType?: string; };