fix json convention for list

This commit is contained in:
dpurbosakti
2025-10-06 11:08:43 +07:00
parent 070f0c7035
commit 5794256f62
62 changed files with 169 additions and 170 deletions

No files matched your search

+2 -2
View File
@@ -30,8 +30,8 @@ type ReadListDto struct {
}
type FilterDto struct {
Encounter_Id *uint `json:"encounter_id"`
Employee_Id *uint `json:"employee_id"`
Encounter_Id *uint `json:"encounter-id"`
Employee_Id *uint `json:"employee-id"`
Time *time.Time `json:"time"`
TypeCode erc.SoapiTypeCode `json:"typeCode"`
Value *string `json:"value"`