添加表单查询和调整表格字段以及功能
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
import type { Resource } from "./resources"
|
||||
import type { User } from "./user"
|
||||
|
||||
export type Batch = {
|
||||
id: number
|
||||
batch_no: string
|
||||
@@ -8,4 +11,6 @@ export type Batch = {
|
||||
count: string
|
||||
resource_id: string
|
||||
time: string
|
||||
user?: User
|
||||
resource?: Resource
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user