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

12 lines
175 B
TypeScript
Raw Normal View History

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