调整列表字段和枚举值转换

This commit is contained in:
Eamon
2026-01-05 09:14:41 +08:00
parent a27e856f07
commit 054b8954c4
23 changed files with 571 additions and 222 deletions

8
src/models/resources.ts Normal file
View File

@@ -0,0 +1,8 @@
export type Resources = {
id: number
resource_no: string
active: string
type: string
created_at: Date
updated_at: Date
}