feat(user):增加生成用户名称的拼音缩写,并提供带有限制条数的企业检索。

This commit is contained in:
徐涛
2022-08-15 09:58:54 +08:00
parent 3c61cd9e82
commit c3d3167e62
4 changed files with 49 additions and 0 deletions

1
go.mod
View File

@@ -35,6 +35,7 @@ require (
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/mozillazg/go-pinyin v0.19.0 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/pelletier/go-toml/v2 v2.0.2 // indirect
github.com/spf13/afero v1.8.2 // indirect