set checkin checkout

This commit is contained in:
vanilia
2025-11-24 10:17:37 +07:00
parent ee6f37bb54
commit 157ea603a4
13 changed files with 694 additions and 136 deletions

No files matched your search

@@ -140,6 +140,8 @@ type DischargeDto struct {
AdmDischargeEducation *string `json:"admDischargeEducation"`
DischargeReason *string `json:"dischargeReason"`
DeathCause *string `json:"deathCause"`
pa.AuthInfo
}
type CheckinDto struct {
@@ -148,6 +150,8 @@ type CheckinDto struct {
Adm_Employee_Id *uint `json:"adm_employee_id"`
StartedAt *time.Time `json:"startedAt"`
FinishedAt *time.Time `json:"finishedAt"`
pa.AuthInfo
}
type SwitchUnitDto struct {