feat/things-munaja: adjust employee - person

This commit is contained in:
2025-11-23 18:37:56 +07:00
parent 7c600dce5f
commit 8051552d70
9 changed files with 77 additions and 52 deletions

No files matched your search

+1 -1
View File
@@ -32,7 +32,7 @@ type FilterDto struct {
Encounter_Id *uint `json:"encounter-id"`
Employee_Id *uint `json:"employee-id"`
Time *time.Time `json:"time"`
TypeCode erc.SoapiTypeCode `json:"typeCode"`
TypeCode erc.SoapiTypeCode `json:"type-code"`
Value *string `json:"value"`
}