set checkin checkout
This commit is contained in:
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 {
|
||||
|
||||
Reference in New Issue
Block a user