logModel.ts 212 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 import { BasicPageParams } from '/@/api/model/baseModel'; export type LogQueryParam = BasicPageParams & LoginParam; export type LoginParam = { actionType?: string; startTime?: string; endTime?: string; };