[feat] 自定义接口可以指定uri前缀

This commit is contained in:
输入äwhat 2023-04-19 09:42:04 +08:00
parent 3d0928e2b5
commit a8d2320945

View File

@ -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"`