add specialist and subspecialist

This commit is contained in:
vanilia
2025-11-17 18:59:45 +07:00
parent d4313f5668
commit e8fbd042b6
27 changed files with 1948 additions and 122 deletions
@@ -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"`
Unit_Code *string `json:"unit_code"`
@@ -7,6 +7,7 @@ import (
)
type CreateDto struct {
Id *uint `json:"id"`
Code string `json:"code" validate:"maxLength=10"`
Name string `json:"name" validate:"maxLength=50"`
Specialist_Code *string `json:"specialist_code"`