Merge branch 'migration' of https://github.com/dikstub-rssa/simrs-be into feat/ambulance-transport-76

This commit is contained in:
vanilia
2025-10-20 14:08:24 +07:00
3 changed files with 6 additions and 3 deletions

No files matched your search

@@ -19,7 +19,7 @@ type AmbulanceTransportReq struct {
Patient *ept.Patient `json:"patient,omitempty" gorm:"foreignKey:Patient_Id;references:Id"`
Diagnoses *string `json:"diagnoses" gorm:"size:1024"`
RequestData *time.Time `json:"requestData"`
RequestDate *time.Time `json:"requestDate"`
UsageDate *time.Time `json:"usageDate"`
Address *string `json:"address" gorm:"size:100"`