rename column tupo

This commit is contained in:
vanilia
2025-10-20 13:27:29 +07:00
parent 6ae8c88053
commit 15cd08397a
3 changed files with 6 additions and 3 deletions
@@ -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"`