初始化

This commit is contained in:
SunYF
2026-08-28 14:07:22 +08:00
parent a185247ab1
commit b34325a16f
971 changed files with 291 additions and 220360 deletions
@@ -1,12 +0,0 @@
package config
import (
"github.com/zeromicro/go-zero/rest"
)
// Config 客户端网关配置:无数据库,业务数据全部经反向代理转发到 WMS 后端
type Config struct {
rest.RestConf
// Upstream WMS 后端地址
Upstream string `yaml:",default=http://127.0.0.1:8890"`
}