添加套餐提取记录功能
This commit is contained in:
11
src/lib/models/batch.ts
Normal file
11
src/lib/models/batch.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
export type BatchRecord = {
|
||||
batch_no: string
|
||||
ip: string
|
||||
id: number
|
||||
count: number
|
||||
isp: string
|
||||
resource_id: number
|
||||
time: string
|
||||
user_id: number
|
||||
prov: string
|
||||
}
|
||||
Reference in New Issue
Block a user