chore: restucture list and entry form

This commit is contained in:
riefive
2025-09-26 12:37:47 +07:00
parent e78521793b
commit 457b927c4f
12 changed files with 61 additions and 28 deletions
+5
View File
@@ -1,3 +1,8 @@
export interface MedicineBase {
name: string
code: string
}
export interface Medicine {
id: string
name: string