refactor(region):调整行政区划的Repo变量名称。

This commit is contained in:
徐涛
2022-08-15 10:37:33 +08:00
parent c8982e5835
commit 9b2f869220
2 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ import (
type _RegionRepository struct{}
var RegionRepository _RegionRepository
var RegionRepo _RegionRepository
func (_RegionRepository) FetchRegion(code string) (*model.Region, error) {
cachedRegion, _ := cache.RetreiveData[model.Region]("region", code)