add create installation

This commit is contained in:
vanilia
2025-11-13 17:28:20 +07:00
parent 3ebd3a38d0
commit e75025f87d
9 changed files with 254 additions and 110 deletions

No files matched your search

@@ -8,6 +8,7 @@ import (
)
type CreateDto struct {
Id *uint `json:"id"`
Code *string `json:"code" validate:"maxLength=10"`
Name string `json:"name" validate:"maxLength=50"`
EncounterClass_Code ere.EncounterClassCode `json:"encounterClass_code" validate:"maxLength=10"`