diff --git a/base/res_role.go b/base/res_role.go index 83823da..49d2687 100644 --- a/base/res_role.go +++ b/base/res_role.go @@ -1,7 +1,7 @@ package base type ResRole struct { - Uuid string `db:"id"` + Uuid string `db:"uuid"` ResUuid string `db:"resource_uuid"` RoleUuid string `db:"role_uuid"` UpdatedAt string `db:"updated_at"`