package version1 import "appPlatform/api/version1/user" type ApiEntry struct { UserApi user.ApiMethod //人员信息 } var AppApiEntry = new(ApiEntry)