Newer
Older
CorrOLFront / src / views / basic / instruction / interface.ts
liyaguang on 13 Mar 159 bytes 20250312 指令下发
// 列表查询参数接口
export interface IListQuery {
  offset: number
  limit: number
  status?: string
  keywords: string

}
export interface IInfo {

}