This commit is contained in:
2026-06-30 09:31:33 +07:00
parent c736326162
commit bbf8336664
77 changed files with 12601 additions and 556 deletions

View File

@@ -48,6 +48,7 @@ type StudentDTO struct {
Gender *int `json:"gender"`
Status *string `json:"status"`
Location *string `json:"location"`
Avatar *string `json:"avatar"`
System *struct {
ID int64 `json:"id"`
Name string `json:"name"`