feat/prescription-56: merapikan models
This commit is contained in:
@@ -3,3 +3,11 @@ export interface Uom {
|
||||
name: string
|
||||
erp_id: string
|
||||
}
|
||||
|
||||
export function genUom(): Uom {
|
||||
return {
|
||||
code: '',
|
||||
name: '',
|
||||
erp_id: '',
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user