diff --git a/base/res_api.go b/base/res_api.go index 8317af4..7c9a98d 100644 --- a/base/res_api.go +++ b/base/res_api.go @@ -7,6 +7,7 @@ import ( type ResApi struct { Uuid string `db:"uuid"` Code string `db:"code"` + UriPrefix string `db:"uri_prefix"` Name string `db:"name"` PrimaryKey string `db:"primaryKey"` ResourceUuid string `db:"resource_uuid"`