[feat] 新增 RouteParam 接口

This commit is contained in:
what 2024-02-01 16:03:52 +08:00
parent 5b83db69b0
commit dfe4a87a4b

View File

@ -88,8 +88,6 @@ type Router interface {
}
type Route interface {
RouteMiddleware
GetUuid() string
GetCode() string
GetPrimaryKey() string