feat/consulation-82: done

This commit is contained in:
2025-10-20 09:34:42 +07:00
parent e1358c0d9e
commit f3b45f2cb1
8 changed files with 79 additions and 66 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ export interface CreateDto {
encounter_id: number
date: string
problem: string
unit_id: number
dstUnit_id: number
}
export interface UpdateDto {