添加表单查询和调整表格字段以及功能
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
import type { Resource } from "./resources"
|
||||
import type { User } from "./user"
|
||||
|
||||
export type Channel = {
|
||||
id: number
|
||||
batch_no: string
|
||||
@@ -12,4 +15,9 @@ export type Channel = {
|
||||
created_at: Date
|
||||
updated_at: Date
|
||||
expired_at: Date
|
||||
edge_id: number
|
||||
edge_ref: string
|
||||
ip: string
|
||||
user?: User
|
||||
resource?: Resource
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user