init.go 84 B

1234567
  1. package dal
  2. import "pji_desktop_http/biz/dal/mysql"
  3. func Init() {
  4. mysql.Init()
  5. }