调整列表字段和枚举值转换

This commit is contained in:
Eamon
2026-01-05 09:14:41 +08:00
parent a27e856f07
commit 054b8954c4
23 changed files with 571 additions and 222 deletions

11
src/models/batch.ts Normal file
View File

@@ -0,0 +1,11 @@
export type Batch = {
id: number
batch_no: string
prov: string
city: string
ip: string
isp: string
count: string
resource_id: string
time: string
}