From a8d232094589cd90ee964d0307e10022fe719d42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=93=E5=85=A5=C3=A4what?= Date: Wed, 19 Apr 2023 09:42:04 +0800 Subject: [PATCH] =?UTF-8?q?[feat]=20=E8=87=AA=E5=AE=9A=E4=B9=89=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E5=8F=AF=E4=BB=A5=E6=8C=87=E5=AE=9Auri=E5=89=8D?= =?UTF-8?q?=E7=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/res_api.go | 1 + 1 file changed, 1 insertion(+) 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"`