feat/prescription-56: merapikan models
This commit is contained in:
No files matched your search
+3
-2
@@ -1,5 +1,5 @@
|
||||
export interface Item {
|
||||
id: string
|
||||
id: number
|
||||
name: string
|
||||
code: string
|
||||
itemGroup_code: string
|
||||
@@ -36,8 +36,9 @@ export interface DeleteDto {
|
||||
id?: string
|
||||
}
|
||||
|
||||
export function genMedicine(): CreateDto {
|
||||
export function genItem(): Item {
|
||||
return {
|
||||
id: 0,
|
||||
name: 'test',
|
||||
code: 'test',
|
||||
itemGroup_code: 'test',
|
||||
|
||||
Reference in New Issue
Block a user