调整列表字段和枚举值转换
This commit is contained in:
11
src/models/batch.ts
Normal file
11
src/models/batch.ts
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user