feat/prescription-56: merapikan models

This commit is contained in:
Andrian Roshandy
2025-09-28 07:10:32 +07:00
parent e7851f4dc2
commit 4fbd8ee757
9 changed files with 186 additions and 22 deletions
+8
View File
@@ -3,3 +3,11 @@ export interface Uom {
name: string
erp_id: string
}
export function genUom(): Uom {
return {
code: '',
name: '',
erp_id: '',
}
}