package config import ( "bp.jydev.jianyu360.cn/BaseService/jyMicroservices/jyCodeService/entity" "github.com/zeromicro/go-zero/zrpc" ) type Config struct { zrpc.RpcServerConf } type Db struct { Mysql entity.Mysql `json:"mysql"` }