调整列表字段和枚举值转换
This commit is contained in:
8
src/models/resources.ts
Normal file
8
src/models/resources.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export type Resources = {
|
||||
id: number
|
||||
resource_no: string
|
||||
active: string
|
||||
type: string
|
||||
created_at: Date
|
||||
updated_at: Date
|
||||
}
|
||||
Reference in New Issue
Block a user