improve check-in

This commit is contained in:
vanilia
2025-10-27 17:10:00 +07:00
parent 6ccd887291
commit 88e7f99e6d
4 changed files with 113 additions and 37 deletions
@@ -46,6 +46,8 @@ type CreateDto struct {
Responsible_Doctor_Id *uint `json:"responsible_doctor_id"`
RefSource_Name *string `json:"refSource_name" validate:"maxLength=100"`
Appointment_Id *uint `json:"appointment_id"`
RefTypeCode ere.RefTypeCode `json:"refTypeCode"`
NewStatus bool `json:"newStatus"`
pa.AuthInfo
}