| 1234567891011121314151617 |
- package service
- import (
- "go-template/business/dao"
- "go-template/business/third"
- )
- // dao
- var (
- reportDao = dao.NewReportPeccancyDao()
- )
- // third
- var (
- cityService = third.NewCityConfigThird()
- factoryService = third.NewEbikeFactoryApi()
- )
|