This commit is contained in:
laodaming
2023-06-27 14:28:52 +08:00
parent c5bcf9d676
commit 3a2fb3bc5d
2 changed files with 5 additions and 3 deletions

View File

@@ -1,6 +1,9 @@
package config
import "github.com/zeromicro/go-zero/rest"
import (
"fusenapi/server/inventory/internal/types"
"github.com/zeromicro/go-zero/rest"
)
type Config struct {
rest.RestConf