package svc import ( db "code.fnuoos.com/zhimeng/model.git/src" "xorm.io/xorm" ) func MasterDb(mid string) *xorm.Engine { return db.DBs[mid] }