update upload employee id

This commit is contained in:
vanilia
2025-11-11 15:37:52 +07:00
parent ddc7376216
commit d6426babaa
2 changed files with 3 additions and 3 deletions
@@ -14,6 +14,6 @@ type FileAttachment struct {
Name string `json:"name"`
FilePath *string `json:"filePath"`
FileName *string `json:"fileName"`
Upload_Employee_Id *string `json:"upload_employee_id"`
Upload_Employee_Id *uint `json:"upload_employee_id"`
Upload_Employee *ee.Employee `json:"upload_employee,omitempty" gorm:"foreignKey:Upload_Employee_Id;references:Id"`
}