package dal import "pji_desktop_http/biz/dal/mysql" func Init() { mysql.Init() }