[feat] 自定义接口可以指定uri前缀
This commit is contained in:
parent
3d0928e2b5
commit
a8d2320945
@ -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"`
|
||||
|
Loading…
Reference in New Issue
Block a user