Files
web/src/lib/models/batch.ts

13 lines
184 B
TypeScript
Raw Normal View History

export type Batch = {
2025-12-19 15:15:54 +08:00
batch_no: string
ip: string
id: number
count: number
isp: string
resource_id: number
time: string
user_id: number
prov: string
city: string
2025-12-19 15:15:54 +08:00
}