Parcourir la source

feat: 套餐管理相关接口调整

BaiLuoYan il y a 1 mois
Parent
commit
c6ce437a25

+ 488 - 519
pb/client/gogameclient/go_game_client.go

@@ -14,525 +14,494 @@ import (
 )
 
 type (
-	AccountDeviceListReq                                 = pb.AccountDeviceListReq
-	AccountDeviceListResp                                = pb.AccountDeviceListResp
-	AccountDeviceVo                                      = pb.AccountDeviceVo
-	AccountListReq                                       = pb.AccountListReq
-	AccountListResp                                      = pb.AccountListResp
-	AccountVo                                            = pb.AccountVo
-	AdGlobalConfigGetReq                                 = pb.AdGlobalConfigGetReq
-	AdGlobalConfigVo                                     = pb.AdGlobalConfigVo
-	AdPlanDetailListReq                                  = pb.AdPlanDetailListReq
-	AdPlanDetailListResp                                 = pb.AdPlanDetailListResp
-	AdPlanDetailVo                                       = pb.AdPlanDetailVo
-	AdPlanListReq                                        = pb.AdPlanListReq
-	AdPlanListResp                                       = pb.AdPlanListResp
-	AdPlanVo                                             = pb.AdPlanVo
-	AnnouncePlanDetailListReq                            = pb.AnnouncePlanDetailListReq
-	AnnouncePlanDetailListResp                           = pb.AnnouncePlanDetailListResp
-	AnnouncePlanDetailVo                                 = pb.AnnouncePlanDetailVo
-	AnnouncePlanListReq                                  = pb.AnnouncePlanListReq
-	AnnouncePlanListResp                                 = pb.AnnouncePlanListResp
-	AnnouncePlanVo                                       = pb.AnnouncePlanVo
-	AreaParamListReq                                     = pb.AreaParamListReq
-	AreaParamListResp                                    = pb.AreaParamListResp
-	AreaParamVo                                          = pb.AreaParamVo
-	BaseReq                                              = pb.BaseReq
-	CommonResult                                         = pb.CommonResult
-	ConfigGetReq                                         = pb.ConfigGetReq
-	DeleteIdResp                                         = pb.DeleteIdResp
-	DeployConfigListReq                                  = pb.DeployConfigListReq
-	DeployConfigListResp                                 = pb.DeployConfigListResp
-	DeployConfigVo                                       = pb.DeployConfigVo
-	DeviceListReq                                        = pb.DeviceListReq
-	DeviceListRes                                        = pb.DeviceListRes
-	DeviceVo                                             = pb.DeviceVo
-	DictGetReq                                           = pb.DictGetReq
-	DictListReq                                          = pb.DictListReq
-	DictListResp                                         = pb.DictListResp
-	DictVo                                               = pb.DictVo
-	Empty                                                = pb.Empty
-	FindSchedulePublishListReq                           = pb.FindSchedulePublishListReq
-	FindSchedulePublishListResp                          = pb.FindSchedulePublishListResp
-	GameCategoryListReq                                  = pb.GameCategoryListReq
-	GameCategoryListRes                                  = pb.GameCategoryListRes
-	GameCategoryReq                                      = pb.GameCategoryReq
-	GameCategoryVo                                       = pb.GameCategoryVo
-	GameCustomerAddResp                                  = pb.GameCustomerAddResp
-	GameCustomerListReq                                  = pb.GameCustomerListReq
-	GameCustomerListRes                                  = pb.GameCustomerListRes
-	GameCustomerVo                                       = pb.GameCustomerVo
-	GameListReq                                          = pb.GameListReq
-	GameListRes                                          = pb.GameListRes
-	GameRankOption                                       = pb.GameRankOption
-	GameRedisHScanByNameReq                              = pb.GameRedisHScanByNameReq
-	GameRedisHScanByNameResp                             = pb.GameRedisHScanByNameResp
-	GameReq                                              = pb.GameReq
-	GameVo                                               = pb.GameVo
-	GlobalParamGetReq                                    = pb.GlobalParamGetReq
-	GlobalParamListReq                                   = pb.GlobalParamListReq
-	GlobalParamListResp                                  = pb.GlobalParamListResp
-	GlobalParamVo                                        = pb.GlobalParamVo
-	I18NVo                                               = pb.I18NVo
-	Ids                                                  = pb.Ids
-	Int64SelectController                                = pb.Int64SelectController
-	IntSelectController                                  = pb.IntSelectController
-	JobBatchListReq                                      = pb.JobBatchListReq
-	JobBatchListResp                                     = pb.JobBatchListResp
-	JobBatchListWithTasksResp                            = pb.JobBatchListWithTasksResp
-	JobBatchVo                                           = pb.JobBatchVo
-	JobBatchWithTasksVo                                  = pb.JobBatchWithTasksVo
-	JobTasksListReq                                      = pb.JobTasksListReq
-	JobTasksListResp                                     = pb.JobTasksListResp
-	JobTasksVo                                           = pb.JobTasksVo
-	MessagePushListReq                                   = pb.MessagePushListReq
-	MessagePushListResp                                  = pb.MessagePushListResp
-	MessagePushVo                                        = pb.MessagePushVo
-	NationalLanguageListReq                              = pb.NationalLanguageListReq
-	NationalLanguageListResp                             = pb.NationalLanguageListResp
-	NationalLanguageVo                                   = pb.NationalLanguageVo
-	OperationLogListReq                                  = pb.OperationLogListReq
-	OperationLogListResp                                 = pb.OperationLogListResp
-	OperationLogVo                                       = pb.OperationLogVo
-	Page                                                 = pb.Page
-	Page_OrderItem                                       = pb.Page_OrderItem
-	ProductActionGroupDisableReq                         = pb.ProductActionGroupDisableReq
-	ProductActionGroupEnableReq                          = pb.ProductActionGroupEnableReq
-	ProductActionGroupListReq                            = pb.ProductActionGroupListReq
-	ProductActionGroupListResp                           = pb.ProductActionGroupListResp
-	ProductActionGroupReq                                = pb.ProductActionGroupReq
-	ProductActionGroupVo                                 = pb.ProductActionGroupVo
-	ProductActionListReq                                 = pb.ProductActionListReq
-	ProductActionListResp                                = pb.ProductActionListResp
-	ProductActionPolicyGroupDisableReq                   = pb.ProductActionPolicyGroupDisableReq
-	ProductActionPolicyGroupEnableReq                    = pb.ProductActionPolicyGroupEnableReq
-	ProductActionPolicyGroupListReq                      = pb.ProductActionPolicyGroupListReq
-	ProductActionPolicyGroupListResp                     = pb.ProductActionPolicyGroupListResp
-	ProductActionPolicyGroupReq                          = pb.ProductActionPolicyGroupReq
-	ProductActionPolicyGroupVo                           = pb.ProductActionPolicyGroupVo
-	ProductActionReq                                     = pb.ProductActionReq
-	ProductActionTypeListReq                             = pb.ProductActionTypeListReq
-	ProductActionTypeListResp                            = pb.ProductActionTypeListResp
-	ProductActionTypeReq                                 = pb.ProductActionTypeReq
-	ProductActionTypeVo                                  = pb.ProductActionTypeVo
-	ProductActionVo                                      = pb.ProductActionVo
-	ProductListReq                                       = pb.ProductListReq
-	ProductListResp                                      = pb.ProductListResp
-	ProductParamGetReq                                   = pb.ProductParamGetReq
-	ProductParamListReq                                  = pb.ProductParamListReq
-	ProductParamListResp                                 = pb.ProductParamListResp
-	ProductParamVo                                       = pb.ProductParamVo
-	ProductVo                                            = pb.ProductVo
-	PublishScheduleDramaReq                              = pb.PublishScheduleDramaReq
-	RelGameRankListReq                                   = pb.RelGameRankListReq
-	RelGameRankListRes                                   = pb.RelGameRankListRes
-	RelGameRankReq                                       = pb.RelGameRankReq
-	RelGameRankVo                                        = pb.RelGameRankVo
-	RelGameVpnGroupListReq                               = pb.RelGameVpnGroupListReq
-	RelGameVpnGroupListRes                               = pb.RelGameVpnGroupListRes
-	RelGameVpnGroupReq                                   = pb.RelGameVpnGroupReq
-	RelGameVpnGroupVo                                    = pb.RelGameVpnGroupVo
-	Request                                              = pb.Request
-	Response                                             = pb.Response
-	ServiceBoxAddReq                                     = pb.ServiceBoxAddReq
-	ServiceBoxAddResp                                    = pb.ServiceBoxAddResp
-	ServiceBoxAddWithDetailsReq                          = pb.ServiceBoxAddWithDetailsReq
-	ServiceBoxAddWithDetailsResp                         = pb.ServiceBoxAddWithDetailsResp
-	ServiceBoxDelReq                                     = pb.ServiceBoxDelReq
-	ServiceBoxGetReq                                     = pb.ServiceBoxGetReq
-	ServiceBoxGetResp                                    = pb.ServiceBoxGetResp
-	ServiceBoxGetWithDetailsReq                          = pb.ServiceBoxGetWithDetailsReq
-	ServiceBoxGetWithDetailsResp                         = pb.ServiceBoxGetWithDetailsResp
-	ServiceBoxListReq                                    = pb.ServiceBoxListReq
-	ServiceBoxListResp                                   = pb.ServiceBoxListResp
-	ServiceBoxListWithDetailsReq                         = pb.ServiceBoxListWithDetailsReq
-	ServiceBoxListWithDetailsResp                        = pb.ServiceBoxListWithDetailsResp
-	ServiceBoxTypesAddReq                                = pb.ServiceBoxTypesAddReq
-	ServiceBoxTypesAddResp                               = pb.ServiceBoxTypesAddResp
-	ServiceBoxTypesDelReq                                = pb.ServiceBoxTypesDelReq
-	ServiceBoxTypesGetReq                                = pb.ServiceBoxTypesGetReq
-	ServiceBoxTypesGetResp                               = pb.ServiceBoxTypesGetResp
-	ServiceBoxTypesListReq                               = pb.ServiceBoxTypesListReq
-	ServiceBoxTypesListResp                              = pb.ServiceBoxTypesListResp
-	ServiceBoxTypesUpdateReq                             = pb.ServiceBoxTypesUpdateReq
-	ServiceBoxTypesUpdateResp                            = pb.ServiceBoxTypesUpdateResp
-	ServiceBoxTypesVo                                    = pb.ServiceBoxTypesVo
-	ServiceBoxUpdateReq                                  = pb.ServiceBoxUpdateReq
-	ServiceBoxUpdateResp                                 = pb.ServiceBoxUpdateResp
-	ServiceBoxUpdateWithDetailsReq                       = pb.ServiceBoxUpdateWithDetailsReq
-	ServiceBoxUpdateWithDetailsResp                      = pb.ServiceBoxUpdateWithDetailsResp
-	ServiceBoxVo                                         = pb.ServiceBoxVo
-	ServiceBoxWithDetailsVo                              = pb.ServiceBoxWithDetailsVo
-	ServiceBoxWithDurationAndDetailsVo                   = pb.ServiceBoxWithDurationAndDetailsVo
-	ServiceBoxWithDurationVo                             = pb.ServiceBoxWithDurationVo
-	ServicePlanAddReq                                    = pb.ServicePlanAddReq
-	ServicePlanAddResp                                   = pb.ServicePlanAddResp
-	ServicePlanAddWithBoxesAndDetailsReq                 = pb.ServicePlanAddWithBoxesAndDetailsReq
-	ServicePlanAddWithBoxesAndDetailsResp                = pb.ServicePlanAddWithBoxesAndDetailsResp
-	ServicePlanAddWithBoxesReq                           = pb.ServicePlanAddWithBoxesReq
-	ServicePlanAddWithBoxesResp                          = pb.ServicePlanAddWithBoxesResp
-	ServicePlanBoxesAddReq                               = pb.ServicePlanBoxesAddReq
-	ServicePlanBoxesAddResp                              = pb.ServicePlanBoxesAddResp
-	ServicePlanBoxesDelReq                               = pb.ServicePlanBoxesDelReq
-	ServicePlanBoxesGetReq                               = pb.ServicePlanBoxesGetReq
-	ServicePlanBoxesGetResp                              = pb.ServicePlanBoxesGetResp
-	ServicePlanBoxesListReq                              = pb.ServicePlanBoxesListReq
-	ServicePlanBoxesListResp                             = pb.ServicePlanBoxesListResp
-	ServicePlanBoxesUpdateReq                            = pb.ServicePlanBoxesUpdateReq
-	ServicePlanBoxesUpdateResp                           = pb.ServicePlanBoxesUpdateResp
-	ServicePlanBoxesVo                                   = pb.ServicePlanBoxesVo
-	ServicePlanChannelAddReq                             = pb.ServicePlanChannelAddReq
-	ServicePlanChannelAddResp                            = pb.ServicePlanChannelAddResp
-	ServicePlanChannelDelReq                             = pb.ServicePlanChannelDelReq
-	ServicePlanChannelGetReq                             = pb.ServicePlanChannelGetReq
-	ServicePlanChannelGetResp                            = pb.ServicePlanChannelGetResp
-	ServicePlanChannelGetWithPlanAndBoxesAndDetailsReq   = pb.ServicePlanChannelGetWithPlanAndBoxesAndDetailsReq
-	ServicePlanChannelGetWithPlanAndBoxesAndDetailsResp  = pb.ServicePlanChannelGetWithPlanAndBoxesAndDetailsResp
-	ServicePlanChannelGetWithPlanAndBoxesReq             = pb.ServicePlanChannelGetWithPlanAndBoxesReq
-	ServicePlanChannelGetWithPlanAndBoxesResp            = pb.ServicePlanChannelGetWithPlanAndBoxesResp
-	ServicePlanChannelGetWithPlanReq                     = pb.ServicePlanChannelGetWithPlanReq
-	ServicePlanChannelGetWithPlanResp                    = pb.ServicePlanChannelGetWithPlanResp
-	ServicePlanChannelListReq                            = pb.ServicePlanChannelListReq
-	ServicePlanChannelListResp                           = pb.ServicePlanChannelListResp
-	ServicePlanChannelListWithPlanAndBoxesAndDetailsReq  = pb.ServicePlanChannelListWithPlanAndBoxesAndDetailsReq
-	ServicePlanChannelListWithPlanAndBoxesAndDetailsResp = pb.ServicePlanChannelListWithPlanAndBoxesAndDetailsResp
-	ServicePlanChannelListWithPlanAndBoxesReq            = pb.ServicePlanChannelListWithPlanAndBoxesReq
-	ServicePlanChannelListWithPlanAndBoxesResp           = pb.ServicePlanChannelListWithPlanAndBoxesResp
-	ServicePlanChannelListWithPlanReq                    = pb.ServicePlanChannelListWithPlanReq
-	ServicePlanChannelListWithPlanResp                   = pb.ServicePlanChannelListWithPlanResp
-	ServicePlanChannelUpdateReq                          = pb.ServicePlanChannelUpdateReq
-	ServicePlanChannelUpdateResp                         = pb.ServicePlanChannelUpdateResp
-	ServicePlanChannelVo                                 = pb.ServicePlanChannelVo
-	ServicePlanChannelWithPlanAndBoxesAndDetailsVo       = pb.ServicePlanChannelWithPlanAndBoxesAndDetailsVo
-	ServicePlanChannelWithPlanAndBoxesVo                 = pb.ServicePlanChannelWithPlanAndBoxesVo
-	ServicePlanChannelWithPlanVo                         = pb.ServicePlanChannelWithPlanVo
-	ServicePlanDelReq                                    = pb.ServicePlanDelReq
-	ServicePlanGetReq                                    = pb.ServicePlanGetReq
-	ServicePlanGetResp                                   = pb.ServicePlanGetResp
-	ServicePlanGetWithBoxesAndDetailsReq                 = pb.ServicePlanGetWithBoxesAndDetailsReq
-	ServicePlanGetWithBoxesAndDetailsResp                = pb.ServicePlanGetWithBoxesAndDetailsResp
-	ServicePlanGetWithBoxesReq                           = pb.ServicePlanGetWithBoxesReq
-	ServicePlanGetWithBoxesResp                          = pb.ServicePlanGetWithBoxesResp
-	ServicePlanListReq                                   = pb.ServicePlanListReq
-	ServicePlanListResp                                  = pb.ServicePlanListResp
-	ServicePlanListWithBoxesAndDetailsReq                = pb.ServicePlanListWithBoxesAndDetailsReq
-	ServicePlanListWithBoxesAndDetailsResp               = pb.ServicePlanListWithBoxesAndDetailsResp
-	ServicePlanListWithBoxesReq                          = pb.ServicePlanListWithBoxesReq
-	ServicePlanListWithBoxesResp                         = pb.ServicePlanListWithBoxesResp
-	ServicePlanUpdateReq                                 = pb.ServicePlanUpdateReq
-	ServicePlanUpdateResp                                = pb.ServicePlanUpdateResp
-	ServicePlanUpdateWithBoxesAndDetailsReq              = pb.ServicePlanUpdateWithBoxesAndDetailsReq
-	ServicePlanUpdateWithBoxesAndDetailsResp             = pb.ServicePlanUpdateWithBoxesAndDetailsResp
-	ServicePlanUpdateWithBoxesReq                        = pb.ServicePlanUpdateWithBoxesReq
-	ServicePlanUpdateWithBoxesResp                       = pb.ServicePlanUpdateWithBoxesResp
-	ServicePlanVo                                        = pb.ServicePlanVo
-	ServicePlanWithBoxesAndDetailsVo                     = pb.ServicePlanWithBoxesAndDetailsVo
-	ServicePlanWithBoxesVo                               = pb.ServicePlanWithBoxesVo
-	ServiceTypesAddReq                                   = pb.ServiceTypesAddReq
-	ServiceTypesAddResp                                  = pb.ServiceTypesAddResp
-	ServiceTypesDelReq                                   = pb.ServiceTypesDelReq
-	ServiceTypesGetReq                                   = pb.ServiceTypesGetReq
-	ServiceTypesGetResp                                  = pb.ServiceTypesGetResp
-	ServiceTypesGetWithValueReq                          = pb.ServiceTypesGetWithValueReq
-	ServiceTypesGetWithValueResp                         = pb.ServiceTypesGetWithValueResp
-	ServiceTypesListReq                                  = pb.ServiceTypesListReq
-	ServiceTypesListResp                                 = pb.ServiceTypesListResp
-	ServiceTypesListWithValueReq                         = pb.ServiceTypesListWithValueReq
-	ServiceTypesListWithValueResp                        = pb.ServiceTypesListWithValueResp
-	ServiceTypesUpdateReq                                = pb.ServiceTypesUpdateReq
-	ServiceTypesUpdateResp                               = pb.ServiceTypesUpdateResp
-	ServiceTypesVo                                       = pb.ServiceTypesVo
-	ServiceTypesWithValueVo                              = pb.ServiceTypesWithValueVo
-	SetTotalStatsReq                                     = pb.SetTotalStatsReq
-	ShortDramaCheckNameReq                               = pb.ShortDramaCheckNameReq
-	ShortDramaCheckNameResp                              = pb.ShortDramaCheckNameResp
-	ShortDramaCopyrightInfoVo                            = pb.ShortDramaCopyrightInfoVo
-	ShortDramaEpisodeBatchAddReq                         = pb.ShortDramaEpisodeBatchAddReq
-	ShortDramaEpisodeBatchRefreshUpdateTimeReq           = pb.ShortDramaEpisodeBatchRefreshUpdateTimeReq
-	ShortDramaEpisodeCountReq                            = pb.ShortDramaEpisodeCountReq
-	ShortDramaEpisodeCountResp                           = pb.ShortDramaEpisodeCountResp
-	ShortDramaEpisodeCountVo                             = pb.ShortDramaEpisodeCountVo
-	ShortDramaEpisodeGetReq                              = pb.ShortDramaEpisodeGetReq
-	ShortDramaEpisodeListReq                             = pb.ShortDramaEpisodeListReq
-	ShortDramaEpisodeListResp                            = pb.ShortDramaEpisodeListResp
-	ShortDramaEpisodeVo                                  = pb.ShortDramaEpisodeVo
-	ShortDramaFindIdsWithCopyrightResp                   = pb.ShortDramaFindIdsWithCopyrightResp
-	ShortDramaGetReq                                     = pb.ShortDramaGetReq
-	ShortDramaLanguageListReq                            = pb.ShortDramaLanguageListReq
-	ShortDramaLanguageListResp                           = pb.ShortDramaLanguageListResp
-	ShortDramaLanguageVo                                 = pb.ShortDramaLanguageVo
-	ShortDramaListReq                                    = pb.ShortDramaListReq
-	ShortDramaListResp                                   = pb.ShortDramaListResp
-	ShortDramaStatsPlaysTotalListReq                     = pb.ShortDramaStatsPlaysTotalListReq
-	ShortDramaStatsPlaysTotalListResp                    = pb.ShortDramaStatsPlaysTotalListResp
-	ShortDramaStatsPlaysTotalVo                          = pb.ShortDramaStatsPlaysTotalVo
-	ShortDramaUpdateModifierReq                          = pb.ShortDramaUpdateModifierReq
-	ShortDramaUpdateReleaseRegionsReq                    = pb.ShortDramaUpdateReleaseRegionsReq
-	ShortDramaVo                                         = pb.ShortDramaVo
-	StringSelectController                               = pb.StringSelectController
-	SysPermGetReq                                        = pb.SysPermGetReq
-	SysPermListReq                                       = pb.SysPermListReq
-	SysPermListResp                                      = pb.SysPermListResp
-	SysPermRule                                          = pb.SysPermRule
-	SysPermVo                                            = pb.SysPermVo
-	SysRoleGetReq                                        = pb.SysRoleGetReq
-	SysRoleListReq                                       = pb.SysRoleListReq
-	SysRoleListResp                                      = pb.SysRoleListResp
-	SysRoleListWithPermsResp                             = pb.SysRoleListWithPermsResp
-	SysRolePermGetReq                                    = pb.SysRolePermGetReq
-	SysRolePermListReq                                   = pb.SysRolePermListReq
-	SysRolePermListResp                                  = pb.SysRolePermListResp
-	SysRolePermVo                                        = pb.SysRolePermVo
-	SysRoleVo                                            = pb.SysRoleVo
-	SysRoleWithPermIds                                   = pb.SysRoleWithPermIds
-	SysRoleWithPerms                                     = pb.SysRoleWithPerms
-	SysUserGetReq                                        = pb.SysUserGetReq
-	SysUserListReq                                       = pb.SysUserListReq
-	SysUserListResp                                      = pb.SysUserListResp
-	SysUserListWithRolesAndPermsResp                     = pb.SysUserListWithRolesAndPermsResp
-	SysUserPermGetReq                                    = pb.SysUserPermGetReq
-	SysUserPermListReq                                   = pb.SysUserPermListReq
-	SysUserPermListResp                                  = pb.SysUserPermListResp
-	SysUserPermVo                                        = pb.SysUserPermVo
-	SysUserRoleGetReq                                    = pb.SysUserRoleGetReq
-	SysUserRoleListReq                                   = pb.SysUserRoleListReq
-	SysUserRoleListResp                                  = pb.SysUserRoleListResp
-	SysUserRoleVo                                        = pb.SysUserRoleVo
-	SysUserVo                                            = pb.SysUserVo
-	SysUserWithRoleIdsAndPermRules                       = pb.SysUserWithRoleIdsAndPermRules
-	SysUserWithRolesAndPerms                             = pb.SysUserWithRolesAndPerms
-	TimeRange                                            = pb.TimeRange
-	TipGetReq                                            = pb.TipGetReq
-	TipListReq                                           = pb.TipListReq
-	TipListResp                                          = pb.TipListResp
-	TipVo                                                = pb.TipVo
-	TransactionOperation                                 = pb.TransactionOperation
-	TransactionReq                                       = pb.TransactionReq
-	UpgradePkgPlanDetailListReq                          = pb.UpgradePkgPlanDetailListReq
-	UpgradePkgPlanDetailListResp                         = pb.UpgradePkgPlanDetailListResp
-	UpgradePkgPlanDetailVo                               = pb.UpgradePkgPlanDetailVo
-	UpgradePkgPlanListReq                                = pb.UpgradePkgPlanListReq
-	UpgradePkgPlanListResp                               = pb.UpgradePkgPlanListResp
-	UpgradePkgPlanVo                                     = pb.UpgradePkgPlanVo
-	UpgradeResPlanDetailListReq                          = pb.UpgradeResPlanDetailListReq
-	UpgradeResPlanDetailListResp                         = pb.UpgradeResPlanDetailListResp
-	UpgradeResPlanDetailVo                               = pb.UpgradeResPlanDetailVo
-	UpgradeResPlanListReq                                = pb.UpgradeResPlanListReq
-	UpgradeResPlanListResp                               = pb.UpgradeResPlanListResp
-	UpgradeResPlanVo                                     = pb.UpgradeResPlanVo
-	UserAddReq                                           = pb.UserAddReq
-	UserAddResp                                          = pb.UserAddResp
-	UserAppConfigGetReq                                  = pb.UserAppConfigGetReq
-	UserAppConfigListReq                                 = pb.UserAppConfigListReq
-	UserAppConfigListRes                                 = pb.UserAppConfigListRes
-	UserAppConfigVo                                      = pb.UserAppConfigVo
-	UserCredentialAddReq                                 = pb.UserCredentialAddReq
-	UserCredentialAddResp                                = pb.UserCredentialAddResp
-	UserCredentialDelReq                                 = pb.UserCredentialDelReq
-	UserCredentialGetReq                                 = pb.UserCredentialGetReq
-	UserCredentialGetResp                                = pb.UserCredentialGetResp
-	UserCredentialListReq                                = pb.UserCredentialListReq
-	UserCredentialListResp                               = pb.UserCredentialListResp
-	UserCredentialUpdateReq                              = pb.UserCredentialUpdateReq
-	UserCredentialUpdateResp                             = pb.UserCredentialUpdateResp
-	UserCredentialVo                                     = pb.UserCredentialVo
-	UserDelReq                                           = pb.UserDelReq
-	UserDeviceAddReq                                     = pb.UserDeviceAddReq
-	UserDeviceAddResp                                    = pb.UserDeviceAddResp
-	UserDeviceDelReq                                     = pb.UserDeviceDelReq
-	UserDeviceGetReq                                     = pb.UserDeviceGetReq
-	UserDeviceGetResp                                    = pb.UserDeviceGetResp
-	UserDeviceListReq                                    = pb.UserDeviceListReq
-	UserDeviceListResp                                   = pb.UserDeviceListResp
-	UserDeviceUpdateReq                                  = pb.UserDeviceUpdateReq
-	UserDeviceUpdateResp                                 = pb.UserDeviceUpdateResp
-	UserDeviceVo                                         = pb.UserDeviceVo
-	UserGetReq                                           = pb.UserGetReq
-	UserGetResp                                          = pb.UserGetResp
-	UserListReq                                          = pb.UserListReq
-	UserListResp                                         = pb.UserListResp
-	UserServiceAddReq                                    = pb.UserServiceAddReq
-	UserServiceAddResp                                   = pb.UserServiceAddResp
-	UserServiceDelReq                                    = pb.UserServiceDelReq
-	UserServiceGetReq                                    = pb.UserServiceGetReq
-	UserServiceGetResp                                   = pb.UserServiceGetResp
-	UserServiceListReq                                   = pb.UserServiceListReq
-	UserServiceListResp                                  = pb.UserServiceListResp
-	UserServiceUpdateReq                                 = pb.UserServiceUpdateReq
-	UserServiceUpdateResp                                = pb.UserServiceUpdateResp
-	UserServiceVo                                        = pb.UserServiceVo
-	UserTestAddReq                                       = pb.UserTestAddReq
-	UserTestAddResp                                      = pb.UserTestAddResp
-	UserTestDelReq                                       = pb.UserTestDelReq
-	UserTestGetReq                                       = pb.UserTestGetReq
-	UserTestGetResp                                      = pb.UserTestGetResp
-	UserTestListReq                                      = pb.UserTestListReq
-	UserTestListResp                                     = pb.UserTestListResp
-	UserTestUpdateReq                                    = pb.UserTestUpdateReq
-	UserTestUpdateResp                                   = pb.UserTestUpdateResp
-	UserTestVo                                           = pb.UserTestVo
-	UserUpdateReq                                        = pb.UserUpdateReq
-	UserUpdateResp                                       = pb.UserUpdateResp
-	UserVo                                               = pb.UserVo
-	UserWhiteAddReq                                      = pb.UserWhiteAddReq
-	UserWhiteAddResp                                     = pb.UserWhiteAddResp
-	UserWhiteDelReq                                      = pb.UserWhiteDelReq
-	UserWhiteGetReq                                      = pb.UserWhiteGetReq
-	UserWhiteGetResp                                     = pb.UserWhiteGetResp
-	UserWhiteListReq                                     = pb.UserWhiteListReq
-	UserWhiteListResp                                    = pb.UserWhiteListResp
-	UserWhiteUpdateReq                                   = pb.UserWhiteUpdateReq
-	UserWhiteUpdateResp                                  = pb.UserWhiteUpdateResp
-	UserWhiteVo                                          = pb.UserWhiteVo
-	VpnConfigTemplatePlanAddReq                          = pb.VpnConfigTemplatePlanAddReq
-	VpnConfigTemplatePlanAddResp                         = pb.VpnConfigTemplatePlanAddResp
-	VpnConfigTemplatePlanDelReq                          = pb.VpnConfigTemplatePlanDelReq
-	VpnConfigTemplatePlanDetailAddReq                    = pb.VpnConfigTemplatePlanDetailAddReq
-	VpnConfigTemplatePlanDetailAddResp                   = pb.VpnConfigTemplatePlanDetailAddResp
-	VpnConfigTemplatePlanDetailDelReq                    = pb.VpnConfigTemplatePlanDetailDelReq
-	VpnConfigTemplatePlanDetailGetReq                    = pb.VpnConfigTemplatePlanDetailGetReq
-	VpnConfigTemplatePlanDetailGetResp                   = pb.VpnConfigTemplatePlanDetailGetResp
-	VpnConfigTemplatePlanDetailListReq                   = pb.VpnConfigTemplatePlanDetailListReq
-	VpnConfigTemplatePlanDetailListResp                  = pb.VpnConfigTemplatePlanDetailListResp
-	VpnConfigTemplatePlanDetailUpdateReq                 = pb.VpnConfigTemplatePlanDetailUpdateReq
-	VpnConfigTemplatePlanDetailUpdateResp                = pb.VpnConfigTemplatePlanDetailUpdateResp
-	VpnConfigTemplatePlanDetailVo                        = pb.VpnConfigTemplatePlanDetailVo
-	VpnConfigTemplatePlanGetReq                          = pb.VpnConfigTemplatePlanGetReq
-	VpnConfigTemplatePlanGetResp                         = pb.VpnConfigTemplatePlanGetResp
-	VpnConfigTemplatePlanListReq                         = pb.VpnConfigTemplatePlanListReq
-	VpnConfigTemplatePlanListResp                        = pb.VpnConfigTemplatePlanListResp
-	VpnConfigTemplatePlanUpdateReq                       = pb.VpnConfigTemplatePlanUpdateReq
-	VpnConfigTemplatePlanUpdateResp                      = pb.VpnConfigTemplatePlanUpdateResp
-	VpnConfigTemplatePlanVo                              = pb.VpnConfigTemplatePlanVo
-	VpnGroupAddReq                                       = pb.VpnGroupAddReq
-	VpnGroupBatchAddReq                                  = pb.VpnGroupBatchAddReq
-	VpnGroupBatchAddResp                                 = pb.VpnGroupBatchAddResp
-	VpnGroupBatchDelReq                                  = pb.VpnGroupBatchDelReq
-	VpnGroupBatchUpdateReq                               = pb.VpnGroupBatchUpdateReq
-	VpnGroupBatchUpdateResp                              = pb.VpnGroupBatchUpdateResp
-	VpnGroupExVo                                         = pb.VpnGroupExVo
-	VpnGroupGetReq                                       = pb.VpnGroupGetReq
-	VpnGroupListReq                                      = pb.VpnGroupListReq
-	VpnGroupListResp                                     = pb.VpnGroupListResp
-	VpnGroupTagListReq                                   = pb.VpnGroupTagListReq
-	VpnGroupTagListResp                                  = pb.VpnGroupTagListResp
-	VpnGroupTagVo                                        = pb.VpnGroupTagVo
-	VpnGroupVo                                           = pb.VpnGroupVo
-	VpnLocationBatchAddReq                               = pb.VpnLocationBatchAddReq
-	VpnLocationBatchAddResp                              = pb.VpnLocationBatchAddResp
-	VpnLocationBatchDelReq                               = pb.VpnLocationBatchDelReq
-	VpnLocationBatchUpdateReq                            = pb.VpnLocationBatchUpdateReq
-	VpnLocationBatchUpdateResp                           = pb.VpnLocationBatchUpdateResp
-	VpnLocationExVo                                      = pb.VpnLocationExVo
-	VpnLocationGetReq                                    = pb.VpnLocationGetReq
-	VpnLocationListReq                                   = pb.VpnLocationListReq
-	VpnLocationListResp                                  = pb.VpnLocationListResp
-	VpnLocationServerCountReq                            = pb.VpnLocationServerCountReq
-	VpnLocationServerCountResp                           = pb.VpnLocationServerCountResp
-	VpnLocationServerCountVo                             = pb.VpnLocationServerCountVo
-	VpnLocationVo                                        = pb.VpnLocationVo
-	VpnProbeTaskListReq                                  = pb.VpnProbeTaskListReq
-	VpnProbeTaskListResp                                 = pb.VpnProbeTaskListResp
-	VpnProbeTaskVo                                       = pb.VpnProbeTaskVo
-	VpnServerAddReq                                      = pb.VpnServerAddReq
-	VpnServerBatchAddReq                                 = pb.VpnServerBatchAddReq
-	VpnServerBatchAddResp                                = pb.VpnServerBatchAddResp
-	VpnServerBatchDelReq                                 = pb.VpnServerBatchDelReq
-	VpnServerBatchUpdateReq                              = pb.VpnServerBatchUpdateReq
-	VpnServerBatchUpdateResp                             = pb.VpnServerBatchUpdateResp
-	VpnServerExListResp                                  = pb.VpnServerExListResp
-	VpnServerExVo                                        = pb.VpnServerExVo
-	VpnServerListReq                                     = pb.VpnServerListReq
-	VpnServerListResp                                    = pb.VpnServerListResp
-	VpnServerLocationListReq                             = pb.VpnServerLocationListReq
-	VpnServerLocationListResp                            = pb.VpnServerLocationListResp
-	VpnServerLocationVo                                  = pb.VpnServerLocationVo
-	VpnServerVo                                          = pb.VpnServerVo
-	VpnTagBatchAddReq                                    = pb.VpnTagBatchAddReq
-	VpnTagBatchAddResp                                   = pb.VpnTagBatchAddResp
-	VpnTagBatchDelReq                                    = pb.VpnTagBatchDelReq
-	VpnTagBatchUpdateReq                                 = pb.VpnTagBatchUpdateReq
-	VpnTagBatchUpdateResp                                = pb.VpnTagBatchUpdateResp
-	VpnTagGetReq                                         = pb.VpnTagGetReq
-	VpnTagListReq                                        = pb.VpnTagListReq
-	VpnTagListResp                                       = pb.VpnTagListResp
-	VpnTagVo                                             = pb.VpnTagVo
-	VpnWithIPAndPortReq                                  = pb.VpnWithIPAndPortReq
-	VpnWithIPAndPortResp                                 = pb.VpnWithIPAndPortResp
-	VpnipAddReq                                          = pb.VpnipAddReq
-	VpnipAddResp                                         = pb.VpnipAddResp
-	VpnipBatchAddReq                                     = pb.VpnipBatchAddReq
-	VpnipBatchAddResp                                    = pb.VpnipBatchAddResp
-	VpnipBatchUpdateReq                                  = pb.VpnipBatchUpdateReq
-	VpnipBatchUpdateResp                                 = pb.VpnipBatchUpdateResp
-	VpnipBindAddReq                                      = pb.VpnipBindAddReq
-	VpnipBindAddResp                                     = pb.VpnipBindAddResp
-	VpnipBindBatchAddReq                                 = pb.VpnipBindBatchAddReq
-	VpnipBindBatchAddResp                                = pb.VpnipBindBatchAddResp
-	VpnipBindBatchUpdateReq                              = pb.VpnipBindBatchUpdateReq
-	VpnipBindBatchUpdateResp                             = pb.VpnipBindBatchUpdateResp
-	VpnipBindGetReq                                      = pb.VpnipBindGetReq
-	VpnipBindGetResp                                     = pb.VpnipBindGetResp
-	VpnipBindListReq                                     = pb.VpnipBindListReq
-	VpnipBindListResp                                    = pb.VpnipBindListResp
-	VpnipBindUpdateReq                                   = pb.VpnipBindUpdateReq
-	VpnipBindUpdateResp                                  = pb.VpnipBindUpdateResp
-	VpnipBindVo                                          = pb.VpnipBindVo
-	VpnipExAddReq                                        = pb.VpnipExAddReq
-	VpnipExAddResp                                       = pb.VpnipExAddResp
-	VpnipExBatchAddReq                                   = pb.VpnipExBatchAddReq
-	VpnipExBatchAddResp                                  = pb.VpnipExBatchAddResp
-	VpnipExBatchUpdateReq                                = pb.VpnipExBatchUpdateReq
-	VpnipExBatchUpdateResp                               = pb.VpnipExBatchUpdateResp
-	VpnipExGetResp                                       = pb.VpnipExGetResp
-	VpnipExListResp                                      = pb.VpnipExListResp
-	VpnipExUpdateReq                                     = pb.VpnipExUpdateReq
-	VpnipExUpdateResp                                    = pb.VpnipExUpdateResp
-	VpnipExVo                                            = pb.VpnipExVo
-	VpnipGetReq                                          = pb.VpnipGetReq
-	VpnipGetResp                                         = pb.VpnipGetResp
-	VpnipListReq                                         = pb.VpnipListReq
-	VpnipListResp                                        = pb.VpnipListResp
-	VpnipRangeAddReq                                     = pb.VpnipRangeAddReq
-	VpnipRangeAddResp                                    = pb.VpnipRangeAddResp
-	VpnipRangeBatchAddReq                                = pb.VpnipRangeBatchAddReq
-	VpnipRangeBatchAddResp                               = pb.VpnipRangeBatchAddResp
-	VpnipRangeBatchUpdateReq                             = pb.VpnipRangeBatchUpdateReq
-	VpnipRangeBatchUpdateResp                            = pb.VpnipRangeBatchUpdateResp
-	VpnipRangeExAddReq                                   = pb.VpnipRangeExAddReq
-	VpnipRangeExAddResp                                  = pb.VpnipRangeExAddResp
-	VpnipRangeExBatchAddReq                              = pb.VpnipRangeExBatchAddReq
-	VpnipRangeExBatchAddResp                             = pb.VpnipRangeExBatchAddResp
-	VpnipRangeExBatchUpdateReq                           = pb.VpnipRangeExBatchUpdateReq
-	VpnipRangeExBatchUpdateResp                          = pb.VpnipRangeExBatchUpdateResp
-	VpnipRangeExGetResp                                  = pb.VpnipRangeExGetResp
-	VpnipRangeExListResp                                 = pb.VpnipRangeExListResp
-	VpnipRangeExUpdateReq                                = pb.VpnipRangeExUpdateReq
-	VpnipRangeExUpdateResp                               = pb.VpnipRangeExUpdateResp
-	VpnipRangeExVo                                       = pb.VpnipRangeExVo
-	VpnipRangeGetReq                                     = pb.VpnipRangeGetReq
-	VpnipRangeGetResp                                    = pb.VpnipRangeGetResp
-	VpnipRangeListReq                                    = pb.VpnipRangeListReq
-	VpnipRangeListResp                                   = pb.VpnipRangeListResp
-	VpnipRangeUpdateReq                                  = pb.VpnipRangeUpdateReq
-	VpnipRangeUpdateResp                                 = pb.VpnipRangeUpdateResp
-	VpnipRangeVo                                         = pb.VpnipRangeVo
-	VpnipUpdateReq                                       = pb.VpnipUpdateReq
-	VpnipUpdateResp                                      = pb.VpnipUpdateResp
-	VpnipVo                                              = pb.VpnipVo
-	VpnipWalledAddReq                                    = pb.VpnipWalledAddReq
-	VpnipWalledAddResp                                   = pb.VpnipWalledAddResp
-	VpnipWalledBatchAddReq                               = pb.VpnipWalledBatchAddReq
-	VpnipWalledBatchAddResp                              = pb.VpnipWalledBatchAddResp
-	VpnipWalledBatchUpdateReq                            = pb.VpnipWalledBatchUpdateReq
-	VpnipWalledBatchUpdateResp                           = pb.VpnipWalledBatchUpdateResp
-	VpnipWalledGetReq                                    = pb.VpnipWalledGetReq
-	VpnipWalledGetResp                                   = pb.VpnipWalledGetResp
-	VpnipWalledListReq                                   = pb.VpnipWalledListReq
-	VpnipWalledListResp                                  = pb.VpnipWalledListResp
-	VpnipWalledUpdateReq                                 = pb.VpnipWalledUpdateReq
-	VpnipWalledUpdateResp                                = pb.VpnipWalledUpdateResp
-	VpnipWalledVo                                        = pb.VpnipWalledVo
+	AccountDeviceListReq                       = pb.AccountDeviceListReq
+	AccountDeviceListResp                      = pb.AccountDeviceListResp
+	AccountDeviceVo                            = pb.AccountDeviceVo
+	AccountListReq                             = pb.AccountListReq
+	AccountListResp                            = pb.AccountListResp
+	AccountVo                                  = pb.AccountVo
+	AdGlobalConfigGetReq                       = pb.AdGlobalConfigGetReq
+	AdGlobalConfigVo                           = pb.AdGlobalConfigVo
+	AdPlanDetailListReq                        = pb.AdPlanDetailListReq
+	AdPlanDetailListResp                       = pb.AdPlanDetailListResp
+	AdPlanDetailVo                             = pb.AdPlanDetailVo
+	AdPlanListReq                              = pb.AdPlanListReq
+	AdPlanListResp                             = pb.AdPlanListResp
+	AdPlanVo                                   = pb.AdPlanVo
+	AnnouncePlanDetailListReq                  = pb.AnnouncePlanDetailListReq
+	AnnouncePlanDetailListResp                 = pb.AnnouncePlanDetailListResp
+	AnnouncePlanDetailVo                       = pb.AnnouncePlanDetailVo
+	AnnouncePlanListReq                        = pb.AnnouncePlanListReq
+	AnnouncePlanListResp                       = pb.AnnouncePlanListResp
+	AnnouncePlanVo                             = pb.AnnouncePlanVo
+	AreaParamListReq                           = pb.AreaParamListReq
+	AreaParamListResp                          = pb.AreaParamListResp
+	AreaParamVo                                = pb.AreaParamVo
+	BaseReq                                    = pb.BaseReq
+	CommonResult                               = pb.CommonResult
+	ConfigGetReq                               = pb.ConfigGetReq
+	DeleteIdResp                               = pb.DeleteIdResp
+	DeployConfigListReq                        = pb.DeployConfigListReq
+	DeployConfigListResp                       = pb.DeployConfigListResp
+	DeployConfigVo                             = pb.DeployConfigVo
+	DeviceListReq                              = pb.DeviceListReq
+	DeviceListRes                              = pb.DeviceListRes
+	DeviceVo                                   = pb.DeviceVo
+	DictGetReq                                 = pb.DictGetReq
+	DictListReq                                = pb.DictListReq
+	DictListResp                               = pb.DictListResp
+	DictVo                                     = pb.DictVo
+	Empty                                      = pb.Empty
+	FindSchedulePublishListReq                 = pb.FindSchedulePublishListReq
+	FindSchedulePublishListResp                = pb.FindSchedulePublishListResp
+	GameCategoryListReq                        = pb.GameCategoryListReq
+	GameCategoryListRes                        = pb.GameCategoryListRes
+	GameCategoryReq                            = pb.GameCategoryReq
+	GameCategoryVo                             = pb.GameCategoryVo
+	GameCustomerAddResp                        = pb.GameCustomerAddResp
+	GameCustomerListReq                        = pb.GameCustomerListReq
+	GameCustomerListRes                        = pb.GameCustomerListRes
+	GameCustomerVo                             = pb.GameCustomerVo
+	GameListReq                                = pb.GameListReq
+	GameListRes                                = pb.GameListRes
+	GameRankOption                             = pb.GameRankOption
+	GameRedisHScanByNameReq                    = pb.GameRedisHScanByNameReq
+	GameRedisHScanByNameResp                   = pb.GameRedisHScanByNameResp
+	GameReq                                    = pb.GameReq
+	GameVo                                     = pb.GameVo
+	GlobalParamGetReq                          = pb.GlobalParamGetReq
+	GlobalParamListReq                         = pb.GlobalParamListReq
+	GlobalParamListResp                        = pb.GlobalParamListResp
+	GlobalParamVo                              = pb.GlobalParamVo
+	I18NVo                                     = pb.I18NVo
+	Ids                                        = pb.Ids
+	Int64SelectController                      = pb.Int64SelectController
+	IntSelectController                        = pb.IntSelectController
+	JobBatchListReq                            = pb.JobBatchListReq
+	JobBatchListResp                           = pb.JobBatchListResp
+	JobBatchListWithTasksResp                  = pb.JobBatchListWithTasksResp
+	JobBatchVo                                 = pb.JobBatchVo
+	JobBatchWithTasksVo                        = pb.JobBatchWithTasksVo
+	JobTasksListReq                            = pb.JobTasksListReq
+	JobTasksListResp                           = pb.JobTasksListResp
+	JobTasksVo                                 = pb.JobTasksVo
+	MessagePushListReq                         = pb.MessagePushListReq
+	MessagePushListResp                        = pb.MessagePushListResp
+	MessagePushVo                              = pb.MessagePushVo
+	NationalLanguageListReq                    = pb.NationalLanguageListReq
+	NationalLanguageListResp                   = pb.NationalLanguageListResp
+	NationalLanguageVo                         = pb.NationalLanguageVo
+	OperationLogListReq                        = pb.OperationLogListReq
+	OperationLogListResp                       = pb.OperationLogListResp
+	OperationLogVo                             = pb.OperationLogVo
+	Page                                       = pb.Page
+	Page_OrderItem                             = pb.Page_OrderItem
+	ProductActionGroupDisableReq               = pb.ProductActionGroupDisableReq
+	ProductActionGroupEnableReq                = pb.ProductActionGroupEnableReq
+	ProductActionGroupListReq                  = pb.ProductActionGroupListReq
+	ProductActionGroupListResp                 = pb.ProductActionGroupListResp
+	ProductActionGroupReq                      = pb.ProductActionGroupReq
+	ProductActionGroupVo                       = pb.ProductActionGroupVo
+	ProductActionListReq                       = pb.ProductActionListReq
+	ProductActionListResp                      = pb.ProductActionListResp
+	ProductActionPolicyGroupDisableReq         = pb.ProductActionPolicyGroupDisableReq
+	ProductActionPolicyGroupEnableReq          = pb.ProductActionPolicyGroupEnableReq
+	ProductActionPolicyGroupListReq            = pb.ProductActionPolicyGroupListReq
+	ProductActionPolicyGroupListResp           = pb.ProductActionPolicyGroupListResp
+	ProductActionPolicyGroupReq                = pb.ProductActionPolicyGroupReq
+	ProductActionPolicyGroupVo                 = pb.ProductActionPolicyGroupVo
+	ProductActionReq                           = pb.ProductActionReq
+	ProductActionTypeListReq                   = pb.ProductActionTypeListReq
+	ProductActionTypeListResp                  = pb.ProductActionTypeListResp
+	ProductActionTypeReq                       = pb.ProductActionTypeReq
+	ProductActionTypeVo                        = pb.ProductActionTypeVo
+	ProductActionVo                            = pb.ProductActionVo
+	ProductListReq                             = pb.ProductListReq
+	ProductListResp                            = pb.ProductListResp
+	ProductParamGetReq                         = pb.ProductParamGetReq
+	ProductParamListReq                        = pb.ProductParamListReq
+	ProductParamListResp                       = pb.ProductParamListResp
+	ProductParamVo                             = pb.ProductParamVo
+	ProductVo                                  = pb.ProductVo
+	PublishScheduleDramaReq                    = pb.PublishScheduleDramaReq
+	RelGameRankListReq                         = pb.RelGameRankListReq
+	RelGameRankListRes                         = pb.RelGameRankListRes
+	RelGameRankReq                             = pb.RelGameRankReq
+	RelGameRankVo                              = pb.RelGameRankVo
+	RelGameVpnGroupListReq                     = pb.RelGameVpnGroupListReq
+	RelGameVpnGroupListRes                     = pb.RelGameVpnGroupListRes
+	RelGameVpnGroupReq                         = pb.RelGameVpnGroupReq
+	RelGameVpnGroupVo                          = pb.RelGameVpnGroupVo
+	Request                                    = pb.Request
+	Response                                   = pb.Response
+	ServiceBoxAddReq                           = pb.ServiceBoxAddReq
+	ServiceBoxAddResp                          = pb.ServiceBoxAddResp
+	ServiceBoxAddWithDetailsReq                = pb.ServiceBoxAddWithDetailsReq
+	ServiceBoxAddWithDetailsResp               = pb.ServiceBoxAddWithDetailsResp
+	ServiceBoxDelReq                           = pb.ServiceBoxDelReq
+	ServiceBoxGetReq                           = pb.ServiceBoxGetReq
+	ServiceBoxGetResp                          = pb.ServiceBoxGetResp
+	ServiceBoxGetWithDetailsReq                = pb.ServiceBoxGetWithDetailsReq
+	ServiceBoxGetWithDetailsResp               = pb.ServiceBoxGetWithDetailsResp
+	ServiceBoxListReq                          = pb.ServiceBoxListReq
+	ServiceBoxListResp                         = pb.ServiceBoxListResp
+	ServiceBoxTypesAddReq                      = pb.ServiceBoxTypesAddReq
+	ServiceBoxTypesAddResp                     = pb.ServiceBoxTypesAddResp
+	ServiceBoxTypesDelReq                      = pb.ServiceBoxTypesDelReq
+	ServiceBoxTypesGetReq                      = pb.ServiceBoxTypesGetReq
+	ServiceBoxTypesGetResp                     = pb.ServiceBoxTypesGetResp
+	ServiceBoxTypesListReq                     = pb.ServiceBoxTypesListReq
+	ServiceBoxTypesListResp                    = pb.ServiceBoxTypesListResp
+	ServiceBoxTypesUpdateReq                   = pb.ServiceBoxTypesUpdateReq
+	ServiceBoxTypesUpdateResp                  = pb.ServiceBoxTypesUpdateResp
+	ServiceBoxTypesVo                          = pb.ServiceBoxTypesVo
+	ServiceBoxUpdateReq                        = pb.ServiceBoxUpdateReq
+	ServiceBoxUpdateResp                       = pb.ServiceBoxUpdateResp
+	ServiceBoxUpdateWithDetailsReq             = pb.ServiceBoxUpdateWithDetailsReq
+	ServiceBoxUpdateWithDetailsResp            = pb.ServiceBoxUpdateWithDetailsResp
+	ServiceBoxVo                               = pb.ServiceBoxVo
+	ServiceBoxWithDetailsVo                    = pb.ServiceBoxWithDetailsVo
+	ServiceBoxWithDurationVo                   = pb.ServiceBoxWithDurationVo
+	ServicePlanAddReq                          = pb.ServicePlanAddReq
+	ServicePlanAddResp                         = pb.ServicePlanAddResp
+	ServicePlanAddWithBoxesReq                 = pb.ServicePlanAddWithBoxesReq
+	ServicePlanAddWithBoxesResp                = pb.ServicePlanAddWithBoxesResp
+	ServicePlanBoxesAddReq                     = pb.ServicePlanBoxesAddReq
+	ServicePlanBoxesAddResp                    = pb.ServicePlanBoxesAddResp
+	ServicePlanBoxesDelReq                     = pb.ServicePlanBoxesDelReq
+	ServicePlanBoxesGetReq                     = pb.ServicePlanBoxesGetReq
+	ServicePlanBoxesGetResp                    = pb.ServicePlanBoxesGetResp
+	ServicePlanBoxesListReq                    = pb.ServicePlanBoxesListReq
+	ServicePlanBoxesListResp                   = pb.ServicePlanBoxesListResp
+	ServicePlanBoxesUpdateReq                  = pb.ServicePlanBoxesUpdateReq
+	ServicePlanBoxesUpdateResp                 = pb.ServicePlanBoxesUpdateResp
+	ServicePlanBoxesVo                         = pb.ServicePlanBoxesVo
+	ServicePlanChannelAddReq                   = pb.ServicePlanChannelAddReq
+	ServicePlanChannelAddResp                  = pb.ServicePlanChannelAddResp
+	ServicePlanChannelDelReq                   = pb.ServicePlanChannelDelReq
+	ServicePlanChannelGetReq                   = pb.ServicePlanChannelGetReq
+	ServicePlanChannelGetResp                  = pb.ServicePlanChannelGetResp
+	ServicePlanChannelListReq                  = pb.ServicePlanChannelListReq
+	ServicePlanChannelListResp                 = pb.ServicePlanChannelListResp
+	ServicePlanChannelUpdateReq                = pb.ServicePlanChannelUpdateReq
+	ServicePlanChannelUpdateResp               = pb.ServicePlanChannelUpdateResp
+	ServicePlanChannelVo                       = pb.ServicePlanChannelVo
+	ServicePlanDelReq                          = pb.ServicePlanDelReq
+	ServicePlanGetReq                          = pb.ServicePlanGetReq
+	ServicePlanGetResp                         = pb.ServicePlanGetResp
+	ServicePlanGetWithBoxesReq                 = pb.ServicePlanGetWithBoxesReq
+	ServicePlanGetWithBoxesResp                = pb.ServicePlanGetWithBoxesResp
+	ServicePlanListReq                         = pb.ServicePlanListReq
+	ServicePlanListResp                        = pb.ServicePlanListResp
+	ServicePlanListWithBoxesReq                = pb.ServicePlanListWithBoxesReq
+	ServicePlanListWithBoxesResp               = pb.ServicePlanListWithBoxesResp
+	ServicePlanUpdateReq                       = pb.ServicePlanUpdateReq
+	ServicePlanUpdateResp                      = pb.ServicePlanUpdateResp
+	ServicePlanUpdateWithBoxesReq              = pb.ServicePlanUpdateWithBoxesReq
+	ServicePlanUpdateWithBoxesResp             = pb.ServicePlanUpdateWithBoxesResp
+	ServicePlanVo                              = pb.ServicePlanVo
+	ServicePlanWithBoxesVo                     = pb.ServicePlanWithBoxesVo
+	ServiceTypesAddReq                         = pb.ServiceTypesAddReq
+	ServiceTypesAddResp                        = pb.ServiceTypesAddResp
+	ServiceTypesDelReq                         = pb.ServiceTypesDelReq
+	ServiceTypesGetReq                         = pb.ServiceTypesGetReq
+	ServiceTypesGetResp                        = pb.ServiceTypesGetResp
+	ServiceTypesListReq                        = pb.ServiceTypesListReq
+	ServiceTypesListResp                       = pb.ServiceTypesListResp
+	ServiceTypesUpdateReq                      = pb.ServiceTypesUpdateReq
+	ServiceTypesUpdateResp                     = pb.ServiceTypesUpdateResp
+	ServiceTypesVo                             = pb.ServiceTypesVo
+	ServiceTypesWithValueVo                    = pb.ServiceTypesWithValueVo
+	SetTotalStatsReq                           = pb.SetTotalStatsReq
+	ShortDramaCheckNameReq                     = pb.ShortDramaCheckNameReq
+	ShortDramaCheckNameResp                    = pb.ShortDramaCheckNameResp
+	ShortDramaCopyrightInfoVo                  = pb.ShortDramaCopyrightInfoVo
+	ShortDramaEpisodeBatchAddReq               = pb.ShortDramaEpisodeBatchAddReq
+	ShortDramaEpisodeBatchRefreshUpdateTimeReq = pb.ShortDramaEpisodeBatchRefreshUpdateTimeReq
+	ShortDramaEpisodeCountReq                  = pb.ShortDramaEpisodeCountReq
+	ShortDramaEpisodeCountResp                 = pb.ShortDramaEpisodeCountResp
+	ShortDramaEpisodeCountVo                   = pb.ShortDramaEpisodeCountVo
+	ShortDramaEpisodeGetReq                    = pb.ShortDramaEpisodeGetReq
+	ShortDramaEpisodeListReq                   = pb.ShortDramaEpisodeListReq
+	ShortDramaEpisodeListResp                  = pb.ShortDramaEpisodeListResp
+	ShortDramaEpisodeVo                        = pb.ShortDramaEpisodeVo
+	ShortDramaFindIdsWithCopyrightResp         = pb.ShortDramaFindIdsWithCopyrightResp
+	ShortDramaGetReq                           = pb.ShortDramaGetReq
+	ShortDramaLanguageListReq                  = pb.ShortDramaLanguageListReq
+	ShortDramaLanguageListResp                 = pb.ShortDramaLanguageListResp
+	ShortDramaLanguageVo                       = pb.ShortDramaLanguageVo
+	ShortDramaListReq                          = pb.ShortDramaListReq
+	ShortDramaListResp                         = pb.ShortDramaListResp
+	ShortDramaStatsPlaysTotalListReq           = pb.ShortDramaStatsPlaysTotalListReq
+	ShortDramaStatsPlaysTotalListResp          = pb.ShortDramaStatsPlaysTotalListResp
+	ShortDramaStatsPlaysTotalVo                = pb.ShortDramaStatsPlaysTotalVo
+	ShortDramaUpdateModifierReq                = pb.ShortDramaUpdateModifierReq
+	ShortDramaUpdateReleaseRegionsReq          = pb.ShortDramaUpdateReleaseRegionsReq
+	ShortDramaVo                               = pb.ShortDramaVo
+	StringSelectController                     = pb.StringSelectController
+	SysPermGetReq                              = pb.SysPermGetReq
+	SysPermListReq                             = pb.SysPermListReq
+	SysPermListResp                            = pb.SysPermListResp
+	SysPermRule                                = pb.SysPermRule
+	SysPermVo                                  = pb.SysPermVo
+	SysRoleGetReq                              = pb.SysRoleGetReq
+	SysRoleListReq                             = pb.SysRoleListReq
+	SysRoleListResp                            = pb.SysRoleListResp
+	SysRoleListWithPermsResp                   = pb.SysRoleListWithPermsResp
+	SysRolePermGetReq                          = pb.SysRolePermGetReq
+	SysRolePermListReq                         = pb.SysRolePermListReq
+	SysRolePermListResp                        = pb.SysRolePermListResp
+	SysRolePermVo                              = pb.SysRolePermVo
+	SysRoleVo                                  = pb.SysRoleVo
+	SysRoleWithPermIds                         = pb.SysRoleWithPermIds
+	SysRoleWithPerms                           = pb.SysRoleWithPerms
+	SysUserGetReq                              = pb.SysUserGetReq
+	SysUserListReq                             = pb.SysUserListReq
+	SysUserListResp                            = pb.SysUserListResp
+	SysUserListWithRolesAndPermsResp           = pb.SysUserListWithRolesAndPermsResp
+	SysUserPermGetReq                          = pb.SysUserPermGetReq
+	SysUserPermListReq                         = pb.SysUserPermListReq
+	SysUserPermListResp                        = pb.SysUserPermListResp
+	SysUserPermVo                              = pb.SysUserPermVo
+	SysUserRoleGetReq                          = pb.SysUserRoleGetReq
+	SysUserRoleListReq                         = pb.SysUserRoleListReq
+	SysUserRoleListResp                        = pb.SysUserRoleListResp
+	SysUserRoleVo                              = pb.SysUserRoleVo
+	SysUserVo                                  = pb.SysUserVo
+	SysUserWithRoleIdsAndPermRules             = pb.SysUserWithRoleIdsAndPermRules
+	SysUserWithRolesAndPerms                   = pb.SysUserWithRolesAndPerms
+	TimeRange                                  = pb.TimeRange
+	TipGetReq                                  = pb.TipGetReq
+	TipListReq                                 = pb.TipListReq
+	TipListResp                                = pb.TipListResp
+	TipVo                                      = pb.TipVo
+	TransactionOperation                       = pb.TransactionOperation
+	TransactionReq                             = pb.TransactionReq
+	UpgradePkgPlanDetailListReq                = pb.UpgradePkgPlanDetailListReq
+	UpgradePkgPlanDetailListResp               = pb.UpgradePkgPlanDetailListResp
+	UpgradePkgPlanDetailVo                     = pb.UpgradePkgPlanDetailVo
+	UpgradePkgPlanListReq                      = pb.UpgradePkgPlanListReq
+	UpgradePkgPlanListResp                     = pb.UpgradePkgPlanListResp
+	UpgradePkgPlanVo                           = pb.UpgradePkgPlanVo
+	UpgradeResPlanDetailListReq                = pb.UpgradeResPlanDetailListReq
+	UpgradeResPlanDetailListResp               = pb.UpgradeResPlanDetailListResp
+	UpgradeResPlanDetailVo                     = pb.UpgradeResPlanDetailVo
+	UpgradeResPlanListReq                      = pb.UpgradeResPlanListReq
+	UpgradeResPlanListResp                     = pb.UpgradeResPlanListResp
+	UpgradeResPlanVo                           = pb.UpgradeResPlanVo
+	UserAddReq                                 = pb.UserAddReq
+	UserAddResp                                = pb.UserAddResp
+	UserAppConfigGetReq                        = pb.UserAppConfigGetReq
+	UserAppConfigListReq                       = pb.UserAppConfigListReq
+	UserAppConfigListRes                       = pb.UserAppConfigListRes
+	UserAppConfigVo                            = pb.UserAppConfigVo
+	UserCredentialAddReq                       = pb.UserCredentialAddReq
+	UserCredentialAddResp                      = pb.UserCredentialAddResp
+	UserCredentialDelReq                       = pb.UserCredentialDelReq
+	UserCredentialGetReq                       = pb.UserCredentialGetReq
+	UserCredentialGetResp                      = pb.UserCredentialGetResp
+	UserCredentialListReq                      = pb.UserCredentialListReq
+	UserCredentialListResp                     = pb.UserCredentialListResp
+	UserCredentialUpdateReq                    = pb.UserCredentialUpdateReq
+	UserCredentialUpdateResp                   = pb.UserCredentialUpdateResp
+	UserCredentialVo                           = pb.UserCredentialVo
+	UserDelReq                                 = pb.UserDelReq
+	UserDeviceAddReq                           = pb.UserDeviceAddReq
+	UserDeviceAddResp                          = pb.UserDeviceAddResp
+	UserDeviceDelReq                           = pb.UserDeviceDelReq
+	UserDeviceGetReq                           = pb.UserDeviceGetReq
+	UserDeviceGetResp                          = pb.UserDeviceGetResp
+	UserDeviceListReq                          = pb.UserDeviceListReq
+	UserDeviceListResp                         = pb.UserDeviceListResp
+	UserDeviceUpdateReq                        = pb.UserDeviceUpdateReq
+	UserDeviceUpdateResp                       = pb.UserDeviceUpdateResp
+	UserDeviceVo                               = pb.UserDeviceVo
+	UserGetReq                                 = pb.UserGetReq
+	UserGetResp                                = pb.UserGetResp
+	UserListReq                                = pb.UserListReq
+	UserListResp                               = pb.UserListResp
+	UserServiceAddReq                          = pb.UserServiceAddReq
+	UserServiceAddResp                         = pb.UserServiceAddResp
+	UserServiceDelReq                          = pb.UserServiceDelReq
+	UserServiceGetReq                          = pb.UserServiceGetReq
+	UserServiceGetResp                         = pb.UserServiceGetResp
+	UserServiceListReq                         = pb.UserServiceListReq
+	UserServiceListResp                        = pb.UserServiceListResp
+	UserServiceUpdateReq                       = pb.UserServiceUpdateReq
+	UserServiceUpdateResp                      = pb.UserServiceUpdateResp
+	UserServiceVo                              = pb.UserServiceVo
+	UserTestAddReq                             = pb.UserTestAddReq
+	UserTestAddResp                            = pb.UserTestAddResp
+	UserTestDelReq                             = pb.UserTestDelReq
+	UserTestGetReq                             = pb.UserTestGetReq
+	UserTestGetResp                            = pb.UserTestGetResp
+	UserTestListReq                            = pb.UserTestListReq
+	UserTestListResp                           = pb.UserTestListResp
+	UserTestUpdateReq                          = pb.UserTestUpdateReq
+	UserTestUpdateResp                         = pb.UserTestUpdateResp
+	UserTestVo                                 = pb.UserTestVo
+	UserUpdateReq                              = pb.UserUpdateReq
+	UserUpdateResp                             = pb.UserUpdateResp
+	UserVo                                     = pb.UserVo
+	UserWhiteAddReq                            = pb.UserWhiteAddReq
+	UserWhiteAddResp                           = pb.UserWhiteAddResp
+	UserWhiteDelReq                            = pb.UserWhiteDelReq
+	UserWhiteGetReq                            = pb.UserWhiteGetReq
+	UserWhiteGetResp                           = pb.UserWhiteGetResp
+	UserWhiteListReq                           = pb.UserWhiteListReq
+	UserWhiteListResp                          = pb.UserWhiteListResp
+	UserWhiteUpdateReq                         = pb.UserWhiteUpdateReq
+	UserWhiteUpdateResp                        = pb.UserWhiteUpdateResp
+	UserWhiteVo                                = pb.UserWhiteVo
+	VpnConfigTemplatePlanAddReq                = pb.VpnConfigTemplatePlanAddReq
+	VpnConfigTemplatePlanAddResp               = pb.VpnConfigTemplatePlanAddResp
+	VpnConfigTemplatePlanDelReq                = pb.VpnConfigTemplatePlanDelReq
+	VpnConfigTemplatePlanDetailAddReq          = pb.VpnConfigTemplatePlanDetailAddReq
+	VpnConfigTemplatePlanDetailAddResp         = pb.VpnConfigTemplatePlanDetailAddResp
+	VpnConfigTemplatePlanDetailDelReq          = pb.VpnConfigTemplatePlanDetailDelReq
+	VpnConfigTemplatePlanDetailGetReq          = pb.VpnConfigTemplatePlanDetailGetReq
+	VpnConfigTemplatePlanDetailGetResp         = pb.VpnConfigTemplatePlanDetailGetResp
+	VpnConfigTemplatePlanDetailListReq         = pb.VpnConfigTemplatePlanDetailListReq
+	VpnConfigTemplatePlanDetailListResp        = pb.VpnConfigTemplatePlanDetailListResp
+	VpnConfigTemplatePlanDetailUpdateReq       = pb.VpnConfigTemplatePlanDetailUpdateReq
+	VpnConfigTemplatePlanDetailUpdateResp      = pb.VpnConfigTemplatePlanDetailUpdateResp
+	VpnConfigTemplatePlanDetailVo              = pb.VpnConfigTemplatePlanDetailVo
+	VpnConfigTemplatePlanGetReq                = pb.VpnConfigTemplatePlanGetReq
+	VpnConfigTemplatePlanGetResp               = pb.VpnConfigTemplatePlanGetResp
+	VpnConfigTemplatePlanListReq               = pb.VpnConfigTemplatePlanListReq
+	VpnConfigTemplatePlanListResp              = pb.VpnConfigTemplatePlanListResp
+	VpnConfigTemplatePlanUpdateReq             = pb.VpnConfigTemplatePlanUpdateReq
+	VpnConfigTemplatePlanUpdateResp            = pb.VpnConfigTemplatePlanUpdateResp
+	VpnConfigTemplatePlanVo                    = pb.VpnConfigTemplatePlanVo
+	VpnGroupAddReq                             = pb.VpnGroupAddReq
+	VpnGroupBatchAddReq                        = pb.VpnGroupBatchAddReq
+	VpnGroupBatchAddResp                       = pb.VpnGroupBatchAddResp
+	VpnGroupBatchDelReq                        = pb.VpnGroupBatchDelReq
+	VpnGroupBatchUpdateReq                     = pb.VpnGroupBatchUpdateReq
+	VpnGroupBatchUpdateResp                    = pb.VpnGroupBatchUpdateResp
+	VpnGroupExVo                               = pb.VpnGroupExVo
+	VpnGroupGetReq                             = pb.VpnGroupGetReq
+	VpnGroupListReq                            = pb.VpnGroupListReq
+	VpnGroupListResp                           = pb.VpnGroupListResp
+	VpnGroupTagListReq                         = pb.VpnGroupTagListReq
+	VpnGroupTagListResp                        = pb.VpnGroupTagListResp
+	VpnGroupTagVo                              = pb.VpnGroupTagVo
+	VpnGroupVo                                 = pb.VpnGroupVo
+	VpnLocationBatchAddReq                     = pb.VpnLocationBatchAddReq
+	VpnLocationBatchAddResp                    = pb.VpnLocationBatchAddResp
+	VpnLocationBatchDelReq                     = pb.VpnLocationBatchDelReq
+	VpnLocationBatchUpdateReq                  = pb.VpnLocationBatchUpdateReq
+	VpnLocationBatchUpdateResp                 = pb.VpnLocationBatchUpdateResp
+	VpnLocationExVo                            = pb.VpnLocationExVo
+	VpnLocationGetReq                          = pb.VpnLocationGetReq
+	VpnLocationListReq                         = pb.VpnLocationListReq
+	VpnLocationListResp                        = pb.VpnLocationListResp
+	VpnLocationServerCountReq                  = pb.VpnLocationServerCountReq
+	VpnLocationServerCountResp                 = pb.VpnLocationServerCountResp
+	VpnLocationServerCountVo                   = pb.VpnLocationServerCountVo
+	VpnLocationVo                              = pb.VpnLocationVo
+	VpnProbeTaskListReq                        = pb.VpnProbeTaskListReq
+	VpnProbeTaskListResp                       = pb.VpnProbeTaskListResp
+	VpnProbeTaskVo                             = pb.VpnProbeTaskVo
+	VpnServerAddReq                            = pb.VpnServerAddReq
+	VpnServerBatchAddReq                       = pb.VpnServerBatchAddReq
+	VpnServerBatchAddResp                      = pb.VpnServerBatchAddResp
+	VpnServerBatchDelReq                       = pb.VpnServerBatchDelReq
+	VpnServerBatchUpdateReq                    = pb.VpnServerBatchUpdateReq
+	VpnServerBatchUpdateResp                   = pb.VpnServerBatchUpdateResp
+	VpnServerExListResp                        = pb.VpnServerExListResp
+	VpnServerExVo                              = pb.VpnServerExVo
+	VpnServerListReq                           = pb.VpnServerListReq
+	VpnServerListResp                          = pb.VpnServerListResp
+	VpnServerLocationListReq                   = pb.VpnServerLocationListReq
+	VpnServerLocationListResp                  = pb.VpnServerLocationListResp
+	VpnServerLocationVo                        = pb.VpnServerLocationVo
+	VpnServerVo                                = pb.VpnServerVo
+	VpnTagBatchAddReq                          = pb.VpnTagBatchAddReq
+	VpnTagBatchAddResp                         = pb.VpnTagBatchAddResp
+	VpnTagBatchDelReq                          = pb.VpnTagBatchDelReq
+	VpnTagBatchUpdateReq                       = pb.VpnTagBatchUpdateReq
+	VpnTagBatchUpdateResp                      = pb.VpnTagBatchUpdateResp
+	VpnTagGetReq                               = pb.VpnTagGetReq
+	VpnTagListReq                              = pb.VpnTagListReq
+	VpnTagListResp                             = pb.VpnTagListResp
+	VpnTagVo                                   = pb.VpnTagVo
+	VpnWithIPAndPortReq                        = pb.VpnWithIPAndPortReq
+	VpnWithIPAndPortResp                       = pb.VpnWithIPAndPortResp
+	VpnipAddReq                                = pb.VpnipAddReq
+	VpnipAddResp                               = pb.VpnipAddResp
+	VpnipBatchAddReq                           = pb.VpnipBatchAddReq
+	VpnipBatchAddResp                          = pb.VpnipBatchAddResp
+	VpnipBatchUpdateReq                        = pb.VpnipBatchUpdateReq
+	VpnipBatchUpdateResp                       = pb.VpnipBatchUpdateResp
+	VpnipBindAddReq                            = pb.VpnipBindAddReq
+	VpnipBindAddResp                           = pb.VpnipBindAddResp
+	VpnipBindBatchAddReq                       = pb.VpnipBindBatchAddReq
+	VpnipBindBatchAddResp                      = pb.VpnipBindBatchAddResp
+	VpnipBindBatchUpdateReq                    = pb.VpnipBindBatchUpdateReq
+	VpnipBindBatchUpdateResp                   = pb.VpnipBindBatchUpdateResp
+	VpnipBindGetReq                            = pb.VpnipBindGetReq
+	VpnipBindGetResp                           = pb.VpnipBindGetResp
+	VpnipBindListReq                           = pb.VpnipBindListReq
+	VpnipBindListResp                          = pb.VpnipBindListResp
+	VpnipBindUpdateReq                         = pb.VpnipBindUpdateReq
+	VpnipBindUpdateResp                        = pb.VpnipBindUpdateResp
+	VpnipBindVo                                = pb.VpnipBindVo
+	VpnipExAddReq                              = pb.VpnipExAddReq
+	VpnipExAddResp                             = pb.VpnipExAddResp
+	VpnipExBatchAddReq                         = pb.VpnipExBatchAddReq
+	VpnipExBatchAddResp                        = pb.VpnipExBatchAddResp
+	VpnipExBatchUpdateReq                      = pb.VpnipExBatchUpdateReq
+	VpnipExBatchUpdateResp                     = pb.VpnipExBatchUpdateResp
+	VpnipExGetResp                             = pb.VpnipExGetResp
+	VpnipExListResp                            = pb.VpnipExListResp
+	VpnipExUpdateReq                           = pb.VpnipExUpdateReq
+	VpnipExUpdateResp                          = pb.VpnipExUpdateResp
+	VpnipExVo                                  = pb.VpnipExVo
+	VpnipGetReq                                = pb.VpnipGetReq
+	VpnipGetResp                               = pb.VpnipGetResp
+	VpnipListReq                               = pb.VpnipListReq
+	VpnipListResp                              = pb.VpnipListResp
+	VpnipRangeAddReq                           = pb.VpnipRangeAddReq
+	VpnipRangeAddResp                          = pb.VpnipRangeAddResp
+	VpnipRangeBatchAddReq                      = pb.VpnipRangeBatchAddReq
+	VpnipRangeBatchAddResp                     = pb.VpnipRangeBatchAddResp
+	VpnipRangeBatchUpdateReq                   = pb.VpnipRangeBatchUpdateReq
+	VpnipRangeBatchUpdateResp                  = pb.VpnipRangeBatchUpdateResp
+	VpnipRangeExAddReq                         = pb.VpnipRangeExAddReq
+	VpnipRangeExAddResp                        = pb.VpnipRangeExAddResp
+	VpnipRangeExBatchAddReq                    = pb.VpnipRangeExBatchAddReq
+	VpnipRangeExBatchAddResp                   = pb.VpnipRangeExBatchAddResp
+	VpnipRangeExBatchUpdateReq                 = pb.VpnipRangeExBatchUpdateReq
+	VpnipRangeExBatchUpdateResp                = pb.VpnipRangeExBatchUpdateResp
+	VpnipRangeExGetResp                        = pb.VpnipRangeExGetResp
+	VpnipRangeExListResp                       = pb.VpnipRangeExListResp
+	VpnipRangeExUpdateReq                      = pb.VpnipRangeExUpdateReq
+	VpnipRangeExUpdateResp                     = pb.VpnipRangeExUpdateResp
+	VpnipRangeExVo                             = pb.VpnipRangeExVo
+	VpnipRangeGetReq                           = pb.VpnipRangeGetReq
+	VpnipRangeGetResp                          = pb.VpnipRangeGetResp
+	VpnipRangeListReq                          = pb.VpnipRangeListReq
+	VpnipRangeListResp                         = pb.VpnipRangeListResp
+	VpnipRangeUpdateReq                        = pb.VpnipRangeUpdateReq
+	VpnipRangeUpdateResp                       = pb.VpnipRangeUpdateResp
+	VpnipRangeVo                               = pb.VpnipRangeVo
+	VpnipUpdateReq                             = pb.VpnipUpdateReq
+	VpnipUpdateResp                            = pb.VpnipUpdateResp
+	VpnipVo                                    = pb.VpnipVo
+	VpnipWalledAddReq                          = pb.VpnipWalledAddReq
+	VpnipWalledAddResp                         = pb.VpnipWalledAddResp
+	VpnipWalledBatchAddReq                     = pb.VpnipWalledBatchAddReq
+	VpnipWalledBatchAddResp                    = pb.VpnipWalledBatchAddResp
+	VpnipWalledBatchUpdateReq                  = pb.VpnipWalledBatchUpdateReq
+	VpnipWalledBatchUpdateResp                 = pb.VpnipWalledBatchUpdateResp
+	VpnipWalledGetReq                          = pb.VpnipWalledGetReq
+	VpnipWalledGetResp                         = pb.VpnipWalledGetResp
+	VpnipWalledListReq                         = pb.VpnipWalledListReq
+	VpnipWalledListResp                        = pb.VpnipWalledListResp
+	VpnipWalledUpdateReq                       = pb.VpnipWalledUpdateReq
+	VpnipWalledUpdateResp                      = pb.VpnipWalledUpdateResp
+	VpnipWalledVo                              = pb.VpnipWalledVo
 
 	GoGameClient interface {
 		// 加速器游戏管理

Fichier diff supprimé car celui-ci est trop grand
+ 488 - 519
pb/client/goplanclient/go_plan_client.go


+ 488 - 519
pb/client/gopmpclient/go_pmp_client.go

@@ -14,525 +14,494 @@ import (
 )
 
 type (
-	AccountDeviceListReq                                 = pb.AccountDeviceListReq
-	AccountDeviceListResp                                = pb.AccountDeviceListResp
-	AccountDeviceVo                                      = pb.AccountDeviceVo
-	AccountListReq                                       = pb.AccountListReq
-	AccountListResp                                      = pb.AccountListResp
-	AccountVo                                            = pb.AccountVo
-	AdGlobalConfigGetReq                                 = pb.AdGlobalConfigGetReq
-	AdGlobalConfigVo                                     = pb.AdGlobalConfigVo
-	AdPlanDetailListReq                                  = pb.AdPlanDetailListReq
-	AdPlanDetailListResp                                 = pb.AdPlanDetailListResp
-	AdPlanDetailVo                                       = pb.AdPlanDetailVo
-	AdPlanListReq                                        = pb.AdPlanListReq
-	AdPlanListResp                                       = pb.AdPlanListResp
-	AdPlanVo                                             = pb.AdPlanVo
-	AnnouncePlanDetailListReq                            = pb.AnnouncePlanDetailListReq
-	AnnouncePlanDetailListResp                           = pb.AnnouncePlanDetailListResp
-	AnnouncePlanDetailVo                                 = pb.AnnouncePlanDetailVo
-	AnnouncePlanListReq                                  = pb.AnnouncePlanListReq
-	AnnouncePlanListResp                                 = pb.AnnouncePlanListResp
-	AnnouncePlanVo                                       = pb.AnnouncePlanVo
-	AreaParamListReq                                     = pb.AreaParamListReq
-	AreaParamListResp                                    = pb.AreaParamListResp
-	AreaParamVo                                          = pb.AreaParamVo
-	BaseReq                                              = pb.BaseReq
-	CommonResult                                         = pb.CommonResult
-	ConfigGetReq                                         = pb.ConfigGetReq
-	DeleteIdResp                                         = pb.DeleteIdResp
-	DeployConfigListReq                                  = pb.DeployConfigListReq
-	DeployConfigListResp                                 = pb.DeployConfigListResp
-	DeployConfigVo                                       = pb.DeployConfigVo
-	DeviceListReq                                        = pb.DeviceListReq
-	DeviceListRes                                        = pb.DeviceListRes
-	DeviceVo                                             = pb.DeviceVo
-	DictGetReq                                           = pb.DictGetReq
-	DictListReq                                          = pb.DictListReq
-	DictListResp                                         = pb.DictListResp
-	DictVo                                               = pb.DictVo
-	Empty                                                = pb.Empty
-	FindSchedulePublishListReq                           = pb.FindSchedulePublishListReq
-	FindSchedulePublishListResp                          = pb.FindSchedulePublishListResp
-	GameCategoryListReq                                  = pb.GameCategoryListReq
-	GameCategoryListRes                                  = pb.GameCategoryListRes
-	GameCategoryReq                                      = pb.GameCategoryReq
-	GameCategoryVo                                       = pb.GameCategoryVo
-	GameCustomerAddResp                                  = pb.GameCustomerAddResp
-	GameCustomerListReq                                  = pb.GameCustomerListReq
-	GameCustomerListRes                                  = pb.GameCustomerListRes
-	GameCustomerVo                                       = pb.GameCustomerVo
-	GameListReq                                          = pb.GameListReq
-	GameListRes                                          = pb.GameListRes
-	GameRankOption                                       = pb.GameRankOption
-	GameRedisHScanByNameReq                              = pb.GameRedisHScanByNameReq
-	GameRedisHScanByNameResp                             = pb.GameRedisHScanByNameResp
-	GameReq                                              = pb.GameReq
-	GameVo                                               = pb.GameVo
-	GlobalParamGetReq                                    = pb.GlobalParamGetReq
-	GlobalParamListReq                                   = pb.GlobalParamListReq
-	GlobalParamListResp                                  = pb.GlobalParamListResp
-	GlobalParamVo                                        = pb.GlobalParamVo
-	I18NVo                                               = pb.I18NVo
-	Ids                                                  = pb.Ids
-	Int64SelectController                                = pb.Int64SelectController
-	IntSelectController                                  = pb.IntSelectController
-	JobBatchListReq                                      = pb.JobBatchListReq
-	JobBatchListResp                                     = pb.JobBatchListResp
-	JobBatchListWithTasksResp                            = pb.JobBatchListWithTasksResp
-	JobBatchVo                                           = pb.JobBatchVo
-	JobBatchWithTasksVo                                  = pb.JobBatchWithTasksVo
-	JobTasksListReq                                      = pb.JobTasksListReq
-	JobTasksListResp                                     = pb.JobTasksListResp
-	JobTasksVo                                           = pb.JobTasksVo
-	MessagePushListReq                                   = pb.MessagePushListReq
-	MessagePushListResp                                  = pb.MessagePushListResp
-	MessagePushVo                                        = pb.MessagePushVo
-	NationalLanguageListReq                              = pb.NationalLanguageListReq
-	NationalLanguageListResp                             = pb.NationalLanguageListResp
-	NationalLanguageVo                                   = pb.NationalLanguageVo
-	OperationLogListReq                                  = pb.OperationLogListReq
-	OperationLogListResp                                 = pb.OperationLogListResp
-	OperationLogVo                                       = pb.OperationLogVo
-	Page                                                 = pb.Page
-	Page_OrderItem                                       = pb.Page_OrderItem
-	ProductActionGroupDisableReq                         = pb.ProductActionGroupDisableReq
-	ProductActionGroupEnableReq                          = pb.ProductActionGroupEnableReq
-	ProductActionGroupListReq                            = pb.ProductActionGroupListReq
-	ProductActionGroupListResp                           = pb.ProductActionGroupListResp
-	ProductActionGroupReq                                = pb.ProductActionGroupReq
-	ProductActionGroupVo                                 = pb.ProductActionGroupVo
-	ProductActionListReq                                 = pb.ProductActionListReq
-	ProductActionListResp                                = pb.ProductActionListResp
-	ProductActionPolicyGroupDisableReq                   = pb.ProductActionPolicyGroupDisableReq
-	ProductActionPolicyGroupEnableReq                    = pb.ProductActionPolicyGroupEnableReq
-	ProductActionPolicyGroupListReq                      = pb.ProductActionPolicyGroupListReq
-	ProductActionPolicyGroupListResp                     = pb.ProductActionPolicyGroupListResp
-	ProductActionPolicyGroupReq                          = pb.ProductActionPolicyGroupReq
-	ProductActionPolicyGroupVo                           = pb.ProductActionPolicyGroupVo
-	ProductActionReq                                     = pb.ProductActionReq
-	ProductActionTypeListReq                             = pb.ProductActionTypeListReq
-	ProductActionTypeListResp                            = pb.ProductActionTypeListResp
-	ProductActionTypeReq                                 = pb.ProductActionTypeReq
-	ProductActionTypeVo                                  = pb.ProductActionTypeVo
-	ProductActionVo                                      = pb.ProductActionVo
-	ProductListReq                                       = pb.ProductListReq
-	ProductListResp                                      = pb.ProductListResp
-	ProductParamGetReq                                   = pb.ProductParamGetReq
-	ProductParamListReq                                  = pb.ProductParamListReq
-	ProductParamListResp                                 = pb.ProductParamListResp
-	ProductParamVo                                       = pb.ProductParamVo
-	ProductVo                                            = pb.ProductVo
-	PublishScheduleDramaReq                              = pb.PublishScheduleDramaReq
-	RelGameRankListReq                                   = pb.RelGameRankListReq
-	RelGameRankListRes                                   = pb.RelGameRankListRes
-	RelGameRankReq                                       = pb.RelGameRankReq
-	RelGameRankVo                                        = pb.RelGameRankVo
-	RelGameVpnGroupListReq                               = pb.RelGameVpnGroupListReq
-	RelGameVpnGroupListRes                               = pb.RelGameVpnGroupListRes
-	RelGameVpnGroupReq                                   = pb.RelGameVpnGroupReq
-	RelGameVpnGroupVo                                    = pb.RelGameVpnGroupVo
-	Request                                              = pb.Request
-	Response                                             = pb.Response
-	ServiceBoxAddReq                                     = pb.ServiceBoxAddReq
-	ServiceBoxAddResp                                    = pb.ServiceBoxAddResp
-	ServiceBoxAddWithDetailsReq                          = pb.ServiceBoxAddWithDetailsReq
-	ServiceBoxAddWithDetailsResp                         = pb.ServiceBoxAddWithDetailsResp
-	ServiceBoxDelReq                                     = pb.ServiceBoxDelReq
-	ServiceBoxGetReq                                     = pb.ServiceBoxGetReq
-	ServiceBoxGetResp                                    = pb.ServiceBoxGetResp
-	ServiceBoxGetWithDetailsReq                          = pb.ServiceBoxGetWithDetailsReq
-	ServiceBoxGetWithDetailsResp                         = pb.ServiceBoxGetWithDetailsResp
-	ServiceBoxListReq                                    = pb.ServiceBoxListReq
-	ServiceBoxListResp                                   = pb.ServiceBoxListResp
-	ServiceBoxListWithDetailsReq                         = pb.ServiceBoxListWithDetailsReq
-	ServiceBoxListWithDetailsResp                        = pb.ServiceBoxListWithDetailsResp
-	ServiceBoxTypesAddReq                                = pb.ServiceBoxTypesAddReq
-	ServiceBoxTypesAddResp                               = pb.ServiceBoxTypesAddResp
-	ServiceBoxTypesDelReq                                = pb.ServiceBoxTypesDelReq
-	ServiceBoxTypesGetReq                                = pb.ServiceBoxTypesGetReq
-	ServiceBoxTypesGetResp                               = pb.ServiceBoxTypesGetResp
-	ServiceBoxTypesListReq                               = pb.ServiceBoxTypesListReq
-	ServiceBoxTypesListResp                              = pb.ServiceBoxTypesListResp
-	ServiceBoxTypesUpdateReq                             = pb.ServiceBoxTypesUpdateReq
-	ServiceBoxTypesUpdateResp                            = pb.ServiceBoxTypesUpdateResp
-	ServiceBoxTypesVo                                    = pb.ServiceBoxTypesVo
-	ServiceBoxUpdateReq                                  = pb.ServiceBoxUpdateReq
-	ServiceBoxUpdateResp                                 = pb.ServiceBoxUpdateResp
-	ServiceBoxUpdateWithDetailsReq                       = pb.ServiceBoxUpdateWithDetailsReq
-	ServiceBoxUpdateWithDetailsResp                      = pb.ServiceBoxUpdateWithDetailsResp
-	ServiceBoxVo                                         = pb.ServiceBoxVo
-	ServiceBoxWithDetailsVo                              = pb.ServiceBoxWithDetailsVo
-	ServiceBoxWithDurationAndDetailsVo                   = pb.ServiceBoxWithDurationAndDetailsVo
-	ServiceBoxWithDurationVo                             = pb.ServiceBoxWithDurationVo
-	ServicePlanAddReq                                    = pb.ServicePlanAddReq
-	ServicePlanAddResp                                   = pb.ServicePlanAddResp
-	ServicePlanAddWithBoxesAndDetailsReq                 = pb.ServicePlanAddWithBoxesAndDetailsReq
-	ServicePlanAddWithBoxesAndDetailsResp                = pb.ServicePlanAddWithBoxesAndDetailsResp
-	ServicePlanAddWithBoxesReq                           = pb.ServicePlanAddWithBoxesReq
-	ServicePlanAddWithBoxesResp                          = pb.ServicePlanAddWithBoxesResp
-	ServicePlanBoxesAddReq                               = pb.ServicePlanBoxesAddReq
-	ServicePlanBoxesAddResp                              = pb.ServicePlanBoxesAddResp
-	ServicePlanBoxesDelReq                               = pb.ServicePlanBoxesDelReq
-	ServicePlanBoxesGetReq                               = pb.ServicePlanBoxesGetReq
-	ServicePlanBoxesGetResp                              = pb.ServicePlanBoxesGetResp
-	ServicePlanBoxesListReq                              = pb.ServicePlanBoxesListReq
-	ServicePlanBoxesListResp                             = pb.ServicePlanBoxesListResp
-	ServicePlanBoxesUpdateReq                            = pb.ServicePlanBoxesUpdateReq
-	ServicePlanBoxesUpdateResp                           = pb.ServicePlanBoxesUpdateResp
-	ServicePlanBoxesVo                                   = pb.ServicePlanBoxesVo
-	ServicePlanChannelAddReq                             = pb.ServicePlanChannelAddReq
-	ServicePlanChannelAddResp                            = pb.ServicePlanChannelAddResp
-	ServicePlanChannelDelReq                             = pb.ServicePlanChannelDelReq
-	ServicePlanChannelGetReq                             = pb.ServicePlanChannelGetReq
-	ServicePlanChannelGetResp                            = pb.ServicePlanChannelGetResp
-	ServicePlanChannelGetWithPlanAndBoxesAndDetailsReq   = pb.ServicePlanChannelGetWithPlanAndBoxesAndDetailsReq
-	ServicePlanChannelGetWithPlanAndBoxesAndDetailsResp  = pb.ServicePlanChannelGetWithPlanAndBoxesAndDetailsResp
-	ServicePlanChannelGetWithPlanAndBoxesReq             = pb.ServicePlanChannelGetWithPlanAndBoxesReq
-	ServicePlanChannelGetWithPlanAndBoxesResp            = pb.ServicePlanChannelGetWithPlanAndBoxesResp
-	ServicePlanChannelGetWithPlanReq                     = pb.ServicePlanChannelGetWithPlanReq
-	ServicePlanChannelGetWithPlanResp                    = pb.ServicePlanChannelGetWithPlanResp
-	ServicePlanChannelListReq                            = pb.ServicePlanChannelListReq
-	ServicePlanChannelListResp                           = pb.ServicePlanChannelListResp
-	ServicePlanChannelListWithPlanAndBoxesAndDetailsReq  = pb.ServicePlanChannelListWithPlanAndBoxesAndDetailsReq
-	ServicePlanChannelListWithPlanAndBoxesAndDetailsResp = pb.ServicePlanChannelListWithPlanAndBoxesAndDetailsResp
-	ServicePlanChannelListWithPlanAndBoxesReq            = pb.ServicePlanChannelListWithPlanAndBoxesReq
-	ServicePlanChannelListWithPlanAndBoxesResp           = pb.ServicePlanChannelListWithPlanAndBoxesResp
-	ServicePlanChannelListWithPlanReq                    = pb.ServicePlanChannelListWithPlanReq
-	ServicePlanChannelListWithPlanResp                   = pb.ServicePlanChannelListWithPlanResp
-	ServicePlanChannelUpdateReq                          = pb.ServicePlanChannelUpdateReq
-	ServicePlanChannelUpdateResp                         = pb.ServicePlanChannelUpdateResp
-	ServicePlanChannelVo                                 = pb.ServicePlanChannelVo
-	ServicePlanChannelWithPlanAndBoxesAndDetailsVo       = pb.ServicePlanChannelWithPlanAndBoxesAndDetailsVo
-	ServicePlanChannelWithPlanAndBoxesVo                 = pb.ServicePlanChannelWithPlanAndBoxesVo
-	ServicePlanChannelWithPlanVo                         = pb.ServicePlanChannelWithPlanVo
-	ServicePlanDelReq                                    = pb.ServicePlanDelReq
-	ServicePlanGetReq                                    = pb.ServicePlanGetReq
-	ServicePlanGetResp                                   = pb.ServicePlanGetResp
-	ServicePlanGetWithBoxesAndDetailsReq                 = pb.ServicePlanGetWithBoxesAndDetailsReq
-	ServicePlanGetWithBoxesAndDetailsResp                = pb.ServicePlanGetWithBoxesAndDetailsResp
-	ServicePlanGetWithBoxesReq                           = pb.ServicePlanGetWithBoxesReq
-	ServicePlanGetWithBoxesResp                          = pb.ServicePlanGetWithBoxesResp
-	ServicePlanListReq                                   = pb.ServicePlanListReq
-	ServicePlanListResp                                  = pb.ServicePlanListResp
-	ServicePlanListWithBoxesAndDetailsReq                = pb.ServicePlanListWithBoxesAndDetailsReq
-	ServicePlanListWithBoxesAndDetailsResp               = pb.ServicePlanListWithBoxesAndDetailsResp
-	ServicePlanListWithBoxesReq                          = pb.ServicePlanListWithBoxesReq
-	ServicePlanListWithBoxesResp                         = pb.ServicePlanListWithBoxesResp
-	ServicePlanUpdateReq                                 = pb.ServicePlanUpdateReq
-	ServicePlanUpdateResp                                = pb.ServicePlanUpdateResp
-	ServicePlanUpdateWithBoxesAndDetailsReq              = pb.ServicePlanUpdateWithBoxesAndDetailsReq
-	ServicePlanUpdateWithBoxesAndDetailsResp             = pb.ServicePlanUpdateWithBoxesAndDetailsResp
-	ServicePlanUpdateWithBoxesReq                        = pb.ServicePlanUpdateWithBoxesReq
-	ServicePlanUpdateWithBoxesResp                       = pb.ServicePlanUpdateWithBoxesResp
-	ServicePlanVo                                        = pb.ServicePlanVo
-	ServicePlanWithBoxesAndDetailsVo                     = pb.ServicePlanWithBoxesAndDetailsVo
-	ServicePlanWithBoxesVo                               = pb.ServicePlanWithBoxesVo
-	ServiceTypesAddReq                                   = pb.ServiceTypesAddReq
-	ServiceTypesAddResp                                  = pb.ServiceTypesAddResp
-	ServiceTypesDelReq                                   = pb.ServiceTypesDelReq
-	ServiceTypesGetReq                                   = pb.ServiceTypesGetReq
-	ServiceTypesGetResp                                  = pb.ServiceTypesGetResp
-	ServiceTypesGetWithValueReq                          = pb.ServiceTypesGetWithValueReq
-	ServiceTypesGetWithValueResp                         = pb.ServiceTypesGetWithValueResp
-	ServiceTypesListReq                                  = pb.ServiceTypesListReq
-	ServiceTypesListResp                                 = pb.ServiceTypesListResp
-	ServiceTypesListWithValueReq                         = pb.ServiceTypesListWithValueReq
-	ServiceTypesListWithValueResp                        = pb.ServiceTypesListWithValueResp
-	ServiceTypesUpdateReq                                = pb.ServiceTypesUpdateReq
-	ServiceTypesUpdateResp                               = pb.ServiceTypesUpdateResp
-	ServiceTypesVo                                       = pb.ServiceTypesVo
-	ServiceTypesWithValueVo                              = pb.ServiceTypesWithValueVo
-	SetTotalStatsReq                                     = pb.SetTotalStatsReq
-	ShortDramaCheckNameReq                               = pb.ShortDramaCheckNameReq
-	ShortDramaCheckNameResp                              = pb.ShortDramaCheckNameResp
-	ShortDramaCopyrightInfoVo                            = pb.ShortDramaCopyrightInfoVo
-	ShortDramaEpisodeBatchAddReq                         = pb.ShortDramaEpisodeBatchAddReq
-	ShortDramaEpisodeBatchRefreshUpdateTimeReq           = pb.ShortDramaEpisodeBatchRefreshUpdateTimeReq
-	ShortDramaEpisodeCountReq                            = pb.ShortDramaEpisodeCountReq
-	ShortDramaEpisodeCountResp                           = pb.ShortDramaEpisodeCountResp
-	ShortDramaEpisodeCountVo                             = pb.ShortDramaEpisodeCountVo
-	ShortDramaEpisodeGetReq                              = pb.ShortDramaEpisodeGetReq
-	ShortDramaEpisodeListReq                             = pb.ShortDramaEpisodeListReq
-	ShortDramaEpisodeListResp                            = pb.ShortDramaEpisodeListResp
-	ShortDramaEpisodeVo                                  = pb.ShortDramaEpisodeVo
-	ShortDramaFindIdsWithCopyrightResp                   = pb.ShortDramaFindIdsWithCopyrightResp
-	ShortDramaGetReq                                     = pb.ShortDramaGetReq
-	ShortDramaLanguageListReq                            = pb.ShortDramaLanguageListReq
-	ShortDramaLanguageListResp                           = pb.ShortDramaLanguageListResp
-	ShortDramaLanguageVo                                 = pb.ShortDramaLanguageVo
-	ShortDramaListReq                                    = pb.ShortDramaListReq
-	ShortDramaListResp                                   = pb.ShortDramaListResp
-	ShortDramaStatsPlaysTotalListReq                     = pb.ShortDramaStatsPlaysTotalListReq
-	ShortDramaStatsPlaysTotalListResp                    = pb.ShortDramaStatsPlaysTotalListResp
-	ShortDramaStatsPlaysTotalVo                          = pb.ShortDramaStatsPlaysTotalVo
-	ShortDramaUpdateModifierReq                          = pb.ShortDramaUpdateModifierReq
-	ShortDramaUpdateReleaseRegionsReq                    = pb.ShortDramaUpdateReleaseRegionsReq
-	ShortDramaVo                                         = pb.ShortDramaVo
-	StringSelectController                               = pb.StringSelectController
-	SysPermGetReq                                        = pb.SysPermGetReq
-	SysPermListReq                                       = pb.SysPermListReq
-	SysPermListResp                                      = pb.SysPermListResp
-	SysPermRule                                          = pb.SysPermRule
-	SysPermVo                                            = pb.SysPermVo
-	SysRoleGetReq                                        = pb.SysRoleGetReq
-	SysRoleListReq                                       = pb.SysRoleListReq
-	SysRoleListResp                                      = pb.SysRoleListResp
-	SysRoleListWithPermsResp                             = pb.SysRoleListWithPermsResp
-	SysRolePermGetReq                                    = pb.SysRolePermGetReq
-	SysRolePermListReq                                   = pb.SysRolePermListReq
-	SysRolePermListResp                                  = pb.SysRolePermListResp
-	SysRolePermVo                                        = pb.SysRolePermVo
-	SysRoleVo                                            = pb.SysRoleVo
-	SysRoleWithPermIds                                   = pb.SysRoleWithPermIds
-	SysRoleWithPerms                                     = pb.SysRoleWithPerms
-	SysUserGetReq                                        = pb.SysUserGetReq
-	SysUserListReq                                       = pb.SysUserListReq
-	SysUserListResp                                      = pb.SysUserListResp
-	SysUserListWithRolesAndPermsResp                     = pb.SysUserListWithRolesAndPermsResp
-	SysUserPermGetReq                                    = pb.SysUserPermGetReq
-	SysUserPermListReq                                   = pb.SysUserPermListReq
-	SysUserPermListResp                                  = pb.SysUserPermListResp
-	SysUserPermVo                                        = pb.SysUserPermVo
-	SysUserRoleGetReq                                    = pb.SysUserRoleGetReq
-	SysUserRoleListReq                                   = pb.SysUserRoleListReq
-	SysUserRoleListResp                                  = pb.SysUserRoleListResp
-	SysUserRoleVo                                        = pb.SysUserRoleVo
-	SysUserVo                                            = pb.SysUserVo
-	SysUserWithRoleIdsAndPermRules                       = pb.SysUserWithRoleIdsAndPermRules
-	SysUserWithRolesAndPerms                             = pb.SysUserWithRolesAndPerms
-	TimeRange                                            = pb.TimeRange
-	TipGetReq                                            = pb.TipGetReq
-	TipListReq                                           = pb.TipListReq
-	TipListResp                                          = pb.TipListResp
-	TipVo                                                = pb.TipVo
-	TransactionOperation                                 = pb.TransactionOperation
-	TransactionReq                                       = pb.TransactionReq
-	UpgradePkgPlanDetailListReq                          = pb.UpgradePkgPlanDetailListReq
-	UpgradePkgPlanDetailListResp                         = pb.UpgradePkgPlanDetailListResp
-	UpgradePkgPlanDetailVo                               = pb.UpgradePkgPlanDetailVo
-	UpgradePkgPlanListReq                                = pb.UpgradePkgPlanListReq
-	UpgradePkgPlanListResp                               = pb.UpgradePkgPlanListResp
-	UpgradePkgPlanVo                                     = pb.UpgradePkgPlanVo
-	UpgradeResPlanDetailListReq                          = pb.UpgradeResPlanDetailListReq
-	UpgradeResPlanDetailListResp                         = pb.UpgradeResPlanDetailListResp
-	UpgradeResPlanDetailVo                               = pb.UpgradeResPlanDetailVo
-	UpgradeResPlanListReq                                = pb.UpgradeResPlanListReq
-	UpgradeResPlanListResp                               = pb.UpgradeResPlanListResp
-	UpgradeResPlanVo                                     = pb.UpgradeResPlanVo
-	UserAddReq                                           = pb.UserAddReq
-	UserAddResp                                          = pb.UserAddResp
-	UserAppConfigGetReq                                  = pb.UserAppConfigGetReq
-	UserAppConfigListReq                                 = pb.UserAppConfigListReq
-	UserAppConfigListRes                                 = pb.UserAppConfigListRes
-	UserAppConfigVo                                      = pb.UserAppConfigVo
-	UserCredentialAddReq                                 = pb.UserCredentialAddReq
-	UserCredentialAddResp                                = pb.UserCredentialAddResp
-	UserCredentialDelReq                                 = pb.UserCredentialDelReq
-	UserCredentialGetReq                                 = pb.UserCredentialGetReq
-	UserCredentialGetResp                                = pb.UserCredentialGetResp
-	UserCredentialListReq                                = pb.UserCredentialListReq
-	UserCredentialListResp                               = pb.UserCredentialListResp
-	UserCredentialUpdateReq                              = pb.UserCredentialUpdateReq
-	UserCredentialUpdateResp                             = pb.UserCredentialUpdateResp
-	UserCredentialVo                                     = pb.UserCredentialVo
-	UserDelReq                                           = pb.UserDelReq
-	UserDeviceAddReq                                     = pb.UserDeviceAddReq
-	UserDeviceAddResp                                    = pb.UserDeviceAddResp
-	UserDeviceDelReq                                     = pb.UserDeviceDelReq
-	UserDeviceGetReq                                     = pb.UserDeviceGetReq
-	UserDeviceGetResp                                    = pb.UserDeviceGetResp
-	UserDeviceListReq                                    = pb.UserDeviceListReq
-	UserDeviceListResp                                   = pb.UserDeviceListResp
-	UserDeviceUpdateReq                                  = pb.UserDeviceUpdateReq
-	UserDeviceUpdateResp                                 = pb.UserDeviceUpdateResp
-	UserDeviceVo                                         = pb.UserDeviceVo
-	UserGetReq                                           = pb.UserGetReq
-	UserGetResp                                          = pb.UserGetResp
-	UserListReq                                          = pb.UserListReq
-	UserListResp                                         = pb.UserListResp
-	UserServiceAddReq                                    = pb.UserServiceAddReq
-	UserServiceAddResp                                   = pb.UserServiceAddResp
-	UserServiceDelReq                                    = pb.UserServiceDelReq
-	UserServiceGetReq                                    = pb.UserServiceGetReq
-	UserServiceGetResp                                   = pb.UserServiceGetResp
-	UserServiceListReq                                   = pb.UserServiceListReq
-	UserServiceListResp                                  = pb.UserServiceListResp
-	UserServiceUpdateReq                                 = pb.UserServiceUpdateReq
-	UserServiceUpdateResp                                = pb.UserServiceUpdateResp
-	UserServiceVo                                        = pb.UserServiceVo
-	UserTestAddReq                                       = pb.UserTestAddReq
-	UserTestAddResp                                      = pb.UserTestAddResp
-	UserTestDelReq                                       = pb.UserTestDelReq
-	UserTestGetReq                                       = pb.UserTestGetReq
-	UserTestGetResp                                      = pb.UserTestGetResp
-	UserTestListReq                                      = pb.UserTestListReq
-	UserTestListResp                                     = pb.UserTestListResp
-	UserTestUpdateReq                                    = pb.UserTestUpdateReq
-	UserTestUpdateResp                                   = pb.UserTestUpdateResp
-	UserTestVo                                           = pb.UserTestVo
-	UserUpdateReq                                        = pb.UserUpdateReq
-	UserUpdateResp                                       = pb.UserUpdateResp
-	UserVo                                               = pb.UserVo
-	UserWhiteAddReq                                      = pb.UserWhiteAddReq
-	UserWhiteAddResp                                     = pb.UserWhiteAddResp
-	UserWhiteDelReq                                      = pb.UserWhiteDelReq
-	UserWhiteGetReq                                      = pb.UserWhiteGetReq
-	UserWhiteGetResp                                     = pb.UserWhiteGetResp
-	UserWhiteListReq                                     = pb.UserWhiteListReq
-	UserWhiteListResp                                    = pb.UserWhiteListResp
-	UserWhiteUpdateReq                                   = pb.UserWhiteUpdateReq
-	UserWhiteUpdateResp                                  = pb.UserWhiteUpdateResp
-	UserWhiteVo                                          = pb.UserWhiteVo
-	VpnConfigTemplatePlanAddReq                          = pb.VpnConfigTemplatePlanAddReq
-	VpnConfigTemplatePlanAddResp                         = pb.VpnConfigTemplatePlanAddResp
-	VpnConfigTemplatePlanDelReq                          = pb.VpnConfigTemplatePlanDelReq
-	VpnConfigTemplatePlanDetailAddReq                    = pb.VpnConfigTemplatePlanDetailAddReq
-	VpnConfigTemplatePlanDetailAddResp                   = pb.VpnConfigTemplatePlanDetailAddResp
-	VpnConfigTemplatePlanDetailDelReq                    = pb.VpnConfigTemplatePlanDetailDelReq
-	VpnConfigTemplatePlanDetailGetReq                    = pb.VpnConfigTemplatePlanDetailGetReq
-	VpnConfigTemplatePlanDetailGetResp                   = pb.VpnConfigTemplatePlanDetailGetResp
-	VpnConfigTemplatePlanDetailListReq                   = pb.VpnConfigTemplatePlanDetailListReq
-	VpnConfigTemplatePlanDetailListResp                  = pb.VpnConfigTemplatePlanDetailListResp
-	VpnConfigTemplatePlanDetailUpdateReq                 = pb.VpnConfigTemplatePlanDetailUpdateReq
-	VpnConfigTemplatePlanDetailUpdateResp                = pb.VpnConfigTemplatePlanDetailUpdateResp
-	VpnConfigTemplatePlanDetailVo                        = pb.VpnConfigTemplatePlanDetailVo
-	VpnConfigTemplatePlanGetReq                          = pb.VpnConfigTemplatePlanGetReq
-	VpnConfigTemplatePlanGetResp                         = pb.VpnConfigTemplatePlanGetResp
-	VpnConfigTemplatePlanListReq                         = pb.VpnConfigTemplatePlanListReq
-	VpnConfigTemplatePlanListResp                        = pb.VpnConfigTemplatePlanListResp
-	VpnConfigTemplatePlanUpdateReq                       = pb.VpnConfigTemplatePlanUpdateReq
-	VpnConfigTemplatePlanUpdateResp                      = pb.VpnConfigTemplatePlanUpdateResp
-	VpnConfigTemplatePlanVo                              = pb.VpnConfigTemplatePlanVo
-	VpnGroupAddReq                                       = pb.VpnGroupAddReq
-	VpnGroupBatchAddReq                                  = pb.VpnGroupBatchAddReq
-	VpnGroupBatchAddResp                                 = pb.VpnGroupBatchAddResp
-	VpnGroupBatchDelReq                                  = pb.VpnGroupBatchDelReq
-	VpnGroupBatchUpdateReq                               = pb.VpnGroupBatchUpdateReq
-	VpnGroupBatchUpdateResp                              = pb.VpnGroupBatchUpdateResp
-	VpnGroupExVo                                         = pb.VpnGroupExVo
-	VpnGroupGetReq                                       = pb.VpnGroupGetReq
-	VpnGroupListReq                                      = pb.VpnGroupListReq
-	VpnGroupListResp                                     = pb.VpnGroupListResp
-	VpnGroupTagListReq                                   = pb.VpnGroupTagListReq
-	VpnGroupTagListResp                                  = pb.VpnGroupTagListResp
-	VpnGroupTagVo                                        = pb.VpnGroupTagVo
-	VpnGroupVo                                           = pb.VpnGroupVo
-	VpnLocationBatchAddReq                               = pb.VpnLocationBatchAddReq
-	VpnLocationBatchAddResp                              = pb.VpnLocationBatchAddResp
-	VpnLocationBatchDelReq                               = pb.VpnLocationBatchDelReq
-	VpnLocationBatchUpdateReq                            = pb.VpnLocationBatchUpdateReq
-	VpnLocationBatchUpdateResp                           = pb.VpnLocationBatchUpdateResp
-	VpnLocationExVo                                      = pb.VpnLocationExVo
-	VpnLocationGetReq                                    = pb.VpnLocationGetReq
-	VpnLocationListReq                                   = pb.VpnLocationListReq
-	VpnLocationListResp                                  = pb.VpnLocationListResp
-	VpnLocationServerCountReq                            = pb.VpnLocationServerCountReq
-	VpnLocationServerCountResp                           = pb.VpnLocationServerCountResp
-	VpnLocationServerCountVo                             = pb.VpnLocationServerCountVo
-	VpnLocationVo                                        = pb.VpnLocationVo
-	VpnProbeTaskListReq                                  = pb.VpnProbeTaskListReq
-	VpnProbeTaskListResp                                 = pb.VpnProbeTaskListResp
-	VpnProbeTaskVo                                       = pb.VpnProbeTaskVo
-	VpnServerAddReq                                      = pb.VpnServerAddReq
-	VpnServerBatchAddReq                                 = pb.VpnServerBatchAddReq
-	VpnServerBatchAddResp                                = pb.VpnServerBatchAddResp
-	VpnServerBatchDelReq                                 = pb.VpnServerBatchDelReq
-	VpnServerBatchUpdateReq                              = pb.VpnServerBatchUpdateReq
-	VpnServerBatchUpdateResp                             = pb.VpnServerBatchUpdateResp
-	VpnServerExListResp                                  = pb.VpnServerExListResp
-	VpnServerExVo                                        = pb.VpnServerExVo
-	VpnServerListReq                                     = pb.VpnServerListReq
-	VpnServerListResp                                    = pb.VpnServerListResp
-	VpnServerLocationListReq                             = pb.VpnServerLocationListReq
-	VpnServerLocationListResp                            = pb.VpnServerLocationListResp
-	VpnServerLocationVo                                  = pb.VpnServerLocationVo
-	VpnServerVo                                          = pb.VpnServerVo
-	VpnTagBatchAddReq                                    = pb.VpnTagBatchAddReq
-	VpnTagBatchAddResp                                   = pb.VpnTagBatchAddResp
-	VpnTagBatchDelReq                                    = pb.VpnTagBatchDelReq
-	VpnTagBatchUpdateReq                                 = pb.VpnTagBatchUpdateReq
-	VpnTagBatchUpdateResp                                = pb.VpnTagBatchUpdateResp
-	VpnTagGetReq                                         = pb.VpnTagGetReq
-	VpnTagListReq                                        = pb.VpnTagListReq
-	VpnTagListResp                                       = pb.VpnTagListResp
-	VpnTagVo                                             = pb.VpnTagVo
-	VpnWithIPAndPortReq                                  = pb.VpnWithIPAndPortReq
-	VpnWithIPAndPortResp                                 = pb.VpnWithIPAndPortResp
-	VpnipAddReq                                          = pb.VpnipAddReq
-	VpnipAddResp                                         = pb.VpnipAddResp
-	VpnipBatchAddReq                                     = pb.VpnipBatchAddReq
-	VpnipBatchAddResp                                    = pb.VpnipBatchAddResp
-	VpnipBatchUpdateReq                                  = pb.VpnipBatchUpdateReq
-	VpnipBatchUpdateResp                                 = pb.VpnipBatchUpdateResp
-	VpnipBindAddReq                                      = pb.VpnipBindAddReq
-	VpnipBindAddResp                                     = pb.VpnipBindAddResp
-	VpnipBindBatchAddReq                                 = pb.VpnipBindBatchAddReq
-	VpnipBindBatchAddResp                                = pb.VpnipBindBatchAddResp
-	VpnipBindBatchUpdateReq                              = pb.VpnipBindBatchUpdateReq
-	VpnipBindBatchUpdateResp                             = pb.VpnipBindBatchUpdateResp
-	VpnipBindGetReq                                      = pb.VpnipBindGetReq
-	VpnipBindGetResp                                     = pb.VpnipBindGetResp
-	VpnipBindListReq                                     = pb.VpnipBindListReq
-	VpnipBindListResp                                    = pb.VpnipBindListResp
-	VpnipBindUpdateReq                                   = pb.VpnipBindUpdateReq
-	VpnipBindUpdateResp                                  = pb.VpnipBindUpdateResp
-	VpnipBindVo                                          = pb.VpnipBindVo
-	VpnipExAddReq                                        = pb.VpnipExAddReq
-	VpnipExAddResp                                       = pb.VpnipExAddResp
-	VpnipExBatchAddReq                                   = pb.VpnipExBatchAddReq
-	VpnipExBatchAddResp                                  = pb.VpnipExBatchAddResp
-	VpnipExBatchUpdateReq                                = pb.VpnipExBatchUpdateReq
-	VpnipExBatchUpdateResp                               = pb.VpnipExBatchUpdateResp
-	VpnipExGetResp                                       = pb.VpnipExGetResp
-	VpnipExListResp                                      = pb.VpnipExListResp
-	VpnipExUpdateReq                                     = pb.VpnipExUpdateReq
-	VpnipExUpdateResp                                    = pb.VpnipExUpdateResp
-	VpnipExVo                                            = pb.VpnipExVo
-	VpnipGetReq                                          = pb.VpnipGetReq
-	VpnipGetResp                                         = pb.VpnipGetResp
-	VpnipListReq                                         = pb.VpnipListReq
-	VpnipListResp                                        = pb.VpnipListResp
-	VpnipRangeAddReq                                     = pb.VpnipRangeAddReq
-	VpnipRangeAddResp                                    = pb.VpnipRangeAddResp
-	VpnipRangeBatchAddReq                                = pb.VpnipRangeBatchAddReq
-	VpnipRangeBatchAddResp                               = pb.VpnipRangeBatchAddResp
-	VpnipRangeBatchUpdateReq                             = pb.VpnipRangeBatchUpdateReq
-	VpnipRangeBatchUpdateResp                            = pb.VpnipRangeBatchUpdateResp
-	VpnipRangeExAddReq                                   = pb.VpnipRangeExAddReq
-	VpnipRangeExAddResp                                  = pb.VpnipRangeExAddResp
-	VpnipRangeExBatchAddReq                              = pb.VpnipRangeExBatchAddReq
-	VpnipRangeExBatchAddResp                             = pb.VpnipRangeExBatchAddResp
-	VpnipRangeExBatchUpdateReq                           = pb.VpnipRangeExBatchUpdateReq
-	VpnipRangeExBatchUpdateResp                          = pb.VpnipRangeExBatchUpdateResp
-	VpnipRangeExGetResp                                  = pb.VpnipRangeExGetResp
-	VpnipRangeExListResp                                 = pb.VpnipRangeExListResp
-	VpnipRangeExUpdateReq                                = pb.VpnipRangeExUpdateReq
-	VpnipRangeExUpdateResp                               = pb.VpnipRangeExUpdateResp
-	VpnipRangeExVo                                       = pb.VpnipRangeExVo
-	VpnipRangeGetReq                                     = pb.VpnipRangeGetReq
-	VpnipRangeGetResp                                    = pb.VpnipRangeGetResp
-	VpnipRangeListReq                                    = pb.VpnipRangeListReq
-	VpnipRangeListResp                                   = pb.VpnipRangeListResp
-	VpnipRangeUpdateReq                                  = pb.VpnipRangeUpdateReq
-	VpnipRangeUpdateResp                                 = pb.VpnipRangeUpdateResp
-	VpnipRangeVo                                         = pb.VpnipRangeVo
-	VpnipUpdateReq                                       = pb.VpnipUpdateReq
-	VpnipUpdateResp                                      = pb.VpnipUpdateResp
-	VpnipVo                                              = pb.VpnipVo
-	VpnipWalledAddReq                                    = pb.VpnipWalledAddReq
-	VpnipWalledAddResp                                   = pb.VpnipWalledAddResp
-	VpnipWalledBatchAddReq                               = pb.VpnipWalledBatchAddReq
-	VpnipWalledBatchAddResp                              = pb.VpnipWalledBatchAddResp
-	VpnipWalledBatchUpdateReq                            = pb.VpnipWalledBatchUpdateReq
-	VpnipWalledBatchUpdateResp                           = pb.VpnipWalledBatchUpdateResp
-	VpnipWalledGetReq                                    = pb.VpnipWalledGetReq
-	VpnipWalledGetResp                                   = pb.VpnipWalledGetResp
-	VpnipWalledListReq                                   = pb.VpnipWalledListReq
-	VpnipWalledListResp                                  = pb.VpnipWalledListResp
-	VpnipWalledUpdateReq                                 = pb.VpnipWalledUpdateReq
-	VpnipWalledUpdateResp                                = pb.VpnipWalledUpdateResp
-	VpnipWalledVo                                        = pb.VpnipWalledVo
+	AccountDeviceListReq                       = pb.AccountDeviceListReq
+	AccountDeviceListResp                      = pb.AccountDeviceListResp
+	AccountDeviceVo                            = pb.AccountDeviceVo
+	AccountListReq                             = pb.AccountListReq
+	AccountListResp                            = pb.AccountListResp
+	AccountVo                                  = pb.AccountVo
+	AdGlobalConfigGetReq                       = pb.AdGlobalConfigGetReq
+	AdGlobalConfigVo                           = pb.AdGlobalConfigVo
+	AdPlanDetailListReq                        = pb.AdPlanDetailListReq
+	AdPlanDetailListResp                       = pb.AdPlanDetailListResp
+	AdPlanDetailVo                             = pb.AdPlanDetailVo
+	AdPlanListReq                              = pb.AdPlanListReq
+	AdPlanListResp                             = pb.AdPlanListResp
+	AdPlanVo                                   = pb.AdPlanVo
+	AnnouncePlanDetailListReq                  = pb.AnnouncePlanDetailListReq
+	AnnouncePlanDetailListResp                 = pb.AnnouncePlanDetailListResp
+	AnnouncePlanDetailVo                       = pb.AnnouncePlanDetailVo
+	AnnouncePlanListReq                        = pb.AnnouncePlanListReq
+	AnnouncePlanListResp                       = pb.AnnouncePlanListResp
+	AnnouncePlanVo                             = pb.AnnouncePlanVo
+	AreaParamListReq                           = pb.AreaParamListReq
+	AreaParamListResp                          = pb.AreaParamListResp
+	AreaParamVo                                = pb.AreaParamVo
+	BaseReq                                    = pb.BaseReq
+	CommonResult                               = pb.CommonResult
+	ConfigGetReq                               = pb.ConfigGetReq
+	DeleteIdResp                               = pb.DeleteIdResp
+	DeployConfigListReq                        = pb.DeployConfigListReq
+	DeployConfigListResp                       = pb.DeployConfigListResp
+	DeployConfigVo                             = pb.DeployConfigVo
+	DeviceListReq                              = pb.DeviceListReq
+	DeviceListRes                              = pb.DeviceListRes
+	DeviceVo                                   = pb.DeviceVo
+	DictGetReq                                 = pb.DictGetReq
+	DictListReq                                = pb.DictListReq
+	DictListResp                               = pb.DictListResp
+	DictVo                                     = pb.DictVo
+	Empty                                      = pb.Empty
+	FindSchedulePublishListReq                 = pb.FindSchedulePublishListReq
+	FindSchedulePublishListResp                = pb.FindSchedulePublishListResp
+	GameCategoryListReq                        = pb.GameCategoryListReq
+	GameCategoryListRes                        = pb.GameCategoryListRes
+	GameCategoryReq                            = pb.GameCategoryReq
+	GameCategoryVo                             = pb.GameCategoryVo
+	GameCustomerAddResp                        = pb.GameCustomerAddResp
+	GameCustomerListReq                        = pb.GameCustomerListReq
+	GameCustomerListRes                        = pb.GameCustomerListRes
+	GameCustomerVo                             = pb.GameCustomerVo
+	GameListReq                                = pb.GameListReq
+	GameListRes                                = pb.GameListRes
+	GameRankOption                             = pb.GameRankOption
+	GameRedisHScanByNameReq                    = pb.GameRedisHScanByNameReq
+	GameRedisHScanByNameResp                   = pb.GameRedisHScanByNameResp
+	GameReq                                    = pb.GameReq
+	GameVo                                     = pb.GameVo
+	GlobalParamGetReq                          = pb.GlobalParamGetReq
+	GlobalParamListReq                         = pb.GlobalParamListReq
+	GlobalParamListResp                        = pb.GlobalParamListResp
+	GlobalParamVo                              = pb.GlobalParamVo
+	I18NVo                                     = pb.I18NVo
+	Ids                                        = pb.Ids
+	Int64SelectController                      = pb.Int64SelectController
+	IntSelectController                        = pb.IntSelectController
+	JobBatchListReq                            = pb.JobBatchListReq
+	JobBatchListResp                           = pb.JobBatchListResp
+	JobBatchListWithTasksResp                  = pb.JobBatchListWithTasksResp
+	JobBatchVo                                 = pb.JobBatchVo
+	JobBatchWithTasksVo                        = pb.JobBatchWithTasksVo
+	JobTasksListReq                            = pb.JobTasksListReq
+	JobTasksListResp                           = pb.JobTasksListResp
+	JobTasksVo                                 = pb.JobTasksVo
+	MessagePushListReq                         = pb.MessagePushListReq
+	MessagePushListResp                        = pb.MessagePushListResp
+	MessagePushVo                              = pb.MessagePushVo
+	NationalLanguageListReq                    = pb.NationalLanguageListReq
+	NationalLanguageListResp                   = pb.NationalLanguageListResp
+	NationalLanguageVo                         = pb.NationalLanguageVo
+	OperationLogListReq                        = pb.OperationLogListReq
+	OperationLogListResp                       = pb.OperationLogListResp
+	OperationLogVo                             = pb.OperationLogVo
+	Page                                       = pb.Page
+	Page_OrderItem                             = pb.Page_OrderItem
+	ProductActionGroupDisableReq               = pb.ProductActionGroupDisableReq
+	ProductActionGroupEnableReq                = pb.ProductActionGroupEnableReq
+	ProductActionGroupListReq                  = pb.ProductActionGroupListReq
+	ProductActionGroupListResp                 = pb.ProductActionGroupListResp
+	ProductActionGroupReq                      = pb.ProductActionGroupReq
+	ProductActionGroupVo                       = pb.ProductActionGroupVo
+	ProductActionListReq                       = pb.ProductActionListReq
+	ProductActionListResp                      = pb.ProductActionListResp
+	ProductActionPolicyGroupDisableReq         = pb.ProductActionPolicyGroupDisableReq
+	ProductActionPolicyGroupEnableReq          = pb.ProductActionPolicyGroupEnableReq
+	ProductActionPolicyGroupListReq            = pb.ProductActionPolicyGroupListReq
+	ProductActionPolicyGroupListResp           = pb.ProductActionPolicyGroupListResp
+	ProductActionPolicyGroupReq                = pb.ProductActionPolicyGroupReq
+	ProductActionPolicyGroupVo                 = pb.ProductActionPolicyGroupVo
+	ProductActionReq                           = pb.ProductActionReq
+	ProductActionTypeListReq                   = pb.ProductActionTypeListReq
+	ProductActionTypeListResp                  = pb.ProductActionTypeListResp
+	ProductActionTypeReq                       = pb.ProductActionTypeReq
+	ProductActionTypeVo                        = pb.ProductActionTypeVo
+	ProductActionVo                            = pb.ProductActionVo
+	ProductListReq                             = pb.ProductListReq
+	ProductListResp                            = pb.ProductListResp
+	ProductParamGetReq                         = pb.ProductParamGetReq
+	ProductParamListReq                        = pb.ProductParamListReq
+	ProductParamListResp                       = pb.ProductParamListResp
+	ProductParamVo                             = pb.ProductParamVo
+	ProductVo                                  = pb.ProductVo
+	PublishScheduleDramaReq                    = pb.PublishScheduleDramaReq
+	RelGameRankListReq                         = pb.RelGameRankListReq
+	RelGameRankListRes                         = pb.RelGameRankListRes
+	RelGameRankReq                             = pb.RelGameRankReq
+	RelGameRankVo                              = pb.RelGameRankVo
+	RelGameVpnGroupListReq                     = pb.RelGameVpnGroupListReq
+	RelGameVpnGroupListRes                     = pb.RelGameVpnGroupListRes
+	RelGameVpnGroupReq                         = pb.RelGameVpnGroupReq
+	RelGameVpnGroupVo                          = pb.RelGameVpnGroupVo
+	Request                                    = pb.Request
+	Response                                   = pb.Response
+	ServiceBoxAddReq                           = pb.ServiceBoxAddReq
+	ServiceBoxAddResp                          = pb.ServiceBoxAddResp
+	ServiceBoxAddWithDetailsReq                = pb.ServiceBoxAddWithDetailsReq
+	ServiceBoxAddWithDetailsResp               = pb.ServiceBoxAddWithDetailsResp
+	ServiceBoxDelReq                           = pb.ServiceBoxDelReq
+	ServiceBoxGetReq                           = pb.ServiceBoxGetReq
+	ServiceBoxGetResp                          = pb.ServiceBoxGetResp
+	ServiceBoxGetWithDetailsReq                = pb.ServiceBoxGetWithDetailsReq
+	ServiceBoxGetWithDetailsResp               = pb.ServiceBoxGetWithDetailsResp
+	ServiceBoxListReq                          = pb.ServiceBoxListReq
+	ServiceBoxListResp                         = pb.ServiceBoxListResp
+	ServiceBoxTypesAddReq                      = pb.ServiceBoxTypesAddReq
+	ServiceBoxTypesAddResp                     = pb.ServiceBoxTypesAddResp
+	ServiceBoxTypesDelReq                      = pb.ServiceBoxTypesDelReq
+	ServiceBoxTypesGetReq                      = pb.ServiceBoxTypesGetReq
+	ServiceBoxTypesGetResp                     = pb.ServiceBoxTypesGetResp
+	ServiceBoxTypesListReq                     = pb.ServiceBoxTypesListReq
+	ServiceBoxTypesListResp                    = pb.ServiceBoxTypesListResp
+	ServiceBoxTypesUpdateReq                   = pb.ServiceBoxTypesUpdateReq
+	ServiceBoxTypesUpdateResp                  = pb.ServiceBoxTypesUpdateResp
+	ServiceBoxTypesVo                          = pb.ServiceBoxTypesVo
+	ServiceBoxUpdateReq                        = pb.ServiceBoxUpdateReq
+	ServiceBoxUpdateResp                       = pb.ServiceBoxUpdateResp
+	ServiceBoxUpdateWithDetailsReq             = pb.ServiceBoxUpdateWithDetailsReq
+	ServiceBoxUpdateWithDetailsResp            = pb.ServiceBoxUpdateWithDetailsResp
+	ServiceBoxVo                               = pb.ServiceBoxVo
+	ServiceBoxWithDetailsVo                    = pb.ServiceBoxWithDetailsVo
+	ServiceBoxWithDurationVo                   = pb.ServiceBoxWithDurationVo
+	ServicePlanAddReq                          = pb.ServicePlanAddReq
+	ServicePlanAddResp                         = pb.ServicePlanAddResp
+	ServicePlanAddWithBoxesReq                 = pb.ServicePlanAddWithBoxesReq
+	ServicePlanAddWithBoxesResp                = pb.ServicePlanAddWithBoxesResp
+	ServicePlanBoxesAddReq                     = pb.ServicePlanBoxesAddReq
+	ServicePlanBoxesAddResp                    = pb.ServicePlanBoxesAddResp
+	ServicePlanBoxesDelReq                     = pb.ServicePlanBoxesDelReq
+	ServicePlanBoxesGetReq                     = pb.ServicePlanBoxesGetReq
+	ServicePlanBoxesGetResp                    = pb.ServicePlanBoxesGetResp
+	ServicePlanBoxesListReq                    = pb.ServicePlanBoxesListReq
+	ServicePlanBoxesListResp                   = pb.ServicePlanBoxesListResp
+	ServicePlanBoxesUpdateReq                  = pb.ServicePlanBoxesUpdateReq
+	ServicePlanBoxesUpdateResp                 = pb.ServicePlanBoxesUpdateResp
+	ServicePlanBoxesVo                         = pb.ServicePlanBoxesVo
+	ServicePlanChannelAddReq                   = pb.ServicePlanChannelAddReq
+	ServicePlanChannelAddResp                  = pb.ServicePlanChannelAddResp
+	ServicePlanChannelDelReq                   = pb.ServicePlanChannelDelReq
+	ServicePlanChannelGetReq                   = pb.ServicePlanChannelGetReq
+	ServicePlanChannelGetResp                  = pb.ServicePlanChannelGetResp
+	ServicePlanChannelListReq                  = pb.ServicePlanChannelListReq
+	ServicePlanChannelListResp                 = pb.ServicePlanChannelListResp
+	ServicePlanChannelUpdateReq                = pb.ServicePlanChannelUpdateReq
+	ServicePlanChannelUpdateResp               = pb.ServicePlanChannelUpdateResp
+	ServicePlanChannelVo                       = pb.ServicePlanChannelVo
+	ServicePlanDelReq                          = pb.ServicePlanDelReq
+	ServicePlanGetReq                          = pb.ServicePlanGetReq
+	ServicePlanGetResp                         = pb.ServicePlanGetResp
+	ServicePlanGetWithBoxesReq                 = pb.ServicePlanGetWithBoxesReq
+	ServicePlanGetWithBoxesResp                = pb.ServicePlanGetWithBoxesResp
+	ServicePlanListReq                         = pb.ServicePlanListReq
+	ServicePlanListResp                        = pb.ServicePlanListResp
+	ServicePlanListWithBoxesReq                = pb.ServicePlanListWithBoxesReq
+	ServicePlanListWithBoxesResp               = pb.ServicePlanListWithBoxesResp
+	ServicePlanUpdateReq                       = pb.ServicePlanUpdateReq
+	ServicePlanUpdateResp                      = pb.ServicePlanUpdateResp
+	ServicePlanUpdateWithBoxesReq              = pb.ServicePlanUpdateWithBoxesReq
+	ServicePlanUpdateWithBoxesResp             = pb.ServicePlanUpdateWithBoxesResp
+	ServicePlanVo                              = pb.ServicePlanVo
+	ServicePlanWithBoxesVo                     = pb.ServicePlanWithBoxesVo
+	ServiceTypesAddReq                         = pb.ServiceTypesAddReq
+	ServiceTypesAddResp                        = pb.ServiceTypesAddResp
+	ServiceTypesDelReq                         = pb.ServiceTypesDelReq
+	ServiceTypesGetReq                         = pb.ServiceTypesGetReq
+	ServiceTypesGetResp                        = pb.ServiceTypesGetResp
+	ServiceTypesListReq                        = pb.ServiceTypesListReq
+	ServiceTypesListResp                       = pb.ServiceTypesListResp
+	ServiceTypesUpdateReq                      = pb.ServiceTypesUpdateReq
+	ServiceTypesUpdateResp                     = pb.ServiceTypesUpdateResp
+	ServiceTypesVo                             = pb.ServiceTypesVo
+	ServiceTypesWithValueVo                    = pb.ServiceTypesWithValueVo
+	SetTotalStatsReq                           = pb.SetTotalStatsReq
+	ShortDramaCheckNameReq                     = pb.ShortDramaCheckNameReq
+	ShortDramaCheckNameResp                    = pb.ShortDramaCheckNameResp
+	ShortDramaCopyrightInfoVo                  = pb.ShortDramaCopyrightInfoVo
+	ShortDramaEpisodeBatchAddReq               = pb.ShortDramaEpisodeBatchAddReq
+	ShortDramaEpisodeBatchRefreshUpdateTimeReq = pb.ShortDramaEpisodeBatchRefreshUpdateTimeReq
+	ShortDramaEpisodeCountReq                  = pb.ShortDramaEpisodeCountReq
+	ShortDramaEpisodeCountResp                 = pb.ShortDramaEpisodeCountResp
+	ShortDramaEpisodeCountVo                   = pb.ShortDramaEpisodeCountVo
+	ShortDramaEpisodeGetReq                    = pb.ShortDramaEpisodeGetReq
+	ShortDramaEpisodeListReq                   = pb.ShortDramaEpisodeListReq
+	ShortDramaEpisodeListResp                  = pb.ShortDramaEpisodeListResp
+	ShortDramaEpisodeVo                        = pb.ShortDramaEpisodeVo
+	ShortDramaFindIdsWithCopyrightResp         = pb.ShortDramaFindIdsWithCopyrightResp
+	ShortDramaGetReq                           = pb.ShortDramaGetReq
+	ShortDramaLanguageListReq                  = pb.ShortDramaLanguageListReq
+	ShortDramaLanguageListResp                 = pb.ShortDramaLanguageListResp
+	ShortDramaLanguageVo                       = pb.ShortDramaLanguageVo
+	ShortDramaListReq                          = pb.ShortDramaListReq
+	ShortDramaListResp                         = pb.ShortDramaListResp
+	ShortDramaStatsPlaysTotalListReq           = pb.ShortDramaStatsPlaysTotalListReq
+	ShortDramaStatsPlaysTotalListResp          = pb.ShortDramaStatsPlaysTotalListResp
+	ShortDramaStatsPlaysTotalVo                = pb.ShortDramaStatsPlaysTotalVo
+	ShortDramaUpdateModifierReq                = pb.ShortDramaUpdateModifierReq
+	ShortDramaUpdateReleaseRegionsReq          = pb.ShortDramaUpdateReleaseRegionsReq
+	ShortDramaVo                               = pb.ShortDramaVo
+	StringSelectController                     = pb.StringSelectController
+	SysPermGetReq                              = pb.SysPermGetReq
+	SysPermListReq                             = pb.SysPermListReq
+	SysPermListResp                            = pb.SysPermListResp
+	SysPermRule                                = pb.SysPermRule
+	SysPermVo                                  = pb.SysPermVo
+	SysRoleGetReq                              = pb.SysRoleGetReq
+	SysRoleListReq                             = pb.SysRoleListReq
+	SysRoleListResp                            = pb.SysRoleListResp
+	SysRoleListWithPermsResp                   = pb.SysRoleListWithPermsResp
+	SysRolePermGetReq                          = pb.SysRolePermGetReq
+	SysRolePermListReq                         = pb.SysRolePermListReq
+	SysRolePermListResp                        = pb.SysRolePermListResp
+	SysRolePermVo                              = pb.SysRolePermVo
+	SysRoleVo                                  = pb.SysRoleVo
+	SysRoleWithPermIds                         = pb.SysRoleWithPermIds
+	SysRoleWithPerms                           = pb.SysRoleWithPerms
+	SysUserGetReq                              = pb.SysUserGetReq
+	SysUserListReq                             = pb.SysUserListReq
+	SysUserListResp                            = pb.SysUserListResp
+	SysUserListWithRolesAndPermsResp           = pb.SysUserListWithRolesAndPermsResp
+	SysUserPermGetReq                          = pb.SysUserPermGetReq
+	SysUserPermListReq                         = pb.SysUserPermListReq
+	SysUserPermListResp                        = pb.SysUserPermListResp
+	SysUserPermVo                              = pb.SysUserPermVo
+	SysUserRoleGetReq                          = pb.SysUserRoleGetReq
+	SysUserRoleListReq                         = pb.SysUserRoleListReq
+	SysUserRoleListResp                        = pb.SysUserRoleListResp
+	SysUserRoleVo                              = pb.SysUserRoleVo
+	SysUserVo                                  = pb.SysUserVo
+	SysUserWithRoleIdsAndPermRules             = pb.SysUserWithRoleIdsAndPermRules
+	SysUserWithRolesAndPerms                   = pb.SysUserWithRolesAndPerms
+	TimeRange                                  = pb.TimeRange
+	TipGetReq                                  = pb.TipGetReq
+	TipListReq                                 = pb.TipListReq
+	TipListResp                                = pb.TipListResp
+	TipVo                                      = pb.TipVo
+	TransactionOperation                       = pb.TransactionOperation
+	TransactionReq                             = pb.TransactionReq
+	UpgradePkgPlanDetailListReq                = pb.UpgradePkgPlanDetailListReq
+	UpgradePkgPlanDetailListResp               = pb.UpgradePkgPlanDetailListResp
+	UpgradePkgPlanDetailVo                     = pb.UpgradePkgPlanDetailVo
+	UpgradePkgPlanListReq                      = pb.UpgradePkgPlanListReq
+	UpgradePkgPlanListResp                     = pb.UpgradePkgPlanListResp
+	UpgradePkgPlanVo                           = pb.UpgradePkgPlanVo
+	UpgradeResPlanDetailListReq                = pb.UpgradeResPlanDetailListReq
+	UpgradeResPlanDetailListResp               = pb.UpgradeResPlanDetailListResp
+	UpgradeResPlanDetailVo                     = pb.UpgradeResPlanDetailVo
+	UpgradeResPlanListReq                      = pb.UpgradeResPlanListReq
+	UpgradeResPlanListResp                     = pb.UpgradeResPlanListResp
+	UpgradeResPlanVo                           = pb.UpgradeResPlanVo
+	UserAddReq                                 = pb.UserAddReq
+	UserAddResp                                = pb.UserAddResp
+	UserAppConfigGetReq                        = pb.UserAppConfigGetReq
+	UserAppConfigListReq                       = pb.UserAppConfigListReq
+	UserAppConfigListRes                       = pb.UserAppConfigListRes
+	UserAppConfigVo                            = pb.UserAppConfigVo
+	UserCredentialAddReq                       = pb.UserCredentialAddReq
+	UserCredentialAddResp                      = pb.UserCredentialAddResp
+	UserCredentialDelReq                       = pb.UserCredentialDelReq
+	UserCredentialGetReq                       = pb.UserCredentialGetReq
+	UserCredentialGetResp                      = pb.UserCredentialGetResp
+	UserCredentialListReq                      = pb.UserCredentialListReq
+	UserCredentialListResp                     = pb.UserCredentialListResp
+	UserCredentialUpdateReq                    = pb.UserCredentialUpdateReq
+	UserCredentialUpdateResp                   = pb.UserCredentialUpdateResp
+	UserCredentialVo                           = pb.UserCredentialVo
+	UserDelReq                                 = pb.UserDelReq
+	UserDeviceAddReq                           = pb.UserDeviceAddReq
+	UserDeviceAddResp                          = pb.UserDeviceAddResp
+	UserDeviceDelReq                           = pb.UserDeviceDelReq
+	UserDeviceGetReq                           = pb.UserDeviceGetReq
+	UserDeviceGetResp                          = pb.UserDeviceGetResp
+	UserDeviceListReq                          = pb.UserDeviceListReq
+	UserDeviceListResp                         = pb.UserDeviceListResp
+	UserDeviceUpdateReq                        = pb.UserDeviceUpdateReq
+	UserDeviceUpdateResp                       = pb.UserDeviceUpdateResp
+	UserDeviceVo                               = pb.UserDeviceVo
+	UserGetReq                                 = pb.UserGetReq
+	UserGetResp                                = pb.UserGetResp
+	UserListReq                                = pb.UserListReq
+	UserListResp                               = pb.UserListResp
+	UserServiceAddReq                          = pb.UserServiceAddReq
+	UserServiceAddResp                         = pb.UserServiceAddResp
+	UserServiceDelReq                          = pb.UserServiceDelReq
+	UserServiceGetReq                          = pb.UserServiceGetReq
+	UserServiceGetResp                         = pb.UserServiceGetResp
+	UserServiceListReq                         = pb.UserServiceListReq
+	UserServiceListResp                        = pb.UserServiceListResp
+	UserServiceUpdateReq                       = pb.UserServiceUpdateReq
+	UserServiceUpdateResp                      = pb.UserServiceUpdateResp
+	UserServiceVo                              = pb.UserServiceVo
+	UserTestAddReq                             = pb.UserTestAddReq
+	UserTestAddResp                            = pb.UserTestAddResp
+	UserTestDelReq                             = pb.UserTestDelReq
+	UserTestGetReq                             = pb.UserTestGetReq
+	UserTestGetResp                            = pb.UserTestGetResp
+	UserTestListReq                            = pb.UserTestListReq
+	UserTestListResp                           = pb.UserTestListResp
+	UserTestUpdateReq                          = pb.UserTestUpdateReq
+	UserTestUpdateResp                         = pb.UserTestUpdateResp
+	UserTestVo                                 = pb.UserTestVo
+	UserUpdateReq                              = pb.UserUpdateReq
+	UserUpdateResp                             = pb.UserUpdateResp
+	UserVo                                     = pb.UserVo
+	UserWhiteAddReq                            = pb.UserWhiteAddReq
+	UserWhiteAddResp                           = pb.UserWhiteAddResp
+	UserWhiteDelReq                            = pb.UserWhiteDelReq
+	UserWhiteGetReq                            = pb.UserWhiteGetReq
+	UserWhiteGetResp                           = pb.UserWhiteGetResp
+	UserWhiteListReq                           = pb.UserWhiteListReq
+	UserWhiteListResp                          = pb.UserWhiteListResp
+	UserWhiteUpdateReq                         = pb.UserWhiteUpdateReq
+	UserWhiteUpdateResp                        = pb.UserWhiteUpdateResp
+	UserWhiteVo                                = pb.UserWhiteVo
+	VpnConfigTemplatePlanAddReq                = pb.VpnConfigTemplatePlanAddReq
+	VpnConfigTemplatePlanAddResp               = pb.VpnConfigTemplatePlanAddResp
+	VpnConfigTemplatePlanDelReq                = pb.VpnConfigTemplatePlanDelReq
+	VpnConfigTemplatePlanDetailAddReq          = pb.VpnConfigTemplatePlanDetailAddReq
+	VpnConfigTemplatePlanDetailAddResp         = pb.VpnConfigTemplatePlanDetailAddResp
+	VpnConfigTemplatePlanDetailDelReq          = pb.VpnConfigTemplatePlanDetailDelReq
+	VpnConfigTemplatePlanDetailGetReq          = pb.VpnConfigTemplatePlanDetailGetReq
+	VpnConfigTemplatePlanDetailGetResp         = pb.VpnConfigTemplatePlanDetailGetResp
+	VpnConfigTemplatePlanDetailListReq         = pb.VpnConfigTemplatePlanDetailListReq
+	VpnConfigTemplatePlanDetailListResp        = pb.VpnConfigTemplatePlanDetailListResp
+	VpnConfigTemplatePlanDetailUpdateReq       = pb.VpnConfigTemplatePlanDetailUpdateReq
+	VpnConfigTemplatePlanDetailUpdateResp      = pb.VpnConfigTemplatePlanDetailUpdateResp
+	VpnConfigTemplatePlanDetailVo              = pb.VpnConfigTemplatePlanDetailVo
+	VpnConfigTemplatePlanGetReq                = pb.VpnConfigTemplatePlanGetReq
+	VpnConfigTemplatePlanGetResp               = pb.VpnConfigTemplatePlanGetResp
+	VpnConfigTemplatePlanListReq               = pb.VpnConfigTemplatePlanListReq
+	VpnConfigTemplatePlanListResp              = pb.VpnConfigTemplatePlanListResp
+	VpnConfigTemplatePlanUpdateReq             = pb.VpnConfigTemplatePlanUpdateReq
+	VpnConfigTemplatePlanUpdateResp            = pb.VpnConfigTemplatePlanUpdateResp
+	VpnConfigTemplatePlanVo                    = pb.VpnConfigTemplatePlanVo
+	VpnGroupAddReq                             = pb.VpnGroupAddReq
+	VpnGroupBatchAddReq                        = pb.VpnGroupBatchAddReq
+	VpnGroupBatchAddResp                       = pb.VpnGroupBatchAddResp
+	VpnGroupBatchDelReq                        = pb.VpnGroupBatchDelReq
+	VpnGroupBatchUpdateReq                     = pb.VpnGroupBatchUpdateReq
+	VpnGroupBatchUpdateResp                    = pb.VpnGroupBatchUpdateResp
+	VpnGroupExVo                               = pb.VpnGroupExVo
+	VpnGroupGetReq                             = pb.VpnGroupGetReq
+	VpnGroupListReq                            = pb.VpnGroupListReq
+	VpnGroupListResp                           = pb.VpnGroupListResp
+	VpnGroupTagListReq                         = pb.VpnGroupTagListReq
+	VpnGroupTagListResp                        = pb.VpnGroupTagListResp
+	VpnGroupTagVo                              = pb.VpnGroupTagVo
+	VpnGroupVo                                 = pb.VpnGroupVo
+	VpnLocationBatchAddReq                     = pb.VpnLocationBatchAddReq
+	VpnLocationBatchAddResp                    = pb.VpnLocationBatchAddResp
+	VpnLocationBatchDelReq                     = pb.VpnLocationBatchDelReq
+	VpnLocationBatchUpdateReq                  = pb.VpnLocationBatchUpdateReq
+	VpnLocationBatchUpdateResp                 = pb.VpnLocationBatchUpdateResp
+	VpnLocationExVo                            = pb.VpnLocationExVo
+	VpnLocationGetReq                          = pb.VpnLocationGetReq
+	VpnLocationListReq                         = pb.VpnLocationListReq
+	VpnLocationListResp                        = pb.VpnLocationListResp
+	VpnLocationServerCountReq                  = pb.VpnLocationServerCountReq
+	VpnLocationServerCountResp                 = pb.VpnLocationServerCountResp
+	VpnLocationServerCountVo                   = pb.VpnLocationServerCountVo
+	VpnLocationVo                              = pb.VpnLocationVo
+	VpnProbeTaskListReq                        = pb.VpnProbeTaskListReq
+	VpnProbeTaskListResp                       = pb.VpnProbeTaskListResp
+	VpnProbeTaskVo                             = pb.VpnProbeTaskVo
+	VpnServerAddReq                            = pb.VpnServerAddReq
+	VpnServerBatchAddReq                       = pb.VpnServerBatchAddReq
+	VpnServerBatchAddResp                      = pb.VpnServerBatchAddResp
+	VpnServerBatchDelReq                       = pb.VpnServerBatchDelReq
+	VpnServerBatchUpdateReq                    = pb.VpnServerBatchUpdateReq
+	VpnServerBatchUpdateResp                   = pb.VpnServerBatchUpdateResp
+	VpnServerExListResp                        = pb.VpnServerExListResp
+	VpnServerExVo                              = pb.VpnServerExVo
+	VpnServerListReq                           = pb.VpnServerListReq
+	VpnServerListResp                          = pb.VpnServerListResp
+	VpnServerLocationListReq                   = pb.VpnServerLocationListReq
+	VpnServerLocationListResp                  = pb.VpnServerLocationListResp
+	VpnServerLocationVo                        = pb.VpnServerLocationVo
+	VpnServerVo                                = pb.VpnServerVo
+	VpnTagBatchAddReq                          = pb.VpnTagBatchAddReq
+	VpnTagBatchAddResp                         = pb.VpnTagBatchAddResp
+	VpnTagBatchDelReq                          = pb.VpnTagBatchDelReq
+	VpnTagBatchUpdateReq                       = pb.VpnTagBatchUpdateReq
+	VpnTagBatchUpdateResp                      = pb.VpnTagBatchUpdateResp
+	VpnTagGetReq                               = pb.VpnTagGetReq
+	VpnTagListReq                              = pb.VpnTagListReq
+	VpnTagListResp                             = pb.VpnTagListResp
+	VpnTagVo                                   = pb.VpnTagVo
+	VpnWithIPAndPortReq                        = pb.VpnWithIPAndPortReq
+	VpnWithIPAndPortResp                       = pb.VpnWithIPAndPortResp
+	VpnipAddReq                                = pb.VpnipAddReq
+	VpnipAddResp                               = pb.VpnipAddResp
+	VpnipBatchAddReq                           = pb.VpnipBatchAddReq
+	VpnipBatchAddResp                          = pb.VpnipBatchAddResp
+	VpnipBatchUpdateReq                        = pb.VpnipBatchUpdateReq
+	VpnipBatchUpdateResp                       = pb.VpnipBatchUpdateResp
+	VpnipBindAddReq                            = pb.VpnipBindAddReq
+	VpnipBindAddResp                           = pb.VpnipBindAddResp
+	VpnipBindBatchAddReq                       = pb.VpnipBindBatchAddReq
+	VpnipBindBatchAddResp                      = pb.VpnipBindBatchAddResp
+	VpnipBindBatchUpdateReq                    = pb.VpnipBindBatchUpdateReq
+	VpnipBindBatchUpdateResp                   = pb.VpnipBindBatchUpdateResp
+	VpnipBindGetReq                            = pb.VpnipBindGetReq
+	VpnipBindGetResp                           = pb.VpnipBindGetResp
+	VpnipBindListReq                           = pb.VpnipBindListReq
+	VpnipBindListResp                          = pb.VpnipBindListResp
+	VpnipBindUpdateReq                         = pb.VpnipBindUpdateReq
+	VpnipBindUpdateResp                        = pb.VpnipBindUpdateResp
+	VpnipBindVo                                = pb.VpnipBindVo
+	VpnipExAddReq                              = pb.VpnipExAddReq
+	VpnipExAddResp                             = pb.VpnipExAddResp
+	VpnipExBatchAddReq                         = pb.VpnipExBatchAddReq
+	VpnipExBatchAddResp                        = pb.VpnipExBatchAddResp
+	VpnipExBatchUpdateReq                      = pb.VpnipExBatchUpdateReq
+	VpnipExBatchUpdateResp                     = pb.VpnipExBatchUpdateResp
+	VpnipExGetResp                             = pb.VpnipExGetResp
+	VpnipExListResp                            = pb.VpnipExListResp
+	VpnipExUpdateReq                           = pb.VpnipExUpdateReq
+	VpnipExUpdateResp                          = pb.VpnipExUpdateResp
+	VpnipExVo                                  = pb.VpnipExVo
+	VpnipGetReq                                = pb.VpnipGetReq
+	VpnipGetResp                               = pb.VpnipGetResp
+	VpnipListReq                               = pb.VpnipListReq
+	VpnipListResp                              = pb.VpnipListResp
+	VpnipRangeAddReq                           = pb.VpnipRangeAddReq
+	VpnipRangeAddResp                          = pb.VpnipRangeAddResp
+	VpnipRangeBatchAddReq                      = pb.VpnipRangeBatchAddReq
+	VpnipRangeBatchAddResp                     = pb.VpnipRangeBatchAddResp
+	VpnipRangeBatchUpdateReq                   = pb.VpnipRangeBatchUpdateReq
+	VpnipRangeBatchUpdateResp                  = pb.VpnipRangeBatchUpdateResp
+	VpnipRangeExAddReq                         = pb.VpnipRangeExAddReq
+	VpnipRangeExAddResp                        = pb.VpnipRangeExAddResp
+	VpnipRangeExBatchAddReq                    = pb.VpnipRangeExBatchAddReq
+	VpnipRangeExBatchAddResp                   = pb.VpnipRangeExBatchAddResp
+	VpnipRangeExBatchUpdateReq                 = pb.VpnipRangeExBatchUpdateReq
+	VpnipRangeExBatchUpdateResp                = pb.VpnipRangeExBatchUpdateResp
+	VpnipRangeExGetResp                        = pb.VpnipRangeExGetResp
+	VpnipRangeExListResp                       = pb.VpnipRangeExListResp
+	VpnipRangeExUpdateReq                      = pb.VpnipRangeExUpdateReq
+	VpnipRangeExUpdateResp                     = pb.VpnipRangeExUpdateResp
+	VpnipRangeExVo                             = pb.VpnipRangeExVo
+	VpnipRangeGetReq                           = pb.VpnipRangeGetReq
+	VpnipRangeGetResp                          = pb.VpnipRangeGetResp
+	VpnipRangeListReq                          = pb.VpnipRangeListReq
+	VpnipRangeListResp                         = pb.VpnipRangeListResp
+	VpnipRangeUpdateReq                        = pb.VpnipRangeUpdateReq
+	VpnipRangeUpdateResp                       = pb.VpnipRangeUpdateResp
+	VpnipRangeVo                               = pb.VpnipRangeVo
+	VpnipUpdateReq                             = pb.VpnipUpdateReq
+	VpnipUpdateResp                            = pb.VpnipUpdateResp
+	VpnipVo                                    = pb.VpnipVo
+	VpnipWalledAddReq                          = pb.VpnipWalledAddReq
+	VpnipWalledAddResp                         = pb.VpnipWalledAddResp
+	VpnipWalledBatchAddReq                     = pb.VpnipWalledBatchAddReq
+	VpnipWalledBatchAddResp                    = pb.VpnipWalledBatchAddResp
+	VpnipWalledBatchUpdateReq                  = pb.VpnipWalledBatchUpdateReq
+	VpnipWalledBatchUpdateResp                 = pb.VpnipWalledBatchUpdateResp
+	VpnipWalledGetReq                          = pb.VpnipWalledGetReq
+	VpnipWalledGetResp                         = pb.VpnipWalledGetResp
+	VpnipWalledListReq                         = pb.VpnipWalledListReq
+	VpnipWalledListResp                        = pb.VpnipWalledListResp
+	VpnipWalledUpdateReq                       = pb.VpnipWalledUpdateReq
+	VpnipWalledUpdateResp                      = pb.VpnipWalledUpdateResp
+	VpnipWalledVo                              = pb.VpnipWalledVo
 
 	GoPmpClient interface {
 		Ping(ctx context.Context, in *Request, opts ...grpc.CallOption) (*Response, error)

+ 488 - 519
pb/client/goshortdramaclient/go_short_drama_client.go

@@ -14,525 +14,494 @@ import (
 )
 
 type (
-	AccountDeviceListReq                                 = pb.AccountDeviceListReq
-	AccountDeviceListResp                                = pb.AccountDeviceListResp
-	AccountDeviceVo                                      = pb.AccountDeviceVo
-	AccountListReq                                       = pb.AccountListReq
-	AccountListResp                                      = pb.AccountListResp
-	AccountVo                                            = pb.AccountVo
-	AdGlobalConfigGetReq                                 = pb.AdGlobalConfigGetReq
-	AdGlobalConfigVo                                     = pb.AdGlobalConfigVo
-	AdPlanDetailListReq                                  = pb.AdPlanDetailListReq
-	AdPlanDetailListResp                                 = pb.AdPlanDetailListResp
-	AdPlanDetailVo                                       = pb.AdPlanDetailVo
-	AdPlanListReq                                        = pb.AdPlanListReq
-	AdPlanListResp                                       = pb.AdPlanListResp
-	AdPlanVo                                             = pb.AdPlanVo
-	AnnouncePlanDetailListReq                            = pb.AnnouncePlanDetailListReq
-	AnnouncePlanDetailListResp                           = pb.AnnouncePlanDetailListResp
-	AnnouncePlanDetailVo                                 = pb.AnnouncePlanDetailVo
-	AnnouncePlanListReq                                  = pb.AnnouncePlanListReq
-	AnnouncePlanListResp                                 = pb.AnnouncePlanListResp
-	AnnouncePlanVo                                       = pb.AnnouncePlanVo
-	AreaParamListReq                                     = pb.AreaParamListReq
-	AreaParamListResp                                    = pb.AreaParamListResp
-	AreaParamVo                                          = pb.AreaParamVo
-	BaseReq                                              = pb.BaseReq
-	CommonResult                                         = pb.CommonResult
-	ConfigGetReq                                         = pb.ConfigGetReq
-	DeleteIdResp                                         = pb.DeleteIdResp
-	DeployConfigListReq                                  = pb.DeployConfigListReq
-	DeployConfigListResp                                 = pb.DeployConfigListResp
-	DeployConfigVo                                       = pb.DeployConfigVo
-	DeviceListReq                                        = pb.DeviceListReq
-	DeviceListRes                                        = pb.DeviceListRes
-	DeviceVo                                             = pb.DeviceVo
-	DictGetReq                                           = pb.DictGetReq
-	DictListReq                                          = pb.DictListReq
-	DictListResp                                         = pb.DictListResp
-	DictVo                                               = pb.DictVo
-	Empty                                                = pb.Empty
-	FindSchedulePublishListReq                           = pb.FindSchedulePublishListReq
-	FindSchedulePublishListResp                          = pb.FindSchedulePublishListResp
-	GameCategoryListReq                                  = pb.GameCategoryListReq
-	GameCategoryListRes                                  = pb.GameCategoryListRes
-	GameCategoryReq                                      = pb.GameCategoryReq
-	GameCategoryVo                                       = pb.GameCategoryVo
-	GameCustomerAddResp                                  = pb.GameCustomerAddResp
-	GameCustomerListReq                                  = pb.GameCustomerListReq
-	GameCustomerListRes                                  = pb.GameCustomerListRes
-	GameCustomerVo                                       = pb.GameCustomerVo
-	GameListReq                                          = pb.GameListReq
-	GameListRes                                          = pb.GameListRes
-	GameRankOption                                       = pb.GameRankOption
-	GameRedisHScanByNameReq                              = pb.GameRedisHScanByNameReq
-	GameRedisHScanByNameResp                             = pb.GameRedisHScanByNameResp
-	GameReq                                              = pb.GameReq
-	GameVo                                               = pb.GameVo
-	GlobalParamGetReq                                    = pb.GlobalParamGetReq
-	GlobalParamListReq                                   = pb.GlobalParamListReq
-	GlobalParamListResp                                  = pb.GlobalParamListResp
-	GlobalParamVo                                        = pb.GlobalParamVo
-	I18NVo                                               = pb.I18NVo
-	Ids                                                  = pb.Ids
-	Int64SelectController                                = pb.Int64SelectController
-	IntSelectController                                  = pb.IntSelectController
-	JobBatchListReq                                      = pb.JobBatchListReq
-	JobBatchListResp                                     = pb.JobBatchListResp
-	JobBatchListWithTasksResp                            = pb.JobBatchListWithTasksResp
-	JobBatchVo                                           = pb.JobBatchVo
-	JobBatchWithTasksVo                                  = pb.JobBatchWithTasksVo
-	JobTasksListReq                                      = pb.JobTasksListReq
-	JobTasksListResp                                     = pb.JobTasksListResp
-	JobTasksVo                                           = pb.JobTasksVo
-	MessagePushListReq                                   = pb.MessagePushListReq
-	MessagePushListResp                                  = pb.MessagePushListResp
-	MessagePushVo                                        = pb.MessagePushVo
-	NationalLanguageListReq                              = pb.NationalLanguageListReq
-	NationalLanguageListResp                             = pb.NationalLanguageListResp
-	NationalLanguageVo                                   = pb.NationalLanguageVo
-	OperationLogListReq                                  = pb.OperationLogListReq
-	OperationLogListResp                                 = pb.OperationLogListResp
-	OperationLogVo                                       = pb.OperationLogVo
-	Page                                                 = pb.Page
-	Page_OrderItem                                       = pb.Page_OrderItem
-	ProductActionGroupDisableReq                         = pb.ProductActionGroupDisableReq
-	ProductActionGroupEnableReq                          = pb.ProductActionGroupEnableReq
-	ProductActionGroupListReq                            = pb.ProductActionGroupListReq
-	ProductActionGroupListResp                           = pb.ProductActionGroupListResp
-	ProductActionGroupReq                                = pb.ProductActionGroupReq
-	ProductActionGroupVo                                 = pb.ProductActionGroupVo
-	ProductActionListReq                                 = pb.ProductActionListReq
-	ProductActionListResp                                = pb.ProductActionListResp
-	ProductActionPolicyGroupDisableReq                   = pb.ProductActionPolicyGroupDisableReq
-	ProductActionPolicyGroupEnableReq                    = pb.ProductActionPolicyGroupEnableReq
-	ProductActionPolicyGroupListReq                      = pb.ProductActionPolicyGroupListReq
-	ProductActionPolicyGroupListResp                     = pb.ProductActionPolicyGroupListResp
-	ProductActionPolicyGroupReq                          = pb.ProductActionPolicyGroupReq
-	ProductActionPolicyGroupVo                           = pb.ProductActionPolicyGroupVo
-	ProductActionReq                                     = pb.ProductActionReq
-	ProductActionTypeListReq                             = pb.ProductActionTypeListReq
-	ProductActionTypeListResp                            = pb.ProductActionTypeListResp
-	ProductActionTypeReq                                 = pb.ProductActionTypeReq
-	ProductActionTypeVo                                  = pb.ProductActionTypeVo
-	ProductActionVo                                      = pb.ProductActionVo
-	ProductListReq                                       = pb.ProductListReq
-	ProductListResp                                      = pb.ProductListResp
-	ProductParamGetReq                                   = pb.ProductParamGetReq
-	ProductParamListReq                                  = pb.ProductParamListReq
-	ProductParamListResp                                 = pb.ProductParamListResp
-	ProductParamVo                                       = pb.ProductParamVo
-	ProductVo                                            = pb.ProductVo
-	PublishScheduleDramaReq                              = pb.PublishScheduleDramaReq
-	RelGameRankListReq                                   = pb.RelGameRankListReq
-	RelGameRankListRes                                   = pb.RelGameRankListRes
-	RelGameRankReq                                       = pb.RelGameRankReq
-	RelGameRankVo                                        = pb.RelGameRankVo
-	RelGameVpnGroupListReq                               = pb.RelGameVpnGroupListReq
-	RelGameVpnGroupListRes                               = pb.RelGameVpnGroupListRes
-	RelGameVpnGroupReq                                   = pb.RelGameVpnGroupReq
-	RelGameVpnGroupVo                                    = pb.RelGameVpnGroupVo
-	Request                                              = pb.Request
-	Response                                             = pb.Response
-	ServiceBoxAddReq                                     = pb.ServiceBoxAddReq
-	ServiceBoxAddResp                                    = pb.ServiceBoxAddResp
-	ServiceBoxAddWithDetailsReq                          = pb.ServiceBoxAddWithDetailsReq
-	ServiceBoxAddWithDetailsResp                         = pb.ServiceBoxAddWithDetailsResp
-	ServiceBoxDelReq                                     = pb.ServiceBoxDelReq
-	ServiceBoxGetReq                                     = pb.ServiceBoxGetReq
-	ServiceBoxGetResp                                    = pb.ServiceBoxGetResp
-	ServiceBoxGetWithDetailsReq                          = pb.ServiceBoxGetWithDetailsReq
-	ServiceBoxGetWithDetailsResp                         = pb.ServiceBoxGetWithDetailsResp
-	ServiceBoxListReq                                    = pb.ServiceBoxListReq
-	ServiceBoxListResp                                   = pb.ServiceBoxListResp
-	ServiceBoxListWithDetailsReq                         = pb.ServiceBoxListWithDetailsReq
-	ServiceBoxListWithDetailsResp                        = pb.ServiceBoxListWithDetailsResp
-	ServiceBoxTypesAddReq                                = pb.ServiceBoxTypesAddReq
-	ServiceBoxTypesAddResp                               = pb.ServiceBoxTypesAddResp
-	ServiceBoxTypesDelReq                                = pb.ServiceBoxTypesDelReq
-	ServiceBoxTypesGetReq                                = pb.ServiceBoxTypesGetReq
-	ServiceBoxTypesGetResp                               = pb.ServiceBoxTypesGetResp
-	ServiceBoxTypesListReq                               = pb.ServiceBoxTypesListReq
-	ServiceBoxTypesListResp                              = pb.ServiceBoxTypesListResp
-	ServiceBoxTypesUpdateReq                             = pb.ServiceBoxTypesUpdateReq
-	ServiceBoxTypesUpdateResp                            = pb.ServiceBoxTypesUpdateResp
-	ServiceBoxTypesVo                                    = pb.ServiceBoxTypesVo
-	ServiceBoxUpdateReq                                  = pb.ServiceBoxUpdateReq
-	ServiceBoxUpdateResp                                 = pb.ServiceBoxUpdateResp
-	ServiceBoxUpdateWithDetailsReq                       = pb.ServiceBoxUpdateWithDetailsReq
-	ServiceBoxUpdateWithDetailsResp                      = pb.ServiceBoxUpdateWithDetailsResp
-	ServiceBoxVo                                         = pb.ServiceBoxVo
-	ServiceBoxWithDetailsVo                              = pb.ServiceBoxWithDetailsVo
-	ServiceBoxWithDurationAndDetailsVo                   = pb.ServiceBoxWithDurationAndDetailsVo
-	ServiceBoxWithDurationVo                             = pb.ServiceBoxWithDurationVo
-	ServicePlanAddReq                                    = pb.ServicePlanAddReq
-	ServicePlanAddResp                                   = pb.ServicePlanAddResp
-	ServicePlanAddWithBoxesAndDetailsReq                 = pb.ServicePlanAddWithBoxesAndDetailsReq
-	ServicePlanAddWithBoxesAndDetailsResp                = pb.ServicePlanAddWithBoxesAndDetailsResp
-	ServicePlanAddWithBoxesReq                           = pb.ServicePlanAddWithBoxesReq
-	ServicePlanAddWithBoxesResp                          = pb.ServicePlanAddWithBoxesResp
-	ServicePlanBoxesAddReq                               = pb.ServicePlanBoxesAddReq
-	ServicePlanBoxesAddResp                              = pb.ServicePlanBoxesAddResp
-	ServicePlanBoxesDelReq                               = pb.ServicePlanBoxesDelReq
-	ServicePlanBoxesGetReq                               = pb.ServicePlanBoxesGetReq
-	ServicePlanBoxesGetResp                              = pb.ServicePlanBoxesGetResp
-	ServicePlanBoxesListReq                              = pb.ServicePlanBoxesListReq
-	ServicePlanBoxesListResp                             = pb.ServicePlanBoxesListResp
-	ServicePlanBoxesUpdateReq                            = pb.ServicePlanBoxesUpdateReq
-	ServicePlanBoxesUpdateResp                           = pb.ServicePlanBoxesUpdateResp
-	ServicePlanBoxesVo                                   = pb.ServicePlanBoxesVo
-	ServicePlanChannelAddReq                             = pb.ServicePlanChannelAddReq
-	ServicePlanChannelAddResp                            = pb.ServicePlanChannelAddResp
-	ServicePlanChannelDelReq                             = pb.ServicePlanChannelDelReq
-	ServicePlanChannelGetReq                             = pb.ServicePlanChannelGetReq
-	ServicePlanChannelGetResp                            = pb.ServicePlanChannelGetResp
-	ServicePlanChannelGetWithPlanAndBoxesAndDetailsReq   = pb.ServicePlanChannelGetWithPlanAndBoxesAndDetailsReq
-	ServicePlanChannelGetWithPlanAndBoxesAndDetailsResp  = pb.ServicePlanChannelGetWithPlanAndBoxesAndDetailsResp
-	ServicePlanChannelGetWithPlanAndBoxesReq             = pb.ServicePlanChannelGetWithPlanAndBoxesReq
-	ServicePlanChannelGetWithPlanAndBoxesResp            = pb.ServicePlanChannelGetWithPlanAndBoxesResp
-	ServicePlanChannelGetWithPlanReq                     = pb.ServicePlanChannelGetWithPlanReq
-	ServicePlanChannelGetWithPlanResp                    = pb.ServicePlanChannelGetWithPlanResp
-	ServicePlanChannelListReq                            = pb.ServicePlanChannelListReq
-	ServicePlanChannelListResp                           = pb.ServicePlanChannelListResp
-	ServicePlanChannelListWithPlanAndBoxesAndDetailsReq  = pb.ServicePlanChannelListWithPlanAndBoxesAndDetailsReq
-	ServicePlanChannelListWithPlanAndBoxesAndDetailsResp = pb.ServicePlanChannelListWithPlanAndBoxesAndDetailsResp
-	ServicePlanChannelListWithPlanAndBoxesReq            = pb.ServicePlanChannelListWithPlanAndBoxesReq
-	ServicePlanChannelListWithPlanAndBoxesResp           = pb.ServicePlanChannelListWithPlanAndBoxesResp
-	ServicePlanChannelListWithPlanReq                    = pb.ServicePlanChannelListWithPlanReq
-	ServicePlanChannelListWithPlanResp                   = pb.ServicePlanChannelListWithPlanResp
-	ServicePlanChannelUpdateReq                          = pb.ServicePlanChannelUpdateReq
-	ServicePlanChannelUpdateResp                         = pb.ServicePlanChannelUpdateResp
-	ServicePlanChannelVo                                 = pb.ServicePlanChannelVo
-	ServicePlanChannelWithPlanAndBoxesAndDetailsVo       = pb.ServicePlanChannelWithPlanAndBoxesAndDetailsVo
-	ServicePlanChannelWithPlanAndBoxesVo                 = pb.ServicePlanChannelWithPlanAndBoxesVo
-	ServicePlanChannelWithPlanVo                         = pb.ServicePlanChannelWithPlanVo
-	ServicePlanDelReq                                    = pb.ServicePlanDelReq
-	ServicePlanGetReq                                    = pb.ServicePlanGetReq
-	ServicePlanGetResp                                   = pb.ServicePlanGetResp
-	ServicePlanGetWithBoxesAndDetailsReq                 = pb.ServicePlanGetWithBoxesAndDetailsReq
-	ServicePlanGetWithBoxesAndDetailsResp                = pb.ServicePlanGetWithBoxesAndDetailsResp
-	ServicePlanGetWithBoxesReq                           = pb.ServicePlanGetWithBoxesReq
-	ServicePlanGetWithBoxesResp                          = pb.ServicePlanGetWithBoxesResp
-	ServicePlanListReq                                   = pb.ServicePlanListReq
-	ServicePlanListResp                                  = pb.ServicePlanListResp
-	ServicePlanListWithBoxesAndDetailsReq                = pb.ServicePlanListWithBoxesAndDetailsReq
-	ServicePlanListWithBoxesAndDetailsResp               = pb.ServicePlanListWithBoxesAndDetailsResp
-	ServicePlanListWithBoxesReq                          = pb.ServicePlanListWithBoxesReq
-	ServicePlanListWithBoxesResp                         = pb.ServicePlanListWithBoxesResp
-	ServicePlanUpdateReq                                 = pb.ServicePlanUpdateReq
-	ServicePlanUpdateResp                                = pb.ServicePlanUpdateResp
-	ServicePlanUpdateWithBoxesAndDetailsReq              = pb.ServicePlanUpdateWithBoxesAndDetailsReq
-	ServicePlanUpdateWithBoxesAndDetailsResp             = pb.ServicePlanUpdateWithBoxesAndDetailsResp
-	ServicePlanUpdateWithBoxesReq                        = pb.ServicePlanUpdateWithBoxesReq
-	ServicePlanUpdateWithBoxesResp                       = pb.ServicePlanUpdateWithBoxesResp
-	ServicePlanVo                                        = pb.ServicePlanVo
-	ServicePlanWithBoxesAndDetailsVo                     = pb.ServicePlanWithBoxesAndDetailsVo
-	ServicePlanWithBoxesVo                               = pb.ServicePlanWithBoxesVo
-	ServiceTypesAddReq                                   = pb.ServiceTypesAddReq
-	ServiceTypesAddResp                                  = pb.ServiceTypesAddResp
-	ServiceTypesDelReq                                   = pb.ServiceTypesDelReq
-	ServiceTypesGetReq                                   = pb.ServiceTypesGetReq
-	ServiceTypesGetResp                                  = pb.ServiceTypesGetResp
-	ServiceTypesGetWithValueReq                          = pb.ServiceTypesGetWithValueReq
-	ServiceTypesGetWithValueResp                         = pb.ServiceTypesGetWithValueResp
-	ServiceTypesListReq                                  = pb.ServiceTypesListReq
-	ServiceTypesListResp                                 = pb.ServiceTypesListResp
-	ServiceTypesListWithValueReq                         = pb.ServiceTypesListWithValueReq
-	ServiceTypesListWithValueResp                        = pb.ServiceTypesListWithValueResp
-	ServiceTypesUpdateReq                                = pb.ServiceTypesUpdateReq
-	ServiceTypesUpdateResp                               = pb.ServiceTypesUpdateResp
-	ServiceTypesVo                                       = pb.ServiceTypesVo
-	ServiceTypesWithValueVo                              = pb.ServiceTypesWithValueVo
-	SetTotalStatsReq                                     = pb.SetTotalStatsReq
-	ShortDramaCheckNameReq                               = pb.ShortDramaCheckNameReq
-	ShortDramaCheckNameResp                              = pb.ShortDramaCheckNameResp
-	ShortDramaCopyrightInfoVo                            = pb.ShortDramaCopyrightInfoVo
-	ShortDramaEpisodeBatchAddReq                         = pb.ShortDramaEpisodeBatchAddReq
-	ShortDramaEpisodeBatchRefreshUpdateTimeReq           = pb.ShortDramaEpisodeBatchRefreshUpdateTimeReq
-	ShortDramaEpisodeCountReq                            = pb.ShortDramaEpisodeCountReq
-	ShortDramaEpisodeCountResp                           = pb.ShortDramaEpisodeCountResp
-	ShortDramaEpisodeCountVo                             = pb.ShortDramaEpisodeCountVo
-	ShortDramaEpisodeGetReq                              = pb.ShortDramaEpisodeGetReq
-	ShortDramaEpisodeListReq                             = pb.ShortDramaEpisodeListReq
-	ShortDramaEpisodeListResp                            = pb.ShortDramaEpisodeListResp
-	ShortDramaEpisodeVo                                  = pb.ShortDramaEpisodeVo
-	ShortDramaFindIdsWithCopyrightResp                   = pb.ShortDramaFindIdsWithCopyrightResp
-	ShortDramaGetReq                                     = pb.ShortDramaGetReq
-	ShortDramaLanguageListReq                            = pb.ShortDramaLanguageListReq
-	ShortDramaLanguageListResp                           = pb.ShortDramaLanguageListResp
-	ShortDramaLanguageVo                                 = pb.ShortDramaLanguageVo
-	ShortDramaListReq                                    = pb.ShortDramaListReq
-	ShortDramaListResp                                   = pb.ShortDramaListResp
-	ShortDramaStatsPlaysTotalListReq                     = pb.ShortDramaStatsPlaysTotalListReq
-	ShortDramaStatsPlaysTotalListResp                    = pb.ShortDramaStatsPlaysTotalListResp
-	ShortDramaStatsPlaysTotalVo                          = pb.ShortDramaStatsPlaysTotalVo
-	ShortDramaUpdateModifierReq                          = pb.ShortDramaUpdateModifierReq
-	ShortDramaUpdateReleaseRegionsReq                    = pb.ShortDramaUpdateReleaseRegionsReq
-	ShortDramaVo                                         = pb.ShortDramaVo
-	StringSelectController                               = pb.StringSelectController
-	SysPermGetReq                                        = pb.SysPermGetReq
-	SysPermListReq                                       = pb.SysPermListReq
-	SysPermListResp                                      = pb.SysPermListResp
-	SysPermRule                                          = pb.SysPermRule
-	SysPermVo                                            = pb.SysPermVo
-	SysRoleGetReq                                        = pb.SysRoleGetReq
-	SysRoleListReq                                       = pb.SysRoleListReq
-	SysRoleListResp                                      = pb.SysRoleListResp
-	SysRoleListWithPermsResp                             = pb.SysRoleListWithPermsResp
-	SysRolePermGetReq                                    = pb.SysRolePermGetReq
-	SysRolePermListReq                                   = pb.SysRolePermListReq
-	SysRolePermListResp                                  = pb.SysRolePermListResp
-	SysRolePermVo                                        = pb.SysRolePermVo
-	SysRoleVo                                            = pb.SysRoleVo
-	SysRoleWithPermIds                                   = pb.SysRoleWithPermIds
-	SysRoleWithPerms                                     = pb.SysRoleWithPerms
-	SysUserGetReq                                        = pb.SysUserGetReq
-	SysUserListReq                                       = pb.SysUserListReq
-	SysUserListResp                                      = pb.SysUserListResp
-	SysUserListWithRolesAndPermsResp                     = pb.SysUserListWithRolesAndPermsResp
-	SysUserPermGetReq                                    = pb.SysUserPermGetReq
-	SysUserPermListReq                                   = pb.SysUserPermListReq
-	SysUserPermListResp                                  = pb.SysUserPermListResp
-	SysUserPermVo                                        = pb.SysUserPermVo
-	SysUserRoleGetReq                                    = pb.SysUserRoleGetReq
-	SysUserRoleListReq                                   = pb.SysUserRoleListReq
-	SysUserRoleListResp                                  = pb.SysUserRoleListResp
-	SysUserRoleVo                                        = pb.SysUserRoleVo
-	SysUserVo                                            = pb.SysUserVo
-	SysUserWithRoleIdsAndPermRules                       = pb.SysUserWithRoleIdsAndPermRules
-	SysUserWithRolesAndPerms                             = pb.SysUserWithRolesAndPerms
-	TimeRange                                            = pb.TimeRange
-	TipGetReq                                            = pb.TipGetReq
-	TipListReq                                           = pb.TipListReq
-	TipListResp                                          = pb.TipListResp
-	TipVo                                                = pb.TipVo
-	TransactionOperation                                 = pb.TransactionOperation
-	TransactionReq                                       = pb.TransactionReq
-	UpgradePkgPlanDetailListReq                          = pb.UpgradePkgPlanDetailListReq
-	UpgradePkgPlanDetailListResp                         = pb.UpgradePkgPlanDetailListResp
-	UpgradePkgPlanDetailVo                               = pb.UpgradePkgPlanDetailVo
-	UpgradePkgPlanListReq                                = pb.UpgradePkgPlanListReq
-	UpgradePkgPlanListResp                               = pb.UpgradePkgPlanListResp
-	UpgradePkgPlanVo                                     = pb.UpgradePkgPlanVo
-	UpgradeResPlanDetailListReq                          = pb.UpgradeResPlanDetailListReq
-	UpgradeResPlanDetailListResp                         = pb.UpgradeResPlanDetailListResp
-	UpgradeResPlanDetailVo                               = pb.UpgradeResPlanDetailVo
-	UpgradeResPlanListReq                                = pb.UpgradeResPlanListReq
-	UpgradeResPlanListResp                               = pb.UpgradeResPlanListResp
-	UpgradeResPlanVo                                     = pb.UpgradeResPlanVo
-	UserAddReq                                           = pb.UserAddReq
-	UserAddResp                                          = pb.UserAddResp
-	UserAppConfigGetReq                                  = pb.UserAppConfigGetReq
-	UserAppConfigListReq                                 = pb.UserAppConfigListReq
-	UserAppConfigListRes                                 = pb.UserAppConfigListRes
-	UserAppConfigVo                                      = pb.UserAppConfigVo
-	UserCredentialAddReq                                 = pb.UserCredentialAddReq
-	UserCredentialAddResp                                = pb.UserCredentialAddResp
-	UserCredentialDelReq                                 = pb.UserCredentialDelReq
-	UserCredentialGetReq                                 = pb.UserCredentialGetReq
-	UserCredentialGetResp                                = pb.UserCredentialGetResp
-	UserCredentialListReq                                = pb.UserCredentialListReq
-	UserCredentialListResp                               = pb.UserCredentialListResp
-	UserCredentialUpdateReq                              = pb.UserCredentialUpdateReq
-	UserCredentialUpdateResp                             = pb.UserCredentialUpdateResp
-	UserCredentialVo                                     = pb.UserCredentialVo
-	UserDelReq                                           = pb.UserDelReq
-	UserDeviceAddReq                                     = pb.UserDeviceAddReq
-	UserDeviceAddResp                                    = pb.UserDeviceAddResp
-	UserDeviceDelReq                                     = pb.UserDeviceDelReq
-	UserDeviceGetReq                                     = pb.UserDeviceGetReq
-	UserDeviceGetResp                                    = pb.UserDeviceGetResp
-	UserDeviceListReq                                    = pb.UserDeviceListReq
-	UserDeviceListResp                                   = pb.UserDeviceListResp
-	UserDeviceUpdateReq                                  = pb.UserDeviceUpdateReq
-	UserDeviceUpdateResp                                 = pb.UserDeviceUpdateResp
-	UserDeviceVo                                         = pb.UserDeviceVo
-	UserGetReq                                           = pb.UserGetReq
-	UserGetResp                                          = pb.UserGetResp
-	UserListReq                                          = pb.UserListReq
-	UserListResp                                         = pb.UserListResp
-	UserServiceAddReq                                    = pb.UserServiceAddReq
-	UserServiceAddResp                                   = pb.UserServiceAddResp
-	UserServiceDelReq                                    = pb.UserServiceDelReq
-	UserServiceGetReq                                    = pb.UserServiceGetReq
-	UserServiceGetResp                                   = pb.UserServiceGetResp
-	UserServiceListReq                                   = pb.UserServiceListReq
-	UserServiceListResp                                  = pb.UserServiceListResp
-	UserServiceUpdateReq                                 = pb.UserServiceUpdateReq
-	UserServiceUpdateResp                                = pb.UserServiceUpdateResp
-	UserServiceVo                                        = pb.UserServiceVo
-	UserTestAddReq                                       = pb.UserTestAddReq
-	UserTestAddResp                                      = pb.UserTestAddResp
-	UserTestDelReq                                       = pb.UserTestDelReq
-	UserTestGetReq                                       = pb.UserTestGetReq
-	UserTestGetResp                                      = pb.UserTestGetResp
-	UserTestListReq                                      = pb.UserTestListReq
-	UserTestListResp                                     = pb.UserTestListResp
-	UserTestUpdateReq                                    = pb.UserTestUpdateReq
-	UserTestUpdateResp                                   = pb.UserTestUpdateResp
-	UserTestVo                                           = pb.UserTestVo
-	UserUpdateReq                                        = pb.UserUpdateReq
-	UserUpdateResp                                       = pb.UserUpdateResp
-	UserVo                                               = pb.UserVo
-	UserWhiteAddReq                                      = pb.UserWhiteAddReq
-	UserWhiteAddResp                                     = pb.UserWhiteAddResp
-	UserWhiteDelReq                                      = pb.UserWhiteDelReq
-	UserWhiteGetReq                                      = pb.UserWhiteGetReq
-	UserWhiteGetResp                                     = pb.UserWhiteGetResp
-	UserWhiteListReq                                     = pb.UserWhiteListReq
-	UserWhiteListResp                                    = pb.UserWhiteListResp
-	UserWhiteUpdateReq                                   = pb.UserWhiteUpdateReq
-	UserWhiteUpdateResp                                  = pb.UserWhiteUpdateResp
-	UserWhiteVo                                          = pb.UserWhiteVo
-	VpnConfigTemplatePlanAddReq                          = pb.VpnConfigTemplatePlanAddReq
-	VpnConfigTemplatePlanAddResp                         = pb.VpnConfigTemplatePlanAddResp
-	VpnConfigTemplatePlanDelReq                          = pb.VpnConfigTemplatePlanDelReq
-	VpnConfigTemplatePlanDetailAddReq                    = pb.VpnConfigTemplatePlanDetailAddReq
-	VpnConfigTemplatePlanDetailAddResp                   = pb.VpnConfigTemplatePlanDetailAddResp
-	VpnConfigTemplatePlanDetailDelReq                    = pb.VpnConfigTemplatePlanDetailDelReq
-	VpnConfigTemplatePlanDetailGetReq                    = pb.VpnConfigTemplatePlanDetailGetReq
-	VpnConfigTemplatePlanDetailGetResp                   = pb.VpnConfigTemplatePlanDetailGetResp
-	VpnConfigTemplatePlanDetailListReq                   = pb.VpnConfigTemplatePlanDetailListReq
-	VpnConfigTemplatePlanDetailListResp                  = pb.VpnConfigTemplatePlanDetailListResp
-	VpnConfigTemplatePlanDetailUpdateReq                 = pb.VpnConfigTemplatePlanDetailUpdateReq
-	VpnConfigTemplatePlanDetailUpdateResp                = pb.VpnConfigTemplatePlanDetailUpdateResp
-	VpnConfigTemplatePlanDetailVo                        = pb.VpnConfigTemplatePlanDetailVo
-	VpnConfigTemplatePlanGetReq                          = pb.VpnConfigTemplatePlanGetReq
-	VpnConfigTemplatePlanGetResp                         = pb.VpnConfigTemplatePlanGetResp
-	VpnConfigTemplatePlanListReq                         = pb.VpnConfigTemplatePlanListReq
-	VpnConfigTemplatePlanListResp                        = pb.VpnConfigTemplatePlanListResp
-	VpnConfigTemplatePlanUpdateReq                       = pb.VpnConfigTemplatePlanUpdateReq
-	VpnConfigTemplatePlanUpdateResp                      = pb.VpnConfigTemplatePlanUpdateResp
-	VpnConfigTemplatePlanVo                              = pb.VpnConfigTemplatePlanVo
-	VpnGroupAddReq                                       = pb.VpnGroupAddReq
-	VpnGroupBatchAddReq                                  = pb.VpnGroupBatchAddReq
-	VpnGroupBatchAddResp                                 = pb.VpnGroupBatchAddResp
-	VpnGroupBatchDelReq                                  = pb.VpnGroupBatchDelReq
-	VpnGroupBatchUpdateReq                               = pb.VpnGroupBatchUpdateReq
-	VpnGroupBatchUpdateResp                              = pb.VpnGroupBatchUpdateResp
-	VpnGroupExVo                                         = pb.VpnGroupExVo
-	VpnGroupGetReq                                       = pb.VpnGroupGetReq
-	VpnGroupListReq                                      = pb.VpnGroupListReq
-	VpnGroupListResp                                     = pb.VpnGroupListResp
-	VpnGroupTagListReq                                   = pb.VpnGroupTagListReq
-	VpnGroupTagListResp                                  = pb.VpnGroupTagListResp
-	VpnGroupTagVo                                        = pb.VpnGroupTagVo
-	VpnGroupVo                                           = pb.VpnGroupVo
-	VpnLocationBatchAddReq                               = pb.VpnLocationBatchAddReq
-	VpnLocationBatchAddResp                              = pb.VpnLocationBatchAddResp
-	VpnLocationBatchDelReq                               = pb.VpnLocationBatchDelReq
-	VpnLocationBatchUpdateReq                            = pb.VpnLocationBatchUpdateReq
-	VpnLocationBatchUpdateResp                           = pb.VpnLocationBatchUpdateResp
-	VpnLocationExVo                                      = pb.VpnLocationExVo
-	VpnLocationGetReq                                    = pb.VpnLocationGetReq
-	VpnLocationListReq                                   = pb.VpnLocationListReq
-	VpnLocationListResp                                  = pb.VpnLocationListResp
-	VpnLocationServerCountReq                            = pb.VpnLocationServerCountReq
-	VpnLocationServerCountResp                           = pb.VpnLocationServerCountResp
-	VpnLocationServerCountVo                             = pb.VpnLocationServerCountVo
-	VpnLocationVo                                        = pb.VpnLocationVo
-	VpnProbeTaskListReq                                  = pb.VpnProbeTaskListReq
-	VpnProbeTaskListResp                                 = pb.VpnProbeTaskListResp
-	VpnProbeTaskVo                                       = pb.VpnProbeTaskVo
-	VpnServerAddReq                                      = pb.VpnServerAddReq
-	VpnServerBatchAddReq                                 = pb.VpnServerBatchAddReq
-	VpnServerBatchAddResp                                = pb.VpnServerBatchAddResp
-	VpnServerBatchDelReq                                 = pb.VpnServerBatchDelReq
-	VpnServerBatchUpdateReq                              = pb.VpnServerBatchUpdateReq
-	VpnServerBatchUpdateResp                             = pb.VpnServerBatchUpdateResp
-	VpnServerExListResp                                  = pb.VpnServerExListResp
-	VpnServerExVo                                        = pb.VpnServerExVo
-	VpnServerListReq                                     = pb.VpnServerListReq
-	VpnServerListResp                                    = pb.VpnServerListResp
-	VpnServerLocationListReq                             = pb.VpnServerLocationListReq
-	VpnServerLocationListResp                            = pb.VpnServerLocationListResp
-	VpnServerLocationVo                                  = pb.VpnServerLocationVo
-	VpnServerVo                                          = pb.VpnServerVo
-	VpnTagBatchAddReq                                    = pb.VpnTagBatchAddReq
-	VpnTagBatchAddResp                                   = pb.VpnTagBatchAddResp
-	VpnTagBatchDelReq                                    = pb.VpnTagBatchDelReq
-	VpnTagBatchUpdateReq                                 = pb.VpnTagBatchUpdateReq
-	VpnTagBatchUpdateResp                                = pb.VpnTagBatchUpdateResp
-	VpnTagGetReq                                         = pb.VpnTagGetReq
-	VpnTagListReq                                        = pb.VpnTagListReq
-	VpnTagListResp                                       = pb.VpnTagListResp
-	VpnTagVo                                             = pb.VpnTagVo
-	VpnWithIPAndPortReq                                  = pb.VpnWithIPAndPortReq
-	VpnWithIPAndPortResp                                 = pb.VpnWithIPAndPortResp
-	VpnipAddReq                                          = pb.VpnipAddReq
-	VpnipAddResp                                         = pb.VpnipAddResp
-	VpnipBatchAddReq                                     = pb.VpnipBatchAddReq
-	VpnipBatchAddResp                                    = pb.VpnipBatchAddResp
-	VpnipBatchUpdateReq                                  = pb.VpnipBatchUpdateReq
-	VpnipBatchUpdateResp                                 = pb.VpnipBatchUpdateResp
-	VpnipBindAddReq                                      = pb.VpnipBindAddReq
-	VpnipBindAddResp                                     = pb.VpnipBindAddResp
-	VpnipBindBatchAddReq                                 = pb.VpnipBindBatchAddReq
-	VpnipBindBatchAddResp                                = pb.VpnipBindBatchAddResp
-	VpnipBindBatchUpdateReq                              = pb.VpnipBindBatchUpdateReq
-	VpnipBindBatchUpdateResp                             = pb.VpnipBindBatchUpdateResp
-	VpnipBindGetReq                                      = pb.VpnipBindGetReq
-	VpnipBindGetResp                                     = pb.VpnipBindGetResp
-	VpnipBindListReq                                     = pb.VpnipBindListReq
-	VpnipBindListResp                                    = pb.VpnipBindListResp
-	VpnipBindUpdateReq                                   = pb.VpnipBindUpdateReq
-	VpnipBindUpdateResp                                  = pb.VpnipBindUpdateResp
-	VpnipBindVo                                          = pb.VpnipBindVo
-	VpnipExAddReq                                        = pb.VpnipExAddReq
-	VpnipExAddResp                                       = pb.VpnipExAddResp
-	VpnipExBatchAddReq                                   = pb.VpnipExBatchAddReq
-	VpnipExBatchAddResp                                  = pb.VpnipExBatchAddResp
-	VpnipExBatchUpdateReq                                = pb.VpnipExBatchUpdateReq
-	VpnipExBatchUpdateResp                               = pb.VpnipExBatchUpdateResp
-	VpnipExGetResp                                       = pb.VpnipExGetResp
-	VpnipExListResp                                      = pb.VpnipExListResp
-	VpnipExUpdateReq                                     = pb.VpnipExUpdateReq
-	VpnipExUpdateResp                                    = pb.VpnipExUpdateResp
-	VpnipExVo                                            = pb.VpnipExVo
-	VpnipGetReq                                          = pb.VpnipGetReq
-	VpnipGetResp                                         = pb.VpnipGetResp
-	VpnipListReq                                         = pb.VpnipListReq
-	VpnipListResp                                        = pb.VpnipListResp
-	VpnipRangeAddReq                                     = pb.VpnipRangeAddReq
-	VpnipRangeAddResp                                    = pb.VpnipRangeAddResp
-	VpnipRangeBatchAddReq                                = pb.VpnipRangeBatchAddReq
-	VpnipRangeBatchAddResp                               = pb.VpnipRangeBatchAddResp
-	VpnipRangeBatchUpdateReq                             = pb.VpnipRangeBatchUpdateReq
-	VpnipRangeBatchUpdateResp                            = pb.VpnipRangeBatchUpdateResp
-	VpnipRangeExAddReq                                   = pb.VpnipRangeExAddReq
-	VpnipRangeExAddResp                                  = pb.VpnipRangeExAddResp
-	VpnipRangeExBatchAddReq                              = pb.VpnipRangeExBatchAddReq
-	VpnipRangeExBatchAddResp                             = pb.VpnipRangeExBatchAddResp
-	VpnipRangeExBatchUpdateReq                           = pb.VpnipRangeExBatchUpdateReq
-	VpnipRangeExBatchUpdateResp                          = pb.VpnipRangeExBatchUpdateResp
-	VpnipRangeExGetResp                                  = pb.VpnipRangeExGetResp
-	VpnipRangeExListResp                                 = pb.VpnipRangeExListResp
-	VpnipRangeExUpdateReq                                = pb.VpnipRangeExUpdateReq
-	VpnipRangeExUpdateResp                               = pb.VpnipRangeExUpdateResp
-	VpnipRangeExVo                                       = pb.VpnipRangeExVo
-	VpnipRangeGetReq                                     = pb.VpnipRangeGetReq
-	VpnipRangeGetResp                                    = pb.VpnipRangeGetResp
-	VpnipRangeListReq                                    = pb.VpnipRangeListReq
-	VpnipRangeListResp                                   = pb.VpnipRangeListResp
-	VpnipRangeUpdateReq                                  = pb.VpnipRangeUpdateReq
-	VpnipRangeUpdateResp                                 = pb.VpnipRangeUpdateResp
-	VpnipRangeVo                                         = pb.VpnipRangeVo
-	VpnipUpdateReq                                       = pb.VpnipUpdateReq
-	VpnipUpdateResp                                      = pb.VpnipUpdateResp
-	VpnipVo                                              = pb.VpnipVo
-	VpnipWalledAddReq                                    = pb.VpnipWalledAddReq
-	VpnipWalledAddResp                                   = pb.VpnipWalledAddResp
-	VpnipWalledBatchAddReq                               = pb.VpnipWalledBatchAddReq
-	VpnipWalledBatchAddResp                              = pb.VpnipWalledBatchAddResp
-	VpnipWalledBatchUpdateReq                            = pb.VpnipWalledBatchUpdateReq
-	VpnipWalledBatchUpdateResp                           = pb.VpnipWalledBatchUpdateResp
-	VpnipWalledGetReq                                    = pb.VpnipWalledGetReq
-	VpnipWalledGetResp                                   = pb.VpnipWalledGetResp
-	VpnipWalledListReq                                   = pb.VpnipWalledListReq
-	VpnipWalledListResp                                  = pb.VpnipWalledListResp
-	VpnipWalledUpdateReq                                 = pb.VpnipWalledUpdateReq
-	VpnipWalledUpdateResp                                = pb.VpnipWalledUpdateResp
-	VpnipWalledVo                                        = pb.VpnipWalledVo
+	AccountDeviceListReq                       = pb.AccountDeviceListReq
+	AccountDeviceListResp                      = pb.AccountDeviceListResp
+	AccountDeviceVo                            = pb.AccountDeviceVo
+	AccountListReq                             = pb.AccountListReq
+	AccountListResp                            = pb.AccountListResp
+	AccountVo                                  = pb.AccountVo
+	AdGlobalConfigGetReq                       = pb.AdGlobalConfigGetReq
+	AdGlobalConfigVo                           = pb.AdGlobalConfigVo
+	AdPlanDetailListReq                        = pb.AdPlanDetailListReq
+	AdPlanDetailListResp                       = pb.AdPlanDetailListResp
+	AdPlanDetailVo                             = pb.AdPlanDetailVo
+	AdPlanListReq                              = pb.AdPlanListReq
+	AdPlanListResp                             = pb.AdPlanListResp
+	AdPlanVo                                   = pb.AdPlanVo
+	AnnouncePlanDetailListReq                  = pb.AnnouncePlanDetailListReq
+	AnnouncePlanDetailListResp                 = pb.AnnouncePlanDetailListResp
+	AnnouncePlanDetailVo                       = pb.AnnouncePlanDetailVo
+	AnnouncePlanListReq                        = pb.AnnouncePlanListReq
+	AnnouncePlanListResp                       = pb.AnnouncePlanListResp
+	AnnouncePlanVo                             = pb.AnnouncePlanVo
+	AreaParamListReq                           = pb.AreaParamListReq
+	AreaParamListResp                          = pb.AreaParamListResp
+	AreaParamVo                                = pb.AreaParamVo
+	BaseReq                                    = pb.BaseReq
+	CommonResult                               = pb.CommonResult
+	ConfigGetReq                               = pb.ConfigGetReq
+	DeleteIdResp                               = pb.DeleteIdResp
+	DeployConfigListReq                        = pb.DeployConfigListReq
+	DeployConfigListResp                       = pb.DeployConfigListResp
+	DeployConfigVo                             = pb.DeployConfigVo
+	DeviceListReq                              = pb.DeviceListReq
+	DeviceListRes                              = pb.DeviceListRes
+	DeviceVo                                   = pb.DeviceVo
+	DictGetReq                                 = pb.DictGetReq
+	DictListReq                                = pb.DictListReq
+	DictListResp                               = pb.DictListResp
+	DictVo                                     = pb.DictVo
+	Empty                                      = pb.Empty
+	FindSchedulePublishListReq                 = pb.FindSchedulePublishListReq
+	FindSchedulePublishListResp                = pb.FindSchedulePublishListResp
+	GameCategoryListReq                        = pb.GameCategoryListReq
+	GameCategoryListRes                        = pb.GameCategoryListRes
+	GameCategoryReq                            = pb.GameCategoryReq
+	GameCategoryVo                             = pb.GameCategoryVo
+	GameCustomerAddResp                        = pb.GameCustomerAddResp
+	GameCustomerListReq                        = pb.GameCustomerListReq
+	GameCustomerListRes                        = pb.GameCustomerListRes
+	GameCustomerVo                             = pb.GameCustomerVo
+	GameListReq                                = pb.GameListReq
+	GameListRes                                = pb.GameListRes
+	GameRankOption                             = pb.GameRankOption
+	GameRedisHScanByNameReq                    = pb.GameRedisHScanByNameReq
+	GameRedisHScanByNameResp                   = pb.GameRedisHScanByNameResp
+	GameReq                                    = pb.GameReq
+	GameVo                                     = pb.GameVo
+	GlobalParamGetReq                          = pb.GlobalParamGetReq
+	GlobalParamListReq                         = pb.GlobalParamListReq
+	GlobalParamListResp                        = pb.GlobalParamListResp
+	GlobalParamVo                              = pb.GlobalParamVo
+	I18NVo                                     = pb.I18NVo
+	Ids                                        = pb.Ids
+	Int64SelectController                      = pb.Int64SelectController
+	IntSelectController                        = pb.IntSelectController
+	JobBatchListReq                            = pb.JobBatchListReq
+	JobBatchListResp                           = pb.JobBatchListResp
+	JobBatchListWithTasksResp                  = pb.JobBatchListWithTasksResp
+	JobBatchVo                                 = pb.JobBatchVo
+	JobBatchWithTasksVo                        = pb.JobBatchWithTasksVo
+	JobTasksListReq                            = pb.JobTasksListReq
+	JobTasksListResp                           = pb.JobTasksListResp
+	JobTasksVo                                 = pb.JobTasksVo
+	MessagePushListReq                         = pb.MessagePushListReq
+	MessagePushListResp                        = pb.MessagePushListResp
+	MessagePushVo                              = pb.MessagePushVo
+	NationalLanguageListReq                    = pb.NationalLanguageListReq
+	NationalLanguageListResp                   = pb.NationalLanguageListResp
+	NationalLanguageVo                         = pb.NationalLanguageVo
+	OperationLogListReq                        = pb.OperationLogListReq
+	OperationLogListResp                       = pb.OperationLogListResp
+	OperationLogVo                             = pb.OperationLogVo
+	Page                                       = pb.Page
+	Page_OrderItem                             = pb.Page_OrderItem
+	ProductActionGroupDisableReq               = pb.ProductActionGroupDisableReq
+	ProductActionGroupEnableReq                = pb.ProductActionGroupEnableReq
+	ProductActionGroupListReq                  = pb.ProductActionGroupListReq
+	ProductActionGroupListResp                 = pb.ProductActionGroupListResp
+	ProductActionGroupReq                      = pb.ProductActionGroupReq
+	ProductActionGroupVo                       = pb.ProductActionGroupVo
+	ProductActionListReq                       = pb.ProductActionListReq
+	ProductActionListResp                      = pb.ProductActionListResp
+	ProductActionPolicyGroupDisableReq         = pb.ProductActionPolicyGroupDisableReq
+	ProductActionPolicyGroupEnableReq          = pb.ProductActionPolicyGroupEnableReq
+	ProductActionPolicyGroupListReq            = pb.ProductActionPolicyGroupListReq
+	ProductActionPolicyGroupListResp           = pb.ProductActionPolicyGroupListResp
+	ProductActionPolicyGroupReq                = pb.ProductActionPolicyGroupReq
+	ProductActionPolicyGroupVo                 = pb.ProductActionPolicyGroupVo
+	ProductActionReq                           = pb.ProductActionReq
+	ProductActionTypeListReq                   = pb.ProductActionTypeListReq
+	ProductActionTypeListResp                  = pb.ProductActionTypeListResp
+	ProductActionTypeReq                       = pb.ProductActionTypeReq
+	ProductActionTypeVo                        = pb.ProductActionTypeVo
+	ProductActionVo                            = pb.ProductActionVo
+	ProductListReq                             = pb.ProductListReq
+	ProductListResp                            = pb.ProductListResp
+	ProductParamGetReq                         = pb.ProductParamGetReq
+	ProductParamListReq                        = pb.ProductParamListReq
+	ProductParamListResp                       = pb.ProductParamListResp
+	ProductParamVo                             = pb.ProductParamVo
+	ProductVo                                  = pb.ProductVo
+	PublishScheduleDramaReq                    = pb.PublishScheduleDramaReq
+	RelGameRankListReq                         = pb.RelGameRankListReq
+	RelGameRankListRes                         = pb.RelGameRankListRes
+	RelGameRankReq                             = pb.RelGameRankReq
+	RelGameRankVo                              = pb.RelGameRankVo
+	RelGameVpnGroupListReq                     = pb.RelGameVpnGroupListReq
+	RelGameVpnGroupListRes                     = pb.RelGameVpnGroupListRes
+	RelGameVpnGroupReq                         = pb.RelGameVpnGroupReq
+	RelGameVpnGroupVo                          = pb.RelGameVpnGroupVo
+	Request                                    = pb.Request
+	Response                                   = pb.Response
+	ServiceBoxAddReq                           = pb.ServiceBoxAddReq
+	ServiceBoxAddResp                          = pb.ServiceBoxAddResp
+	ServiceBoxAddWithDetailsReq                = pb.ServiceBoxAddWithDetailsReq
+	ServiceBoxAddWithDetailsResp               = pb.ServiceBoxAddWithDetailsResp
+	ServiceBoxDelReq                           = pb.ServiceBoxDelReq
+	ServiceBoxGetReq                           = pb.ServiceBoxGetReq
+	ServiceBoxGetResp                          = pb.ServiceBoxGetResp
+	ServiceBoxGetWithDetailsReq                = pb.ServiceBoxGetWithDetailsReq
+	ServiceBoxGetWithDetailsResp               = pb.ServiceBoxGetWithDetailsResp
+	ServiceBoxListReq                          = pb.ServiceBoxListReq
+	ServiceBoxListResp                         = pb.ServiceBoxListResp
+	ServiceBoxTypesAddReq                      = pb.ServiceBoxTypesAddReq
+	ServiceBoxTypesAddResp                     = pb.ServiceBoxTypesAddResp
+	ServiceBoxTypesDelReq                      = pb.ServiceBoxTypesDelReq
+	ServiceBoxTypesGetReq                      = pb.ServiceBoxTypesGetReq
+	ServiceBoxTypesGetResp                     = pb.ServiceBoxTypesGetResp
+	ServiceBoxTypesListReq                     = pb.ServiceBoxTypesListReq
+	ServiceBoxTypesListResp                    = pb.ServiceBoxTypesListResp
+	ServiceBoxTypesUpdateReq                   = pb.ServiceBoxTypesUpdateReq
+	ServiceBoxTypesUpdateResp                  = pb.ServiceBoxTypesUpdateResp
+	ServiceBoxTypesVo                          = pb.ServiceBoxTypesVo
+	ServiceBoxUpdateReq                        = pb.ServiceBoxUpdateReq
+	ServiceBoxUpdateResp                       = pb.ServiceBoxUpdateResp
+	ServiceBoxUpdateWithDetailsReq             = pb.ServiceBoxUpdateWithDetailsReq
+	ServiceBoxUpdateWithDetailsResp            = pb.ServiceBoxUpdateWithDetailsResp
+	ServiceBoxVo                               = pb.ServiceBoxVo
+	ServiceBoxWithDetailsVo                    = pb.ServiceBoxWithDetailsVo
+	ServiceBoxWithDurationVo                   = pb.ServiceBoxWithDurationVo
+	ServicePlanAddReq                          = pb.ServicePlanAddReq
+	ServicePlanAddResp                         = pb.ServicePlanAddResp
+	ServicePlanAddWithBoxesReq                 = pb.ServicePlanAddWithBoxesReq
+	ServicePlanAddWithBoxesResp                = pb.ServicePlanAddWithBoxesResp
+	ServicePlanBoxesAddReq                     = pb.ServicePlanBoxesAddReq
+	ServicePlanBoxesAddResp                    = pb.ServicePlanBoxesAddResp
+	ServicePlanBoxesDelReq                     = pb.ServicePlanBoxesDelReq
+	ServicePlanBoxesGetReq                     = pb.ServicePlanBoxesGetReq
+	ServicePlanBoxesGetResp                    = pb.ServicePlanBoxesGetResp
+	ServicePlanBoxesListReq                    = pb.ServicePlanBoxesListReq
+	ServicePlanBoxesListResp                   = pb.ServicePlanBoxesListResp
+	ServicePlanBoxesUpdateReq                  = pb.ServicePlanBoxesUpdateReq
+	ServicePlanBoxesUpdateResp                 = pb.ServicePlanBoxesUpdateResp
+	ServicePlanBoxesVo                         = pb.ServicePlanBoxesVo
+	ServicePlanChannelAddReq                   = pb.ServicePlanChannelAddReq
+	ServicePlanChannelAddResp                  = pb.ServicePlanChannelAddResp
+	ServicePlanChannelDelReq                   = pb.ServicePlanChannelDelReq
+	ServicePlanChannelGetReq                   = pb.ServicePlanChannelGetReq
+	ServicePlanChannelGetResp                  = pb.ServicePlanChannelGetResp
+	ServicePlanChannelListReq                  = pb.ServicePlanChannelListReq
+	ServicePlanChannelListResp                 = pb.ServicePlanChannelListResp
+	ServicePlanChannelUpdateReq                = pb.ServicePlanChannelUpdateReq
+	ServicePlanChannelUpdateResp               = pb.ServicePlanChannelUpdateResp
+	ServicePlanChannelVo                       = pb.ServicePlanChannelVo
+	ServicePlanDelReq                          = pb.ServicePlanDelReq
+	ServicePlanGetReq                          = pb.ServicePlanGetReq
+	ServicePlanGetResp                         = pb.ServicePlanGetResp
+	ServicePlanGetWithBoxesReq                 = pb.ServicePlanGetWithBoxesReq
+	ServicePlanGetWithBoxesResp                = pb.ServicePlanGetWithBoxesResp
+	ServicePlanListReq                         = pb.ServicePlanListReq
+	ServicePlanListResp                        = pb.ServicePlanListResp
+	ServicePlanListWithBoxesReq                = pb.ServicePlanListWithBoxesReq
+	ServicePlanListWithBoxesResp               = pb.ServicePlanListWithBoxesResp
+	ServicePlanUpdateReq                       = pb.ServicePlanUpdateReq
+	ServicePlanUpdateResp                      = pb.ServicePlanUpdateResp
+	ServicePlanUpdateWithBoxesReq              = pb.ServicePlanUpdateWithBoxesReq
+	ServicePlanUpdateWithBoxesResp             = pb.ServicePlanUpdateWithBoxesResp
+	ServicePlanVo                              = pb.ServicePlanVo
+	ServicePlanWithBoxesVo                     = pb.ServicePlanWithBoxesVo
+	ServiceTypesAddReq                         = pb.ServiceTypesAddReq
+	ServiceTypesAddResp                        = pb.ServiceTypesAddResp
+	ServiceTypesDelReq                         = pb.ServiceTypesDelReq
+	ServiceTypesGetReq                         = pb.ServiceTypesGetReq
+	ServiceTypesGetResp                        = pb.ServiceTypesGetResp
+	ServiceTypesListReq                        = pb.ServiceTypesListReq
+	ServiceTypesListResp                       = pb.ServiceTypesListResp
+	ServiceTypesUpdateReq                      = pb.ServiceTypesUpdateReq
+	ServiceTypesUpdateResp                     = pb.ServiceTypesUpdateResp
+	ServiceTypesVo                             = pb.ServiceTypesVo
+	ServiceTypesWithValueVo                    = pb.ServiceTypesWithValueVo
+	SetTotalStatsReq                           = pb.SetTotalStatsReq
+	ShortDramaCheckNameReq                     = pb.ShortDramaCheckNameReq
+	ShortDramaCheckNameResp                    = pb.ShortDramaCheckNameResp
+	ShortDramaCopyrightInfoVo                  = pb.ShortDramaCopyrightInfoVo
+	ShortDramaEpisodeBatchAddReq               = pb.ShortDramaEpisodeBatchAddReq
+	ShortDramaEpisodeBatchRefreshUpdateTimeReq = pb.ShortDramaEpisodeBatchRefreshUpdateTimeReq
+	ShortDramaEpisodeCountReq                  = pb.ShortDramaEpisodeCountReq
+	ShortDramaEpisodeCountResp                 = pb.ShortDramaEpisodeCountResp
+	ShortDramaEpisodeCountVo                   = pb.ShortDramaEpisodeCountVo
+	ShortDramaEpisodeGetReq                    = pb.ShortDramaEpisodeGetReq
+	ShortDramaEpisodeListReq                   = pb.ShortDramaEpisodeListReq
+	ShortDramaEpisodeListResp                  = pb.ShortDramaEpisodeListResp
+	ShortDramaEpisodeVo                        = pb.ShortDramaEpisodeVo
+	ShortDramaFindIdsWithCopyrightResp         = pb.ShortDramaFindIdsWithCopyrightResp
+	ShortDramaGetReq                           = pb.ShortDramaGetReq
+	ShortDramaLanguageListReq                  = pb.ShortDramaLanguageListReq
+	ShortDramaLanguageListResp                 = pb.ShortDramaLanguageListResp
+	ShortDramaLanguageVo                       = pb.ShortDramaLanguageVo
+	ShortDramaListReq                          = pb.ShortDramaListReq
+	ShortDramaListResp                         = pb.ShortDramaListResp
+	ShortDramaStatsPlaysTotalListReq           = pb.ShortDramaStatsPlaysTotalListReq
+	ShortDramaStatsPlaysTotalListResp          = pb.ShortDramaStatsPlaysTotalListResp
+	ShortDramaStatsPlaysTotalVo                = pb.ShortDramaStatsPlaysTotalVo
+	ShortDramaUpdateModifierReq                = pb.ShortDramaUpdateModifierReq
+	ShortDramaUpdateReleaseRegionsReq          = pb.ShortDramaUpdateReleaseRegionsReq
+	ShortDramaVo                               = pb.ShortDramaVo
+	StringSelectController                     = pb.StringSelectController
+	SysPermGetReq                              = pb.SysPermGetReq
+	SysPermListReq                             = pb.SysPermListReq
+	SysPermListResp                            = pb.SysPermListResp
+	SysPermRule                                = pb.SysPermRule
+	SysPermVo                                  = pb.SysPermVo
+	SysRoleGetReq                              = pb.SysRoleGetReq
+	SysRoleListReq                             = pb.SysRoleListReq
+	SysRoleListResp                            = pb.SysRoleListResp
+	SysRoleListWithPermsResp                   = pb.SysRoleListWithPermsResp
+	SysRolePermGetReq                          = pb.SysRolePermGetReq
+	SysRolePermListReq                         = pb.SysRolePermListReq
+	SysRolePermListResp                        = pb.SysRolePermListResp
+	SysRolePermVo                              = pb.SysRolePermVo
+	SysRoleVo                                  = pb.SysRoleVo
+	SysRoleWithPermIds                         = pb.SysRoleWithPermIds
+	SysRoleWithPerms                           = pb.SysRoleWithPerms
+	SysUserGetReq                              = pb.SysUserGetReq
+	SysUserListReq                             = pb.SysUserListReq
+	SysUserListResp                            = pb.SysUserListResp
+	SysUserListWithRolesAndPermsResp           = pb.SysUserListWithRolesAndPermsResp
+	SysUserPermGetReq                          = pb.SysUserPermGetReq
+	SysUserPermListReq                         = pb.SysUserPermListReq
+	SysUserPermListResp                        = pb.SysUserPermListResp
+	SysUserPermVo                              = pb.SysUserPermVo
+	SysUserRoleGetReq                          = pb.SysUserRoleGetReq
+	SysUserRoleListReq                         = pb.SysUserRoleListReq
+	SysUserRoleListResp                        = pb.SysUserRoleListResp
+	SysUserRoleVo                              = pb.SysUserRoleVo
+	SysUserVo                                  = pb.SysUserVo
+	SysUserWithRoleIdsAndPermRules             = pb.SysUserWithRoleIdsAndPermRules
+	SysUserWithRolesAndPerms                   = pb.SysUserWithRolesAndPerms
+	TimeRange                                  = pb.TimeRange
+	TipGetReq                                  = pb.TipGetReq
+	TipListReq                                 = pb.TipListReq
+	TipListResp                                = pb.TipListResp
+	TipVo                                      = pb.TipVo
+	TransactionOperation                       = pb.TransactionOperation
+	TransactionReq                             = pb.TransactionReq
+	UpgradePkgPlanDetailListReq                = pb.UpgradePkgPlanDetailListReq
+	UpgradePkgPlanDetailListResp               = pb.UpgradePkgPlanDetailListResp
+	UpgradePkgPlanDetailVo                     = pb.UpgradePkgPlanDetailVo
+	UpgradePkgPlanListReq                      = pb.UpgradePkgPlanListReq
+	UpgradePkgPlanListResp                     = pb.UpgradePkgPlanListResp
+	UpgradePkgPlanVo                           = pb.UpgradePkgPlanVo
+	UpgradeResPlanDetailListReq                = pb.UpgradeResPlanDetailListReq
+	UpgradeResPlanDetailListResp               = pb.UpgradeResPlanDetailListResp
+	UpgradeResPlanDetailVo                     = pb.UpgradeResPlanDetailVo
+	UpgradeResPlanListReq                      = pb.UpgradeResPlanListReq
+	UpgradeResPlanListResp                     = pb.UpgradeResPlanListResp
+	UpgradeResPlanVo                           = pb.UpgradeResPlanVo
+	UserAddReq                                 = pb.UserAddReq
+	UserAddResp                                = pb.UserAddResp
+	UserAppConfigGetReq                        = pb.UserAppConfigGetReq
+	UserAppConfigListReq                       = pb.UserAppConfigListReq
+	UserAppConfigListRes                       = pb.UserAppConfigListRes
+	UserAppConfigVo                            = pb.UserAppConfigVo
+	UserCredentialAddReq                       = pb.UserCredentialAddReq
+	UserCredentialAddResp                      = pb.UserCredentialAddResp
+	UserCredentialDelReq                       = pb.UserCredentialDelReq
+	UserCredentialGetReq                       = pb.UserCredentialGetReq
+	UserCredentialGetResp                      = pb.UserCredentialGetResp
+	UserCredentialListReq                      = pb.UserCredentialListReq
+	UserCredentialListResp                     = pb.UserCredentialListResp
+	UserCredentialUpdateReq                    = pb.UserCredentialUpdateReq
+	UserCredentialUpdateResp                   = pb.UserCredentialUpdateResp
+	UserCredentialVo                           = pb.UserCredentialVo
+	UserDelReq                                 = pb.UserDelReq
+	UserDeviceAddReq                           = pb.UserDeviceAddReq
+	UserDeviceAddResp                          = pb.UserDeviceAddResp
+	UserDeviceDelReq                           = pb.UserDeviceDelReq
+	UserDeviceGetReq                           = pb.UserDeviceGetReq
+	UserDeviceGetResp                          = pb.UserDeviceGetResp
+	UserDeviceListReq                          = pb.UserDeviceListReq
+	UserDeviceListResp                         = pb.UserDeviceListResp
+	UserDeviceUpdateReq                        = pb.UserDeviceUpdateReq
+	UserDeviceUpdateResp                       = pb.UserDeviceUpdateResp
+	UserDeviceVo                               = pb.UserDeviceVo
+	UserGetReq                                 = pb.UserGetReq
+	UserGetResp                                = pb.UserGetResp
+	UserListReq                                = pb.UserListReq
+	UserListResp                               = pb.UserListResp
+	UserServiceAddReq                          = pb.UserServiceAddReq
+	UserServiceAddResp                         = pb.UserServiceAddResp
+	UserServiceDelReq                          = pb.UserServiceDelReq
+	UserServiceGetReq                          = pb.UserServiceGetReq
+	UserServiceGetResp                         = pb.UserServiceGetResp
+	UserServiceListReq                         = pb.UserServiceListReq
+	UserServiceListResp                        = pb.UserServiceListResp
+	UserServiceUpdateReq                       = pb.UserServiceUpdateReq
+	UserServiceUpdateResp                      = pb.UserServiceUpdateResp
+	UserServiceVo                              = pb.UserServiceVo
+	UserTestAddReq                             = pb.UserTestAddReq
+	UserTestAddResp                            = pb.UserTestAddResp
+	UserTestDelReq                             = pb.UserTestDelReq
+	UserTestGetReq                             = pb.UserTestGetReq
+	UserTestGetResp                            = pb.UserTestGetResp
+	UserTestListReq                            = pb.UserTestListReq
+	UserTestListResp                           = pb.UserTestListResp
+	UserTestUpdateReq                          = pb.UserTestUpdateReq
+	UserTestUpdateResp                         = pb.UserTestUpdateResp
+	UserTestVo                                 = pb.UserTestVo
+	UserUpdateReq                              = pb.UserUpdateReq
+	UserUpdateResp                             = pb.UserUpdateResp
+	UserVo                                     = pb.UserVo
+	UserWhiteAddReq                            = pb.UserWhiteAddReq
+	UserWhiteAddResp                           = pb.UserWhiteAddResp
+	UserWhiteDelReq                            = pb.UserWhiteDelReq
+	UserWhiteGetReq                            = pb.UserWhiteGetReq
+	UserWhiteGetResp                           = pb.UserWhiteGetResp
+	UserWhiteListReq                           = pb.UserWhiteListReq
+	UserWhiteListResp                          = pb.UserWhiteListResp
+	UserWhiteUpdateReq                         = pb.UserWhiteUpdateReq
+	UserWhiteUpdateResp                        = pb.UserWhiteUpdateResp
+	UserWhiteVo                                = pb.UserWhiteVo
+	VpnConfigTemplatePlanAddReq                = pb.VpnConfigTemplatePlanAddReq
+	VpnConfigTemplatePlanAddResp               = pb.VpnConfigTemplatePlanAddResp
+	VpnConfigTemplatePlanDelReq                = pb.VpnConfigTemplatePlanDelReq
+	VpnConfigTemplatePlanDetailAddReq          = pb.VpnConfigTemplatePlanDetailAddReq
+	VpnConfigTemplatePlanDetailAddResp         = pb.VpnConfigTemplatePlanDetailAddResp
+	VpnConfigTemplatePlanDetailDelReq          = pb.VpnConfigTemplatePlanDetailDelReq
+	VpnConfigTemplatePlanDetailGetReq          = pb.VpnConfigTemplatePlanDetailGetReq
+	VpnConfigTemplatePlanDetailGetResp         = pb.VpnConfigTemplatePlanDetailGetResp
+	VpnConfigTemplatePlanDetailListReq         = pb.VpnConfigTemplatePlanDetailListReq
+	VpnConfigTemplatePlanDetailListResp        = pb.VpnConfigTemplatePlanDetailListResp
+	VpnConfigTemplatePlanDetailUpdateReq       = pb.VpnConfigTemplatePlanDetailUpdateReq
+	VpnConfigTemplatePlanDetailUpdateResp      = pb.VpnConfigTemplatePlanDetailUpdateResp
+	VpnConfigTemplatePlanDetailVo              = pb.VpnConfigTemplatePlanDetailVo
+	VpnConfigTemplatePlanGetReq                = pb.VpnConfigTemplatePlanGetReq
+	VpnConfigTemplatePlanGetResp               = pb.VpnConfigTemplatePlanGetResp
+	VpnConfigTemplatePlanListReq               = pb.VpnConfigTemplatePlanListReq
+	VpnConfigTemplatePlanListResp              = pb.VpnConfigTemplatePlanListResp
+	VpnConfigTemplatePlanUpdateReq             = pb.VpnConfigTemplatePlanUpdateReq
+	VpnConfigTemplatePlanUpdateResp            = pb.VpnConfigTemplatePlanUpdateResp
+	VpnConfigTemplatePlanVo                    = pb.VpnConfigTemplatePlanVo
+	VpnGroupAddReq                             = pb.VpnGroupAddReq
+	VpnGroupBatchAddReq                        = pb.VpnGroupBatchAddReq
+	VpnGroupBatchAddResp                       = pb.VpnGroupBatchAddResp
+	VpnGroupBatchDelReq                        = pb.VpnGroupBatchDelReq
+	VpnGroupBatchUpdateReq                     = pb.VpnGroupBatchUpdateReq
+	VpnGroupBatchUpdateResp                    = pb.VpnGroupBatchUpdateResp
+	VpnGroupExVo                               = pb.VpnGroupExVo
+	VpnGroupGetReq                             = pb.VpnGroupGetReq
+	VpnGroupListReq                            = pb.VpnGroupListReq
+	VpnGroupListResp                           = pb.VpnGroupListResp
+	VpnGroupTagListReq                         = pb.VpnGroupTagListReq
+	VpnGroupTagListResp                        = pb.VpnGroupTagListResp
+	VpnGroupTagVo                              = pb.VpnGroupTagVo
+	VpnGroupVo                                 = pb.VpnGroupVo
+	VpnLocationBatchAddReq                     = pb.VpnLocationBatchAddReq
+	VpnLocationBatchAddResp                    = pb.VpnLocationBatchAddResp
+	VpnLocationBatchDelReq                     = pb.VpnLocationBatchDelReq
+	VpnLocationBatchUpdateReq                  = pb.VpnLocationBatchUpdateReq
+	VpnLocationBatchUpdateResp                 = pb.VpnLocationBatchUpdateResp
+	VpnLocationExVo                            = pb.VpnLocationExVo
+	VpnLocationGetReq                          = pb.VpnLocationGetReq
+	VpnLocationListReq                         = pb.VpnLocationListReq
+	VpnLocationListResp                        = pb.VpnLocationListResp
+	VpnLocationServerCountReq                  = pb.VpnLocationServerCountReq
+	VpnLocationServerCountResp                 = pb.VpnLocationServerCountResp
+	VpnLocationServerCountVo                   = pb.VpnLocationServerCountVo
+	VpnLocationVo                              = pb.VpnLocationVo
+	VpnProbeTaskListReq                        = pb.VpnProbeTaskListReq
+	VpnProbeTaskListResp                       = pb.VpnProbeTaskListResp
+	VpnProbeTaskVo                             = pb.VpnProbeTaskVo
+	VpnServerAddReq                            = pb.VpnServerAddReq
+	VpnServerBatchAddReq                       = pb.VpnServerBatchAddReq
+	VpnServerBatchAddResp                      = pb.VpnServerBatchAddResp
+	VpnServerBatchDelReq                       = pb.VpnServerBatchDelReq
+	VpnServerBatchUpdateReq                    = pb.VpnServerBatchUpdateReq
+	VpnServerBatchUpdateResp                   = pb.VpnServerBatchUpdateResp
+	VpnServerExListResp                        = pb.VpnServerExListResp
+	VpnServerExVo                              = pb.VpnServerExVo
+	VpnServerListReq                           = pb.VpnServerListReq
+	VpnServerListResp                          = pb.VpnServerListResp
+	VpnServerLocationListReq                   = pb.VpnServerLocationListReq
+	VpnServerLocationListResp                  = pb.VpnServerLocationListResp
+	VpnServerLocationVo                        = pb.VpnServerLocationVo
+	VpnServerVo                                = pb.VpnServerVo
+	VpnTagBatchAddReq                          = pb.VpnTagBatchAddReq
+	VpnTagBatchAddResp                         = pb.VpnTagBatchAddResp
+	VpnTagBatchDelReq                          = pb.VpnTagBatchDelReq
+	VpnTagBatchUpdateReq                       = pb.VpnTagBatchUpdateReq
+	VpnTagBatchUpdateResp                      = pb.VpnTagBatchUpdateResp
+	VpnTagGetReq                               = pb.VpnTagGetReq
+	VpnTagListReq                              = pb.VpnTagListReq
+	VpnTagListResp                             = pb.VpnTagListResp
+	VpnTagVo                                   = pb.VpnTagVo
+	VpnWithIPAndPortReq                        = pb.VpnWithIPAndPortReq
+	VpnWithIPAndPortResp                       = pb.VpnWithIPAndPortResp
+	VpnipAddReq                                = pb.VpnipAddReq
+	VpnipAddResp                               = pb.VpnipAddResp
+	VpnipBatchAddReq                           = pb.VpnipBatchAddReq
+	VpnipBatchAddResp                          = pb.VpnipBatchAddResp
+	VpnipBatchUpdateReq                        = pb.VpnipBatchUpdateReq
+	VpnipBatchUpdateResp                       = pb.VpnipBatchUpdateResp
+	VpnipBindAddReq                            = pb.VpnipBindAddReq
+	VpnipBindAddResp                           = pb.VpnipBindAddResp
+	VpnipBindBatchAddReq                       = pb.VpnipBindBatchAddReq
+	VpnipBindBatchAddResp                      = pb.VpnipBindBatchAddResp
+	VpnipBindBatchUpdateReq                    = pb.VpnipBindBatchUpdateReq
+	VpnipBindBatchUpdateResp                   = pb.VpnipBindBatchUpdateResp
+	VpnipBindGetReq                            = pb.VpnipBindGetReq
+	VpnipBindGetResp                           = pb.VpnipBindGetResp
+	VpnipBindListReq                           = pb.VpnipBindListReq
+	VpnipBindListResp                          = pb.VpnipBindListResp
+	VpnipBindUpdateReq                         = pb.VpnipBindUpdateReq
+	VpnipBindUpdateResp                        = pb.VpnipBindUpdateResp
+	VpnipBindVo                                = pb.VpnipBindVo
+	VpnipExAddReq                              = pb.VpnipExAddReq
+	VpnipExAddResp                             = pb.VpnipExAddResp
+	VpnipExBatchAddReq                         = pb.VpnipExBatchAddReq
+	VpnipExBatchAddResp                        = pb.VpnipExBatchAddResp
+	VpnipExBatchUpdateReq                      = pb.VpnipExBatchUpdateReq
+	VpnipExBatchUpdateResp                     = pb.VpnipExBatchUpdateResp
+	VpnipExGetResp                             = pb.VpnipExGetResp
+	VpnipExListResp                            = pb.VpnipExListResp
+	VpnipExUpdateReq                           = pb.VpnipExUpdateReq
+	VpnipExUpdateResp                          = pb.VpnipExUpdateResp
+	VpnipExVo                                  = pb.VpnipExVo
+	VpnipGetReq                                = pb.VpnipGetReq
+	VpnipGetResp                               = pb.VpnipGetResp
+	VpnipListReq                               = pb.VpnipListReq
+	VpnipListResp                              = pb.VpnipListResp
+	VpnipRangeAddReq                           = pb.VpnipRangeAddReq
+	VpnipRangeAddResp                          = pb.VpnipRangeAddResp
+	VpnipRangeBatchAddReq                      = pb.VpnipRangeBatchAddReq
+	VpnipRangeBatchAddResp                     = pb.VpnipRangeBatchAddResp
+	VpnipRangeBatchUpdateReq                   = pb.VpnipRangeBatchUpdateReq
+	VpnipRangeBatchUpdateResp                  = pb.VpnipRangeBatchUpdateResp
+	VpnipRangeExAddReq                         = pb.VpnipRangeExAddReq
+	VpnipRangeExAddResp                        = pb.VpnipRangeExAddResp
+	VpnipRangeExBatchAddReq                    = pb.VpnipRangeExBatchAddReq
+	VpnipRangeExBatchAddResp                   = pb.VpnipRangeExBatchAddResp
+	VpnipRangeExBatchUpdateReq                 = pb.VpnipRangeExBatchUpdateReq
+	VpnipRangeExBatchUpdateResp                = pb.VpnipRangeExBatchUpdateResp
+	VpnipRangeExGetResp                        = pb.VpnipRangeExGetResp
+	VpnipRangeExListResp                       = pb.VpnipRangeExListResp
+	VpnipRangeExUpdateReq                      = pb.VpnipRangeExUpdateReq
+	VpnipRangeExUpdateResp                     = pb.VpnipRangeExUpdateResp
+	VpnipRangeExVo                             = pb.VpnipRangeExVo
+	VpnipRangeGetReq                           = pb.VpnipRangeGetReq
+	VpnipRangeGetResp                          = pb.VpnipRangeGetResp
+	VpnipRangeListReq                          = pb.VpnipRangeListReq
+	VpnipRangeListResp                         = pb.VpnipRangeListResp
+	VpnipRangeUpdateReq                        = pb.VpnipRangeUpdateReq
+	VpnipRangeUpdateResp                       = pb.VpnipRangeUpdateResp
+	VpnipRangeVo                               = pb.VpnipRangeVo
+	VpnipUpdateReq                             = pb.VpnipUpdateReq
+	VpnipUpdateResp                            = pb.VpnipUpdateResp
+	VpnipVo                                    = pb.VpnipVo
+	VpnipWalledAddReq                          = pb.VpnipWalledAddReq
+	VpnipWalledAddResp                         = pb.VpnipWalledAddResp
+	VpnipWalledBatchAddReq                     = pb.VpnipWalledBatchAddReq
+	VpnipWalledBatchAddResp                    = pb.VpnipWalledBatchAddResp
+	VpnipWalledBatchUpdateReq                  = pb.VpnipWalledBatchUpdateReq
+	VpnipWalledBatchUpdateResp                 = pb.VpnipWalledBatchUpdateResp
+	VpnipWalledGetReq                          = pb.VpnipWalledGetReq
+	VpnipWalledGetResp                         = pb.VpnipWalledGetResp
+	VpnipWalledListReq                         = pb.VpnipWalledListReq
+	VpnipWalledListResp                        = pb.VpnipWalledListResp
+	VpnipWalledUpdateReq                       = pb.VpnipWalledUpdateReq
+	VpnipWalledUpdateResp                      = pb.VpnipWalledUpdateResp
+	VpnipWalledVo                              = pb.VpnipWalledVo
 
 	GoShortDramaClient interface {
 		// ShortDrama

+ 488 - 519
pb/client/gosysclient/go_sys_client.go

@@ -14,525 +14,494 @@ import (
 )
 
 type (
-	AccountDeviceListReq                                 = pb.AccountDeviceListReq
-	AccountDeviceListResp                                = pb.AccountDeviceListResp
-	AccountDeviceVo                                      = pb.AccountDeviceVo
-	AccountListReq                                       = pb.AccountListReq
-	AccountListResp                                      = pb.AccountListResp
-	AccountVo                                            = pb.AccountVo
-	AdGlobalConfigGetReq                                 = pb.AdGlobalConfigGetReq
-	AdGlobalConfigVo                                     = pb.AdGlobalConfigVo
-	AdPlanDetailListReq                                  = pb.AdPlanDetailListReq
-	AdPlanDetailListResp                                 = pb.AdPlanDetailListResp
-	AdPlanDetailVo                                       = pb.AdPlanDetailVo
-	AdPlanListReq                                        = pb.AdPlanListReq
-	AdPlanListResp                                       = pb.AdPlanListResp
-	AdPlanVo                                             = pb.AdPlanVo
-	AnnouncePlanDetailListReq                            = pb.AnnouncePlanDetailListReq
-	AnnouncePlanDetailListResp                           = pb.AnnouncePlanDetailListResp
-	AnnouncePlanDetailVo                                 = pb.AnnouncePlanDetailVo
-	AnnouncePlanListReq                                  = pb.AnnouncePlanListReq
-	AnnouncePlanListResp                                 = pb.AnnouncePlanListResp
-	AnnouncePlanVo                                       = pb.AnnouncePlanVo
-	AreaParamListReq                                     = pb.AreaParamListReq
-	AreaParamListResp                                    = pb.AreaParamListResp
-	AreaParamVo                                          = pb.AreaParamVo
-	BaseReq                                              = pb.BaseReq
-	CommonResult                                         = pb.CommonResult
-	ConfigGetReq                                         = pb.ConfigGetReq
-	DeleteIdResp                                         = pb.DeleteIdResp
-	DeployConfigListReq                                  = pb.DeployConfigListReq
-	DeployConfigListResp                                 = pb.DeployConfigListResp
-	DeployConfigVo                                       = pb.DeployConfigVo
-	DeviceListReq                                        = pb.DeviceListReq
-	DeviceListRes                                        = pb.DeviceListRes
-	DeviceVo                                             = pb.DeviceVo
-	DictGetReq                                           = pb.DictGetReq
-	DictListReq                                          = pb.DictListReq
-	DictListResp                                         = pb.DictListResp
-	DictVo                                               = pb.DictVo
-	Empty                                                = pb.Empty
-	FindSchedulePublishListReq                           = pb.FindSchedulePublishListReq
-	FindSchedulePublishListResp                          = pb.FindSchedulePublishListResp
-	GameCategoryListReq                                  = pb.GameCategoryListReq
-	GameCategoryListRes                                  = pb.GameCategoryListRes
-	GameCategoryReq                                      = pb.GameCategoryReq
-	GameCategoryVo                                       = pb.GameCategoryVo
-	GameCustomerAddResp                                  = pb.GameCustomerAddResp
-	GameCustomerListReq                                  = pb.GameCustomerListReq
-	GameCustomerListRes                                  = pb.GameCustomerListRes
-	GameCustomerVo                                       = pb.GameCustomerVo
-	GameListReq                                          = pb.GameListReq
-	GameListRes                                          = pb.GameListRes
-	GameRankOption                                       = pb.GameRankOption
-	GameRedisHScanByNameReq                              = pb.GameRedisHScanByNameReq
-	GameRedisHScanByNameResp                             = pb.GameRedisHScanByNameResp
-	GameReq                                              = pb.GameReq
-	GameVo                                               = pb.GameVo
-	GlobalParamGetReq                                    = pb.GlobalParamGetReq
-	GlobalParamListReq                                   = pb.GlobalParamListReq
-	GlobalParamListResp                                  = pb.GlobalParamListResp
-	GlobalParamVo                                        = pb.GlobalParamVo
-	I18NVo                                               = pb.I18NVo
-	Ids                                                  = pb.Ids
-	Int64SelectController                                = pb.Int64SelectController
-	IntSelectController                                  = pb.IntSelectController
-	JobBatchListReq                                      = pb.JobBatchListReq
-	JobBatchListResp                                     = pb.JobBatchListResp
-	JobBatchListWithTasksResp                            = pb.JobBatchListWithTasksResp
-	JobBatchVo                                           = pb.JobBatchVo
-	JobBatchWithTasksVo                                  = pb.JobBatchWithTasksVo
-	JobTasksListReq                                      = pb.JobTasksListReq
-	JobTasksListResp                                     = pb.JobTasksListResp
-	JobTasksVo                                           = pb.JobTasksVo
-	MessagePushListReq                                   = pb.MessagePushListReq
-	MessagePushListResp                                  = pb.MessagePushListResp
-	MessagePushVo                                        = pb.MessagePushVo
-	NationalLanguageListReq                              = pb.NationalLanguageListReq
-	NationalLanguageListResp                             = pb.NationalLanguageListResp
-	NationalLanguageVo                                   = pb.NationalLanguageVo
-	OperationLogListReq                                  = pb.OperationLogListReq
-	OperationLogListResp                                 = pb.OperationLogListResp
-	OperationLogVo                                       = pb.OperationLogVo
-	Page                                                 = pb.Page
-	Page_OrderItem                                       = pb.Page_OrderItem
-	ProductActionGroupDisableReq                         = pb.ProductActionGroupDisableReq
-	ProductActionGroupEnableReq                          = pb.ProductActionGroupEnableReq
-	ProductActionGroupListReq                            = pb.ProductActionGroupListReq
-	ProductActionGroupListResp                           = pb.ProductActionGroupListResp
-	ProductActionGroupReq                                = pb.ProductActionGroupReq
-	ProductActionGroupVo                                 = pb.ProductActionGroupVo
-	ProductActionListReq                                 = pb.ProductActionListReq
-	ProductActionListResp                                = pb.ProductActionListResp
-	ProductActionPolicyGroupDisableReq                   = pb.ProductActionPolicyGroupDisableReq
-	ProductActionPolicyGroupEnableReq                    = pb.ProductActionPolicyGroupEnableReq
-	ProductActionPolicyGroupListReq                      = pb.ProductActionPolicyGroupListReq
-	ProductActionPolicyGroupListResp                     = pb.ProductActionPolicyGroupListResp
-	ProductActionPolicyGroupReq                          = pb.ProductActionPolicyGroupReq
-	ProductActionPolicyGroupVo                           = pb.ProductActionPolicyGroupVo
-	ProductActionReq                                     = pb.ProductActionReq
-	ProductActionTypeListReq                             = pb.ProductActionTypeListReq
-	ProductActionTypeListResp                            = pb.ProductActionTypeListResp
-	ProductActionTypeReq                                 = pb.ProductActionTypeReq
-	ProductActionTypeVo                                  = pb.ProductActionTypeVo
-	ProductActionVo                                      = pb.ProductActionVo
-	ProductListReq                                       = pb.ProductListReq
-	ProductListResp                                      = pb.ProductListResp
-	ProductParamGetReq                                   = pb.ProductParamGetReq
-	ProductParamListReq                                  = pb.ProductParamListReq
-	ProductParamListResp                                 = pb.ProductParamListResp
-	ProductParamVo                                       = pb.ProductParamVo
-	ProductVo                                            = pb.ProductVo
-	PublishScheduleDramaReq                              = pb.PublishScheduleDramaReq
-	RelGameRankListReq                                   = pb.RelGameRankListReq
-	RelGameRankListRes                                   = pb.RelGameRankListRes
-	RelGameRankReq                                       = pb.RelGameRankReq
-	RelGameRankVo                                        = pb.RelGameRankVo
-	RelGameVpnGroupListReq                               = pb.RelGameVpnGroupListReq
-	RelGameVpnGroupListRes                               = pb.RelGameVpnGroupListRes
-	RelGameVpnGroupReq                                   = pb.RelGameVpnGroupReq
-	RelGameVpnGroupVo                                    = pb.RelGameVpnGroupVo
-	Request                                              = pb.Request
-	Response                                             = pb.Response
-	ServiceBoxAddReq                                     = pb.ServiceBoxAddReq
-	ServiceBoxAddResp                                    = pb.ServiceBoxAddResp
-	ServiceBoxAddWithDetailsReq                          = pb.ServiceBoxAddWithDetailsReq
-	ServiceBoxAddWithDetailsResp                         = pb.ServiceBoxAddWithDetailsResp
-	ServiceBoxDelReq                                     = pb.ServiceBoxDelReq
-	ServiceBoxGetReq                                     = pb.ServiceBoxGetReq
-	ServiceBoxGetResp                                    = pb.ServiceBoxGetResp
-	ServiceBoxGetWithDetailsReq                          = pb.ServiceBoxGetWithDetailsReq
-	ServiceBoxGetWithDetailsResp                         = pb.ServiceBoxGetWithDetailsResp
-	ServiceBoxListReq                                    = pb.ServiceBoxListReq
-	ServiceBoxListResp                                   = pb.ServiceBoxListResp
-	ServiceBoxListWithDetailsReq                         = pb.ServiceBoxListWithDetailsReq
-	ServiceBoxListWithDetailsResp                        = pb.ServiceBoxListWithDetailsResp
-	ServiceBoxTypesAddReq                                = pb.ServiceBoxTypesAddReq
-	ServiceBoxTypesAddResp                               = pb.ServiceBoxTypesAddResp
-	ServiceBoxTypesDelReq                                = pb.ServiceBoxTypesDelReq
-	ServiceBoxTypesGetReq                                = pb.ServiceBoxTypesGetReq
-	ServiceBoxTypesGetResp                               = pb.ServiceBoxTypesGetResp
-	ServiceBoxTypesListReq                               = pb.ServiceBoxTypesListReq
-	ServiceBoxTypesListResp                              = pb.ServiceBoxTypesListResp
-	ServiceBoxTypesUpdateReq                             = pb.ServiceBoxTypesUpdateReq
-	ServiceBoxTypesUpdateResp                            = pb.ServiceBoxTypesUpdateResp
-	ServiceBoxTypesVo                                    = pb.ServiceBoxTypesVo
-	ServiceBoxUpdateReq                                  = pb.ServiceBoxUpdateReq
-	ServiceBoxUpdateResp                                 = pb.ServiceBoxUpdateResp
-	ServiceBoxUpdateWithDetailsReq                       = pb.ServiceBoxUpdateWithDetailsReq
-	ServiceBoxUpdateWithDetailsResp                      = pb.ServiceBoxUpdateWithDetailsResp
-	ServiceBoxVo                                         = pb.ServiceBoxVo
-	ServiceBoxWithDetailsVo                              = pb.ServiceBoxWithDetailsVo
-	ServiceBoxWithDurationAndDetailsVo                   = pb.ServiceBoxWithDurationAndDetailsVo
-	ServiceBoxWithDurationVo                             = pb.ServiceBoxWithDurationVo
-	ServicePlanAddReq                                    = pb.ServicePlanAddReq
-	ServicePlanAddResp                                   = pb.ServicePlanAddResp
-	ServicePlanAddWithBoxesAndDetailsReq                 = pb.ServicePlanAddWithBoxesAndDetailsReq
-	ServicePlanAddWithBoxesAndDetailsResp                = pb.ServicePlanAddWithBoxesAndDetailsResp
-	ServicePlanAddWithBoxesReq                           = pb.ServicePlanAddWithBoxesReq
-	ServicePlanAddWithBoxesResp                          = pb.ServicePlanAddWithBoxesResp
-	ServicePlanBoxesAddReq                               = pb.ServicePlanBoxesAddReq
-	ServicePlanBoxesAddResp                              = pb.ServicePlanBoxesAddResp
-	ServicePlanBoxesDelReq                               = pb.ServicePlanBoxesDelReq
-	ServicePlanBoxesGetReq                               = pb.ServicePlanBoxesGetReq
-	ServicePlanBoxesGetResp                              = pb.ServicePlanBoxesGetResp
-	ServicePlanBoxesListReq                              = pb.ServicePlanBoxesListReq
-	ServicePlanBoxesListResp                             = pb.ServicePlanBoxesListResp
-	ServicePlanBoxesUpdateReq                            = pb.ServicePlanBoxesUpdateReq
-	ServicePlanBoxesUpdateResp                           = pb.ServicePlanBoxesUpdateResp
-	ServicePlanBoxesVo                                   = pb.ServicePlanBoxesVo
-	ServicePlanChannelAddReq                             = pb.ServicePlanChannelAddReq
-	ServicePlanChannelAddResp                            = pb.ServicePlanChannelAddResp
-	ServicePlanChannelDelReq                             = pb.ServicePlanChannelDelReq
-	ServicePlanChannelGetReq                             = pb.ServicePlanChannelGetReq
-	ServicePlanChannelGetResp                            = pb.ServicePlanChannelGetResp
-	ServicePlanChannelGetWithPlanAndBoxesAndDetailsReq   = pb.ServicePlanChannelGetWithPlanAndBoxesAndDetailsReq
-	ServicePlanChannelGetWithPlanAndBoxesAndDetailsResp  = pb.ServicePlanChannelGetWithPlanAndBoxesAndDetailsResp
-	ServicePlanChannelGetWithPlanAndBoxesReq             = pb.ServicePlanChannelGetWithPlanAndBoxesReq
-	ServicePlanChannelGetWithPlanAndBoxesResp            = pb.ServicePlanChannelGetWithPlanAndBoxesResp
-	ServicePlanChannelGetWithPlanReq                     = pb.ServicePlanChannelGetWithPlanReq
-	ServicePlanChannelGetWithPlanResp                    = pb.ServicePlanChannelGetWithPlanResp
-	ServicePlanChannelListReq                            = pb.ServicePlanChannelListReq
-	ServicePlanChannelListResp                           = pb.ServicePlanChannelListResp
-	ServicePlanChannelListWithPlanAndBoxesAndDetailsReq  = pb.ServicePlanChannelListWithPlanAndBoxesAndDetailsReq
-	ServicePlanChannelListWithPlanAndBoxesAndDetailsResp = pb.ServicePlanChannelListWithPlanAndBoxesAndDetailsResp
-	ServicePlanChannelListWithPlanAndBoxesReq            = pb.ServicePlanChannelListWithPlanAndBoxesReq
-	ServicePlanChannelListWithPlanAndBoxesResp           = pb.ServicePlanChannelListWithPlanAndBoxesResp
-	ServicePlanChannelListWithPlanReq                    = pb.ServicePlanChannelListWithPlanReq
-	ServicePlanChannelListWithPlanResp                   = pb.ServicePlanChannelListWithPlanResp
-	ServicePlanChannelUpdateReq                          = pb.ServicePlanChannelUpdateReq
-	ServicePlanChannelUpdateResp                         = pb.ServicePlanChannelUpdateResp
-	ServicePlanChannelVo                                 = pb.ServicePlanChannelVo
-	ServicePlanChannelWithPlanAndBoxesAndDetailsVo       = pb.ServicePlanChannelWithPlanAndBoxesAndDetailsVo
-	ServicePlanChannelWithPlanAndBoxesVo                 = pb.ServicePlanChannelWithPlanAndBoxesVo
-	ServicePlanChannelWithPlanVo                         = pb.ServicePlanChannelWithPlanVo
-	ServicePlanDelReq                                    = pb.ServicePlanDelReq
-	ServicePlanGetReq                                    = pb.ServicePlanGetReq
-	ServicePlanGetResp                                   = pb.ServicePlanGetResp
-	ServicePlanGetWithBoxesAndDetailsReq                 = pb.ServicePlanGetWithBoxesAndDetailsReq
-	ServicePlanGetWithBoxesAndDetailsResp                = pb.ServicePlanGetWithBoxesAndDetailsResp
-	ServicePlanGetWithBoxesReq                           = pb.ServicePlanGetWithBoxesReq
-	ServicePlanGetWithBoxesResp                          = pb.ServicePlanGetWithBoxesResp
-	ServicePlanListReq                                   = pb.ServicePlanListReq
-	ServicePlanListResp                                  = pb.ServicePlanListResp
-	ServicePlanListWithBoxesAndDetailsReq                = pb.ServicePlanListWithBoxesAndDetailsReq
-	ServicePlanListWithBoxesAndDetailsResp               = pb.ServicePlanListWithBoxesAndDetailsResp
-	ServicePlanListWithBoxesReq                          = pb.ServicePlanListWithBoxesReq
-	ServicePlanListWithBoxesResp                         = pb.ServicePlanListWithBoxesResp
-	ServicePlanUpdateReq                                 = pb.ServicePlanUpdateReq
-	ServicePlanUpdateResp                                = pb.ServicePlanUpdateResp
-	ServicePlanUpdateWithBoxesAndDetailsReq              = pb.ServicePlanUpdateWithBoxesAndDetailsReq
-	ServicePlanUpdateWithBoxesAndDetailsResp             = pb.ServicePlanUpdateWithBoxesAndDetailsResp
-	ServicePlanUpdateWithBoxesReq                        = pb.ServicePlanUpdateWithBoxesReq
-	ServicePlanUpdateWithBoxesResp                       = pb.ServicePlanUpdateWithBoxesResp
-	ServicePlanVo                                        = pb.ServicePlanVo
-	ServicePlanWithBoxesAndDetailsVo                     = pb.ServicePlanWithBoxesAndDetailsVo
-	ServicePlanWithBoxesVo                               = pb.ServicePlanWithBoxesVo
-	ServiceTypesAddReq                                   = pb.ServiceTypesAddReq
-	ServiceTypesAddResp                                  = pb.ServiceTypesAddResp
-	ServiceTypesDelReq                                   = pb.ServiceTypesDelReq
-	ServiceTypesGetReq                                   = pb.ServiceTypesGetReq
-	ServiceTypesGetResp                                  = pb.ServiceTypesGetResp
-	ServiceTypesGetWithValueReq                          = pb.ServiceTypesGetWithValueReq
-	ServiceTypesGetWithValueResp                         = pb.ServiceTypesGetWithValueResp
-	ServiceTypesListReq                                  = pb.ServiceTypesListReq
-	ServiceTypesListResp                                 = pb.ServiceTypesListResp
-	ServiceTypesListWithValueReq                         = pb.ServiceTypesListWithValueReq
-	ServiceTypesListWithValueResp                        = pb.ServiceTypesListWithValueResp
-	ServiceTypesUpdateReq                                = pb.ServiceTypesUpdateReq
-	ServiceTypesUpdateResp                               = pb.ServiceTypesUpdateResp
-	ServiceTypesVo                                       = pb.ServiceTypesVo
-	ServiceTypesWithValueVo                              = pb.ServiceTypesWithValueVo
-	SetTotalStatsReq                                     = pb.SetTotalStatsReq
-	ShortDramaCheckNameReq                               = pb.ShortDramaCheckNameReq
-	ShortDramaCheckNameResp                              = pb.ShortDramaCheckNameResp
-	ShortDramaCopyrightInfoVo                            = pb.ShortDramaCopyrightInfoVo
-	ShortDramaEpisodeBatchAddReq                         = pb.ShortDramaEpisodeBatchAddReq
-	ShortDramaEpisodeBatchRefreshUpdateTimeReq           = pb.ShortDramaEpisodeBatchRefreshUpdateTimeReq
-	ShortDramaEpisodeCountReq                            = pb.ShortDramaEpisodeCountReq
-	ShortDramaEpisodeCountResp                           = pb.ShortDramaEpisodeCountResp
-	ShortDramaEpisodeCountVo                             = pb.ShortDramaEpisodeCountVo
-	ShortDramaEpisodeGetReq                              = pb.ShortDramaEpisodeGetReq
-	ShortDramaEpisodeListReq                             = pb.ShortDramaEpisodeListReq
-	ShortDramaEpisodeListResp                            = pb.ShortDramaEpisodeListResp
-	ShortDramaEpisodeVo                                  = pb.ShortDramaEpisodeVo
-	ShortDramaFindIdsWithCopyrightResp                   = pb.ShortDramaFindIdsWithCopyrightResp
-	ShortDramaGetReq                                     = pb.ShortDramaGetReq
-	ShortDramaLanguageListReq                            = pb.ShortDramaLanguageListReq
-	ShortDramaLanguageListResp                           = pb.ShortDramaLanguageListResp
-	ShortDramaLanguageVo                                 = pb.ShortDramaLanguageVo
-	ShortDramaListReq                                    = pb.ShortDramaListReq
-	ShortDramaListResp                                   = pb.ShortDramaListResp
-	ShortDramaStatsPlaysTotalListReq                     = pb.ShortDramaStatsPlaysTotalListReq
-	ShortDramaStatsPlaysTotalListResp                    = pb.ShortDramaStatsPlaysTotalListResp
-	ShortDramaStatsPlaysTotalVo                          = pb.ShortDramaStatsPlaysTotalVo
-	ShortDramaUpdateModifierReq                          = pb.ShortDramaUpdateModifierReq
-	ShortDramaUpdateReleaseRegionsReq                    = pb.ShortDramaUpdateReleaseRegionsReq
-	ShortDramaVo                                         = pb.ShortDramaVo
-	StringSelectController                               = pb.StringSelectController
-	SysPermGetReq                                        = pb.SysPermGetReq
-	SysPermListReq                                       = pb.SysPermListReq
-	SysPermListResp                                      = pb.SysPermListResp
-	SysPermRule                                          = pb.SysPermRule
-	SysPermVo                                            = pb.SysPermVo
-	SysRoleGetReq                                        = pb.SysRoleGetReq
-	SysRoleListReq                                       = pb.SysRoleListReq
-	SysRoleListResp                                      = pb.SysRoleListResp
-	SysRoleListWithPermsResp                             = pb.SysRoleListWithPermsResp
-	SysRolePermGetReq                                    = pb.SysRolePermGetReq
-	SysRolePermListReq                                   = pb.SysRolePermListReq
-	SysRolePermListResp                                  = pb.SysRolePermListResp
-	SysRolePermVo                                        = pb.SysRolePermVo
-	SysRoleVo                                            = pb.SysRoleVo
-	SysRoleWithPermIds                                   = pb.SysRoleWithPermIds
-	SysRoleWithPerms                                     = pb.SysRoleWithPerms
-	SysUserGetReq                                        = pb.SysUserGetReq
-	SysUserListReq                                       = pb.SysUserListReq
-	SysUserListResp                                      = pb.SysUserListResp
-	SysUserListWithRolesAndPermsResp                     = pb.SysUserListWithRolesAndPermsResp
-	SysUserPermGetReq                                    = pb.SysUserPermGetReq
-	SysUserPermListReq                                   = pb.SysUserPermListReq
-	SysUserPermListResp                                  = pb.SysUserPermListResp
-	SysUserPermVo                                        = pb.SysUserPermVo
-	SysUserRoleGetReq                                    = pb.SysUserRoleGetReq
-	SysUserRoleListReq                                   = pb.SysUserRoleListReq
-	SysUserRoleListResp                                  = pb.SysUserRoleListResp
-	SysUserRoleVo                                        = pb.SysUserRoleVo
-	SysUserVo                                            = pb.SysUserVo
-	SysUserWithRoleIdsAndPermRules                       = pb.SysUserWithRoleIdsAndPermRules
-	SysUserWithRolesAndPerms                             = pb.SysUserWithRolesAndPerms
-	TimeRange                                            = pb.TimeRange
-	TipGetReq                                            = pb.TipGetReq
-	TipListReq                                           = pb.TipListReq
-	TipListResp                                          = pb.TipListResp
-	TipVo                                                = pb.TipVo
-	TransactionOperation                                 = pb.TransactionOperation
-	TransactionReq                                       = pb.TransactionReq
-	UpgradePkgPlanDetailListReq                          = pb.UpgradePkgPlanDetailListReq
-	UpgradePkgPlanDetailListResp                         = pb.UpgradePkgPlanDetailListResp
-	UpgradePkgPlanDetailVo                               = pb.UpgradePkgPlanDetailVo
-	UpgradePkgPlanListReq                                = pb.UpgradePkgPlanListReq
-	UpgradePkgPlanListResp                               = pb.UpgradePkgPlanListResp
-	UpgradePkgPlanVo                                     = pb.UpgradePkgPlanVo
-	UpgradeResPlanDetailListReq                          = pb.UpgradeResPlanDetailListReq
-	UpgradeResPlanDetailListResp                         = pb.UpgradeResPlanDetailListResp
-	UpgradeResPlanDetailVo                               = pb.UpgradeResPlanDetailVo
-	UpgradeResPlanListReq                                = pb.UpgradeResPlanListReq
-	UpgradeResPlanListResp                               = pb.UpgradeResPlanListResp
-	UpgradeResPlanVo                                     = pb.UpgradeResPlanVo
-	UserAddReq                                           = pb.UserAddReq
-	UserAddResp                                          = pb.UserAddResp
-	UserAppConfigGetReq                                  = pb.UserAppConfigGetReq
-	UserAppConfigListReq                                 = pb.UserAppConfigListReq
-	UserAppConfigListRes                                 = pb.UserAppConfigListRes
-	UserAppConfigVo                                      = pb.UserAppConfigVo
-	UserCredentialAddReq                                 = pb.UserCredentialAddReq
-	UserCredentialAddResp                                = pb.UserCredentialAddResp
-	UserCredentialDelReq                                 = pb.UserCredentialDelReq
-	UserCredentialGetReq                                 = pb.UserCredentialGetReq
-	UserCredentialGetResp                                = pb.UserCredentialGetResp
-	UserCredentialListReq                                = pb.UserCredentialListReq
-	UserCredentialListResp                               = pb.UserCredentialListResp
-	UserCredentialUpdateReq                              = pb.UserCredentialUpdateReq
-	UserCredentialUpdateResp                             = pb.UserCredentialUpdateResp
-	UserCredentialVo                                     = pb.UserCredentialVo
-	UserDelReq                                           = pb.UserDelReq
-	UserDeviceAddReq                                     = pb.UserDeviceAddReq
-	UserDeviceAddResp                                    = pb.UserDeviceAddResp
-	UserDeviceDelReq                                     = pb.UserDeviceDelReq
-	UserDeviceGetReq                                     = pb.UserDeviceGetReq
-	UserDeviceGetResp                                    = pb.UserDeviceGetResp
-	UserDeviceListReq                                    = pb.UserDeviceListReq
-	UserDeviceListResp                                   = pb.UserDeviceListResp
-	UserDeviceUpdateReq                                  = pb.UserDeviceUpdateReq
-	UserDeviceUpdateResp                                 = pb.UserDeviceUpdateResp
-	UserDeviceVo                                         = pb.UserDeviceVo
-	UserGetReq                                           = pb.UserGetReq
-	UserGetResp                                          = pb.UserGetResp
-	UserListReq                                          = pb.UserListReq
-	UserListResp                                         = pb.UserListResp
-	UserServiceAddReq                                    = pb.UserServiceAddReq
-	UserServiceAddResp                                   = pb.UserServiceAddResp
-	UserServiceDelReq                                    = pb.UserServiceDelReq
-	UserServiceGetReq                                    = pb.UserServiceGetReq
-	UserServiceGetResp                                   = pb.UserServiceGetResp
-	UserServiceListReq                                   = pb.UserServiceListReq
-	UserServiceListResp                                  = pb.UserServiceListResp
-	UserServiceUpdateReq                                 = pb.UserServiceUpdateReq
-	UserServiceUpdateResp                                = pb.UserServiceUpdateResp
-	UserServiceVo                                        = pb.UserServiceVo
-	UserTestAddReq                                       = pb.UserTestAddReq
-	UserTestAddResp                                      = pb.UserTestAddResp
-	UserTestDelReq                                       = pb.UserTestDelReq
-	UserTestGetReq                                       = pb.UserTestGetReq
-	UserTestGetResp                                      = pb.UserTestGetResp
-	UserTestListReq                                      = pb.UserTestListReq
-	UserTestListResp                                     = pb.UserTestListResp
-	UserTestUpdateReq                                    = pb.UserTestUpdateReq
-	UserTestUpdateResp                                   = pb.UserTestUpdateResp
-	UserTestVo                                           = pb.UserTestVo
-	UserUpdateReq                                        = pb.UserUpdateReq
-	UserUpdateResp                                       = pb.UserUpdateResp
-	UserVo                                               = pb.UserVo
-	UserWhiteAddReq                                      = pb.UserWhiteAddReq
-	UserWhiteAddResp                                     = pb.UserWhiteAddResp
-	UserWhiteDelReq                                      = pb.UserWhiteDelReq
-	UserWhiteGetReq                                      = pb.UserWhiteGetReq
-	UserWhiteGetResp                                     = pb.UserWhiteGetResp
-	UserWhiteListReq                                     = pb.UserWhiteListReq
-	UserWhiteListResp                                    = pb.UserWhiteListResp
-	UserWhiteUpdateReq                                   = pb.UserWhiteUpdateReq
-	UserWhiteUpdateResp                                  = pb.UserWhiteUpdateResp
-	UserWhiteVo                                          = pb.UserWhiteVo
-	VpnConfigTemplatePlanAddReq                          = pb.VpnConfigTemplatePlanAddReq
-	VpnConfigTemplatePlanAddResp                         = pb.VpnConfigTemplatePlanAddResp
-	VpnConfigTemplatePlanDelReq                          = pb.VpnConfigTemplatePlanDelReq
-	VpnConfigTemplatePlanDetailAddReq                    = pb.VpnConfigTemplatePlanDetailAddReq
-	VpnConfigTemplatePlanDetailAddResp                   = pb.VpnConfigTemplatePlanDetailAddResp
-	VpnConfigTemplatePlanDetailDelReq                    = pb.VpnConfigTemplatePlanDetailDelReq
-	VpnConfigTemplatePlanDetailGetReq                    = pb.VpnConfigTemplatePlanDetailGetReq
-	VpnConfigTemplatePlanDetailGetResp                   = pb.VpnConfigTemplatePlanDetailGetResp
-	VpnConfigTemplatePlanDetailListReq                   = pb.VpnConfigTemplatePlanDetailListReq
-	VpnConfigTemplatePlanDetailListResp                  = pb.VpnConfigTemplatePlanDetailListResp
-	VpnConfigTemplatePlanDetailUpdateReq                 = pb.VpnConfigTemplatePlanDetailUpdateReq
-	VpnConfigTemplatePlanDetailUpdateResp                = pb.VpnConfigTemplatePlanDetailUpdateResp
-	VpnConfigTemplatePlanDetailVo                        = pb.VpnConfigTemplatePlanDetailVo
-	VpnConfigTemplatePlanGetReq                          = pb.VpnConfigTemplatePlanGetReq
-	VpnConfigTemplatePlanGetResp                         = pb.VpnConfigTemplatePlanGetResp
-	VpnConfigTemplatePlanListReq                         = pb.VpnConfigTemplatePlanListReq
-	VpnConfigTemplatePlanListResp                        = pb.VpnConfigTemplatePlanListResp
-	VpnConfigTemplatePlanUpdateReq                       = pb.VpnConfigTemplatePlanUpdateReq
-	VpnConfigTemplatePlanUpdateResp                      = pb.VpnConfigTemplatePlanUpdateResp
-	VpnConfigTemplatePlanVo                              = pb.VpnConfigTemplatePlanVo
-	VpnGroupAddReq                                       = pb.VpnGroupAddReq
-	VpnGroupBatchAddReq                                  = pb.VpnGroupBatchAddReq
-	VpnGroupBatchAddResp                                 = pb.VpnGroupBatchAddResp
-	VpnGroupBatchDelReq                                  = pb.VpnGroupBatchDelReq
-	VpnGroupBatchUpdateReq                               = pb.VpnGroupBatchUpdateReq
-	VpnGroupBatchUpdateResp                              = pb.VpnGroupBatchUpdateResp
-	VpnGroupExVo                                         = pb.VpnGroupExVo
-	VpnGroupGetReq                                       = pb.VpnGroupGetReq
-	VpnGroupListReq                                      = pb.VpnGroupListReq
-	VpnGroupListResp                                     = pb.VpnGroupListResp
-	VpnGroupTagListReq                                   = pb.VpnGroupTagListReq
-	VpnGroupTagListResp                                  = pb.VpnGroupTagListResp
-	VpnGroupTagVo                                        = pb.VpnGroupTagVo
-	VpnGroupVo                                           = pb.VpnGroupVo
-	VpnLocationBatchAddReq                               = pb.VpnLocationBatchAddReq
-	VpnLocationBatchAddResp                              = pb.VpnLocationBatchAddResp
-	VpnLocationBatchDelReq                               = pb.VpnLocationBatchDelReq
-	VpnLocationBatchUpdateReq                            = pb.VpnLocationBatchUpdateReq
-	VpnLocationBatchUpdateResp                           = pb.VpnLocationBatchUpdateResp
-	VpnLocationExVo                                      = pb.VpnLocationExVo
-	VpnLocationGetReq                                    = pb.VpnLocationGetReq
-	VpnLocationListReq                                   = pb.VpnLocationListReq
-	VpnLocationListResp                                  = pb.VpnLocationListResp
-	VpnLocationServerCountReq                            = pb.VpnLocationServerCountReq
-	VpnLocationServerCountResp                           = pb.VpnLocationServerCountResp
-	VpnLocationServerCountVo                             = pb.VpnLocationServerCountVo
-	VpnLocationVo                                        = pb.VpnLocationVo
-	VpnProbeTaskListReq                                  = pb.VpnProbeTaskListReq
-	VpnProbeTaskListResp                                 = pb.VpnProbeTaskListResp
-	VpnProbeTaskVo                                       = pb.VpnProbeTaskVo
-	VpnServerAddReq                                      = pb.VpnServerAddReq
-	VpnServerBatchAddReq                                 = pb.VpnServerBatchAddReq
-	VpnServerBatchAddResp                                = pb.VpnServerBatchAddResp
-	VpnServerBatchDelReq                                 = pb.VpnServerBatchDelReq
-	VpnServerBatchUpdateReq                              = pb.VpnServerBatchUpdateReq
-	VpnServerBatchUpdateResp                             = pb.VpnServerBatchUpdateResp
-	VpnServerExListResp                                  = pb.VpnServerExListResp
-	VpnServerExVo                                        = pb.VpnServerExVo
-	VpnServerListReq                                     = pb.VpnServerListReq
-	VpnServerListResp                                    = pb.VpnServerListResp
-	VpnServerLocationListReq                             = pb.VpnServerLocationListReq
-	VpnServerLocationListResp                            = pb.VpnServerLocationListResp
-	VpnServerLocationVo                                  = pb.VpnServerLocationVo
-	VpnServerVo                                          = pb.VpnServerVo
-	VpnTagBatchAddReq                                    = pb.VpnTagBatchAddReq
-	VpnTagBatchAddResp                                   = pb.VpnTagBatchAddResp
-	VpnTagBatchDelReq                                    = pb.VpnTagBatchDelReq
-	VpnTagBatchUpdateReq                                 = pb.VpnTagBatchUpdateReq
-	VpnTagBatchUpdateResp                                = pb.VpnTagBatchUpdateResp
-	VpnTagGetReq                                         = pb.VpnTagGetReq
-	VpnTagListReq                                        = pb.VpnTagListReq
-	VpnTagListResp                                       = pb.VpnTagListResp
-	VpnTagVo                                             = pb.VpnTagVo
-	VpnWithIPAndPortReq                                  = pb.VpnWithIPAndPortReq
-	VpnWithIPAndPortResp                                 = pb.VpnWithIPAndPortResp
-	VpnipAddReq                                          = pb.VpnipAddReq
-	VpnipAddResp                                         = pb.VpnipAddResp
-	VpnipBatchAddReq                                     = pb.VpnipBatchAddReq
-	VpnipBatchAddResp                                    = pb.VpnipBatchAddResp
-	VpnipBatchUpdateReq                                  = pb.VpnipBatchUpdateReq
-	VpnipBatchUpdateResp                                 = pb.VpnipBatchUpdateResp
-	VpnipBindAddReq                                      = pb.VpnipBindAddReq
-	VpnipBindAddResp                                     = pb.VpnipBindAddResp
-	VpnipBindBatchAddReq                                 = pb.VpnipBindBatchAddReq
-	VpnipBindBatchAddResp                                = pb.VpnipBindBatchAddResp
-	VpnipBindBatchUpdateReq                              = pb.VpnipBindBatchUpdateReq
-	VpnipBindBatchUpdateResp                             = pb.VpnipBindBatchUpdateResp
-	VpnipBindGetReq                                      = pb.VpnipBindGetReq
-	VpnipBindGetResp                                     = pb.VpnipBindGetResp
-	VpnipBindListReq                                     = pb.VpnipBindListReq
-	VpnipBindListResp                                    = pb.VpnipBindListResp
-	VpnipBindUpdateReq                                   = pb.VpnipBindUpdateReq
-	VpnipBindUpdateResp                                  = pb.VpnipBindUpdateResp
-	VpnipBindVo                                          = pb.VpnipBindVo
-	VpnipExAddReq                                        = pb.VpnipExAddReq
-	VpnipExAddResp                                       = pb.VpnipExAddResp
-	VpnipExBatchAddReq                                   = pb.VpnipExBatchAddReq
-	VpnipExBatchAddResp                                  = pb.VpnipExBatchAddResp
-	VpnipExBatchUpdateReq                                = pb.VpnipExBatchUpdateReq
-	VpnipExBatchUpdateResp                               = pb.VpnipExBatchUpdateResp
-	VpnipExGetResp                                       = pb.VpnipExGetResp
-	VpnipExListResp                                      = pb.VpnipExListResp
-	VpnipExUpdateReq                                     = pb.VpnipExUpdateReq
-	VpnipExUpdateResp                                    = pb.VpnipExUpdateResp
-	VpnipExVo                                            = pb.VpnipExVo
-	VpnipGetReq                                          = pb.VpnipGetReq
-	VpnipGetResp                                         = pb.VpnipGetResp
-	VpnipListReq                                         = pb.VpnipListReq
-	VpnipListResp                                        = pb.VpnipListResp
-	VpnipRangeAddReq                                     = pb.VpnipRangeAddReq
-	VpnipRangeAddResp                                    = pb.VpnipRangeAddResp
-	VpnipRangeBatchAddReq                                = pb.VpnipRangeBatchAddReq
-	VpnipRangeBatchAddResp                               = pb.VpnipRangeBatchAddResp
-	VpnipRangeBatchUpdateReq                             = pb.VpnipRangeBatchUpdateReq
-	VpnipRangeBatchUpdateResp                            = pb.VpnipRangeBatchUpdateResp
-	VpnipRangeExAddReq                                   = pb.VpnipRangeExAddReq
-	VpnipRangeExAddResp                                  = pb.VpnipRangeExAddResp
-	VpnipRangeExBatchAddReq                              = pb.VpnipRangeExBatchAddReq
-	VpnipRangeExBatchAddResp                             = pb.VpnipRangeExBatchAddResp
-	VpnipRangeExBatchUpdateReq                           = pb.VpnipRangeExBatchUpdateReq
-	VpnipRangeExBatchUpdateResp                          = pb.VpnipRangeExBatchUpdateResp
-	VpnipRangeExGetResp                                  = pb.VpnipRangeExGetResp
-	VpnipRangeExListResp                                 = pb.VpnipRangeExListResp
-	VpnipRangeExUpdateReq                                = pb.VpnipRangeExUpdateReq
-	VpnipRangeExUpdateResp                               = pb.VpnipRangeExUpdateResp
-	VpnipRangeExVo                                       = pb.VpnipRangeExVo
-	VpnipRangeGetReq                                     = pb.VpnipRangeGetReq
-	VpnipRangeGetResp                                    = pb.VpnipRangeGetResp
-	VpnipRangeListReq                                    = pb.VpnipRangeListReq
-	VpnipRangeListResp                                   = pb.VpnipRangeListResp
-	VpnipRangeUpdateReq                                  = pb.VpnipRangeUpdateReq
-	VpnipRangeUpdateResp                                 = pb.VpnipRangeUpdateResp
-	VpnipRangeVo                                         = pb.VpnipRangeVo
-	VpnipUpdateReq                                       = pb.VpnipUpdateReq
-	VpnipUpdateResp                                      = pb.VpnipUpdateResp
-	VpnipVo                                              = pb.VpnipVo
-	VpnipWalledAddReq                                    = pb.VpnipWalledAddReq
-	VpnipWalledAddResp                                   = pb.VpnipWalledAddResp
-	VpnipWalledBatchAddReq                               = pb.VpnipWalledBatchAddReq
-	VpnipWalledBatchAddResp                              = pb.VpnipWalledBatchAddResp
-	VpnipWalledBatchUpdateReq                            = pb.VpnipWalledBatchUpdateReq
-	VpnipWalledBatchUpdateResp                           = pb.VpnipWalledBatchUpdateResp
-	VpnipWalledGetReq                                    = pb.VpnipWalledGetReq
-	VpnipWalledGetResp                                   = pb.VpnipWalledGetResp
-	VpnipWalledListReq                                   = pb.VpnipWalledListReq
-	VpnipWalledListResp                                  = pb.VpnipWalledListResp
-	VpnipWalledUpdateReq                                 = pb.VpnipWalledUpdateReq
-	VpnipWalledUpdateResp                                = pb.VpnipWalledUpdateResp
-	VpnipWalledVo                                        = pb.VpnipWalledVo
+	AccountDeviceListReq                       = pb.AccountDeviceListReq
+	AccountDeviceListResp                      = pb.AccountDeviceListResp
+	AccountDeviceVo                            = pb.AccountDeviceVo
+	AccountListReq                             = pb.AccountListReq
+	AccountListResp                            = pb.AccountListResp
+	AccountVo                                  = pb.AccountVo
+	AdGlobalConfigGetReq                       = pb.AdGlobalConfigGetReq
+	AdGlobalConfigVo                           = pb.AdGlobalConfigVo
+	AdPlanDetailListReq                        = pb.AdPlanDetailListReq
+	AdPlanDetailListResp                       = pb.AdPlanDetailListResp
+	AdPlanDetailVo                             = pb.AdPlanDetailVo
+	AdPlanListReq                              = pb.AdPlanListReq
+	AdPlanListResp                             = pb.AdPlanListResp
+	AdPlanVo                                   = pb.AdPlanVo
+	AnnouncePlanDetailListReq                  = pb.AnnouncePlanDetailListReq
+	AnnouncePlanDetailListResp                 = pb.AnnouncePlanDetailListResp
+	AnnouncePlanDetailVo                       = pb.AnnouncePlanDetailVo
+	AnnouncePlanListReq                        = pb.AnnouncePlanListReq
+	AnnouncePlanListResp                       = pb.AnnouncePlanListResp
+	AnnouncePlanVo                             = pb.AnnouncePlanVo
+	AreaParamListReq                           = pb.AreaParamListReq
+	AreaParamListResp                          = pb.AreaParamListResp
+	AreaParamVo                                = pb.AreaParamVo
+	BaseReq                                    = pb.BaseReq
+	CommonResult                               = pb.CommonResult
+	ConfigGetReq                               = pb.ConfigGetReq
+	DeleteIdResp                               = pb.DeleteIdResp
+	DeployConfigListReq                        = pb.DeployConfigListReq
+	DeployConfigListResp                       = pb.DeployConfigListResp
+	DeployConfigVo                             = pb.DeployConfigVo
+	DeviceListReq                              = pb.DeviceListReq
+	DeviceListRes                              = pb.DeviceListRes
+	DeviceVo                                   = pb.DeviceVo
+	DictGetReq                                 = pb.DictGetReq
+	DictListReq                                = pb.DictListReq
+	DictListResp                               = pb.DictListResp
+	DictVo                                     = pb.DictVo
+	Empty                                      = pb.Empty
+	FindSchedulePublishListReq                 = pb.FindSchedulePublishListReq
+	FindSchedulePublishListResp                = pb.FindSchedulePublishListResp
+	GameCategoryListReq                        = pb.GameCategoryListReq
+	GameCategoryListRes                        = pb.GameCategoryListRes
+	GameCategoryReq                            = pb.GameCategoryReq
+	GameCategoryVo                             = pb.GameCategoryVo
+	GameCustomerAddResp                        = pb.GameCustomerAddResp
+	GameCustomerListReq                        = pb.GameCustomerListReq
+	GameCustomerListRes                        = pb.GameCustomerListRes
+	GameCustomerVo                             = pb.GameCustomerVo
+	GameListReq                                = pb.GameListReq
+	GameListRes                                = pb.GameListRes
+	GameRankOption                             = pb.GameRankOption
+	GameRedisHScanByNameReq                    = pb.GameRedisHScanByNameReq
+	GameRedisHScanByNameResp                   = pb.GameRedisHScanByNameResp
+	GameReq                                    = pb.GameReq
+	GameVo                                     = pb.GameVo
+	GlobalParamGetReq                          = pb.GlobalParamGetReq
+	GlobalParamListReq                         = pb.GlobalParamListReq
+	GlobalParamListResp                        = pb.GlobalParamListResp
+	GlobalParamVo                              = pb.GlobalParamVo
+	I18NVo                                     = pb.I18NVo
+	Ids                                        = pb.Ids
+	Int64SelectController                      = pb.Int64SelectController
+	IntSelectController                        = pb.IntSelectController
+	JobBatchListReq                            = pb.JobBatchListReq
+	JobBatchListResp                           = pb.JobBatchListResp
+	JobBatchListWithTasksResp                  = pb.JobBatchListWithTasksResp
+	JobBatchVo                                 = pb.JobBatchVo
+	JobBatchWithTasksVo                        = pb.JobBatchWithTasksVo
+	JobTasksListReq                            = pb.JobTasksListReq
+	JobTasksListResp                           = pb.JobTasksListResp
+	JobTasksVo                                 = pb.JobTasksVo
+	MessagePushListReq                         = pb.MessagePushListReq
+	MessagePushListResp                        = pb.MessagePushListResp
+	MessagePushVo                              = pb.MessagePushVo
+	NationalLanguageListReq                    = pb.NationalLanguageListReq
+	NationalLanguageListResp                   = pb.NationalLanguageListResp
+	NationalLanguageVo                         = pb.NationalLanguageVo
+	OperationLogListReq                        = pb.OperationLogListReq
+	OperationLogListResp                       = pb.OperationLogListResp
+	OperationLogVo                             = pb.OperationLogVo
+	Page                                       = pb.Page
+	Page_OrderItem                             = pb.Page_OrderItem
+	ProductActionGroupDisableReq               = pb.ProductActionGroupDisableReq
+	ProductActionGroupEnableReq                = pb.ProductActionGroupEnableReq
+	ProductActionGroupListReq                  = pb.ProductActionGroupListReq
+	ProductActionGroupListResp                 = pb.ProductActionGroupListResp
+	ProductActionGroupReq                      = pb.ProductActionGroupReq
+	ProductActionGroupVo                       = pb.ProductActionGroupVo
+	ProductActionListReq                       = pb.ProductActionListReq
+	ProductActionListResp                      = pb.ProductActionListResp
+	ProductActionPolicyGroupDisableReq         = pb.ProductActionPolicyGroupDisableReq
+	ProductActionPolicyGroupEnableReq          = pb.ProductActionPolicyGroupEnableReq
+	ProductActionPolicyGroupListReq            = pb.ProductActionPolicyGroupListReq
+	ProductActionPolicyGroupListResp           = pb.ProductActionPolicyGroupListResp
+	ProductActionPolicyGroupReq                = pb.ProductActionPolicyGroupReq
+	ProductActionPolicyGroupVo                 = pb.ProductActionPolicyGroupVo
+	ProductActionReq                           = pb.ProductActionReq
+	ProductActionTypeListReq                   = pb.ProductActionTypeListReq
+	ProductActionTypeListResp                  = pb.ProductActionTypeListResp
+	ProductActionTypeReq                       = pb.ProductActionTypeReq
+	ProductActionTypeVo                        = pb.ProductActionTypeVo
+	ProductActionVo                            = pb.ProductActionVo
+	ProductListReq                             = pb.ProductListReq
+	ProductListResp                            = pb.ProductListResp
+	ProductParamGetReq                         = pb.ProductParamGetReq
+	ProductParamListReq                        = pb.ProductParamListReq
+	ProductParamListResp                       = pb.ProductParamListResp
+	ProductParamVo                             = pb.ProductParamVo
+	ProductVo                                  = pb.ProductVo
+	PublishScheduleDramaReq                    = pb.PublishScheduleDramaReq
+	RelGameRankListReq                         = pb.RelGameRankListReq
+	RelGameRankListRes                         = pb.RelGameRankListRes
+	RelGameRankReq                             = pb.RelGameRankReq
+	RelGameRankVo                              = pb.RelGameRankVo
+	RelGameVpnGroupListReq                     = pb.RelGameVpnGroupListReq
+	RelGameVpnGroupListRes                     = pb.RelGameVpnGroupListRes
+	RelGameVpnGroupReq                         = pb.RelGameVpnGroupReq
+	RelGameVpnGroupVo                          = pb.RelGameVpnGroupVo
+	Request                                    = pb.Request
+	Response                                   = pb.Response
+	ServiceBoxAddReq                           = pb.ServiceBoxAddReq
+	ServiceBoxAddResp                          = pb.ServiceBoxAddResp
+	ServiceBoxAddWithDetailsReq                = pb.ServiceBoxAddWithDetailsReq
+	ServiceBoxAddWithDetailsResp               = pb.ServiceBoxAddWithDetailsResp
+	ServiceBoxDelReq                           = pb.ServiceBoxDelReq
+	ServiceBoxGetReq                           = pb.ServiceBoxGetReq
+	ServiceBoxGetResp                          = pb.ServiceBoxGetResp
+	ServiceBoxGetWithDetailsReq                = pb.ServiceBoxGetWithDetailsReq
+	ServiceBoxGetWithDetailsResp               = pb.ServiceBoxGetWithDetailsResp
+	ServiceBoxListReq                          = pb.ServiceBoxListReq
+	ServiceBoxListResp                         = pb.ServiceBoxListResp
+	ServiceBoxTypesAddReq                      = pb.ServiceBoxTypesAddReq
+	ServiceBoxTypesAddResp                     = pb.ServiceBoxTypesAddResp
+	ServiceBoxTypesDelReq                      = pb.ServiceBoxTypesDelReq
+	ServiceBoxTypesGetReq                      = pb.ServiceBoxTypesGetReq
+	ServiceBoxTypesGetResp                     = pb.ServiceBoxTypesGetResp
+	ServiceBoxTypesListReq                     = pb.ServiceBoxTypesListReq
+	ServiceBoxTypesListResp                    = pb.ServiceBoxTypesListResp
+	ServiceBoxTypesUpdateReq                   = pb.ServiceBoxTypesUpdateReq
+	ServiceBoxTypesUpdateResp                  = pb.ServiceBoxTypesUpdateResp
+	ServiceBoxTypesVo                          = pb.ServiceBoxTypesVo
+	ServiceBoxUpdateReq                        = pb.ServiceBoxUpdateReq
+	ServiceBoxUpdateResp                       = pb.ServiceBoxUpdateResp
+	ServiceBoxUpdateWithDetailsReq             = pb.ServiceBoxUpdateWithDetailsReq
+	ServiceBoxUpdateWithDetailsResp            = pb.ServiceBoxUpdateWithDetailsResp
+	ServiceBoxVo                               = pb.ServiceBoxVo
+	ServiceBoxWithDetailsVo                    = pb.ServiceBoxWithDetailsVo
+	ServiceBoxWithDurationVo                   = pb.ServiceBoxWithDurationVo
+	ServicePlanAddReq                          = pb.ServicePlanAddReq
+	ServicePlanAddResp                         = pb.ServicePlanAddResp
+	ServicePlanAddWithBoxesReq                 = pb.ServicePlanAddWithBoxesReq
+	ServicePlanAddWithBoxesResp                = pb.ServicePlanAddWithBoxesResp
+	ServicePlanBoxesAddReq                     = pb.ServicePlanBoxesAddReq
+	ServicePlanBoxesAddResp                    = pb.ServicePlanBoxesAddResp
+	ServicePlanBoxesDelReq                     = pb.ServicePlanBoxesDelReq
+	ServicePlanBoxesGetReq                     = pb.ServicePlanBoxesGetReq
+	ServicePlanBoxesGetResp                    = pb.ServicePlanBoxesGetResp
+	ServicePlanBoxesListReq                    = pb.ServicePlanBoxesListReq
+	ServicePlanBoxesListResp                   = pb.ServicePlanBoxesListResp
+	ServicePlanBoxesUpdateReq                  = pb.ServicePlanBoxesUpdateReq
+	ServicePlanBoxesUpdateResp                 = pb.ServicePlanBoxesUpdateResp
+	ServicePlanBoxesVo                         = pb.ServicePlanBoxesVo
+	ServicePlanChannelAddReq                   = pb.ServicePlanChannelAddReq
+	ServicePlanChannelAddResp                  = pb.ServicePlanChannelAddResp
+	ServicePlanChannelDelReq                   = pb.ServicePlanChannelDelReq
+	ServicePlanChannelGetReq                   = pb.ServicePlanChannelGetReq
+	ServicePlanChannelGetResp                  = pb.ServicePlanChannelGetResp
+	ServicePlanChannelListReq                  = pb.ServicePlanChannelListReq
+	ServicePlanChannelListResp                 = pb.ServicePlanChannelListResp
+	ServicePlanChannelUpdateReq                = pb.ServicePlanChannelUpdateReq
+	ServicePlanChannelUpdateResp               = pb.ServicePlanChannelUpdateResp
+	ServicePlanChannelVo                       = pb.ServicePlanChannelVo
+	ServicePlanDelReq                          = pb.ServicePlanDelReq
+	ServicePlanGetReq                          = pb.ServicePlanGetReq
+	ServicePlanGetResp                         = pb.ServicePlanGetResp
+	ServicePlanGetWithBoxesReq                 = pb.ServicePlanGetWithBoxesReq
+	ServicePlanGetWithBoxesResp                = pb.ServicePlanGetWithBoxesResp
+	ServicePlanListReq                         = pb.ServicePlanListReq
+	ServicePlanListResp                        = pb.ServicePlanListResp
+	ServicePlanListWithBoxesReq                = pb.ServicePlanListWithBoxesReq
+	ServicePlanListWithBoxesResp               = pb.ServicePlanListWithBoxesResp
+	ServicePlanUpdateReq                       = pb.ServicePlanUpdateReq
+	ServicePlanUpdateResp                      = pb.ServicePlanUpdateResp
+	ServicePlanUpdateWithBoxesReq              = pb.ServicePlanUpdateWithBoxesReq
+	ServicePlanUpdateWithBoxesResp             = pb.ServicePlanUpdateWithBoxesResp
+	ServicePlanVo                              = pb.ServicePlanVo
+	ServicePlanWithBoxesVo                     = pb.ServicePlanWithBoxesVo
+	ServiceTypesAddReq                         = pb.ServiceTypesAddReq
+	ServiceTypesAddResp                        = pb.ServiceTypesAddResp
+	ServiceTypesDelReq                         = pb.ServiceTypesDelReq
+	ServiceTypesGetReq                         = pb.ServiceTypesGetReq
+	ServiceTypesGetResp                        = pb.ServiceTypesGetResp
+	ServiceTypesListReq                        = pb.ServiceTypesListReq
+	ServiceTypesListResp                       = pb.ServiceTypesListResp
+	ServiceTypesUpdateReq                      = pb.ServiceTypesUpdateReq
+	ServiceTypesUpdateResp                     = pb.ServiceTypesUpdateResp
+	ServiceTypesVo                             = pb.ServiceTypesVo
+	ServiceTypesWithValueVo                    = pb.ServiceTypesWithValueVo
+	SetTotalStatsReq                           = pb.SetTotalStatsReq
+	ShortDramaCheckNameReq                     = pb.ShortDramaCheckNameReq
+	ShortDramaCheckNameResp                    = pb.ShortDramaCheckNameResp
+	ShortDramaCopyrightInfoVo                  = pb.ShortDramaCopyrightInfoVo
+	ShortDramaEpisodeBatchAddReq               = pb.ShortDramaEpisodeBatchAddReq
+	ShortDramaEpisodeBatchRefreshUpdateTimeReq = pb.ShortDramaEpisodeBatchRefreshUpdateTimeReq
+	ShortDramaEpisodeCountReq                  = pb.ShortDramaEpisodeCountReq
+	ShortDramaEpisodeCountResp                 = pb.ShortDramaEpisodeCountResp
+	ShortDramaEpisodeCountVo                   = pb.ShortDramaEpisodeCountVo
+	ShortDramaEpisodeGetReq                    = pb.ShortDramaEpisodeGetReq
+	ShortDramaEpisodeListReq                   = pb.ShortDramaEpisodeListReq
+	ShortDramaEpisodeListResp                  = pb.ShortDramaEpisodeListResp
+	ShortDramaEpisodeVo                        = pb.ShortDramaEpisodeVo
+	ShortDramaFindIdsWithCopyrightResp         = pb.ShortDramaFindIdsWithCopyrightResp
+	ShortDramaGetReq                           = pb.ShortDramaGetReq
+	ShortDramaLanguageListReq                  = pb.ShortDramaLanguageListReq
+	ShortDramaLanguageListResp                 = pb.ShortDramaLanguageListResp
+	ShortDramaLanguageVo                       = pb.ShortDramaLanguageVo
+	ShortDramaListReq                          = pb.ShortDramaListReq
+	ShortDramaListResp                         = pb.ShortDramaListResp
+	ShortDramaStatsPlaysTotalListReq           = pb.ShortDramaStatsPlaysTotalListReq
+	ShortDramaStatsPlaysTotalListResp          = pb.ShortDramaStatsPlaysTotalListResp
+	ShortDramaStatsPlaysTotalVo                = pb.ShortDramaStatsPlaysTotalVo
+	ShortDramaUpdateModifierReq                = pb.ShortDramaUpdateModifierReq
+	ShortDramaUpdateReleaseRegionsReq          = pb.ShortDramaUpdateReleaseRegionsReq
+	ShortDramaVo                               = pb.ShortDramaVo
+	StringSelectController                     = pb.StringSelectController
+	SysPermGetReq                              = pb.SysPermGetReq
+	SysPermListReq                             = pb.SysPermListReq
+	SysPermListResp                            = pb.SysPermListResp
+	SysPermRule                                = pb.SysPermRule
+	SysPermVo                                  = pb.SysPermVo
+	SysRoleGetReq                              = pb.SysRoleGetReq
+	SysRoleListReq                             = pb.SysRoleListReq
+	SysRoleListResp                            = pb.SysRoleListResp
+	SysRoleListWithPermsResp                   = pb.SysRoleListWithPermsResp
+	SysRolePermGetReq                          = pb.SysRolePermGetReq
+	SysRolePermListReq                         = pb.SysRolePermListReq
+	SysRolePermListResp                        = pb.SysRolePermListResp
+	SysRolePermVo                              = pb.SysRolePermVo
+	SysRoleVo                                  = pb.SysRoleVo
+	SysRoleWithPermIds                         = pb.SysRoleWithPermIds
+	SysRoleWithPerms                           = pb.SysRoleWithPerms
+	SysUserGetReq                              = pb.SysUserGetReq
+	SysUserListReq                             = pb.SysUserListReq
+	SysUserListResp                            = pb.SysUserListResp
+	SysUserListWithRolesAndPermsResp           = pb.SysUserListWithRolesAndPermsResp
+	SysUserPermGetReq                          = pb.SysUserPermGetReq
+	SysUserPermListReq                         = pb.SysUserPermListReq
+	SysUserPermListResp                        = pb.SysUserPermListResp
+	SysUserPermVo                              = pb.SysUserPermVo
+	SysUserRoleGetReq                          = pb.SysUserRoleGetReq
+	SysUserRoleListReq                         = pb.SysUserRoleListReq
+	SysUserRoleListResp                        = pb.SysUserRoleListResp
+	SysUserRoleVo                              = pb.SysUserRoleVo
+	SysUserVo                                  = pb.SysUserVo
+	SysUserWithRoleIdsAndPermRules             = pb.SysUserWithRoleIdsAndPermRules
+	SysUserWithRolesAndPerms                   = pb.SysUserWithRolesAndPerms
+	TimeRange                                  = pb.TimeRange
+	TipGetReq                                  = pb.TipGetReq
+	TipListReq                                 = pb.TipListReq
+	TipListResp                                = pb.TipListResp
+	TipVo                                      = pb.TipVo
+	TransactionOperation                       = pb.TransactionOperation
+	TransactionReq                             = pb.TransactionReq
+	UpgradePkgPlanDetailListReq                = pb.UpgradePkgPlanDetailListReq
+	UpgradePkgPlanDetailListResp               = pb.UpgradePkgPlanDetailListResp
+	UpgradePkgPlanDetailVo                     = pb.UpgradePkgPlanDetailVo
+	UpgradePkgPlanListReq                      = pb.UpgradePkgPlanListReq
+	UpgradePkgPlanListResp                     = pb.UpgradePkgPlanListResp
+	UpgradePkgPlanVo                           = pb.UpgradePkgPlanVo
+	UpgradeResPlanDetailListReq                = pb.UpgradeResPlanDetailListReq
+	UpgradeResPlanDetailListResp               = pb.UpgradeResPlanDetailListResp
+	UpgradeResPlanDetailVo                     = pb.UpgradeResPlanDetailVo
+	UpgradeResPlanListReq                      = pb.UpgradeResPlanListReq
+	UpgradeResPlanListResp                     = pb.UpgradeResPlanListResp
+	UpgradeResPlanVo                           = pb.UpgradeResPlanVo
+	UserAddReq                                 = pb.UserAddReq
+	UserAddResp                                = pb.UserAddResp
+	UserAppConfigGetReq                        = pb.UserAppConfigGetReq
+	UserAppConfigListReq                       = pb.UserAppConfigListReq
+	UserAppConfigListRes                       = pb.UserAppConfigListRes
+	UserAppConfigVo                            = pb.UserAppConfigVo
+	UserCredentialAddReq                       = pb.UserCredentialAddReq
+	UserCredentialAddResp                      = pb.UserCredentialAddResp
+	UserCredentialDelReq                       = pb.UserCredentialDelReq
+	UserCredentialGetReq                       = pb.UserCredentialGetReq
+	UserCredentialGetResp                      = pb.UserCredentialGetResp
+	UserCredentialListReq                      = pb.UserCredentialListReq
+	UserCredentialListResp                     = pb.UserCredentialListResp
+	UserCredentialUpdateReq                    = pb.UserCredentialUpdateReq
+	UserCredentialUpdateResp                   = pb.UserCredentialUpdateResp
+	UserCredentialVo                           = pb.UserCredentialVo
+	UserDelReq                                 = pb.UserDelReq
+	UserDeviceAddReq                           = pb.UserDeviceAddReq
+	UserDeviceAddResp                          = pb.UserDeviceAddResp
+	UserDeviceDelReq                           = pb.UserDeviceDelReq
+	UserDeviceGetReq                           = pb.UserDeviceGetReq
+	UserDeviceGetResp                          = pb.UserDeviceGetResp
+	UserDeviceListReq                          = pb.UserDeviceListReq
+	UserDeviceListResp                         = pb.UserDeviceListResp
+	UserDeviceUpdateReq                        = pb.UserDeviceUpdateReq
+	UserDeviceUpdateResp                       = pb.UserDeviceUpdateResp
+	UserDeviceVo                               = pb.UserDeviceVo
+	UserGetReq                                 = pb.UserGetReq
+	UserGetResp                                = pb.UserGetResp
+	UserListReq                                = pb.UserListReq
+	UserListResp                               = pb.UserListResp
+	UserServiceAddReq                          = pb.UserServiceAddReq
+	UserServiceAddResp                         = pb.UserServiceAddResp
+	UserServiceDelReq                          = pb.UserServiceDelReq
+	UserServiceGetReq                          = pb.UserServiceGetReq
+	UserServiceGetResp                         = pb.UserServiceGetResp
+	UserServiceListReq                         = pb.UserServiceListReq
+	UserServiceListResp                        = pb.UserServiceListResp
+	UserServiceUpdateReq                       = pb.UserServiceUpdateReq
+	UserServiceUpdateResp                      = pb.UserServiceUpdateResp
+	UserServiceVo                              = pb.UserServiceVo
+	UserTestAddReq                             = pb.UserTestAddReq
+	UserTestAddResp                            = pb.UserTestAddResp
+	UserTestDelReq                             = pb.UserTestDelReq
+	UserTestGetReq                             = pb.UserTestGetReq
+	UserTestGetResp                            = pb.UserTestGetResp
+	UserTestListReq                            = pb.UserTestListReq
+	UserTestListResp                           = pb.UserTestListResp
+	UserTestUpdateReq                          = pb.UserTestUpdateReq
+	UserTestUpdateResp                         = pb.UserTestUpdateResp
+	UserTestVo                                 = pb.UserTestVo
+	UserUpdateReq                              = pb.UserUpdateReq
+	UserUpdateResp                             = pb.UserUpdateResp
+	UserVo                                     = pb.UserVo
+	UserWhiteAddReq                            = pb.UserWhiteAddReq
+	UserWhiteAddResp                           = pb.UserWhiteAddResp
+	UserWhiteDelReq                            = pb.UserWhiteDelReq
+	UserWhiteGetReq                            = pb.UserWhiteGetReq
+	UserWhiteGetResp                           = pb.UserWhiteGetResp
+	UserWhiteListReq                           = pb.UserWhiteListReq
+	UserWhiteListResp                          = pb.UserWhiteListResp
+	UserWhiteUpdateReq                         = pb.UserWhiteUpdateReq
+	UserWhiteUpdateResp                        = pb.UserWhiteUpdateResp
+	UserWhiteVo                                = pb.UserWhiteVo
+	VpnConfigTemplatePlanAddReq                = pb.VpnConfigTemplatePlanAddReq
+	VpnConfigTemplatePlanAddResp               = pb.VpnConfigTemplatePlanAddResp
+	VpnConfigTemplatePlanDelReq                = pb.VpnConfigTemplatePlanDelReq
+	VpnConfigTemplatePlanDetailAddReq          = pb.VpnConfigTemplatePlanDetailAddReq
+	VpnConfigTemplatePlanDetailAddResp         = pb.VpnConfigTemplatePlanDetailAddResp
+	VpnConfigTemplatePlanDetailDelReq          = pb.VpnConfigTemplatePlanDetailDelReq
+	VpnConfigTemplatePlanDetailGetReq          = pb.VpnConfigTemplatePlanDetailGetReq
+	VpnConfigTemplatePlanDetailGetResp         = pb.VpnConfigTemplatePlanDetailGetResp
+	VpnConfigTemplatePlanDetailListReq         = pb.VpnConfigTemplatePlanDetailListReq
+	VpnConfigTemplatePlanDetailListResp        = pb.VpnConfigTemplatePlanDetailListResp
+	VpnConfigTemplatePlanDetailUpdateReq       = pb.VpnConfigTemplatePlanDetailUpdateReq
+	VpnConfigTemplatePlanDetailUpdateResp      = pb.VpnConfigTemplatePlanDetailUpdateResp
+	VpnConfigTemplatePlanDetailVo              = pb.VpnConfigTemplatePlanDetailVo
+	VpnConfigTemplatePlanGetReq                = pb.VpnConfigTemplatePlanGetReq
+	VpnConfigTemplatePlanGetResp               = pb.VpnConfigTemplatePlanGetResp
+	VpnConfigTemplatePlanListReq               = pb.VpnConfigTemplatePlanListReq
+	VpnConfigTemplatePlanListResp              = pb.VpnConfigTemplatePlanListResp
+	VpnConfigTemplatePlanUpdateReq             = pb.VpnConfigTemplatePlanUpdateReq
+	VpnConfigTemplatePlanUpdateResp            = pb.VpnConfigTemplatePlanUpdateResp
+	VpnConfigTemplatePlanVo                    = pb.VpnConfigTemplatePlanVo
+	VpnGroupAddReq                             = pb.VpnGroupAddReq
+	VpnGroupBatchAddReq                        = pb.VpnGroupBatchAddReq
+	VpnGroupBatchAddResp                       = pb.VpnGroupBatchAddResp
+	VpnGroupBatchDelReq                        = pb.VpnGroupBatchDelReq
+	VpnGroupBatchUpdateReq                     = pb.VpnGroupBatchUpdateReq
+	VpnGroupBatchUpdateResp                    = pb.VpnGroupBatchUpdateResp
+	VpnGroupExVo                               = pb.VpnGroupExVo
+	VpnGroupGetReq                             = pb.VpnGroupGetReq
+	VpnGroupListReq                            = pb.VpnGroupListReq
+	VpnGroupListResp                           = pb.VpnGroupListResp
+	VpnGroupTagListReq                         = pb.VpnGroupTagListReq
+	VpnGroupTagListResp                        = pb.VpnGroupTagListResp
+	VpnGroupTagVo                              = pb.VpnGroupTagVo
+	VpnGroupVo                                 = pb.VpnGroupVo
+	VpnLocationBatchAddReq                     = pb.VpnLocationBatchAddReq
+	VpnLocationBatchAddResp                    = pb.VpnLocationBatchAddResp
+	VpnLocationBatchDelReq                     = pb.VpnLocationBatchDelReq
+	VpnLocationBatchUpdateReq                  = pb.VpnLocationBatchUpdateReq
+	VpnLocationBatchUpdateResp                 = pb.VpnLocationBatchUpdateResp
+	VpnLocationExVo                            = pb.VpnLocationExVo
+	VpnLocationGetReq                          = pb.VpnLocationGetReq
+	VpnLocationListReq                         = pb.VpnLocationListReq
+	VpnLocationListResp                        = pb.VpnLocationListResp
+	VpnLocationServerCountReq                  = pb.VpnLocationServerCountReq
+	VpnLocationServerCountResp                 = pb.VpnLocationServerCountResp
+	VpnLocationServerCountVo                   = pb.VpnLocationServerCountVo
+	VpnLocationVo                              = pb.VpnLocationVo
+	VpnProbeTaskListReq                        = pb.VpnProbeTaskListReq
+	VpnProbeTaskListResp                       = pb.VpnProbeTaskListResp
+	VpnProbeTaskVo                             = pb.VpnProbeTaskVo
+	VpnServerAddReq                            = pb.VpnServerAddReq
+	VpnServerBatchAddReq                       = pb.VpnServerBatchAddReq
+	VpnServerBatchAddResp                      = pb.VpnServerBatchAddResp
+	VpnServerBatchDelReq                       = pb.VpnServerBatchDelReq
+	VpnServerBatchUpdateReq                    = pb.VpnServerBatchUpdateReq
+	VpnServerBatchUpdateResp                   = pb.VpnServerBatchUpdateResp
+	VpnServerExListResp                        = pb.VpnServerExListResp
+	VpnServerExVo                              = pb.VpnServerExVo
+	VpnServerListReq                           = pb.VpnServerListReq
+	VpnServerListResp                          = pb.VpnServerListResp
+	VpnServerLocationListReq                   = pb.VpnServerLocationListReq
+	VpnServerLocationListResp                  = pb.VpnServerLocationListResp
+	VpnServerLocationVo                        = pb.VpnServerLocationVo
+	VpnServerVo                                = pb.VpnServerVo
+	VpnTagBatchAddReq                          = pb.VpnTagBatchAddReq
+	VpnTagBatchAddResp                         = pb.VpnTagBatchAddResp
+	VpnTagBatchDelReq                          = pb.VpnTagBatchDelReq
+	VpnTagBatchUpdateReq                       = pb.VpnTagBatchUpdateReq
+	VpnTagBatchUpdateResp                      = pb.VpnTagBatchUpdateResp
+	VpnTagGetReq                               = pb.VpnTagGetReq
+	VpnTagListReq                              = pb.VpnTagListReq
+	VpnTagListResp                             = pb.VpnTagListResp
+	VpnTagVo                                   = pb.VpnTagVo
+	VpnWithIPAndPortReq                        = pb.VpnWithIPAndPortReq
+	VpnWithIPAndPortResp                       = pb.VpnWithIPAndPortResp
+	VpnipAddReq                                = pb.VpnipAddReq
+	VpnipAddResp                               = pb.VpnipAddResp
+	VpnipBatchAddReq                           = pb.VpnipBatchAddReq
+	VpnipBatchAddResp                          = pb.VpnipBatchAddResp
+	VpnipBatchUpdateReq                        = pb.VpnipBatchUpdateReq
+	VpnipBatchUpdateResp                       = pb.VpnipBatchUpdateResp
+	VpnipBindAddReq                            = pb.VpnipBindAddReq
+	VpnipBindAddResp                           = pb.VpnipBindAddResp
+	VpnipBindBatchAddReq                       = pb.VpnipBindBatchAddReq
+	VpnipBindBatchAddResp                      = pb.VpnipBindBatchAddResp
+	VpnipBindBatchUpdateReq                    = pb.VpnipBindBatchUpdateReq
+	VpnipBindBatchUpdateResp                   = pb.VpnipBindBatchUpdateResp
+	VpnipBindGetReq                            = pb.VpnipBindGetReq
+	VpnipBindGetResp                           = pb.VpnipBindGetResp
+	VpnipBindListReq                           = pb.VpnipBindListReq
+	VpnipBindListResp                          = pb.VpnipBindListResp
+	VpnipBindUpdateReq                         = pb.VpnipBindUpdateReq
+	VpnipBindUpdateResp                        = pb.VpnipBindUpdateResp
+	VpnipBindVo                                = pb.VpnipBindVo
+	VpnipExAddReq                              = pb.VpnipExAddReq
+	VpnipExAddResp                             = pb.VpnipExAddResp
+	VpnipExBatchAddReq                         = pb.VpnipExBatchAddReq
+	VpnipExBatchAddResp                        = pb.VpnipExBatchAddResp
+	VpnipExBatchUpdateReq                      = pb.VpnipExBatchUpdateReq
+	VpnipExBatchUpdateResp                     = pb.VpnipExBatchUpdateResp
+	VpnipExGetResp                             = pb.VpnipExGetResp
+	VpnipExListResp                            = pb.VpnipExListResp
+	VpnipExUpdateReq                           = pb.VpnipExUpdateReq
+	VpnipExUpdateResp                          = pb.VpnipExUpdateResp
+	VpnipExVo                                  = pb.VpnipExVo
+	VpnipGetReq                                = pb.VpnipGetReq
+	VpnipGetResp                               = pb.VpnipGetResp
+	VpnipListReq                               = pb.VpnipListReq
+	VpnipListResp                              = pb.VpnipListResp
+	VpnipRangeAddReq                           = pb.VpnipRangeAddReq
+	VpnipRangeAddResp                          = pb.VpnipRangeAddResp
+	VpnipRangeBatchAddReq                      = pb.VpnipRangeBatchAddReq
+	VpnipRangeBatchAddResp                     = pb.VpnipRangeBatchAddResp
+	VpnipRangeBatchUpdateReq                   = pb.VpnipRangeBatchUpdateReq
+	VpnipRangeBatchUpdateResp                  = pb.VpnipRangeBatchUpdateResp
+	VpnipRangeExAddReq                         = pb.VpnipRangeExAddReq
+	VpnipRangeExAddResp                        = pb.VpnipRangeExAddResp
+	VpnipRangeExBatchAddReq                    = pb.VpnipRangeExBatchAddReq
+	VpnipRangeExBatchAddResp                   = pb.VpnipRangeExBatchAddResp
+	VpnipRangeExBatchUpdateReq                 = pb.VpnipRangeExBatchUpdateReq
+	VpnipRangeExBatchUpdateResp                = pb.VpnipRangeExBatchUpdateResp
+	VpnipRangeExGetResp                        = pb.VpnipRangeExGetResp
+	VpnipRangeExListResp                       = pb.VpnipRangeExListResp
+	VpnipRangeExUpdateReq                      = pb.VpnipRangeExUpdateReq
+	VpnipRangeExUpdateResp                     = pb.VpnipRangeExUpdateResp
+	VpnipRangeExVo                             = pb.VpnipRangeExVo
+	VpnipRangeGetReq                           = pb.VpnipRangeGetReq
+	VpnipRangeGetResp                          = pb.VpnipRangeGetResp
+	VpnipRangeListReq                          = pb.VpnipRangeListReq
+	VpnipRangeListResp                         = pb.VpnipRangeListResp
+	VpnipRangeUpdateReq                        = pb.VpnipRangeUpdateReq
+	VpnipRangeUpdateResp                       = pb.VpnipRangeUpdateResp
+	VpnipRangeVo                               = pb.VpnipRangeVo
+	VpnipUpdateReq                             = pb.VpnipUpdateReq
+	VpnipUpdateResp                            = pb.VpnipUpdateResp
+	VpnipVo                                    = pb.VpnipVo
+	VpnipWalledAddReq                          = pb.VpnipWalledAddReq
+	VpnipWalledAddResp                         = pb.VpnipWalledAddResp
+	VpnipWalledBatchAddReq                     = pb.VpnipWalledBatchAddReq
+	VpnipWalledBatchAddResp                    = pb.VpnipWalledBatchAddResp
+	VpnipWalledBatchUpdateReq                  = pb.VpnipWalledBatchUpdateReq
+	VpnipWalledBatchUpdateResp                 = pb.VpnipWalledBatchUpdateResp
+	VpnipWalledGetReq                          = pb.VpnipWalledGetReq
+	VpnipWalledGetResp                         = pb.VpnipWalledGetResp
+	VpnipWalledListReq                         = pb.VpnipWalledListReq
+	VpnipWalledListResp                        = pb.VpnipWalledListResp
+	VpnipWalledUpdateReq                       = pb.VpnipWalledUpdateReq
+	VpnipWalledUpdateResp                      = pb.VpnipWalledUpdateResp
+	VpnipWalledVo                              = pb.VpnipWalledVo
 
 	GoSysClient interface {
 		Ping(ctx context.Context, in *Request, opts ...grpc.CallOption) (*Response, error)

+ 488 - 519
pb/client/gouserclient/go_user_client.go

@@ -14,525 +14,494 @@ import (
 )
 
 type (
-	AccountDeviceListReq                                 = pb.AccountDeviceListReq
-	AccountDeviceListResp                                = pb.AccountDeviceListResp
-	AccountDeviceVo                                      = pb.AccountDeviceVo
-	AccountListReq                                       = pb.AccountListReq
-	AccountListResp                                      = pb.AccountListResp
-	AccountVo                                            = pb.AccountVo
-	AdGlobalConfigGetReq                                 = pb.AdGlobalConfigGetReq
-	AdGlobalConfigVo                                     = pb.AdGlobalConfigVo
-	AdPlanDetailListReq                                  = pb.AdPlanDetailListReq
-	AdPlanDetailListResp                                 = pb.AdPlanDetailListResp
-	AdPlanDetailVo                                       = pb.AdPlanDetailVo
-	AdPlanListReq                                        = pb.AdPlanListReq
-	AdPlanListResp                                       = pb.AdPlanListResp
-	AdPlanVo                                             = pb.AdPlanVo
-	AnnouncePlanDetailListReq                            = pb.AnnouncePlanDetailListReq
-	AnnouncePlanDetailListResp                           = pb.AnnouncePlanDetailListResp
-	AnnouncePlanDetailVo                                 = pb.AnnouncePlanDetailVo
-	AnnouncePlanListReq                                  = pb.AnnouncePlanListReq
-	AnnouncePlanListResp                                 = pb.AnnouncePlanListResp
-	AnnouncePlanVo                                       = pb.AnnouncePlanVo
-	AreaParamListReq                                     = pb.AreaParamListReq
-	AreaParamListResp                                    = pb.AreaParamListResp
-	AreaParamVo                                          = pb.AreaParamVo
-	BaseReq                                              = pb.BaseReq
-	CommonResult                                         = pb.CommonResult
-	ConfigGetReq                                         = pb.ConfigGetReq
-	DeleteIdResp                                         = pb.DeleteIdResp
-	DeployConfigListReq                                  = pb.DeployConfigListReq
-	DeployConfigListResp                                 = pb.DeployConfigListResp
-	DeployConfigVo                                       = pb.DeployConfigVo
-	DeviceListReq                                        = pb.DeviceListReq
-	DeviceListRes                                        = pb.DeviceListRes
-	DeviceVo                                             = pb.DeviceVo
-	DictGetReq                                           = pb.DictGetReq
-	DictListReq                                          = pb.DictListReq
-	DictListResp                                         = pb.DictListResp
-	DictVo                                               = pb.DictVo
-	Empty                                                = pb.Empty
-	FindSchedulePublishListReq                           = pb.FindSchedulePublishListReq
-	FindSchedulePublishListResp                          = pb.FindSchedulePublishListResp
-	GameCategoryListReq                                  = pb.GameCategoryListReq
-	GameCategoryListRes                                  = pb.GameCategoryListRes
-	GameCategoryReq                                      = pb.GameCategoryReq
-	GameCategoryVo                                       = pb.GameCategoryVo
-	GameCustomerAddResp                                  = pb.GameCustomerAddResp
-	GameCustomerListReq                                  = pb.GameCustomerListReq
-	GameCustomerListRes                                  = pb.GameCustomerListRes
-	GameCustomerVo                                       = pb.GameCustomerVo
-	GameListReq                                          = pb.GameListReq
-	GameListRes                                          = pb.GameListRes
-	GameRankOption                                       = pb.GameRankOption
-	GameRedisHScanByNameReq                              = pb.GameRedisHScanByNameReq
-	GameRedisHScanByNameResp                             = pb.GameRedisHScanByNameResp
-	GameReq                                              = pb.GameReq
-	GameVo                                               = pb.GameVo
-	GlobalParamGetReq                                    = pb.GlobalParamGetReq
-	GlobalParamListReq                                   = pb.GlobalParamListReq
-	GlobalParamListResp                                  = pb.GlobalParamListResp
-	GlobalParamVo                                        = pb.GlobalParamVo
-	I18NVo                                               = pb.I18NVo
-	Ids                                                  = pb.Ids
-	Int64SelectController                                = pb.Int64SelectController
-	IntSelectController                                  = pb.IntSelectController
-	JobBatchListReq                                      = pb.JobBatchListReq
-	JobBatchListResp                                     = pb.JobBatchListResp
-	JobBatchListWithTasksResp                            = pb.JobBatchListWithTasksResp
-	JobBatchVo                                           = pb.JobBatchVo
-	JobBatchWithTasksVo                                  = pb.JobBatchWithTasksVo
-	JobTasksListReq                                      = pb.JobTasksListReq
-	JobTasksListResp                                     = pb.JobTasksListResp
-	JobTasksVo                                           = pb.JobTasksVo
-	MessagePushListReq                                   = pb.MessagePushListReq
-	MessagePushListResp                                  = pb.MessagePushListResp
-	MessagePushVo                                        = pb.MessagePushVo
-	NationalLanguageListReq                              = pb.NationalLanguageListReq
-	NationalLanguageListResp                             = pb.NationalLanguageListResp
-	NationalLanguageVo                                   = pb.NationalLanguageVo
-	OperationLogListReq                                  = pb.OperationLogListReq
-	OperationLogListResp                                 = pb.OperationLogListResp
-	OperationLogVo                                       = pb.OperationLogVo
-	Page                                                 = pb.Page
-	Page_OrderItem                                       = pb.Page_OrderItem
-	ProductActionGroupDisableReq                         = pb.ProductActionGroupDisableReq
-	ProductActionGroupEnableReq                          = pb.ProductActionGroupEnableReq
-	ProductActionGroupListReq                            = pb.ProductActionGroupListReq
-	ProductActionGroupListResp                           = pb.ProductActionGroupListResp
-	ProductActionGroupReq                                = pb.ProductActionGroupReq
-	ProductActionGroupVo                                 = pb.ProductActionGroupVo
-	ProductActionListReq                                 = pb.ProductActionListReq
-	ProductActionListResp                                = pb.ProductActionListResp
-	ProductActionPolicyGroupDisableReq                   = pb.ProductActionPolicyGroupDisableReq
-	ProductActionPolicyGroupEnableReq                    = pb.ProductActionPolicyGroupEnableReq
-	ProductActionPolicyGroupListReq                      = pb.ProductActionPolicyGroupListReq
-	ProductActionPolicyGroupListResp                     = pb.ProductActionPolicyGroupListResp
-	ProductActionPolicyGroupReq                          = pb.ProductActionPolicyGroupReq
-	ProductActionPolicyGroupVo                           = pb.ProductActionPolicyGroupVo
-	ProductActionReq                                     = pb.ProductActionReq
-	ProductActionTypeListReq                             = pb.ProductActionTypeListReq
-	ProductActionTypeListResp                            = pb.ProductActionTypeListResp
-	ProductActionTypeReq                                 = pb.ProductActionTypeReq
-	ProductActionTypeVo                                  = pb.ProductActionTypeVo
-	ProductActionVo                                      = pb.ProductActionVo
-	ProductListReq                                       = pb.ProductListReq
-	ProductListResp                                      = pb.ProductListResp
-	ProductParamGetReq                                   = pb.ProductParamGetReq
-	ProductParamListReq                                  = pb.ProductParamListReq
-	ProductParamListResp                                 = pb.ProductParamListResp
-	ProductParamVo                                       = pb.ProductParamVo
-	ProductVo                                            = pb.ProductVo
-	PublishScheduleDramaReq                              = pb.PublishScheduleDramaReq
-	RelGameRankListReq                                   = pb.RelGameRankListReq
-	RelGameRankListRes                                   = pb.RelGameRankListRes
-	RelGameRankReq                                       = pb.RelGameRankReq
-	RelGameRankVo                                        = pb.RelGameRankVo
-	RelGameVpnGroupListReq                               = pb.RelGameVpnGroupListReq
-	RelGameVpnGroupListRes                               = pb.RelGameVpnGroupListRes
-	RelGameVpnGroupReq                                   = pb.RelGameVpnGroupReq
-	RelGameVpnGroupVo                                    = pb.RelGameVpnGroupVo
-	Request                                              = pb.Request
-	Response                                             = pb.Response
-	ServiceBoxAddReq                                     = pb.ServiceBoxAddReq
-	ServiceBoxAddResp                                    = pb.ServiceBoxAddResp
-	ServiceBoxAddWithDetailsReq                          = pb.ServiceBoxAddWithDetailsReq
-	ServiceBoxAddWithDetailsResp                         = pb.ServiceBoxAddWithDetailsResp
-	ServiceBoxDelReq                                     = pb.ServiceBoxDelReq
-	ServiceBoxGetReq                                     = pb.ServiceBoxGetReq
-	ServiceBoxGetResp                                    = pb.ServiceBoxGetResp
-	ServiceBoxGetWithDetailsReq                          = pb.ServiceBoxGetWithDetailsReq
-	ServiceBoxGetWithDetailsResp                         = pb.ServiceBoxGetWithDetailsResp
-	ServiceBoxListReq                                    = pb.ServiceBoxListReq
-	ServiceBoxListResp                                   = pb.ServiceBoxListResp
-	ServiceBoxListWithDetailsReq                         = pb.ServiceBoxListWithDetailsReq
-	ServiceBoxListWithDetailsResp                        = pb.ServiceBoxListWithDetailsResp
-	ServiceBoxTypesAddReq                                = pb.ServiceBoxTypesAddReq
-	ServiceBoxTypesAddResp                               = pb.ServiceBoxTypesAddResp
-	ServiceBoxTypesDelReq                                = pb.ServiceBoxTypesDelReq
-	ServiceBoxTypesGetReq                                = pb.ServiceBoxTypesGetReq
-	ServiceBoxTypesGetResp                               = pb.ServiceBoxTypesGetResp
-	ServiceBoxTypesListReq                               = pb.ServiceBoxTypesListReq
-	ServiceBoxTypesListResp                              = pb.ServiceBoxTypesListResp
-	ServiceBoxTypesUpdateReq                             = pb.ServiceBoxTypesUpdateReq
-	ServiceBoxTypesUpdateResp                            = pb.ServiceBoxTypesUpdateResp
-	ServiceBoxTypesVo                                    = pb.ServiceBoxTypesVo
-	ServiceBoxUpdateReq                                  = pb.ServiceBoxUpdateReq
-	ServiceBoxUpdateResp                                 = pb.ServiceBoxUpdateResp
-	ServiceBoxUpdateWithDetailsReq                       = pb.ServiceBoxUpdateWithDetailsReq
-	ServiceBoxUpdateWithDetailsResp                      = pb.ServiceBoxUpdateWithDetailsResp
-	ServiceBoxVo                                         = pb.ServiceBoxVo
-	ServiceBoxWithDetailsVo                              = pb.ServiceBoxWithDetailsVo
-	ServiceBoxWithDurationAndDetailsVo                   = pb.ServiceBoxWithDurationAndDetailsVo
-	ServiceBoxWithDurationVo                             = pb.ServiceBoxWithDurationVo
-	ServicePlanAddReq                                    = pb.ServicePlanAddReq
-	ServicePlanAddResp                                   = pb.ServicePlanAddResp
-	ServicePlanAddWithBoxesAndDetailsReq                 = pb.ServicePlanAddWithBoxesAndDetailsReq
-	ServicePlanAddWithBoxesAndDetailsResp                = pb.ServicePlanAddWithBoxesAndDetailsResp
-	ServicePlanAddWithBoxesReq                           = pb.ServicePlanAddWithBoxesReq
-	ServicePlanAddWithBoxesResp                          = pb.ServicePlanAddWithBoxesResp
-	ServicePlanBoxesAddReq                               = pb.ServicePlanBoxesAddReq
-	ServicePlanBoxesAddResp                              = pb.ServicePlanBoxesAddResp
-	ServicePlanBoxesDelReq                               = pb.ServicePlanBoxesDelReq
-	ServicePlanBoxesGetReq                               = pb.ServicePlanBoxesGetReq
-	ServicePlanBoxesGetResp                              = pb.ServicePlanBoxesGetResp
-	ServicePlanBoxesListReq                              = pb.ServicePlanBoxesListReq
-	ServicePlanBoxesListResp                             = pb.ServicePlanBoxesListResp
-	ServicePlanBoxesUpdateReq                            = pb.ServicePlanBoxesUpdateReq
-	ServicePlanBoxesUpdateResp                           = pb.ServicePlanBoxesUpdateResp
-	ServicePlanBoxesVo                                   = pb.ServicePlanBoxesVo
-	ServicePlanChannelAddReq                             = pb.ServicePlanChannelAddReq
-	ServicePlanChannelAddResp                            = pb.ServicePlanChannelAddResp
-	ServicePlanChannelDelReq                             = pb.ServicePlanChannelDelReq
-	ServicePlanChannelGetReq                             = pb.ServicePlanChannelGetReq
-	ServicePlanChannelGetResp                            = pb.ServicePlanChannelGetResp
-	ServicePlanChannelGetWithPlanAndBoxesAndDetailsReq   = pb.ServicePlanChannelGetWithPlanAndBoxesAndDetailsReq
-	ServicePlanChannelGetWithPlanAndBoxesAndDetailsResp  = pb.ServicePlanChannelGetWithPlanAndBoxesAndDetailsResp
-	ServicePlanChannelGetWithPlanAndBoxesReq             = pb.ServicePlanChannelGetWithPlanAndBoxesReq
-	ServicePlanChannelGetWithPlanAndBoxesResp            = pb.ServicePlanChannelGetWithPlanAndBoxesResp
-	ServicePlanChannelGetWithPlanReq                     = pb.ServicePlanChannelGetWithPlanReq
-	ServicePlanChannelGetWithPlanResp                    = pb.ServicePlanChannelGetWithPlanResp
-	ServicePlanChannelListReq                            = pb.ServicePlanChannelListReq
-	ServicePlanChannelListResp                           = pb.ServicePlanChannelListResp
-	ServicePlanChannelListWithPlanAndBoxesAndDetailsReq  = pb.ServicePlanChannelListWithPlanAndBoxesAndDetailsReq
-	ServicePlanChannelListWithPlanAndBoxesAndDetailsResp = pb.ServicePlanChannelListWithPlanAndBoxesAndDetailsResp
-	ServicePlanChannelListWithPlanAndBoxesReq            = pb.ServicePlanChannelListWithPlanAndBoxesReq
-	ServicePlanChannelListWithPlanAndBoxesResp           = pb.ServicePlanChannelListWithPlanAndBoxesResp
-	ServicePlanChannelListWithPlanReq                    = pb.ServicePlanChannelListWithPlanReq
-	ServicePlanChannelListWithPlanResp                   = pb.ServicePlanChannelListWithPlanResp
-	ServicePlanChannelUpdateReq                          = pb.ServicePlanChannelUpdateReq
-	ServicePlanChannelUpdateResp                         = pb.ServicePlanChannelUpdateResp
-	ServicePlanChannelVo                                 = pb.ServicePlanChannelVo
-	ServicePlanChannelWithPlanAndBoxesAndDetailsVo       = pb.ServicePlanChannelWithPlanAndBoxesAndDetailsVo
-	ServicePlanChannelWithPlanAndBoxesVo                 = pb.ServicePlanChannelWithPlanAndBoxesVo
-	ServicePlanChannelWithPlanVo                         = pb.ServicePlanChannelWithPlanVo
-	ServicePlanDelReq                                    = pb.ServicePlanDelReq
-	ServicePlanGetReq                                    = pb.ServicePlanGetReq
-	ServicePlanGetResp                                   = pb.ServicePlanGetResp
-	ServicePlanGetWithBoxesAndDetailsReq                 = pb.ServicePlanGetWithBoxesAndDetailsReq
-	ServicePlanGetWithBoxesAndDetailsResp                = pb.ServicePlanGetWithBoxesAndDetailsResp
-	ServicePlanGetWithBoxesReq                           = pb.ServicePlanGetWithBoxesReq
-	ServicePlanGetWithBoxesResp                          = pb.ServicePlanGetWithBoxesResp
-	ServicePlanListReq                                   = pb.ServicePlanListReq
-	ServicePlanListResp                                  = pb.ServicePlanListResp
-	ServicePlanListWithBoxesAndDetailsReq                = pb.ServicePlanListWithBoxesAndDetailsReq
-	ServicePlanListWithBoxesAndDetailsResp               = pb.ServicePlanListWithBoxesAndDetailsResp
-	ServicePlanListWithBoxesReq                          = pb.ServicePlanListWithBoxesReq
-	ServicePlanListWithBoxesResp                         = pb.ServicePlanListWithBoxesResp
-	ServicePlanUpdateReq                                 = pb.ServicePlanUpdateReq
-	ServicePlanUpdateResp                                = pb.ServicePlanUpdateResp
-	ServicePlanUpdateWithBoxesAndDetailsReq              = pb.ServicePlanUpdateWithBoxesAndDetailsReq
-	ServicePlanUpdateWithBoxesAndDetailsResp             = pb.ServicePlanUpdateWithBoxesAndDetailsResp
-	ServicePlanUpdateWithBoxesReq                        = pb.ServicePlanUpdateWithBoxesReq
-	ServicePlanUpdateWithBoxesResp                       = pb.ServicePlanUpdateWithBoxesResp
-	ServicePlanVo                                        = pb.ServicePlanVo
-	ServicePlanWithBoxesAndDetailsVo                     = pb.ServicePlanWithBoxesAndDetailsVo
-	ServicePlanWithBoxesVo                               = pb.ServicePlanWithBoxesVo
-	ServiceTypesAddReq                                   = pb.ServiceTypesAddReq
-	ServiceTypesAddResp                                  = pb.ServiceTypesAddResp
-	ServiceTypesDelReq                                   = pb.ServiceTypesDelReq
-	ServiceTypesGetReq                                   = pb.ServiceTypesGetReq
-	ServiceTypesGetResp                                  = pb.ServiceTypesGetResp
-	ServiceTypesGetWithValueReq                          = pb.ServiceTypesGetWithValueReq
-	ServiceTypesGetWithValueResp                         = pb.ServiceTypesGetWithValueResp
-	ServiceTypesListReq                                  = pb.ServiceTypesListReq
-	ServiceTypesListResp                                 = pb.ServiceTypesListResp
-	ServiceTypesListWithValueReq                         = pb.ServiceTypesListWithValueReq
-	ServiceTypesListWithValueResp                        = pb.ServiceTypesListWithValueResp
-	ServiceTypesUpdateReq                                = pb.ServiceTypesUpdateReq
-	ServiceTypesUpdateResp                               = pb.ServiceTypesUpdateResp
-	ServiceTypesVo                                       = pb.ServiceTypesVo
-	ServiceTypesWithValueVo                              = pb.ServiceTypesWithValueVo
-	SetTotalStatsReq                                     = pb.SetTotalStatsReq
-	ShortDramaCheckNameReq                               = pb.ShortDramaCheckNameReq
-	ShortDramaCheckNameResp                              = pb.ShortDramaCheckNameResp
-	ShortDramaCopyrightInfoVo                            = pb.ShortDramaCopyrightInfoVo
-	ShortDramaEpisodeBatchAddReq                         = pb.ShortDramaEpisodeBatchAddReq
-	ShortDramaEpisodeBatchRefreshUpdateTimeReq           = pb.ShortDramaEpisodeBatchRefreshUpdateTimeReq
-	ShortDramaEpisodeCountReq                            = pb.ShortDramaEpisodeCountReq
-	ShortDramaEpisodeCountResp                           = pb.ShortDramaEpisodeCountResp
-	ShortDramaEpisodeCountVo                             = pb.ShortDramaEpisodeCountVo
-	ShortDramaEpisodeGetReq                              = pb.ShortDramaEpisodeGetReq
-	ShortDramaEpisodeListReq                             = pb.ShortDramaEpisodeListReq
-	ShortDramaEpisodeListResp                            = pb.ShortDramaEpisodeListResp
-	ShortDramaEpisodeVo                                  = pb.ShortDramaEpisodeVo
-	ShortDramaFindIdsWithCopyrightResp                   = pb.ShortDramaFindIdsWithCopyrightResp
-	ShortDramaGetReq                                     = pb.ShortDramaGetReq
-	ShortDramaLanguageListReq                            = pb.ShortDramaLanguageListReq
-	ShortDramaLanguageListResp                           = pb.ShortDramaLanguageListResp
-	ShortDramaLanguageVo                                 = pb.ShortDramaLanguageVo
-	ShortDramaListReq                                    = pb.ShortDramaListReq
-	ShortDramaListResp                                   = pb.ShortDramaListResp
-	ShortDramaStatsPlaysTotalListReq                     = pb.ShortDramaStatsPlaysTotalListReq
-	ShortDramaStatsPlaysTotalListResp                    = pb.ShortDramaStatsPlaysTotalListResp
-	ShortDramaStatsPlaysTotalVo                          = pb.ShortDramaStatsPlaysTotalVo
-	ShortDramaUpdateModifierReq                          = pb.ShortDramaUpdateModifierReq
-	ShortDramaUpdateReleaseRegionsReq                    = pb.ShortDramaUpdateReleaseRegionsReq
-	ShortDramaVo                                         = pb.ShortDramaVo
-	StringSelectController                               = pb.StringSelectController
-	SysPermGetReq                                        = pb.SysPermGetReq
-	SysPermListReq                                       = pb.SysPermListReq
-	SysPermListResp                                      = pb.SysPermListResp
-	SysPermRule                                          = pb.SysPermRule
-	SysPermVo                                            = pb.SysPermVo
-	SysRoleGetReq                                        = pb.SysRoleGetReq
-	SysRoleListReq                                       = pb.SysRoleListReq
-	SysRoleListResp                                      = pb.SysRoleListResp
-	SysRoleListWithPermsResp                             = pb.SysRoleListWithPermsResp
-	SysRolePermGetReq                                    = pb.SysRolePermGetReq
-	SysRolePermListReq                                   = pb.SysRolePermListReq
-	SysRolePermListResp                                  = pb.SysRolePermListResp
-	SysRolePermVo                                        = pb.SysRolePermVo
-	SysRoleVo                                            = pb.SysRoleVo
-	SysRoleWithPermIds                                   = pb.SysRoleWithPermIds
-	SysRoleWithPerms                                     = pb.SysRoleWithPerms
-	SysUserGetReq                                        = pb.SysUserGetReq
-	SysUserListReq                                       = pb.SysUserListReq
-	SysUserListResp                                      = pb.SysUserListResp
-	SysUserListWithRolesAndPermsResp                     = pb.SysUserListWithRolesAndPermsResp
-	SysUserPermGetReq                                    = pb.SysUserPermGetReq
-	SysUserPermListReq                                   = pb.SysUserPermListReq
-	SysUserPermListResp                                  = pb.SysUserPermListResp
-	SysUserPermVo                                        = pb.SysUserPermVo
-	SysUserRoleGetReq                                    = pb.SysUserRoleGetReq
-	SysUserRoleListReq                                   = pb.SysUserRoleListReq
-	SysUserRoleListResp                                  = pb.SysUserRoleListResp
-	SysUserRoleVo                                        = pb.SysUserRoleVo
-	SysUserVo                                            = pb.SysUserVo
-	SysUserWithRoleIdsAndPermRules                       = pb.SysUserWithRoleIdsAndPermRules
-	SysUserWithRolesAndPerms                             = pb.SysUserWithRolesAndPerms
-	TimeRange                                            = pb.TimeRange
-	TipGetReq                                            = pb.TipGetReq
-	TipListReq                                           = pb.TipListReq
-	TipListResp                                          = pb.TipListResp
-	TipVo                                                = pb.TipVo
-	TransactionOperation                                 = pb.TransactionOperation
-	TransactionReq                                       = pb.TransactionReq
-	UpgradePkgPlanDetailListReq                          = pb.UpgradePkgPlanDetailListReq
-	UpgradePkgPlanDetailListResp                         = pb.UpgradePkgPlanDetailListResp
-	UpgradePkgPlanDetailVo                               = pb.UpgradePkgPlanDetailVo
-	UpgradePkgPlanListReq                                = pb.UpgradePkgPlanListReq
-	UpgradePkgPlanListResp                               = pb.UpgradePkgPlanListResp
-	UpgradePkgPlanVo                                     = pb.UpgradePkgPlanVo
-	UpgradeResPlanDetailListReq                          = pb.UpgradeResPlanDetailListReq
-	UpgradeResPlanDetailListResp                         = pb.UpgradeResPlanDetailListResp
-	UpgradeResPlanDetailVo                               = pb.UpgradeResPlanDetailVo
-	UpgradeResPlanListReq                                = pb.UpgradeResPlanListReq
-	UpgradeResPlanListResp                               = pb.UpgradeResPlanListResp
-	UpgradeResPlanVo                                     = pb.UpgradeResPlanVo
-	UserAddReq                                           = pb.UserAddReq
-	UserAddResp                                          = pb.UserAddResp
-	UserAppConfigGetReq                                  = pb.UserAppConfigGetReq
-	UserAppConfigListReq                                 = pb.UserAppConfigListReq
-	UserAppConfigListRes                                 = pb.UserAppConfigListRes
-	UserAppConfigVo                                      = pb.UserAppConfigVo
-	UserCredentialAddReq                                 = pb.UserCredentialAddReq
-	UserCredentialAddResp                                = pb.UserCredentialAddResp
-	UserCredentialDelReq                                 = pb.UserCredentialDelReq
-	UserCredentialGetReq                                 = pb.UserCredentialGetReq
-	UserCredentialGetResp                                = pb.UserCredentialGetResp
-	UserCredentialListReq                                = pb.UserCredentialListReq
-	UserCredentialListResp                               = pb.UserCredentialListResp
-	UserCredentialUpdateReq                              = pb.UserCredentialUpdateReq
-	UserCredentialUpdateResp                             = pb.UserCredentialUpdateResp
-	UserCredentialVo                                     = pb.UserCredentialVo
-	UserDelReq                                           = pb.UserDelReq
-	UserDeviceAddReq                                     = pb.UserDeviceAddReq
-	UserDeviceAddResp                                    = pb.UserDeviceAddResp
-	UserDeviceDelReq                                     = pb.UserDeviceDelReq
-	UserDeviceGetReq                                     = pb.UserDeviceGetReq
-	UserDeviceGetResp                                    = pb.UserDeviceGetResp
-	UserDeviceListReq                                    = pb.UserDeviceListReq
-	UserDeviceListResp                                   = pb.UserDeviceListResp
-	UserDeviceUpdateReq                                  = pb.UserDeviceUpdateReq
-	UserDeviceUpdateResp                                 = pb.UserDeviceUpdateResp
-	UserDeviceVo                                         = pb.UserDeviceVo
-	UserGetReq                                           = pb.UserGetReq
-	UserGetResp                                          = pb.UserGetResp
-	UserListReq                                          = pb.UserListReq
-	UserListResp                                         = pb.UserListResp
-	UserServiceAddReq                                    = pb.UserServiceAddReq
-	UserServiceAddResp                                   = pb.UserServiceAddResp
-	UserServiceDelReq                                    = pb.UserServiceDelReq
-	UserServiceGetReq                                    = pb.UserServiceGetReq
-	UserServiceGetResp                                   = pb.UserServiceGetResp
-	UserServiceListReq                                   = pb.UserServiceListReq
-	UserServiceListResp                                  = pb.UserServiceListResp
-	UserServiceUpdateReq                                 = pb.UserServiceUpdateReq
-	UserServiceUpdateResp                                = pb.UserServiceUpdateResp
-	UserServiceVo                                        = pb.UserServiceVo
-	UserTestAddReq                                       = pb.UserTestAddReq
-	UserTestAddResp                                      = pb.UserTestAddResp
-	UserTestDelReq                                       = pb.UserTestDelReq
-	UserTestGetReq                                       = pb.UserTestGetReq
-	UserTestGetResp                                      = pb.UserTestGetResp
-	UserTestListReq                                      = pb.UserTestListReq
-	UserTestListResp                                     = pb.UserTestListResp
-	UserTestUpdateReq                                    = pb.UserTestUpdateReq
-	UserTestUpdateResp                                   = pb.UserTestUpdateResp
-	UserTestVo                                           = pb.UserTestVo
-	UserUpdateReq                                        = pb.UserUpdateReq
-	UserUpdateResp                                       = pb.UserUpdateResp
-	UserVo                                               = pb.UserVo
-	UserWhiteAddReq                                      = pb.UserWhiteAddReq
-	UserWhiteAddResp                                     = pb.UserWhiteAddResp
-	UserWhiteDelReq                                      = pb.UserWhiteDelReq
-	UserWhiteGetReq                                      = pb.UserWhiteGetReq
-	UserWhiteGetResp                                     = pb.UserWhiteGetResp
-	UserWhiteListReq                                     = pb.UserWhiteListReq
-	UserWhiteListResp                                    = pb.UserWhiteListResp
-	UserWhiteUpdateReq                                   = pb.UserWhiteUpdateReq
-	UserWhiteUpdateResp                                  = pb.UserWhiteUpdateResp
-	UserWhiteVo                                          = pb.UserWhiteVo
-	VpnConfigTemplatePlanAddReq                          = pb.VpnConfigTemplatePlanAddReq
-	VpnConfigTemplatePlanAddResp                         = pb.VpnConfigTemplatePlanAddResp
-	VpnConfigTemplatePlanDelReq                          = pb.VpnConfigTemplatePlanDelReq
-	VpnConfigTemplatePlanDetailAddReq                    = pb.VpnConfigTemplatePlanDetailAddReq
-	VpnConfigTemplatePlanDetailAddResp                   = pb.VpnConfigTemplatePlanDetailAddResp
-	VpnConfigTemplatePlanDetailDelReq                    = pb.VpnConfigTemplatePlanDetailDelReq
-	VpnConfigTemplatePlanDetailGetReq                    = pb.VpnConfigTemplatePlanDetailGetReq
-	VpnConfigTemplatePlanDetailGetResp                   = pb.VpnConfigTemplatePlanDetailGetResp
-	VpnConfigTemplatePlanDetailListReq                   = pb.VpnConfigTemplatePlanDetailListReq
-	VpnConfigTemplatePlanDetailListResp                  = pb.VpnConfigTemplatePlanDetailListResp
-	VpnConfigTemplatePlanDetailUpdateReq                 = pb.VpnConfigTemplatePlanDetailUpdateReq
-	VpnConfigTemplatePlanDetailUpdateResp                = pb.VpnConfigTemplatePlanDetailUpdateResp
-	VpnConfigTemplatePlanDetailVo                        = pb.VpnConfigTemplatePlanDetailVo
-	VpnConfigTemplatePlanGetReq                          = pb.VpnConfigTemplatePlanGetReq
-	VpnConfigTemplatePlanGetResp                         = pb.VpnConfigTemplatePlanGetResp
-	VpnConfigTemplatePlanListReq                         = pb.VpnConfigTemplatePlanListReq
-	VpnConfigTemplatePlanListResp                        = pb.VpnConfigTemplatePlanListResp
-	VpnConfigTemplatePlanUpdateReq                       = pb.VpnConfigTemplatePlanUpdateReq
-	VpnConfigTemplatePlanUpdateResp                      = pb.VpnConfigTemplatePlanUpdateResp
-	VpnConfigTemplatePlanVo                              = pb.VpnConfigTemplatePlanVo
-	VpnGroupAddReq                                       = pb.VpnGroupAddReq
-	VpnGroupBatchAddReq                                  = pb.VpnGroupBatchAddReq
-	VpnGroupBatchAddResp                                 = pb.VpnGroupBatchAddResp
-	VpnGroupBatchDelReq                                  = pb.VpnGroupBatchDelReq
-	VpnGroupBatchUpdateReq                               = pb.VpnGroupBatchUpdateReq
-	VpnGroupBatchUpdateResp                              = pb.VpnGroupBatchUpdateResp
-	VpnGroupExVo                                         = pb.VpnGroupExVo
-	VpnGroupGetReq                                       = pb.VpnGroupGetReq
-	VpnGroupListReq                                      = pb.VpnGroupListReq
-	VpnGroupListResp                                     = pb.VpnGroupListResp
-	VpnGroupTagListReq                                   = pb.VpnGroupTagListReq
-	VpnGroupTagListResp                                  = pb.VpnGroupTagListResp
-	VpnGroupTagVo                                        = pb.VpnGroupTagVo
-	VpnGroupVo                                           = pb.VpnGroupVo
-	VpnLocationBatchAddReq                               = pb.VpnLocationBatchAddReq
-	VpnLocationBatchAddResp                              = pb.VpnLocationBatchAddResp
-	VpnLocationBatchDelReq                               = pb.VpnLocationBatchDelReq
-	VpnLocationBatchUpdateReq                            = pb.VpnLocationBatchUpdateReq
-	VpnLocationBatchUpdateResp                           = pb.VpnLocationBatchUpdateResp
-	VpnLocationExVo                                      = pb.VpnLocationExVo
-	VpnLocationGetReq                                    = pb.VpnLocationGetReq
-	VpnLocationListReq                                   = pb.VpnLocationListReq
-	VpnLocationListResp                                  = pb.VpnLocationListResp
-	VpnLocationServerCountReq                            = pb.VpnLocationServerCountReq
-	VpnLocationServerCountResp                           = pb.VpnLocationServerCountResp
-	VpnLocationServerCountVo                             = pb.VpnLocationServerCountVo
-	VpnLocationVo                                        = pb.VpnLocationVo
-	VpnProbeTaskListReq                                  = pb.VpnProbeTaskListReq
-	VpnProbeTaskListResp                                 = pb.VpnProbeTaskListResp
-	VpnProbeTaskVo                                       = pb.VpnProbeTaskVo
-	VpnServerAddReq                                      = pb.VpnServerAddReq
-	VpnServerBatchAddReq                                 = pb.VpnServerBatchAddReq
-	VpnServerBatchAddResp                                = pb.VpnServerBatchAddResp
-	VpnServerBatchDelReq                                 = pb.VpnServerBatchDelReq
-	VpnServerBatchUpdateReq                              = pb.VpnServerBatchUpdateReq
-	VpnServerBatchUpdateResp                             = pb.VpnServerBatchUpdateResp
-	VpnServerExListResp                                  = pb.VpnServerExListResp
-	VpnServerExVo                                        = pb.VpnServerExVo
-	VpnServerListReq                                     = pb.VpnServerListReq
-	VpnServerListResp                                    = pb.VpnServerListResp
-	VpnServerLocationListReq                             = pb.VpnServerLocationListReq
-	VpnServerLocationListResp                            = pb.VpnServerLocationListResp
-	VpnServerLocationVo                                  = pb.VpnServerLocationVo
-	VpnServerVo                                          = pb.VpnServerVo
-	VpnTagBatchAddReq                                    = pb.VpnTagBatchAddReq
-	VpnTagBatchAddResp                                   = pb.VpnTagBatchAddResp
-	VpnTagBatchDelReq                                    = pb.VpnTagBatchDelReq
-	VpnTagBatchUpdateReq                                 = pb.VpnTagBatchUpdateReq
-	VpnTagBatchUpdateResp                                = pb.VpnTagBatchUpdateResp
-	VpnTagGetReq                                         = pb.VpnTagGetReq
-	VpnTagListReq                                        = pb.VpnTagListReq
-	VpnTagListResp                                       = pb.VpnTagListResp
-	VpnTagVo                                             = pb.VpnTagVo
-	VpnWithIPAndPortReq                                  = pb.VpnWithIPAndPortReq
-	VpnWithIPAndPortResp                                 = pb.VpnWithIPAndPortResp
-	VpnipAddReq                                          = pb.VpnipAddReq
-	VpnipAddResp                                         = pb.VpnipAddResp
-	VpnipBatchAddReq                                     = pb.VpnipBatchAddReq
-	VpnipBatchAddResp                                    = pb.VpnipBatchAddResp
-	VpnipBatchUpdateReq                                  = pb.VpnipBatchUpdateReq
-	VpnipBatchUpdateResp                                 = pb.VpnipBatchUpdateResp
-	VpnipBindAddReq                                      = pb.VpnipBindAddReq
-	VpnipBindAddResp                                     = pb.VpnipBindAddResp
-	VpnipBindBatchAddReq                                 = pb.VpnipBindBatchAddReq
-	VpnipBindBatchAddResp                                = pb.VpnipBindBatchAddResp
-	VpnipBindBatchUpdateReq                              = pb.VpnipBindBatchUpdateReq
-	VpnipBindBatchUpdateResp                             = pb.VpnipBindBatchUpdateResp
-	VpnipBindGetReq                                      = pb.VpnipBindGetReq
-	VpnipBindGetResp                                     = pb.VpnipBindGetResp
-	VpnipBindListReq                                     = pb.VpnipBindListReq
-	VpnipBindListResp                                    = pb.VpnipBindListResp
-	VpnipBindUpdateReq                                   = pb.VpnipBindUpdateReq
-	VpnipBindUpdateResp                                  = pb.VpnipBindUpdateResp
-	VpnipBindVo                                          = pb.VpnipBindVo
-	VpnipExAddReq                                        = pb.VpnipExAddReq
-	VpnipExAddResp                                       = pb.VpnipExAddResp
-	VpnipExBatchAddReq                                   = pb.VpnipExBatchAddReq
-	VpnipExBatchAddResp                                  = pb.VpnipExBatchAddResp
-	VpnipExBatchUpdateReq                                = pb.VpnipExBatchUpdateReq
-	VpnipExBatchUpdateResp                               = pb.VpnipExBatchUpdateResp
-	VpnipExGetResp                                       = pb.VpnipExGetResp
-	VpnipExListResp                                      = pb.VpnipExListResp
-	VpnipExUpdateReq                                     = pb.VpnipExUpdateReq
-	VpnipExUpdateResp                                    = pb.VpnipExUpdateResp
-	VpnipExVo                                            = pb.VpnipExVo
-	VpnipGetReq                                          = pb.VpnipGetReq
-	VpnipGetResp                                         = pb.VpnipGetResp
-	VpnipListReq                                         = pb.VpnipListReq
-	VpnipListResp                                        = pb.VpnipListResp
-	VpnipRangeAddReq                                     = pb.VpnipRangeAddReq
-	VpnipRangeAddResp                                    = pb.VpnipRangeAddResp
-	VpnipRangeBatchAddReq                                = pb.VpnipRangeBatchAddReq
-	VpnipRangeBatchAddResp                               = pb.VpnipRangeBatchAddResp
-	VpnipRangeBatchUpdateReq                             = pb.VpnipRangeBatchUpdateReq
-	VpnipRangeBatchUpdateResp                            = pb.VpnipRangeBatchUpdateResp
-	VpnipRangeExAddReq                                   = pb.VpnipRangeExAddReq
-	VpnipRangeExAddResp                                  = pb.VpnipRangeExAddResp
-	VpnipRangeExBatchAddReq                              = pb.VpnipRangeExBatchAddReq
-	VpnipRangeExBatchAddResp                             = pb.VpnipRangeExBatchAddResp
-	VpnipRangeExBatchUpdateReq                           = pb.VpnipRangeExBatchUpdateReq
-	VpnipRangeExBatchUpdateResp                          = pb.VpnipRangeExBatchUpdateResp
-	VpnipRangeExGetResp                                  = pb.VpnipRangeExGetResp
-	VpnipRangeExListResp                                 = pb.VpnipRangeExListResp
-	VpnipRangeExUpdateReq                                = pb.VpnipRangeExUpdateReq
-	VpnipRangeExUpdateResp                               = pb.VpnipRangeExUpdateResp
-	VpnipRangeExVo                                       = pb.VpnipRangeExVo
-	VpnipRangeGetReq                                     = pb.VpnipRangeGetReq
-	VpnipRangeGetResp                                    = pb.VpnipRangeGetResp
-	VpnipRangeListReq                                    = pb.VpnipRangeListReq
-	VpnipRangeListResp                                   = pb.VpnipRangeListResp
-	VpnipRangeUpdateReq                                  = pb.VpnipRangeUpdateReq
-	VpnipRangeUpdateResp                                 = pb.VpnipRangeUpdateResp
-	VpnipRangeVo                                         = pb.VpnipRangeVo
-	VpnipUpdateReq                                       = pb.VpnipUpdateReq
-	VpnipUpdateResp                                      = pb.VpnipUpdateResp
-	VpnipVo                                              = pb.VpnipVo
-	VpnipWalledAddReq                                    = pb.VpnipWalledAddReq
-	VpnipWalledAddResp                                   = pb.VpnipWalledAddResp
-	VpnipWalledBatchAddReq                               = pb.VpnipWalledBatchAddReq
-	VpnipWalledBatchAddResp                              = pb.VpnipWalledBatchAddResp
-	VpnipWalledBatchUpdateReq                            = pb.VpnipWalledBatchUpdateReq
-	VpnipWalledBatchUpdateResp                           = pb.VpnipWalledBatchUpdateResp
-	VpnipWalledGetReq                                    = pb.VpnipWalledGetReq
-	VpnipWalledGetResp                                   = pb.VpnipWalledGetResp
-	VpnipWalledListReq                                   = pb.VpnipWalledListReq
-	VpnipWalledListResp                                  = pb.VpnipWalledListResp
-	VpnipWalledUpdateReq                                 = pb.VpnipWalledUpdateReq
-	VpnipWalledUpdateResp                                = pb.VpnipWalledUpdateResp
-	VpnipWalledVo                                        = pb.VpnipWalledVo
+	AccountDeviceListReq                       = pb.AccountDeviceListReq
+	AccountDeviceListResp                      = pb.AccountDeviceListResp
+	AccountDeviceVo                            = pb.AccountDeviceVo
+	AccountListReq                             = pb.AccountListReq
+	AccountListResp                            = pb.AccountListResp
+	AccountVo                                  = pb.AccountVo
+	AdGlobalConfigGetReq                       = pb.AdGlobalConfigGetReq
+	AdGlobalConfigVo                           = pb.AdGlobalConfigVo
+	AdPlanDetailListReq                        = pb.AdPlanDetailListReq
+	AdPlanDetailListResp                       = pb.AdPlanDetailListResp
+	AdPlanDetailVo                             = pb.AdPlanDetailVo
+	AdPlanListReq                              = pb.AdPlanListReq
+	AdPlanListResp                             = pb.AdPlanListResp
+	AdPlanVo                                   = pb.AdPlanVo
+	AnnouncePlanDetailListReq                  = pb.AnnouncePlanDetailListReq
+	AnnouncePlanDetailListResp                 = pb.AnnouncePlanDetailListResp
+	AnnouncePlanDetailVo                       = pb.AnnouncePlanDetailVo
+	AnnouncePlanListReq                        = pb.AnnouncePlanListReq
+	AnnouncePlanListResp                       = pb.AnnouncePlanListResp
+	AnnouncePlanVo                             = pb.AnnouncePlanVo
+	AreaParamListReq                           = pb.AreaParamListReq
+	AreaParamListResp                          = pb.AreaParamListResp
+	AreaParamVo                                = pb.AreaParamVo
+	BaseReq                                    = pb.BaseReq
+	CommonResult                               = pb.CommonResult
+	ConfigGetReq                               = pb.ConfigGetReq
+	DeleteIdResp                               = pb.DeleteIdResp
+	DeployConfigListReq                        = pb.DeployConfigListReq
+	DeployConfigListResp                       = pb.DeployConfigListResp
+	DeployConfigVo                             = pb.DeployConfigVo
+	DeviceListReq                              = pb.DeviceListReq
+	DeviceListRes                              = pb.DeviceListRes
+	DeviceVo                                   = pb.DeviceVo
+	DictGetReq                                 = pb.DictGetReq
+	DictListReq                                = pb.DictListReq
+	DictListResp                               = pb.DictListResp
+	DictVo                                     = pb.DictVo
+	Empty                                      = pb.Empty
+	FindSchedulePublishListReq                 = pb.FindSchedulePublishListReq
+	FindSchedulePublishListResp                = pb.FindSchedulePublishListResp
+	GameCategoryListReq                        = pb.GameCategoryListReq
+	GameCategoryListRes                        = pb.GameCategoryListRes
+	GameCategoryReq                            = pb.GameCategoryReq
+	GameCategoryVo                             = pb.GameCategoryVo
+	GameCustomerAddResp                        = pb.GameCustomerAddResp
+	GameCustomerListReq                        = pb.GameCustomerListReq
+	GameCustomerListRes                        = pb.GameCustomerListRes
+	GameCustomerVo                             = pb.GameCustomerVo
+	GameListReq                                = pb.GameListReq
+	GameListRes                                = pb.GameListRes
+	GameRankOption                             = pb.GameRankOption
+	GameRedisHScanByNameReq                    = pb.GameRedisHScanByNameReq
+	GameRedisHScanByNameResp                   = pb.GameRedisHScanByNameResp
+	GameReq                                    = pb.GameReq
+	GameVo                                     = pb.GameVo
+	GlobalParamGetReq                          = pb.GlobalParamGetReq
+	GlobalParamListReq                         = pb.GlobalParamListReq
+	GlobalParamListResp                        = pb.GlobalParamListResp
+	GlobalParamVo                              = pb.GlobalParamVo
+	I18NVo                                     = pb.I18NVo
+	Ids                                        = pb.Ids
+	Int64SelectController                      = pb.Int64SelectController
+	IntSelectController                        = pb.IntSelectController
+	JobBatchListReq                            = pb.JobBatchListReq
+	JobBatchListResp                           = pb.JobBatchListResp
+	JobBatchListWithTasksResp                  = pb.JobBatchListWithTasksResp
+	JobBatchVo                                 = pb.JobBatchVo
+	JobBatchWithTasksVo                        = pb.JobBatchWithTasksVo
+	JobTasksListReq                            = pb.JobTasksListReq
+	JobTasksListResp                           = pb.JobTasksListResp
+	JobTasksVo                                 = pb.JobTasksVo
+	MessagePushListReq                         = pb.MessagePushListReq
+	MessagePushListResp                        = pb.MessagePushListResp
+	MessagePushVo                              = pb.MessagePushVo
+	NationalLanguageListReq                    = pb.NationalLanguageListReq
+	NationalLanguageListResp                   = pb.NationalLanguageListResp
+	NationalLanguageVo                         = pb.NationalLanguageVo
+	OperationLogListReq                        = pb.OperationLogListReq
+	OperationLogListResp                       = pb.OperationLogListResp
+	OperationLogVo                             = pb.OperationLogVo
+	Page                                       = pb.Page
+	Page_OrderItem                             = pb.Page_OrderItem
+	ProductActionGroupDisableReq               = pb.ProductActionGroupDisableReq
+	ProductActionGroupEnableReq                = pb.ProductActionGroupEnableReq
+	ProductActionGroupListReq                  = pb.ProductActionGroupListReq
+	ProductActionGroupListResp                 = pb.ProductActionGroupListResp
+	ProductActionGroupReq                      = pb.ProductActionGroupReq
+	ProductActionGroupVo                       = pb.ProductActionGroupVo
+	ProductActionListReq                       = pb.ProductActionListReq
+	ProductActionListResp                      = pb.ProductActionListResp
+	ProductActionPolicyGroupDisableReq         = pb.ProductActionPolicyGroupDisableReq
+	ProductActionPolicyGroupEnableReq          = pb.ProductActionPolicyGroupEnableReq
+	ProductActionPolicyGroupListReq            = pb.ProductActionPolicyGroupListReq
+	ProductActionPolicyGroupListResp           = pb.ProductActionPolicyGroupListResp
+	ProductActionPolicyGroupReq                = pb.ProductActionPolicyGroupReq
+	ProductActionPolicyGroupVo                 = pb.ProductActionPolicyGroupVo
+	ProductActionReq                           = pb.ProductActionReq
+	ProductActionTypeListReq                   = pb.ProductActionTypeListReq
+	ProductActionTypeListResp                  = pb.ProductActionTypeListResp
+	ProductActionTypeReq                       = pb.ProductActionTypeReq
+	ProductActionTypeVo                        = pb.ProductActionTypeVo
+	ProductActionVo                            = pb.ProductActionVo
+	ProductListReq                             = pb.ProductListReq
+	ProductListResp                            = pb.ProductListResp
+	ProductParamGetReq                         = pb.ProductParamGetReq
+	ProductParamListReq                        = pb.ProductParamListReq
+	ProductParamListResp                       = pb.ProductParamListResp
+	ProductParamVo                             = pb.ProductParamVo
+	ProductVo                                  = pb.ProductVo
+	PublishScheduleDramaReq                    = pb.PublishScheduleDramaReq
+	RelGameRankListReq                         = pb.RelGameRankListReq
+	RelGameRankListRes                         = pb.RelGameRankListRes
+	RelGameRankReq                             = pb.RelGameRankReq
+	RelGameRankVo                              = pb.RelGameRankVo
+	RelGameVpnGroupListReq                     = pb.RelGameVpnGroupListReq
+	RelGameVpnGroupListRes                     = pb.RelGameVpnGroupListRes
+	RelGameVpnGroupReq                         = pb.RelGameVpnGroupReq
+	RelGameVpnGroupVo                          = pb.RelGameVpnGroupVo
+	Request                                    = pb.Request
+	Response                                   = pb.Response
+	ServiceBoxAddReq                           = pb.ServiceBoxAddReq
+	ServiceBoxAddResp                          = pb.ServiceBoxAddResp
+	ServiceBoxAddWithDetailsReq                = pb.ServiceBoxAddWithDetailsReq
+	ServiceBoxAddWithDetailsResp               = pb.ServiceBoxAddWithDetailsResp
+	ServiceBoxDelReq                           = pb.ServiceBoxDelReq
+	ServiceBoxGetReq                           = pb.ServiceBoxGetReq
+	ServiceBoxGetResp                          = pb.ServiceBoxGetResp
+	ServiceBoxGetWithDetailsReq                = pb.ServiceBoxGetWithDetailsReq
+	ServiceBoxGetWithDetailsResp               = pb.ServiceBoxGetWithDetailsResp
+	ServiceBoxListReq                          = pb.ServiceBoxListReq
+	ServiceBoxListResp                         = pb.ServiceBoxListResp
+	ServiceBoxTypesAddReq                      = pb.ServiceBoxTypesAddReq
+	ServiceBoxTypesAddResp                     = pb.ServiceBoxTypesAddResp
+	ServiceBoxTypesDelReq                      = pb.ServiceBoxTypesDelReq
+	ServiceBoxTypesGetReq                      = pb.ServiceBoxTypesGetReq
+	ServiceBoxTypesGetResp                     = pb.ServiceBoxTypesGetResp
+	ServiceBoxTypesListReq                     = pb.ServiceBoxTypesListReq
+	ServiceBoxTypesListResp                    = pb.ServiceBoxTypesListResp
+	ServiceBoxTypesUpdateReq                   = pb.ServiceBoxTypesUpdateReq
+	ServiceBoxTypesUpdateResp                  = pb.ServiceBoxTypesUpdateResp
+	ServiceBoxTypesVo                          = pb.ServiceBoxTypesVo
+	ServiceBoxUpdateReq                        = pb.ServiceBoxUpdateReq
+	ServiceBoxUpdateResp                       = pb.ServiceBoxUpdateResp
+	ServiceBoxUpdateWithDetailsReq             = pb.ServiceBoxUpdateWithDetailsReq
+	ServiceBoxUpdateWithDetailsResp            = pb.ServiceBoxUpdateWithDetailsResp
+	ServiceBoxVo                               = pb.ServiceBoxVo
+	ServiceBoxWithDetailsVo                    = pb.ServiceBoxWithDetailsVo
+	ServiceBoxWithDurationVo                   = pb.ServiceBoxWithDurationVo
+	ServicePlanAddReq                          = pb.ServicePlanAddReq
+	ServicePlanAddResp                         = pb.ServicePlanAddResp
+	ServicePlanAddWithBoxesReq                 = pb.ServicePlanAddWithBoxesReq
+	ServicePlanAddWithBoxesResp                = pb.ServicePlanAddWithBoxesResp
+	ServicePlanBoxesAddReq                     = pb.ServicePlanBoxesAddReq
+	ServicePlanBoxesAddResp                    = pb.ServicePlanBoxesAddResp
+	ServicePlanBoxesDelReq                     = pb.ServicePlanBoxesDelReq
+	ServicePlanBoxesGetReq                     = pb.ServicePlanBoxesGetReq
+	ServicePlanBoxesGetResp                    = pb.ServicePlanBoxesGetResp
+	ServicePlanBoxesListReq                    = pb.ServicePlanBoxesListReq
+	ServicePlanBoxesListResp                   = pb.ServicePlanBoxesListResp
+	ServicePlanBoxesUpdateReq                  = pb.ServicePlanBoxesUpdateReq
+	ServicePlanBoxesUpdateResp                 = pb.ServicePlanBoxesUpdateResp
+	ServicePlanBoxesVo                         = pb.ServicePlanBoxesVo
+	ServicePlanChannelAddReq                   = pb.ServicePlanChannelAddReq
+	ServicePlanChannelAddResp                  = pb.ServicePlanChannelAddResp
+	ServicePlanChannelDelReq                   = pb.ServicePlanChannelDelReq
+	ServicePlanChannelGetReq                   = pb.ServicePlanChannelGetReq
+	ServicePlanChannelGetResp                  = pb.ServicePlanChannelGetResp
+	ServicePlanChannelListReq                  = pb.ServicePlanChannelListReq
+	ServicePlanChannelListResp                 = pb.ServicePlanChannelListResp
+	ServicePlanChannelUpdateReq                = pb.ServicePlanChannelUpdateReq
+	ServicePlanChannelUpdateResp               = pb.ServicePlanChannelUpdateResp
+	ServicePlanChannelVo                       = pb.ServicePlanChannelVo
+	ServicePlanDelReq                          = pb.ServicePlanDelReq
+	ServicePlanGetReq                          = pb.ServicePlanGetReq
+	ServicePlanGetResp                         = pb.ServicePlanGetResp
+	ServicePlanGetWithBoxesReq                 = pb.ServicePlanGetWithBoxesReq
+	ServicePlanGetWithBoxesResp                = pb.ServicePlanGetWithBoxesResp
+	ServicePlanListReq                         = pb.ServicePlanListReq
+	ServicePlanListResp                        = pb.ServicePlanListResp
+	ServicePlanListWithBoxesReq                = pb.ServicePlanListWithBoxesReq
+	ServicePlanListWithBoxesResp               = pb.ServicePlanListWithBoxesResp
+	ServicePlanUpdateReq                       = pb.ServicePlanUpdateReq
+	ServicePlanUpdateResp                      = pb.ServicePlanUpdateResp
+	ServicePlanUpdateWithBoxesReq              = pb.ServicePlanUpdateWithBoxesReq
+	ServicePlanUpdateWithBoxesResp             = pb.ServicePlanUpdateWithBoxesResp
+	ServicePlanVo                              = pb.ServicePlanVo
+	ServicePlanWithBoxesVo                     = pb.ServicePlanWithBoxesVo
+	ServiceTypesAddReq                         = pb.ServiceTypesAddReq
+	ServiceTypesAddResp                        = pb.ServiceTypesAddResp
+	ServiceTypesDelReq                         = pb.ServiceTypesDelReq
+	ServiceTypesGetReq                         = pb.ServiceTypesGetReq
+	ServiceTypesGetResp                        = pb.ServiceTypesGetResp
+	ServiceTypesListReq                        = pb.ServiceTypesListReq
+	ServiceTypesListResp                       = pb.ServiceTypesListResp
+	ServiceTypesUpdateReq                      = pb.ServiceTypesUpdateReq
+	ServiceTypesUpdateResp                     = pb.ServiceTypesUpdateResp
+	ServiceTypesVo                             = pb.ServiceTypesVo
+	ServiceTypesWithValueVo                    = pb.ServiceTypesWithValueVo
+	SetTotalStatsReq                           = pb.SetTotalStatsReq
+	ShortDramaCheckNameReq                     = pb.ShortDramaCheckNameReq
+	ShortDramaCheckNameResp                    = pb.ShortDramaCheckNameResp
+	ShortDramaCopyrightInfoVo                  = pb.ShortDramaCopyrightInfoVo
+	ShortDramaEpisodeBatchAddReq               = pb.ShortDramaEpisodeBatchAddReq
+	ShortDramaEpisodeBatchRefreshUpdateTimeReq = pb.ShortDramaEpisodeBatchRefreshUpdateTimeReq
+	ShortDramaEpisodeCountReq                  = pb.ShortDramaEpisodeCountReq
+	ShortDramaEpisodeCountResp                 = pb.ShortDramaEpisodeCountResp
+	ShortDramaEpisodeCountVo                   = pb.ShortDramaEpisodeCountVo
+	ShortDramaEpisodeGetReq                    = pb.ShortDramaEpisodeGetReq
+	ShortDramaEpisodeListReq                   = pb.ShortDramaEpisodeListReq
+	ShortDramaEpisodeListResp                  = pb.ShortDramaEpisodeListResp
+	ShortDramaEpisodeVo                        = pb.ShortDramaEpisodeVo
+	ShortDramaFindIdsWithCopyrightResp         = pb.ShortDramaFindIdsWithCopyrightResp
+	ShortDramaGetReq                           = pb.ShortDramaGetReq
+	ShortDramaLanguageListReq                  = pb.ShortDramaLanguageListReq
+	ShortDramaLanguageListResp                 = pb.ShortDramaLanguageListResp
+	ShortDramaLanguageVo                       = pb.ShortDramaLanguageVo
+	ShortDramaListReq                          = pb.ShortDramaListReq
+	ShortDramaListResp                         = pb.ShortDramaListResp
+	ShortDramaStatsPlaysTotalListReq           = pb.ShortDramaStatsPlaysTotalListReq
+	ShortDramaStatsPlaysTotalListResp          = pb.ShortDramaStatsPlaysTotalListResp
+	ShortDramaStatsPlaysTotalVo                = pb.ShortDramaStatsPlaysTotalVo
+	ShortDramaUpdateModifierReq                = pb.ShortDramaUpdateModifierReq
+	ShortDramaUpdateReleaseRegionsReq          = pb.ShortDramaUpdateReleaseRegionsReq
+	ShortDramaVo                               = pb.ShortDramaVo
+	StringSelectController                     = pb.StringSelectController
+	SysPermGetReq                              = pb.SysPermGetReq
+	SysPermListReq                             = pb.SysPermListReq
+	SysPermListResp                            = pb.SysPermListResp
+	SysPermRule                                = pb.SysPermRule
+	SysPermVo                                  = pb.SysPermVo
+	SysRoleGetReq                              = pb.SysRoleGetReq
+	SysRoleListReq                             = pb.SysRoleListReq
+	SysRoleListResp                            = pb.SysRoleListResp
+	SysRoleListWithPermsResp                   = pb.SysRoleListWithPermsResp
+	SysRolePermGetReq                          = pb.SysRolePermGetReq
+	SysRolePermListReq                         = pb.SysRolePermListReq
+	SysRolePermListResp                        = pb.SysRolePermListResp
+	SysRolePermVo                              = pb.SysRolePermVo
+	SysRoleVo                                  = pb.SysRoleVo
+	SysRoleWithPermIds                         = pb.SysRoleWithPermIds
+	SysRoleWithPerms                           = pb.SysRoleWithPerms
+	SysUserGetReq                              = pb.SysUserGetReq
+	SysUserListReq                             = pb.SysUserListReq
+	SysUserListResp                            = pb.SysUserListResp
+	SysUserListWithRolesAndPermsResp           = pb.SysUserListWithRolesAndPermsResp
+	SysUserPermGetReq                          = pb.SysUserPermGetReq
+	SysUserPermListReq                         = pb.SysUserPermListReq
+	SysUserPermListResp                        = pb.SysUserPermListResp
+	SysUserPermVo                              = pb.SysUserPermVo
+	SysUserRoleGetReq                          = pb.SysUserRoleGetReq
+	SysUserRoleListReq                         = pb.SysUserRoleListReq
+	SysUserRoleListResp                        = pb.SysUserRoleListResp
+	SysUserRoleVo                              = pb.SysUserRoleVo
+	SysUserVo                                  = pb.SysUserVo
+	SysUserWithRoleIdsAndPermRules             = pb.SysUserWithRoleIdsAndPermRules
+	SysUserWithRolesAndPerms                   = pb.SysUserWithRolesAndPerms
+	TimeRange                                  = pb.TimeRange
+	TipGetReq                                  = pb.TipGetReq
+	TipListReq                                 = pb.TipListReq
+	TipListResp                                = pb.TipListResp
+	TipVo                                      = pb.TipVo
+	TransactionOperation                       = pb.TransactionOperation
+	TransactionReq                             = pb.TransactionReq
+	UpgradePkgPlanDetailListReq                = pb.UpgradePkgPlanDetailListReq
+	UpgradePkgPlanDetailListResp               = pb.UpgradePkgPlanDetailListResp
+	UpgradePkgPlanDetailVo                     = pb.UpgradePkgPlanDetailVo
+	UpgradePkgPlanListReq                      = pb.UpgradePkgPlanListReq
+	UpgradePkgPlanListResp                     = pb.UpgradePkgPlanListResp
+	UpgradePkgPlanVo                           = pb.UpgradePkgPlanVo
+	UpgradeResPlanDetailListReq                = pb.UpgradeResPlanDetailListReq
+	UpgradeResPlanDetailListResp               = pb.UpgradeResPlanDetailListResp
+	UpgradeResPlanDetailVo                     = pb.UpgradeResPlanDetailVo
+	UpgradeResPlanListReq                      = pb.UpgradeResPlanListReq
+	UpgradeResPlanListResp                     = pb.UpgradeResPlanListResp
+	UpgradeResPlanVo                           = pb.UpgradeResPlanVo
+	UserAddReq                                 = pb.UserAddReq
+	UserAddResp                                = pb.UserAddResp
+	UserAppConfigGetReq                        = pb.UserAppConfigGetReq
+	UserAppConfigListReq                       = pb.UserAppConfigListReq
+	UserAppConfigListRes                       = pb.UserAppConfigListRes
+	UserAppConfigVo                            = pb.UserAppConfigVo
+	UserCredentialAddReq                       = pb.UserCredentialAddReq
+	UserCredentialAddResp                      = pb.UserCredentialAddResp
+	UserCredentialDelReq                       = pb.UserCredentialDelReq
+	UserCredentialGetReq                       = pb.UserCredentialGetReq
+	UserCredentialGetResp                      = pb.UserCredentialGetResp
+	UserCredentialListReq                      = pb.UserCredentialListReq
+	UserCredentialListResp                     = pb.UserCredentialListResp
+	UserCredentialUpdateReq                    = pb.UserCredentialUpdateReq
+	UserCredentialUpdateResp                   = pb.UserCredentialUpdateResp
+	UserCredentialVo                           = pb.UserCredentialVo
+	UserDelReq                                 = pb.UserDelReq
+	UserDeviceAddReq                           = pb.UserDeviceAddReq
+	UserDeviceAddResp                          = pb.UserDeviceAddResp
+	UserDeviceDelReq                           = pb.UserDeviceDelReq
+	UserDeviceGetReq                           = pb.UserDeviceGetReq
+	UserDeviceGetResp                          = pb.UserDeviceGetResp
+	UserDeviceListReq                          = pb.UserDeviceListReq
+	UserDeviceListResp                         = pb.UserDeviceListResp
+	UserDeviceUpdateReq                        = pb.UserDeviceUpdateReq
+	UserDeviceUpdateResp                       = pb.UserDeviceUpdateResp
+	UserDeviceVo                               = pb.UserDeviceVo
+	UserGetReq                                 = pb.UserGetReq
+	UserGetResp                                = pb.UserGetResp
+	UserListReq                                = pb.UserListReq
+	UserListResp                               = pb.UserListResp
+	UserServiceAddReq                          = pb.UserServiceAddReq
+	UserServiceAddResp                         = pb.UserServiceAddResp
+	UserServiceDelReq                          = pb.UserServiceDelReq
+	UserServiceGetReq                          = pb.UserServiceGetReq
+	UserServiceGetResp                         = pb.UserServiceGetResp
+	UserServiceListReq                         = pb.UserServiceListReq
+	UserServiceListResp                        = pb.UserServiceListResp
+	UserServiceUpdateReq                       = pb.UserServiceUpdateReq
+	UserServiceUpdateResp                      = pb.UserServiceUpdateResp
+	UserServiceVo                              = pb.UserServiceVo
+	UserTestAddReq                             = pb.UserTestAddReq
+	UserTestAddResp                            = pb.UserTestAddResp
+	UserTestDelReq                             = pb.UserTestDelReq
+	UserTestGetReq                             = pb.UserTestGetReq
+	UserTestGetResp                            = pb.UserTestGetResp
+	UserTestListReq                            = pb.UserTestListReq
+	UserTestListResp                           = pb.UserTestListResp
+	UserTestUpdateReq                          = pb.UserTestUpdateReq
+	UserTestUpdateResp                         = pb.UserTestUpdateResp
+	UserTestVo                                 = pb.UserTestVo
+	UserUpdateReq                              = pb.UserUpdateReq
+	UserUpdateResp                             = pb.UserUpdateResp
+	UserVo                                     = pb.UserVo
+	UserWhiteAddReq                            = pb.UserWhiteAddReq
+	UserWhiteAddResp                           = pb.UserWhiteAddResp
+	UserWhiteDelReq                            = pb.UserWhiteDelReq
+	UserWhiteGetReq                            = pb.UserWhiteGetReq
+	UserWhiteGetResp                           = pb.UserWhiteGetResp
+	UserWhiteListReq                           = pb.UserWhiteListReq
+	UserWhiteListResp                          = pb.UserWhiteListResp
+	UserWhiteUpdateReq                         = pb.UserWhiteUpdateReq
+	UserWhiteUpdateResp                        = pb.UserWhiteUpdateResp
+	UserWhiteVo                                = pb.UserWhiteVo
+	VpnConfigTemplatePlanAddReq                = pb.VpnConfigTemplatePlanAddReq
+	VpnConfigTemplatePlanAddResp               = pb.VpnConfigTemplatePlanAddResp
+	VpnConfigTemplatePlanDelReq                = pb.VpnConfigTemplatePlanDelReq
+	VpnConfigTemplatePlanDetailAddReq          = pb.VpnConfigTemplatePlanDetailAddReq
+	VpnConfigTemplatePlanDetailAddResp         = pb.VpnConfigTemplatePlanDetailAddResp
+	VpnConfigTemplatePlanDetailDelReq          = pb.VpnConfigTemplatePlanDetailDelReq
+	VpnConfigTemplatePlanDetailGetReq          = pb.VpnConfigTemplatePlanDetailGetReq
+	VpnConfigTemplatePlanDetailGetResp         = pb.VpnConfigTemplatePlanDetailGetResp
+	VpnConfigTemplatePlanDetailListReq         = pb.VpnConfigTemplatePlanDetailListReq
+	VpnConfigTemplatePlanDetailListResp        = pb.VpnConfigTemplatePlanDetailListResp
+	VpnConfigTemplatePlanDetailUpdateReq       = pb.VpnConfigTemplatePlanDetailUpdateReq
+	VpnConfigTemplatePlanDetailUpdateResp      = pb.VpnConfigTemplatePlanDetailUpdateResp
+	VpnConfigTemplatePlanDetailVo              = pb.VpnConfigTemplatePlanDetailVo
+	VpnConfigTemplatePlanGetReq                = pb.VpnConfigTemplatePlanGetReq
+	VpnConfigTemplatePlanGetResp               = pb.VpnConfigTemplatePlanGetResp
+	VpnConfigTemplatePlanListReq               = pb.VpnConfigTemplatePlanListReq
+	VpnConfigTemplatePlanListResp              = pb.VpnConfigTemplatePlanListResp
+	VpnConfigTemplatePlanUpdateReq             = pb.VpnConfigTemplatePlanUpdateReq
+	VpnConfigTemplatePlanUpdateResp            = pb.VpnConfigTemplatePlanUpdateResp
+	VpnConfigTemplatePlanVo                    = pb.VpnConfigTemplatePlanVo
+	VpnGroupAddReq                             = pb.VpnGroupAddReq
+	VpnGroupBatchAddReq                        = pb.VpnGroupBatchAddReq
+	VpnGroupBatchAddResp                       = pb.VpnGroupBatchAddResp
+	VpnGroupBatchDelReq                        = pb.VpnGroupBatchDelReq
+	VpnGroupBatchUpdateReq                     = pb.VpnGroupBatchUpdateReq
+	VpnGroupBatchUpdateResp                    = pb.VpnGroupBatchUpdateResp
+	VpnGroupExVo                               = pb.VpnGroupExVo
+	VpnGroupGetReq                             = pb.VpnGroupGetReq
+	VpnGroupListReq                            = pb.VpnGroupListReq
+	VpnGroupListResp                           = pb.VpnGroupListResp
+	VpnGroupTagListReq                         = pb.VpnGroupTagListReq
+	VpnGroupTagListResp                        = pb.VpnGroupTagListResp
+	VpnGroupTagVo                              = pb.VpnGroupTagVo
+	VpnGroupVo                                 = pb.VpnGroupVo
+	VpnLocationBatchAddReq                     = pb.VpnLocationBatchAddReq
+	VpnLocationBatchAddResp                    = pb.VpnLocationBatchAddResp
+	VpnLocationBatchDelReq                     = pb.VpnLocationBatchDelReq
+	VpnLocationBatchUpdateReq                  = pb.VpnLocationBatchUpdateReq
+	VpnLocationBatchUpdateResp                 = pb.VpnLocationBatchUpdateResp
+	VpnLocationExVo                            = pb.VpnLocationExVo
+	VpnLocationGetReq                          = pb.VpnLocationGetReq
+	VpnLocationListReq                         = pb.VpnLocationListReq
+	VpnLocationListResp                        = pb.VpnLocationListResp
+	VpnLocationServerCountReq                  = pb.VpnLocationServerCountReq
+	VpnLocationServerCountResp                 = pb.VpnLocationServerCountResp
+	VpnLocationServerCountVo                   = pb.VpnLocationServerCountVo
+	VpnLocationVo                              = pb.VpnLocationVo
+	VpnProbeTaskListReq                        = pb.VpnProbeTaskListReq
+	VpnProbeTaskListResp                       = pb.VpnProbeTaskListResp
+	VpnProbeTaskVo                             = pb.VpnProbeTaskVo
+	VpnServerAddReq                            = pb.VpnServerAddReq
+	VpnServerBatchAddReq                       = pb.VpnServerBatchAddReq
+	VpnServerBatchAddResp                      = pb.VpnServerBatchAddResp
+	VpnServerBatchDelReq                       = pb.VpnServerBatchDelReq
+	VpnServerBatchUpdateReq                    = pb.VpnServerBatchUpdateReq
+	VpnServerBatchUpdateResp                   = pb.VpnServerBatchUpdateResp
+	VpnServerExListResp                        = pb.VpnServerExListResp
+	VpnServerExVo                              = pb.VpnServerExVo
+	VpnServerListReq                           = pb.VpnServerListReq
+	VpnServerListResp                          = pb.VpnServerListResp
+	VpnServerLocationListReq                   = pb.VpnServerLocationListReq
+	VpnServerLocationListResp                  = pb.VpnServerLocationListResp
+	VpnServerLocationVo                        = pb.VpnServerLocationVo
+	VpnServerVo                                = pb.VpnServerVo
+	VpnTagBatchAddReq                          = pb.VpnTagBatchAddReq
+	VpnTagBatchAddResp                         = pb.VpnTagBatchAddResp
+	VpnTagBatchDelReq                          = pb.VpnTagBatchDelReq
+	VpnTagBatchUpdateReq                       = pb.VpnTagBatchUpdateReq
+	VpnTagBatchUpdateResp                      = pb.VpnTagBatchUpdateResp
+	VpnTagGetReq                               = pb.VpnTagGetReq
+	VpnTagListReq                              = pb.VpnTagListReq
+	VpnTagListResp                             = pb.VpnTagListResp
+	VpnTagVo                                   = pb.VpnTagVo
+	VpnWithIPAndPortReq                        = pb.VpnWithIPAndPortReq
+	VpnWithIPAndPortResp                       = pb.VpnWithIPAndPortResp
+	VpnipAddReq                                = pb.VpnipAddReq
+	VpnipAddResp                               = pb.VpnipAddResp
+	VpnipBatchAddReq                           = pb.VpnipBatchAddReq
+	VpnipBatchAddResp                          = pb.VpnipBatchAddResp
+	VpnipBatchUpdateReq                        = pb.VpnipBatchUpdateReq
+	VpnipBatchUpdateResp                       = pb.VpnipBatchUpdateResp
+	VpnipBindAddReq                            = pb.VpnipBindAddReq
+	VpnipBindAddResp                           = pb.VpnipBindAddResp
+	VpnipBindBatchAddReq                       = pb.VpnipBindBatchAddReq
+	VpnipBindBatchAddResp                      = pb.VpnipBindBatchAddResp
+	VpnipBindBatchUpdateReq                    = pb.VpnipBindBatchUpdateReq
+	VpnipBindBatchUpdateResp                   = pb.VpnipBindBatchUpdateResp
+	VpnipBindGetReq                            = pb.VpnipBindGetReq
+	VpnipBindGetResp                           = pb.VpnipBindGetResp
+	VpnipBindListReq                           = pb.VpnipBindListReq
+	VpnipBindListResp                          = pb.VpnipBindListResp
+	VpnipBindUpdateReq                         = pb.VpnipBindUpdateReq
+	VpnipBindUpdateResp                        = pb.VpnipBindUpdateResp
+	VpnipBindVo                                = pb.VpnipBindVo
+	VpnipExAddReq                              = pb.VpnipExAddReq
+	VpnipExAddResp                             = pb.VpnipExAddResp
+	VpnipExBatchAddReq                         = pb.VpnipExBatchAddReq
+	VpnipExBatchAddResp                        = pb.VpnipExBatchAddResp
+	VpnipExBatchUpdateReq                      = pb.VpnipExBatchUpdateReq
+	VpnipExBatchUpdateResp                     = pb.VpnipExBatchUpdateResp
+	VpnipExGetResp                             = pb.VpnipExGetResp
+	VpnipExListResp                            = pb.VpnipExListResp
+	VpnipExUpdateReq                           = pb.VpnipExUpdateReq
+	VpnipExUpdateResp                          = pb.VpnipExUpdateResp
+	VpnipExVo                                  = pb.VpnipExVo
+	VpnipGetReq                                = pb.VpnipGetReq
+	VpnipGetResp                               = pb.VpnipGetResp
+	VpnipListReq                               = pb.VpnipListReq
+	VpnipListResp                              = pb.VpnipListResp
+	VpnipRangeAddReq                           = pb.VpnipRangeAddReq
+	VpnipRangeAddResp                          = pb.VpnipRangeAddResp
+	VpnipRangeBatchAddReq                      = pb.VpnipRangeBatchAddReq
+	VpnipRangeBatchAddResp                     = pb.VpnipRangeBatchAddResp
+	VpnipRangeBatchUpdateReq                   = pb.VpnipRangeBatchUpdateReq
+	VpnipRangeBatchUpdateResp                  = pb.VpnipRangeBatchUpdateResp
+	VpnipRangeExAddReq                         = pb.VpnipRangeExAddReq
+	VpnipRangeExAddResp                        = pb.VpnipRangeExAddResp
+	VpnipRangeExBatchAddReq                    = pb.VpnipRangeExBatchAddReq
+	VpnipRangeExBatchAddResp                   = pb.VpnipRangeExBatchAddResp
+	VpnipRangeExBatchUpdateReq                 = pb.VpnipRangeExBatchUpdateReq
+	VpnipRangeExBatchUpdateResp                = pb.VpnipRangeExBatchUpdateResp
+	VpnipRangeExGetResp                        = pb.VpnipRangeExGetResp
+	VpnipRangeExListResp                       = pb.VpnipRangeExListResp
+	VpnipRangeExUpdateReq                      = pb.VpnipRangeExUpdateReq
+	VpnipRangeExUpdateResp                     = pb.VpnipRangeExUpdateResp
+	VpnipRangeExVo                             = pb.VpnipRangeExVo
+	VpnipRangeGetReq                           = pb.VpnipRangeGetReq
+	VpnipRangeGetResp                          = pb.VpnipRangeGetResp
+	VpnipRangeListReq                          = pb.VpnipRangeListReq
+	VpnipRangeListResp                         = pb.VpnipRangeListResp
+	VpnipRangeUpdateReq                        = pb.VpnipRangeUpdateReq
+	VpnipRangeUpdateResp                       = pb.VpnipRangeUpdateResp
+	VpnipRangeVo                               = pb.VpnipRangeVo
+	VpnipUpdateReq                             = pb.VpnipUpdateReq
+	VpnipUpdateResp                            = pb.VpnipUpdateResp
+	VpnipVo                                    = pb.VpnipVo
+	VpnipWalledAddReq                          = pb.VpnipWalledAddReq
+	VpnipWalledAddResp                         = pb.VpnipWalledAddResp
+	VpnipWalledBatchAddReq                     = pb.VpnipWalledBatchAddReq
+	VpnipWalledBatchAddResp                    = pb.VpnipWalledBatchAddResp
+	VpnipWalledBatchUpdateReq                  = pb.VpnipWalledBatchUpdateReq
+	VpnipWalledBatchUpdateResp                 = pb.VpnipWalledBatchUpdateResp
+	VpnipWalledGetReq                          = pb.VpnipWalledGetReq
+	VpnipWalledGetResp                         = pb.VpnipWalledGetResp
+	VpnipWalledListReq                         = pb.VpnipWalledListReq
+	VpnipWalledListResp                        = pb.VpnipWalledListResp
+	VpnipWalledUpdateReq                       = pb.VpnipWalledUpdateReq
+	VpnipWalledUpdateResp                      = pb.VpnipWalledUpdateResp
+	VpnipWalledVo                              = pb.VpnipWalledVo
 
 	GoUserClient interface {
 		Ping(ctx context.Context, in *Request, opts ...grpc.CallOption) (*Response, error)

+ 488 - 519
pb/client/govpnclient/go_vpn_client.go

@@ -14,525 +14,494 @@ import (
 )
 
 type (
-	AccountDeviceListReq                                 = pb.AccountDeviceListReq
-	AccountDeviceListResp                                = pb.AccountDeviceListResp
-	AccountDeviceVo                                      = pb.AccountDeviceVo
-	AccountListReq                                       = pb.AccountListReq
-	AccountListResp                                      = pb.AccountListResp
-	AccountVo                                            = pb.AccountVo
-	AdGlobalConfigGetReq                                 = pb.AdGlobalConfigGetReq
-	AdGlobalConfigVo                                     = pb.AdGlobalConfigVo
-	AdPlanDetailListReq                                  = pb.AdPlanDetailListReq
-	AdPlanDetailListResp                                 = pb.AdPlanDetailListResp
-	AdPlanDetailVo                                       = pb.AdPlanDetailVo
-	AdPlanListReq                                        = pb.AdPlanListReq
-	AdPlanListResp                                       = pb.AdPlanListResp
-	AdPlanVo                                             = pb.AdPlanVo
-	AnnouncePlanDetailListReq                            = pb.AnnouncePlanDetailListReq
-	AnnouncePlanDetailListResp                           = pb.AnnouncePlanDetailListResp
-	AnnouncePlanDetailVo                                 = pb.AnnouncePlanDetailVo
-	AnnouncePlanListReq                                  = pb.AnnouncePlanListReq
-	AnnouncePlanListResp                                 = pb.AnnouncePlanListResp
-	AnnouncePlanVo                                       = pb.AnnouncePlanVo
-	AreaParamListReq                                     = pb.AreaParamListReq
-	AreaParamListResp                                    = pb.AreaParamListResp
-	AreaParamVo                                          = pb.AreaParamVo
-	BaseReq                                              = pb.BaseReq
-	CommonResult                                         = pb.CommonResult
-	ConfigGetReq                                         = pb.ConfigGetReq
-	DeleteIdResp                                         = pb.DeleteIdResp
-	DeployConfigListReq                                  = pb.DeployConfigListReq
-	DeployConfigListResp                                 = pb.DeployConfigListResp
-	DeployConfigVo                                       = pb.DeployConfigVo
-	DeviceListReq                                        = pb.DeviceListReq
-	DeviceListRes                                        = pb.DeviceListRes
-	DeviceVo                                             = pb.DeviceVo
-	DictGetReq                                           = pb.DictGetReq
-	DictListReq                                          = pb.DictListReq
-	DictListResp                                         = pb.DictListResp
-	DictVo                                               = pb.DictVo
-	Empty                                                = pb.Empty
-	FindSchedulePublishListReq                           = pb.FindSchedulePublishListReq
-	FindSchedulePublishListResp                          = pb.FindSchedulePublishListResp
-	GameCategoryListReq                                  = pb.GameCategoryListReq
-	GameCategoryListRes                                  = pb.GameCategoryListRes
-	GameCategoryReq                                      = pb.GameCategoryReq
-	GameCategoryVo                                       = pb.GameCategoryVo
-	GameCustomerAddResp                                  = pb.GameCustomerAddResp
-	GameCustomerListReq                                  = pb.GameCustomerListReq
-	GameCustomerListRes                                  = pb.GameCustomerListRes
-	GameCustomerVo                                       = pb.GameCustomerVo
-	GameListReq                                          = pb.GameListReq
-	GameListRes                                          = pb.GameListRes
-	GameRankOption                                       = pb.GameRankOption
-	GameRedisHScanByNameReq                              = pb.GameRedisHScanByNameReq
-	GameRedisHScanByNameResp                             = pb.GameRedisHScanByNameResp
-	GameReq                                              = pb.GameReq
-	GameVo                                               = pb.GameVo
-	GlobalParamGetReq                                    = pb.GlobalParamGetReq
-	GlobalParamListReq                                   = pb.GlobalParamListReq
-	GlobalParamListResp                                  = pb.GlobalParamListResp
-	GlobalParamVo                                        = pb.GlobalParamVo
-	I18NVo                                               = pb.I18NVo
-	Ids                                                  = pb.Ids
-	Int64SelectController                                = pb.Int64SelectController
-	IntSelectController                                  = pb.IntSelectController
-	JobBatchListReq                                      = pb.JobBatchListReq
-	JobBatchListResp                                     = pb.JobBatchListResp
-	JobBatchListWithTasksResp                            = pb.JobBatchListWithTasksResp
-	JobBatchVo                                           = pb.JobBatchVo
-	JobBatchWithTasksVo                                  = pb.JobBatchWithTasksVo
-	JobTasksListReq                                      = pb.JobTasksListReq
-	JobTasksListResp                                     = pb.JobTasksListResp
-	JobTasksVo                                           = pb.JobTasksVo
-	MessagePushListReq                                   = pb.MessagePushListReq
-	MessagePushListResp                                  = pb.MessagePushListResp
-	MessagePushVo                                        = pb.MessagePushVo
-	NationalLanguageListReq                              = pb.NationalLanguageListReq
-	NationalLanguageListResp                             = pb.NationalLanguageListResp
-	NationalLanguageVo                                   = pb.NationalLanguageVo
-	OperationLogListReq                                  = pb.OperationLogListReq
-	OperationLogListResp                                 = pb.OperationLogListResp
-	OperationLogVo                                       = pb.OperationLogVo
-	Page                                                 = pb.Page
-	Page_OrderItem                                       = pb.Page_OrderItem
-	ProductActionGroupDisableReq                         = pb.ProductActionGroupDisableReq
-	ProductActionGroupEnableReq                          = pb.ProductActionGroupEnableReq
-	ProductActionGroupListReq                            = pb.ProductActionGroupListReq
-	ProductActionGroupListResp                           = pb.ProductActionGroupListResp
-	ProductActionGroupReq                                = pb.ProductActionGroupReq
-	ProductActionGroupVo                                 = pb.ProductActionGroupVo
-	ProductActionListReq                                 = pb.ProductActionListReq
-	ProductActionListResp                                = pb.ProductActionListResp
-	ProductActionPolicyGroupDisableReq                   = pb.ProductActionPolicyGroupDisableReq
-	ProductActionPolicyGroupEnableReq                    = pb.ProductActionPolicyGroupEnableReq
-	ProductActionPolicyGroupListReq                      = pb.ProductActionPolicyGroupListReq
-	ProductActionPolicyGroupListResp                     = pb.ProductActionPolicyGroupListResp
-	ProductActionPolicyGroupReq                          = pb.ProductActionPolicyGroupReq
-	ProductActionPolicyGroupVo                           = pb.ProductActionPolicyGroupVo
-	ProductActionReq                                     = pb.ProductActionReq
-	ProductActionTypeListReq                             = pb.ProductActionTypeListReq
-	ProductActionTypeListResp                            = pb.ProductActionTypeListResp
-	ProductActionTypeReq                                 = pb.ProductActionTypeReq
-	ProductActionTypeVo                                  = pb.ProductActionTypeVo
-	ProductActionVo                                      = pb.ProductActionVo
-	ProductListReq                                       = pb.ProductListReq
-	ProductListResp                                      = pb.ProductListResp
-	ProductParamGetReq                                   = pb.ProductParamGetReq
-	ProductParamListReq                                  = pb.ProductParamListReq
-	ProductParamListResp                                 = pb.ProductParamListResp
-	ProductParamVo                                       = pb.ProductParamVo
-	ProductVo                                            = pb.ProductVo
-	PublishScheduleDramaReq                              = pb.PublishScheduleDramaReq
-	RelGameRankListReq                                   = pb.RelGameRankListReq
-	RelGameRankListRes                                   = pb.RelGameRankListRes
-	RelGameRankReq                                       = pb.RelGameRankReq
-	RelGameRankVo                                        = pb.RelGameRankVo
-	RelGameVpnGroupListReq                               = pb.RelGameVpnGroupListReq
-	RelGameVpnGroupListRes                               = pb.RelGameVpnGroupListRes
-	RelGameVpnGroupReq                                   = pb.RelGameVpnGroupReq
-	RelGameVpnGroupVo                                    = pb.RelGameVpnGroupVo
-	Request                                              = pb.Request
-	Response                                             = pb.Response
-	ServiceBoxAddReq                                     = pb.ServiceBoxAddReq
-	ServiceBoxAddResp                                    = pb.ServiceBoxAddResp
-	ServiceBoxAddWithDetailsReq                          = pb.ServiceBoxAddWithDetailsReq
-	ServiceBoxAddWithDetailsResp                         = pb.ServiceBoxAddWithDetailsResp
-	ServiceBoxDelReq                                     = pb.ServiceBoxDelReq
-	ServiceBoxGetReq                                     = pb.ServiceBoxGetReq
-	ServiceBoxGetResp                                    = pb.ServiceBoxGetResp
-	ServiceBoxGetWithDetailsReq                          = pb.ServiceBoxGetWithDetailsReq
-	ServiceBoxGetWithDetailsResp                         = pb.ServiceBoxGetWithDetailsResp
-	ServiceBoxListReq                                    = pb.ServiceBoxListReq
-	ServiceBoxListResp                                   = pb.ServiceBoxListResp
-	ServiceBoxListWithDetailsReq                         = pb.ServiceBoxListWithDetailsReq
-	ServiceBoxListWithDetailsResp                        = pb.ServiceBoxListWithDetailsResp
-	ServiceBoxTypesAddReq                                = pb.ServiceBoxTypesAddReq
-	ServiceBoxTypesAddResp                               = pb.ServiceBoxTypesAddResp
-	ServiceBoxTypesDelReq                                = pb.ServiceBoxTypesDelReq
-	ServiceBoxTypesGetReq                                = pb.ServiceBoxTypesGetReq
-	ServiceBoxTypesGetResp                               = pb.ServiceBoxTypesGetResp
-	ServiceBoxTypesListReq                               = pb.ServiceBoxTypesListReq
-	ServiceBoxTypesListResp                              = pb.ServiceBoxTypesListResp
-	ServiceBoxTypesUpdateReq                             = pb.ServiceBoxTypesUpdateReq
-	ServiceBoxTypesUpdateResp                            = pb.ServiceBoxTypesUpdateResp
-	ServiceBoxTypesVo                                    = pb.ServiceBoxTypesVo
-	ServiceBoxUpdateReq                                  = pb.ServiceBoxUpdateReq
-	ServiceBoxUpdateResp                                 = pb.ServiceBoxUpdateResp
-	ServiceBoxUpdateWithDetailsReq                       = pb.ServiceBoxUpdateWithDetailsReq
-	ServiceBoxUpdateWithDetailsResp                      = pb.ServiceBoxUpdateWithDetailsResp
-	ServiceBoxVo                                         = pb.ServiceBoxVo
-	ServiceBoxWithDetailsVo                              = pb.ServiceBoxWithDetailsVo
-	ServiceBoxWithDurationAndDetailsVo                   = pb.ServiceBoxWithDurationAndDetailsVo
-	ServiceBoxWithDurationVo                             = pb.ServiceBoxWithDurationVo
-	ServicePlanAddReq                                    = pb.ServicePlanAddReq
-	ServicePlanAddResp                                   = pb.ServicePlanAddResp
-	ServicePlanAddWithBoxesAndDetailsReq                 = pb.ServicePlanAddWithBoxesAndDetailsReq
-	ServicePlanAddWithBoxesAndDetailsResp                = pb.ServicePlanAddWithBoxesAndDetailsResp
-	ServicePlanAddWithBoxesReq                           = pb.ServicePlanAddWithBoxesReq
-	ServicePlanAddWithBoxesResp                          = pb.ServicePlanAddWithBoxesResp
-	ServicePlanBoxesAddReq                               = pb.ServicePlanBoxesAddReq
-	ServicePlanBoxesAddResp                              = pb.ServicePlanBoxesAddResp
-	ServicePlanBoxesDelReq                               = pb.ServicePlanBoxesDelReq
-	ServicePlanBoxesGetReq                               = pb.ServicePlanBoxesGetReq
-	ServicePlanBoxesGetResp                              = pb.ServicePlanBoxesGetResp
-	ServicePlanBoxesListReq                              = pb.ServicePlanBoxesListReq
-	ServicePlanBoxesListResp                             = pb.ServicePlanBoxesListResp
-	ServicePlanBoxesUpdateReq                            = pb.ServicePlanBoxesUpdateReq
-	ServicePlanBoxesUpdateResp                           = pb.ServicePlanBoxesUpdateResp
-	ServicePlanBoxesVo                                   = pb.ServicePlanBoxesVo
-	ServicePlanChannelAddReq                             = pb.ServicePlanChannelAddReq
-	ServicePlanChannelAddResp                            = pb.ServicePlanChannelAddResp
-	ServicePlanChannelDelReq                             = pb.ServicePlanChannelDelReq
-	ServicePlanChannelGetReq                             = pb.ServicePlanChannelGetReq
-	ServicePlanChannelGetResp                            = pb.ServicePlanChannelGetResp
-	ServicePlanChannelGetWithPlanAndBoxesAndDetailsReq   = pb.ServicePlanChannelGetWithPlanAndBoxesAndDetailsReq
-	ServicePlanChannelGetWithPlanAndBoxesAndDetailsResp  = pb.ServicePlanChannelGetWithPlanAndBoxesAndDetailsResp
-	ServicePlanChannelGetWithPlanAndBoxesReq             = pb.ServicePlanChannelGetWithPlanAndBoxesReq
-	ServicePlanChannelGetWithPlanAndBoxesResp            = pb.ServicePlanChannelGetWithPlanAndBoxesResp
-	ServicePlanChannelGetWithPlanReq                     = pb.ServicePlanChannelGetWithPlanReq
-	ServicePlanChannelGetWithPlanResp                    = pb.ServicePlanChannelGetWithPlanResp
-	ServicePlanChannelListReq                            = pb.ServicePlanChannelListReq
-	ServicePlanChannelListResp                           = pb.ServicePlanChannelListResp
-	ServicePlanChannelListWithPlanAndBoxesAndDetailsReq  = pb.ServicePlanChannelListWithPlanAndBoxesAndDetailsReq
-	ServicePlanChannelListWithPlanAndBoxesAndDetailsResp = pb.ServicePlanChannelListWithPlanAndBoxesAndDetailsResp
-	ServicePlanChannelListWithPlanAndBoxesReq            = pb.ServicePlanChannelListWithPlanAndBoxesReq
-	ServicePlanChannelListWithPlanAndBoxesResp           = pb.ServicePlanChannelListWithPlanAndBoxesResp
-	ServicePlanChannelListWithPlanReq                    = pb.ServicePlanChannelListWithPlanReq
-	ServicePlanChannelListWithPlanResp                   = pb.ServicePlanChannelListWithPlanResp
-	ServicePlanChannelUpdateReq                          = pb.ServicePlanChannelUpdateReq
-	ServicePlanChannelUpdateResp                         = pb.ServicePlanChannelUpdateResp
-	ServicePlanChannelVo                                 = pb.ServicePlanChannelVo
-	ServicePlanChannelWithPlanAndBoxesAndDetailsVo       = pb.ServicePlanChannelWithPlanAndBoxesAndDetailsVo
-	ServicePlanChannelWithPlanAndBoxesVo                 = pb.ServicePlanChannelWithPlanAndBoxesVo
-	ServicePlanChannelWithPlanVo                         = pb.ServicePlanChannelWithPlanVo
-	ServicePlanDelReq                                    = pb.ServicePlanDelReq
-	ServicePlanGetReq                                    = pb.ServicePlanGetReq
-	ServicePlanGetResp                                   = pb.ServicePlanGetResp
-	ServicePlanGetWithBoxesAndDetailsReq                 = pb.ServicePlanGetWithBoxesAndDetailsReq
-	ServicePlanGetWithBoxesAndDetailsResp                = pb.ServicePlanGetWithBoxesAndDetailsResp
-	ServicePlanGetWithBoxesReq                           = pb.ServicePlanGetWithBoxesReq
-	ServicePlanGetWithBoxesResp                          = pb.ServicePlanGetWithBoxesResp
-	ServicePlanListReq                                   = pb.ServicePlanListReq
-	ServicePlanListResp                                  = pb.ServicePlanListResp
-	ServicePlanListWithBoxesAndDetailsReq                = pb.ServicePlanListWithBoxesAndDetailsReq
-	ServicePlanListWithBoxesAndDetailsResp               = pb.ServicePlanListWithBoxesAndDetailsResp
-	ServicePlanListWithBoxesReq                          = pb.ServicePlanListWithBoxesReq
-	ServicePlanListWithBoxesResp                         = pb.ServicePlanListWithBoxesResp
-	ServicePlanUpdateReq                                 = pb.ServicePlanUpdateReq
-	ServicePlanUpdateResp                                = pb.ServicePlanUpdateResp
-	ServicePlanUpdateWithBoxesAndDetailsReq              = pb.ServicePlanUpdateWithBoxesAndDetailsReq
-	ServicePlanUpdateWithBoxesAndDetailsResp             = pb.ServicePlanUpdateWithBoxesAndDetailsResp
-	ServicePlanUpdateWithBoxesReq                        = pb.ServicePlanUpdateWithBoxesReq
-	ServicePlanUpdateWithBoxesResp                       = pb.ServicePlanUpdateWithBoxesResp
-	ServicePlanVo                                        = pb.ServicePlanVo
-	ServicePlanWithBoxesAndDetailsVo                     = pb.ServicePlanWithBoxesAndDetailsVo
-	ServicePlanWithBoxesVo                               = pb.ServicePlanWithBoxesVo
-	ServiceTypesAddReq                                   = pb.ServiceTypesAddReq
-	ServiceTypesAddResp                                  = pb.ServiceTypesAddResp
-	ServiceTypesDelReq                                   = pb.ServiceTypesDelReq
-	ServiceTypesGetReq                                   = pb.ServiceTypesGetReq
-	ServiceTypesGetResp                                  = pb.ServiceTypesGetResp
-	ServiceTypesGetWithValueReq                          = pb.ServiceTypesGetWithValueReq
-	ServiceTypesGetWithValueResp                         = pb.ServiceTypesGetWithValueResp
-	ServiceTypesListReq                                  = pb.ServiceTypesListReq
-	ServiceTypesListResp                                 = pb.ServiceTypesListResp
-	ServiceTypesListWithValueReq                         = pb.ServiceTypesListWithValueReq
-	ServiceTypesListWithValueResp                        = pb.ServiceTypesListWithValueResp
-	ServiceTypesUpdateReq                                = pb.ServiceTypesUpdateReq
-	ServiceTypesUpdateResp                               = pb.ServiceTypesUpdateResp
-	ServiceTypesVo                                       = pb.ServiceTypesVo
-	ServiceTypesWithValueVo                              = pb.ServiceTypesWithValueVo
-	SetTotalStatsReq                                     = pb.SetTotalStatsReq
-	ShortDramaCheckNameReq                               = pb.ShortDramaCheckNameReq
-	ShortDramaCheckNameResp                              = pb.ShortDramaCheckNameResp
-	ShortDramaCopyrightInfoVo                            = pb.ShortDramaCopyrightInfoVo
-	ShortDramaEpisodeBatchAddReq                         = pb.ShortDramaEpisodeBatchAddReq
-	ShortDramaEpisodeBatchRefreshUpdateTimeReq           = pb.ShortDramaEpisodeBatchRefreshUpdateTimeReq
-	ShortDramaEpisodeCountReq                            = pb.ShortDramaEpisodeCountReq
-	ShortDramaEpisodeCountResp                           = pb.ShortDramaEpisodeCountResp
-	ShortDramaEpisodeCountVo                             = pb.ShortDramaEpisodeCountVo
-	ShortDramaEpisodeGetReq                              = pb.ShortDramaEpisodeGetReq
-	ShortDramaEpisodeListReq                             = pb.ShortDramaEpisodeListReq
-	ShortDramaEpisodeListResp                            = pb.ShortDramaEpisodeListResp
-	ShortDramaEpisodeVo                                  = pb.ShortDramaEpisodeVo
-	ShortDramaFindIdsWithCopyrightResp                   = pb.ShortDramaFindIdsWithCopyrightResp
-	ShortDramaGetReq                                     = pb.ShortDramaGetReq
-	ShortDramaLanguageListReq                            = pb.ShortDramaLanguageListReq
-	ShortDramaLanguageListResp                           = pb.ShortDramaLanguageListResp
-	ShortDramaLanguageVo                                 = pb.ShortDramaLanguageVo
-	ShortDramaListReq                                    = pb.ShortDramaListReq
-	ShortDramaListResp                                   = pb.ShortDramaListResp
-	ShortDramaStatsPlaysTotalListReq                     = pb.ShortDramaStatsPlaysTotalListReq
-	ShortDramaStatsPlaysTotalListResp                    = pb.ShortDramaStatsPlaysTotalListResp
-	ShortDramaStatsPlaysTotalVo                          = pb.ShortDramaStatsPlaysTotalVo
-	ShortDramaUpdateModifierReq                          = pb.ShortDramaUpdateModifierReq
-	ShortDramaUpdateReleaseRegionsReq                    = pb.ShortDramaUpdateReleaseRegionsReq
-	ShortDramaVo                                         = pb.ShortDramaVo
-	StringSelectController                               = pb.StringSelectController
-	SysPermGetReq                                        = pb.SysPermGetReq
-	SysPermListReq                                       = pb.SysPermListReq
-	SysPermListResp                                      = pb.SysPermListResp
-	SysPermRule                                          = pb.SysPermRule
-	SysPermVo                                            = pb.SysPermVo
-	SysRoleGetReq                                        = pb.SysRoleGetReq
-	SysRoleListReq                                       = pb.SysRoleListReq
-	SysRoleListResp                                      = pb.SysRoleListResp
-	SysRoleListWithPermsResp                             = pb.SysRoleListWithPermsResp
-	SysRolePermGetReq                                    = pb.SysRolePermGetReq
-	SysRolePermListReq                                   = pb.SysRolePermListReq
-	SysRolePermListResp                                  = pb.SysRolePermListResp
-	SysRolePermVo                                        = pb.SysRolePermVo
-	SysRoleVo                                            = pb.SysRoleVo
-	SysRoleWithPermIds                                   = pb.SysRoleWithPermIds
-	SysRoleWithPerms                                     = pb.SysRoleWithPerms
-	SysUserGetReq                                        = pb.SysUserGetReq
-	SysUserListReq                                       = pb.SysUserListReq
-	SysUserListResp                                      = pb.SysUserListResp
-	SysUserListWithRolesAndPermsResp                     = pb.SysUserListWithRolesAndPermsResp
-	SysUserPermGetReq                                    = pb.SysUserPermGetReq
-	SysUserPermListReq                                   = pb.SysUserPermListReq
-	SysUserPermListResp                                  = pb.SysUserPermListResp
-	SysUserPermVo                                        = pb.SysUserPermVo
-	SysUserRoleGetReq                                    = pb.SysUserRoleGetReq
-	SysUserRoleListReq                                   = pb.SysUserRoleListReq
-	SysUserRoleListResp                                  = pb.SysUserRoleListResp
-	SysUserRoleVo                                        = pb.SysUserRoleVo
-	SysUserVo                                            = pb.SysUserVo
-	SysUserWithRoleIdsAndPermRules                       = pb.SysUserWithRoleIdsAndPermRules
-	SysUserWithRolesAndPerms                             = pb.SysUserWithRolesAndPerms
-	TimeRange                                            = pb.TimeRange
-	TipGetReq                                            = pb.TipGetReq
-	TipListReq                                           = pb.TipListReq
-	TipListResp                                          = pb.TipListResp
-	TipVo                                                = pb.TipVo
-	TransactionOperation                                 = pb.TransactionOperation
-	TransactionReq                                       = pb.TransactionReq
-	UpgradePkgPlanDetailListReq                          = pb.UpgradePkgPlanDetailListReq
-	UpgradePkgPlanDetailListResp                         = pb.UpgradePkgPlanDetailListResp
-	UpgradePkgPlanDetailVo                               = pb.UpgradePkgPlanDetailVo
-	UpgradePkgPlanListReq                                = pb.UpgradePkgPlanListReq
-	UpgradePkgPlanListResp                               = pb.UpgradePkgPlanListResp
-	UpgradePkgPlanVo                                     = pb.UpgradePkgPlanVo
-	UpgradeResPlanDetailListReq                          = pb.UpgradeResPlanDetailListReq
-	UpgradeResPlanDetailListResp                         = pb.UpgradeResPlanDetailListResp
-	UpgradeResPlanDetailVo                               = pb.UpgradeResPlanDetailVo
-	UpgradeResPlanListReq                                = pb.UpgradeResPlanListReq
-	UpgradeResPlanListResp                               = pb.UpgradeResPlanListResp
-	UpgradeResPlanVo                                     = pb.UpgradeResPlanVo
-	UserAddReq                                           = pb.UserAddReq
-	UserAddResp                                          = pb.UserAddResp
-	UserAppConfigGetReq                                  = pb.UserAppConfigGetReq
-	UserAppConfigListReq                                 = pb.UserAppConfigListReq
-	UserAppConfigListRes                                 = pb.UserAppConfigListRes
-	UserAppConfigVo                                      = pb.UserAppConfigVo
-	UserCredentialAddReq                                 = pb.UserCredentialAddReq
-	UserCredentialAddResp                                = pb.UserCredentialAddResp
-	UserCredentialDelReq                                 = pb.UserCredentialDelReq
-	UserCredentialGetReq                                 = pb.UserCredentialGetReq
-	UserCredentialGetResp                                = pb.UserCredentialGetResp
-	UserCredentialListReq                                = pb.UserCredentialListReq
-	UserCredentialListResp                               = pb.UserCredentialListResp
-	UserCredentialUpdateReq                              = pb.UserCredentialUpdateReq
-	UserCredentialUpdateResp                             = pb.UserCredentialUpdateResp
-	UserCredentialVo                                     = pb.UserCredentialVo
-	UserDelReq                                           = pb.UserDelReq
-	UserDeviceAddReq                                     = pb.UserDeviceAddReq
-	UserDeviceAddResp                                    = pb.UserDeviceAddResp
-	UserDeviceDelReq                                     = pb.UserDeviceDelReq
-	UserDeviceGetReq                                     = pb.UserDeviceGetReq
-	UserDeviceGetResp                                    = pb.UserDeviceGetResp
-	UserDeviceListReq                                    = pb.UserDeviceListReq
-	UserDeviceListResp                                   = pb.UserDeviceListResp
-	UserDeviceUpdateReq                                  = pb.UserDeviceUpdateReq
-	UserDeviceUpdateResp                                 = pb.UserDeviceUpdateResp
-	UserDeviceVo                                         = pb.UserDeviceVo
-	UserGetReq                                           = pb.UserGetReq
-	UserGetResp                                          = pb.UserGetResp
-	UserListReq                                          = pb.UserListReq
-	UserListResp                                         = pb.UserListResp
-	UserServiceAddReq                                    = pb.UserServiceAddReq
-	UserServiceAddResp                                   = pb.UserServiceAddResp
-	UserServiceDelReq                                    = pb.UserServiceDelReq
-	UserServiceGetReq                                    = pb.UserServiceGetReq
-	UserServiceGetResp                                   = pb.UserServiceGetResp
-	UserServiceListReq                                   = pb.UserServiceListReq
-	UserServiceListResp                                  = pb.UserServiceListResp
-	UserServiceUpdateReq                                 = pb.UserServiceUpdateReq
-	UserServiceUpdateResp                                = pb.UserServiceUpdateResp
-	UserServiceVo                                        = pb.UserServiceVo
-	UserTestAddReq                                       = pb.UserTestAddReq
-	UserTestAddResp                                      = pb.UserTestAddResp
-	UserTestDelReq                                       = pb.UserTestDelReq
-	UserTestGetReq                                       = pb.UserTestGetReq
-	UserTestGetResp                                      = pb.UserTestGetResp
-	UserTestListReq                                      = pb.UserTestListReq
-	UserTestListResp                                     = pb.UserTestListResp
-	UserTestUpdateReq                                    = pb.UserTestUpdateReq
-	UserTestUpdateResp                                   = pb.UserTestUpdateResp
-	UserTestVo                                           = pb.UserTestVo
-	UserUpdateReq                                        = pb.UserUpdateReq
-	UserUpdateResp                                       = pb.UserUpdateResp
-	UserVo                                               = pb.UserVo
-	UserWhiteAddReq                                      = pb.UserWhiteAddReq
-	UserWhiteAddResp                                     = pb.UserWhiteAddResp
-	UserWhiteDelReq                                      = pb.UserWhiteDelReq
-	UserWhiteGetReq                                      = pb.UserWhiteGetReq
-	UserWhiteGetResp                                     = pb.UserWhiteGetResp
-	UserWhiteListReq                                     = pb.UserWhiteListReq
-	UserWhiteListResp                                    = pb.UserWhiteListResp
-	UserWhiteUpdateReq                                   = pb.UserWhiteUpdateReq
-	UserWhiteUpdateResp                                  = pb.UserWhiteUpdateResp
-	UserWhiteVo                                          = pb.UserWhiteVo
-	VpnConfigTemplatePlanAddReq                          = pb.VpnConfigTemplatePlanAddReq
-	VpnConfigTemplatePlanAddResp                         = pb.VpnConfigTemplatePlanAddResp
-	VpnConfigTemplatePlanDelReq                          = pb.VpnConfigTemplatePlanDelReq
-	VpnConfigTemplatePlanDetailAddReq                    = pb.VpnConfigTemplatePlanDetailAddReq
-	VpnConfigTemplatePlanDetailAddResp                   = pb.VpnConfigTemplatePlanDetailAddResp
-	VpnConfigTemplatePlanDetailDelReq                    = pb.VpnConfigTemplatePlanDetailDelReq
-	VpnConfigTemplatePlanDetailGetReq                    = pb.VpnConfigTemplatePlanDetailGetReq
-	VpnConfigTemplatePlanDetailGetResp                   = pb.VpnConfigTemplatePlanDetailGetResp
-	VpnConfigTemplatePlanDetailListReq                   = pb.VpnConfigTemplatePlanDetailListReq
-	VpnConfigTemplatePlanDetailListResp                  = pb.VpnConfigTemplatePlanDetailListResp
-	VpnConfigTemplatePlanDetailUpdateReq                 = pb.VpnConfigTemplatePlanDetailUpdateReq
-	VpnConfigTemplatePlanDetailUpdateResp                = pb.VpnConfigTemplatePlanDetailUpdateResp
-	VpnConfigTemplatePlanDetailVo                        = pb.VpnConfigTemplatePlanDetailVo
-	VpnConfigTemplatePlanGetReq                          = pb.VpnConfigTemplatePlanGetReq
-	VpnConfigTemplatePlanGetResp                         = pb.VpnConfigTemplatePlanGetResp
-	VpnConfigTemplatePlanListReq                         = pb.VpnConfigTemplatePlanListReq
-	VpnConfigTemplatePlanListResp                        = pb.VpnConfigTemplatePlanListResp
-	VpnConfigTemplatePlanUpdateReq                       = pb.VpnConfigTemplatePlanUpdateReq
-	VpnConfigTemplatePlanUpdateResp                      = pb.VpnConfigTemplatePlanUpdateResp
-	VpnConfigTemplatePlanVo                              = pb.VpnConfigTemplatePlanVo
-	VpnGroupAddReq                                       = pb.VpnGroupAddReq
-	VpnGroupBatchAddReq                                  = pb.VpnGroupBatchAddReq
-	VpnGroupBatchAddResp                                 = pb.VpnGroupBatchAddResp
-	VpnGroupBatchDelReq                                  = pb.VpnGroupBatchDelReq
-	VpnGroupBatchUpdateReq                               = pb.VpnGroupBatchUpdateReq
-	VpnGroupBatchUpdateResp                              = pb.VpnGroupBatchUpdateResp
-	VpnGroupExVo                                         = pb.VpnGroupExVo
-	VpnGroupGetReq                                       = pb.VpnGroupGetReq
-	VpnGroupListReq                                      = pb.VpnGroupListReq
-	VpnGroupListResp                                     = pb.VpnGroupListResp
-	VpnGroupTagListReq                                   = pb.VpnGroupTagListReq
-	VpnGroupTagListResp                                  = pb.VpnGroupTagListResp
-	VpnGroupTagVo                                        = pb.VpnGroupTagVo
-	VpnGroupVo                                           = pb.VpnGroupVo
-	VpnLocationBatchAddReq                               = pb.VpnLocationBatchAddReq
-	VpnLocationBatchAddResp                              = pb.VpnLocationBatchAddResp
-	VpnLocationBatchDelReq                               = pb.VpnLocationBatchDelReq
-	VpnLocationBatchUpdateReq                            = pb.VpnLocationBatchUpdateReq
-	VpnLocationBatchUpdateResp                           = pb.VpnLocationBatchUpdateResp
-	VpnLocationExVo                                      = pb.VpnLocationExVo
-	VpnLocationGetReq                                    = pb.VpnLocationGetReq
-	VpnLocationListReq                                   = pb.VpnLocationListReq
-	VpnLocationListResp                                  = pb.VpnLocationListResp
-	VpnLocationServerCountReq                            = pb.VpnLocationServerCountReq
-	VpnLocationServerCountResp                           = pb.VpnLocationServerCountResp
-	VpnLocationServerCountVo                             = pb.VpnLocationServerCountVo
-	VpnLocationVo                                        = pb.VpnLocationVo
-	VpnProbeTaskListReq                                  = pb.VpnProbeTaskListReq
-	VpnProbeTaskListResp                                 = pb.VpnProbeTaskListResp
-	VpnProbeTaskVo                                       = pb.VpnProbeTaskVo
-	VpnServerAddReq                                      = pb.VpnServerAddReq
-	VpnServerBatchAddReq                                 = pb.VpnServerBatchAddReq
-	VpnServerBatchAddResp                                = pb.VpnServerBatchAddResp
-	VpnServerBatchDelReq                                 = pb.VpnServerBatchDelReq
-	VpnServerBatchUpdateReq                              = pb.VpnServerBatchUpdateReq
-	VpnServerBatchUpdateResp                             = pb.VpnServerBatchUpdateResp
-	VpnServerExListResp                                  = pb.VpnServerExListResp
-	VpnServerExVo                                        = pb.VpnServerExVo
-	VpnServerListReq                                     = pb.VpnServerListReq
-	VpnServerListResp                                    = pb.VpnServerListResp
-	VpnServerLocationListReq                             = pb.VpnServerLocationListReq
-	VpnServerLocationListResp                            = pb.VpnServerLocationListResp
-	VpnServerLocationVo                                  = pb.VpnServerLocationVo
-	VpnServerVo                                          = pb.VpnServerVo
-	VpnTagBatchAddReq                                    = pb.VpnTagBatchAddReq
-	VpnTagBatchAddResp                                   = pb.VpnTagBatchAddResp
-	VpnTagBatchDelReq                                    = pb.VpnTagBatchDelReq
-	VpnTagBatchUpdateReq                                 = pb.VpnTagBatchUpdateReq
-	VpnTagBatchUpdateResp                                = pb.VpnTagBatchUpdateResp
-	VpnTagGetReq                                         = pb.VpnTagGetReq
-	VpnTagListReq                                        = pb.VpnTagListReq
-	VpnTagListResp                                       = pb.VpnTagListResp
-	VpnTagVo                                             = pb.VpnTagVo
-	VpnWithIPAndPortReq                                  = pb.VpnWithIPAndPortReq
-	VpnWithIPAndPortResp                                 = pb.VpnWithIPAndPortResp
-	VpnipAddReq                                          = pb.VpnipAddReq
-	VpnipAddResp                                         = pb.VpnipAddResp
-	VpnipBatchAddReq                                     = pb.VpnipBatchAddReq
-	VpnipBatchAddResp                                    = pb.VpnipBatchAddResp
-	VpnipBatchUpdateReq                                  = pb.VpnipBatchUpdateReq
-	VpnipBatchUpdateResp                                 = pb.VpnipBatchUpdateResp
-	VpnipBindAddReq                                      = pb.VpnipBindAddReq
-	VpnipBindAddResp                                     = pb.VpnipBindAddResp
-	VpnipBindBatchAddReq                                 = pb.VpnipBindBatchAddReq
-	VpnipBindBatchAddResp                                = pb.VpnipBindBatchAddResp
-	VpnipBindBatchUpdateReq                              = pb.VpnipBindBatchUpdateReq
-	VpnipBindBatchUpdateResp                             = pb.VpnipBindBatchUpdateResp
-	VpnipBindGetReq                                      = pb.VpnipBindGetReq
-	VpnipBindGetResp                                     = pb.VpnipBindGetResp
-	VpnipBindListReq                                     = pb.VpnipBindListReq
-	VpnipBindListResp                                    = pb.VpnipBindListResp
-	VpnipBindUpdateReq                                   = pb.VpnipBindUpdateReq
-	VpnipBindUpdateResp                                  = pb.VpnipBindUpdateResp
-	VpnipBindVo                                          = pb.VpnipBindVo
-	VpnipExAddReq                                        = pb.VpnipExAddReq
-	VpnipExAddResp                                       = pb.VpnipExAddResp
-	VpnipExBatchAddReq                                   = pb.VpnipExBatchAddReq
-	VpnipExBatchAddResp                                  = pb.VpnipExBatchAddResp
-	VpnipExBatchUpdateReq                                = pb.VpnipExBatchUpdateReq
-	VpnipExBatchUpdateResp                               = pb.VpnipExBatchUpdateResp
-	VpnipExGetResp                                       = pb.VpnipExGetResp
-	VpnipExListResp                                      = pb.VpnipExListResp
-	VpnipExUpdateReq                                     = pb.VpnipExUpdateReq
-	VpnipExUpdateResp                                    = pb.VpnipExUpdateResp
-	VpnipExVo                                            = pb.VpnipExVo
-	VpnipGetReq                                          = pb.VpnipGetReq
-	VpnipGetResp                                         = pb.VpnipGetResp
-	VpnipListReq                                         = pb.VpnipListReq
-	VpnipListResp                                        = pb.VpnipListResp
-	VpnipRangeAddReq                                     = pb.VpnipRangeAddReq
-	VpnipRangeAddResp                                    = pb.VpnipRangeAddResp
-	VpnipRangeBatchAddReq                                = pb.VpnipRangeBatchAddReq
-	VpnipRangeBatchAddResp                               = pb.VpnipRangeBatchAddResp
-	VpnipRangeBatchUpdateReq                             = pb.VpnipRangeBatchUpdateReq
-	VpnipRangeBatchUpdateResp                            = pb.VpnipRangeBatchUpdateResp
-	VpnipRangeExAddReq                                   = pb.VpnipRangeExAddReq
-	VpnipRangeExAddResp                                  = pb.VpnipRangeExAddResp
-	VpnipRangeExBatchAddReq                              = pb.VpnipRangeExBatchAddReq
-	VpnipRangeExBatchAddResp                             = pb.VpnipRangeExBatchAddResp
-	VpnipRangeExBatchUpdateReq                           = pb.VpnipRangeExBatchUpdateReq
-	VpnipRangeExBatchUpdateResp                          = pb.VpnipRangeExBatchUpdateResp
-	VpnipRangeExGetResp                                  = pb.VpnipRangeExGetResp
-	VpnipRangeExListResp                                 = pb.VpnipRangeExListResp
-	VpnipRangeExUpdateReq                                = pb.VpnipRangeExUpdateReq
-	VpnipRangeExUpdateResp                               = pb.VpnipRangeExUpdateResp
-	VpnipRangeExVo                                       = pb.VpnipRangeExVo
-	VpnipRangeGetReq                                     = pb.VpnipRangeGetReq
-	VpnipRangeGetResp                                    = pb.VpnipRangeGetResp
-	VpnipRangeListReq                                    = pb.VpnipRangeListReq
-	VpnipRangeListResp                                   = pb.VpnipRangeListResp
-	VpnipRangeUpdateReq                                  = pb.VpnipRangeUpdateReq
-	VpnipRangeUpdateResp                                 = pb.VpnipRangeUpdateResp
-	VpnipRangeVo                                         = pb.VpnipRangeVo
-	VpnipUpdateReq                                       = pb.VpnipUpdateReq
-	VpnipUpdateResp                                      = pb.VpnipUpdateResp
-	VpnipVo                                              = pb.VpnipVo
-	VpnipWalledAddReq                                    = pb.VpnipWalledAddReq
-	VpnipWalledAddResp                                   = pb.VpnipWalledAddResp
-	VpnipWalledBatchAddReq                               = pb.VpnipWalledBatchAddReq
-	VpnipWalledBatchAddResp                              = pb.VpnipWalledBatchAddResp
-	VpnipWalledBatchUpdateReq                            = pb.VpnipWalledBatchUpdateReq
-	VpnipWalledBatchUpdateResp                           = pb.VpnipWalledBatchUpdateResp
-	VpnipWalledGetReq                                    = pb.VpnipWalledGetReq
-	VpnipWalledGetResp                                   = pb.VpnipWalledGetResp
-	VpnipWalledListReq                                   = pb.VpnipWalledListReq
-	VpnipWalledListResp                                  = pb.VpnipWalledListResp
-	VpnipWalledUpdateReq                                 = pb.VpnipWalledUpdateReq
-	VpnipWalledUpdateResp                                = pb.VpnipWalledUpdateResp
-	VpnipWalledVo                                        = pb.VpnipWalledVo
+	AccountDeviceListReq                       = pb.AccountDeviceListReq
+	AccountDeviceListResp                      = pb.AccountDeviceListResp
+	AccountDeviceVo                            = pb.AccountDeviceVo
+	AccountListReq                             = pb.AccountListReq
+	AccountListResp                            = pb.AccountListResp
+	AccountVo                                  = pb.AccountVo
+	AdGlobalConfigGetReq                       = pb.AdGlobalConfigGetReq
+	AdGlobalConfigVo                           = pb.AdGlobalConfigVo
+	AdPlanDetailListReq                        = pb.AdPlanDetailListReq
+	AdPlanDetailListResp                       = pb.AdPlanDetailListResp
+	AdPlanDetailVo                             = pb.AdPlanDetailVo
+	AdPlanListReq                              = pb.AdPlanListReq
+	AdPlanListResp                             = pb.AdPlanListResp
+	AdPlanVo                                   = pb.AdPlanVo
+	AnnouncePlanDetailListReq                  = pb.AnnouncePlanDetailListReq
+	AnnouncePlanDetailListResp                 = pb.AnnouncePlanDetailListResp
+	AnnouncePlanDetailVo                       = pb.AnnouncePlanDetailVo
+	AnnouncePlanListReq                        = pb.AnnouncePlanListReq
+	AnnouncePlanListResp                       = pb.AnnouncePlanListResp
+	AnnouncePlanVo                             = pb.AnnouncePlanVo
+	AreaParamListReq                           = pb.AreaParamListReq
+	AreaParamListResp                          = pb.AreaParamListResp
+	AreaParamVo                                = pb.AreaParamVo
+	BaseReq                                    = pb.BaseReq
+	CommonResult                               = pb.CommonResult
+	ConfigGetReq                               = pb.ConfigGetReq
+	DeleteIdResp                               = pb.DeleteIdResp
+	DeployConfigListReq                        = pb.DeployConfigListReq
+	DeployConfigListResp                       = pb.DeployConfigListResp
+	DeployConfigVo                             = pb.DeployConfigVo
+	DeviceListReq                              = pb.DeviceListReq
+	DeviceListRes                              = pb.DeviceListRes
+	DeviceVo                                   = pb.DeviceVo
+	DictGetReq                                 = pb.DictGetReq
+	DictListReq                                = pb.DictListReq
+	DictListResp                               = pb.DictListResp
+	DictVo                                     = pb.DictVo
+	Empty                                      = pb.Empty
+	FindSchedulePublishListReq                 = pb.FindSchedulePublishListReq
+	FindSchedulePublishListResp                = pb.FindSchedulePublishListResp
+	GameCategoryListReq                        = pb.GameCategoryListReq
+	GameCategoryListRes                        = pb.GameCategoryListRes
+	GameCategoryReq                            = pb.GameCategoryReq
+	GameCategoryVo                             = pb.GameCategoryVo
+	GameCustomerAddResp                        = pb.GameCustomerAddResp
+	GameCustomerListReq                        = pb.GameCustomerListReq
+	GameCustomerListRes                        = pb.GameCustomerListRes
+	GameCustomerVo                             = pb.GameCustomerVo
+	GameListReq                                = pb.GameListReq
+	GameListRes                                = pb.GameListRes
+	GameRankOption                             = pb.GameRankOption
+	GameRedisHScanByNameReq                    = pb.GameRedisHScanByNameReq
+	GameRedisHScanByNameResp                   = pb.GameRedisHScanByNameResp
+	GameReq                                    = pb.GameReq
+	GameVo                                     = pb.GameVo
+	GlobalParamGetReq                          = pb.GlobalParamGetReq
+	GlobalParamListReq                         = pb.GlobalParamListReq
+	GlobalParamListResp                        = pb.GlobalParamListResp
+	GlobalParamVo                              = pb.GlobalParamVo
+	I18NVo                                     = pb.I18NVo
+	Ids                                        = pb.Ids
+	Int64SelectController                      = pb.Int64SelectController
+	IntSelectController                        = pb.IntSelectController
+	JobBatchListReq                            = pb.JobBatchListReq
+	JobBatchListResp                           = pb.JobBatchListResp
+	JobBatchListWithTasksResp                  = pb.JobBatchListWithTasksResp
+	JobBatchVo                                 = pb.JobBatchVo
+	JobBatchWithTasksVo                        = pb.JobBatchWithTasksVo
+	JobTasksListReq                            = pb.JobTasksListReq
+	JobTasksListResp                           = pb.JobTasksListResp
+	JobTasksVo                                 = pb.JobTasksVo
+	MessagePushListReq                         = pb.MessagePushListReq
+	MessagePushListResp                        = pb.MessagePushListResp
+	MessagePushVo                              = pb.MessagePushVo
+	NationalLanguageListReq                    = pb.NationalLanguageListReq
+	NationalLanguageListResp                   = pb.NationalLanguageListResp
+	NationalLanguageVo                         = pb.NationalLanguageVo
+	OperationLogListReq                        = pb.OperationLogListReq
+	OperationLogListResp                       = pb.OperationLogListResp
+	OperationLogVo                             = pb.OperationLogVo
+	Page                                       = pb.Page
+	Page_OrderItem                             = pb.Page_OrderItem
+	ProductActionGroupDisableReq               = pb.ProductActionGroupDisableReq
+	ProductActionGroupEnableReq                = pb.ProductActionGroupEnableReq
+	ProductActionGroupListReq                  = pb.ProductActionGroupListReq
+	ProductActionGroupListResp                 = pb.ProductActionGroupListResp
+	ProductActionGroupReq                      = pb.ProductActionGroupReq
+	ProductActionGroupVo                       = pb.ProductActionGroupVo
+	ProductActionListReq                       = pb.ProductActionListReq
+	ProductActionListResp                      = pb.ProductActionListResp
+	ProductActionPolicyGroupDisableReq         = pb.ProductActionPolicyGroupDisableReq
+	ProductActionPolicyGroupEnableReq          = pb.ProductActionPolicyGroupEnableReq
+	ProductActionPolicyGroupListReq            = pb.ProductActionPolicyGroupListReq
+	ProductActionPolicyGroupListResp           = pb.ProductActionPolicyGroupListResp
+	ProductActionPolicyGroupReq                = pb.ProductActionPolicyGroupReq
+	ProductActionPolicyGroupVo                 = pb.ProductActionPolicyGroupVo
+	ProductActionReq                           = pb.ProductActionReq
+	ProductActionTypeListReq                   = pb.ProductActionTypeListReq
+	ProductActionTypeListResp                  = pb.ProductActionTypeListResp
+	ProductActionTypeReq                       = pb.ProductActionTypeReq
+	ProductActionTypeVo                        = pb.ProductActionTypeVo
+	ProductActionVo                            = pb.ProductActionVo
+	ProductListReq                             = pb.ProductListReq
+	ProductListResp                            = pb.ProductListResp
+	ProductParamGetReq                         = pb.ProductParamGetReq
+	ProductParamListReq                        = pb.ProductParamListReq
+	ProductParamListResp                       = pb.ProductParamListResp
+	ProductParamVo                             = pb.ProductParamVo
+	ProductVo                                  = pb.ProductVo
+	PublishScheduleDramaReq                    = pb.PublishScheduleDramaReq
+	RelGameRankListReq                         = pb.RelGameRankListReq
+	RelGameRankListRes                         = pb.RelGameRankListRes
+	RelGameRankReq                             = pb.RelGameRankReq
+	RelGameRankVo                              = pb.RelGameRankVo
+	RelGameVpnGroupListReq                     = pb.RelGameVpnGroupListReq
+	RelGameVpnGroupListRes                     = pb.RelGameVpnGroupListRes
+	RelGameVpnGroupReq                         = pb.RelGameVpnGroupReq
+	RelGameVpnGroupVo                          = pb.RelGameVpnGroupVo
+	Request                                    = pb.Request
+	Response                                   = pb.Response
+	ServiceBoxAddReq                           = pb.ServiceBoxAddReq
+	ServiceBoxAddResp                          = pb.ServiceBoxAddResp
+	ServiceBoxAddWithDetailsReq                = pb.ServiceBoxAddWithDetailsReq
+	ServiceBoxAddWithDetailsResp               = pb.ServiceBoxAddWithDetailsResp
+	ServiceBoxDelReq                           = pb.ServiceBoxDelReq
+	ServiceBoxGetReq                           = pb.ServiceBoxGetReq
+	ServiceBoxGetResp                          = pb.ServiceBoxGetResp
+	ServiceBoxGetWithDetailsReq                = pb.ServiceBoxGetWithDetailsReq
+	ServiceBoxGetWithDetailsResp               = pb.ServiceBoxGetWithDetailsResp
+	ServiceBoxListReq                          = pb.ServiceBoxListReq
+	ServiceBoxListResp                         = pb.ServiceBoxListResp
+	ServiceBoxTypesAddReq                      = pb.ServiceBoxTypesAddReq
+	ServiceBoxTypesAddResp                     = pb.ServiceBoxTypesAddResp
+	ServiceBoxTypesDelReq                      = pb.ServiceBoxTypesDelReq
+	ServiceBoxTypesGetReq                      = pb.ServiceBoxTypesGetReq
+	ServiceBoxTypesGetResp                     = pb.ServiceBoxTypesGetResp
+	ServiceBoxTypesListReq                     = pb.ServiceBoxTypesListReq
+	ServiceBoxTypesListResp                    = pb.ServiceBoxTypesListResp
+	ServiceBoxTypesUpdateReq                   = pb.ServiceBoxTypesUpdateReq
+	ServiceBoxTypesUpdateResp                  = pb.ServiceBoxTypesUpdateResp
+	ServiceBoxTypesVo                          = pb.ServiceBoxTypesVo
+	ServiceBoxUpdateReq                        = pb.ServiceBoxUpdateReq
+	ServiceBoxUpdateResp                       = pb.ServiceBoxUpdateResp
+	ServiceBoxUpdateWithDetailsReq             = pb.ServiceBoxUpdateWithDetailsReq
+	ServiceBoxUpdateWithDetailsResp            = pb.ServiceBoxUpdateWithDetailsResp
+	ServiceBoxVo                               = pb.ServiceBoxVo
+	ServiceBoxWithDetailsVo                    = pb.ServiceBoxWithDetailsVo
+	ServiceBoxWithDurationVo                   = pb.ServiceBoxWithDurationVo
+	ServicePlanAddReq                          = pb.ServicePlanAddReq
+	ServicePlanAddResp                         = pb.ServicePlanAddResp
+	ServicePlanAddWithBoxesReq                 = pb.ServicePlanAddWithBoxesReq
+	ServicePlanAddWithBoxesResp                = pb.ServicePlanAddWithBoxesResp
+	ServicePlanBoxesAddReq                     = pb.ServicePlanBoxesAddReq
+	ServicePlanBoxesAddResp                    = pb.ServicePlanBoxesAddResp
+	ServicePlanBoxesDelReq                     = pb.ServicePlanBoxesDelReq
+	ServicePlanBoxesGetReq                     = pb.ServicePlanBoxesGetReq
+	ServicePlanBoxesGetResp                    = pb.ServicePlanBoxesGetResp
+	ServicePlanBoxesListReq                    = pb.ServicePlanBoxesListReq
+	ServicePlanBoxesListResp                   = pb.ServicePlanBoxesListResp
+	ServicePlanBoxesUpdateReq                  = pb.ServicePlanBoxesUpdateReq
+	ServicePlanBoxesUpdateResp                 = pb.ServicePlanBoxesUpdateResp
+	ServicePlanBoxesVo                         = pb.ServicePlanBoxesVo
+	ServicePlanChannelAddReq                   = pb.ServicePlanChannelAddReq
+	ServicePlanChannelAddResp                  = pb.ServicePlanChannelAddResp
+	ServicePlanChannelDelReq                   = pb.ServicePlanChannelDelReq
+	ServicePlanChannelGetReq                   = pb.ServicePlanChannelGetReq
+	ServicePlanChannelGetResp                  = pb.ServicePlanChannelGetResp
+	ServicePlanChannelListReq                  = pb.ServicePlanChannelListReq
+	ServicePlanChannelListResp                 = pb.ServicePlanChannelListResp
+	ServicePlanChannelUpdateReq                = pb.ServicePlanChannelUpdateReq
+	ServicePlanChannelUpdateResp               = pb.ServicePlanChannelUpdateResp
+	ServicePlanChannelVo                       = pb.ServicePlanChannelVo
+	ServicePlanDelReq                          = pb.ServicePlanDelReq
+	ServicePlanGetReq                          = pb.ServicePlanGetReq
+	ServicePlanGetResp                         = pb.ServicePlanGetResp
+	ServicePlanGetWithBoxesReq                 = pb.ServicePlanGetWithBoxesReq
+	ServicePlanGetWithBoxesResp                = pb.ServicePlanGetWithBoxesResp
+	ServicePlanListReq                         = pb.ServicePlanListReq
+	ServicePlanListResp                        = pb.ServicePlanListResp
+	ServicePlanListWithBoxesReq                = pb.ServicePlanListWithBoxesReq
+	ServicePlanListWithBoxesResp               = pb.ServicePlanListWithBoxesResp
+	ServicePlanUpdateReq                       = pb.ServicePlanUpdateReq
+	ServicePlanUpdateResp                      = pb.ServicePlanUpdateResp
+	ServicePlanUpdateWithBoxesReq              = pb.ServicePlanUpdateWithBoxesReq
+	ServicePlanUpdateWithBoxesResp             = pb.ServicePlanUpdateWithBoxesResp
+	ServicePlanVo                              = pb.ServicePlanVo
+	ServicePlanWithBoxesVo                     = pb.ServicePlanWithBoxesVo
+	ServiceTypesAddReq                         = pb.ServiceTypesAddReq
+	ServiceTypesAddResp                        = pb.ServiceTypesAddResp
+	ServiceTypesDelReq                         = pb.ServiceTypesDelReq
+	ServiceTypesGetReq                         = pb.ServiceTypesGetReq
+	ServiceTypesGetResp                        = pb.ServiceTypesGetResp
+	ServiceTypesListReq                        = pb.ServiceTypesListReq
+	ServiceTypesListResp                       = pb.ServiceTypesListResp
+	ServiceTypesUpdateReq                      = pb.ServiceTypesUpdateReq
+	ServiceTypesUpdateResp                     = pb.ServiceTypesUpdateResp
+	ServiceTypesVo                             = pb.ServiceTypesVo
+	ServiceTypesWithValueVo                    = pb.ServiceTypesWithValueVo
+	SetTotalStatsReq                           = pb.SetTotalStatsReq
+	ShortDramaCheckNameReq                     = pb.ShortDramaCheckNameReq
+	ShortDramaCheckNameResp                    = pb.ShortDramaCheckNameResp
+	ShortDramaCopyrightInfoVo                  = pb.ShortDramaCopyrightInfoVo
+	ShortDramaEpisodeBatchAddReq               = pb.ShortDramaEpisodeBatchAddReq
+	ShortDramaEpisodeBatchRefreshUpdateTimeReq = pb.ShortDramaEpisodeBatchRefreshUpdateTimeReq
+	ShortDramaEpisodeCountReq                  = pb.ShortDramaEpisodeCountReq
+	ShortDramaEpisodeCountResp                 = pb.ShortDramaEpisodeCountResp
+	ShortDramaEpisodeCountVo                   = pb.ShortDramaEpisodeCountVo
+	ShortDramaEpisodeGetReq                    = pb.ShortDramaEpisodeGetReq
+	ShortDramaEpisodeListReq                   = pb.ShortDramaEpisodeListReq
+	ShortDramaEpisodeListResp                  = pb.ShortDramaEpisodeListResp
+	ShortDramaEpisodeVo                        = pb.ShortDramaEpisodeVo
+	ShortDramaFindIdsWithCopyrightResp         = pb.ShortDramaFindIdsWithCopyrightResp
+	ShortDramaGetReq                           = pb.ShortDramaGetReq
+	ShortDramaLanguageListReq                  = pb.ShortDramaLanguageListReq
+	ShortDramaLanguageListResp                 = pb.ShortDramaLanguageListResp
+	ShortDramaLanguageVo                       = pb.ShortDramaLanguageVo
+	ShortDramaListReq                          = pb.ShortDramaListReq
+	ShortDramaListResp                         = pb.ShortDramaListResp
+	ShortDramaStatsPlaysTotalListReq           = pb.ShortDramaStatsPlaysTotalListReq
+	ShortDramaStatsPlaysTotalListResp          = pb.ShortDramaStatsPlaysTotalListResp
+	ShortDramaStatsPlaysTotalVo                = pb.ShortDramaStatsPlaysTotalVo
+	ShortDramaUpdateModifierReq                = pb.ShortDramaUpdateModifierReq
+	ShortDramaUpdateReleaseRegionsReq          = pb.ShortDramaUpdateReleaseRegionsReq
+	ShortDramaVo                               = pb.ShortDramaVo
+	StringSelectController                     = pb.StringSelectController
+	SysPermGetReq                              = pb.SysPermGetReq
+	SysPermListReq                             = pb.SysPermListReq
+	SysPermListResp                            = pb.SysPermListResp
+	SysPermRule                                = pb.SysPermRule
+	SysPermVo                                  = pb.SysPermVo
+	SysRoleGetReq                              = pb.SysRoleGetReq
+	SysRoleListReq                             = pb.SysRoleListReq
+	SysRoleListResp                            = pb.SysRoleListResp
+	SysRoleListWithPermsResp                   = pb.SysRoleListWithPermsResp
+	SysRolePermGetReq                          = pb.SysRolePermGetReq
+	SysRolePermListReq                         = pb.SysRolePermListReq
+	SysRolePermListResp                        = pb.SysRolePermListResp
+	SysRolePermVo                              = pb.SysRolePermVo
+	SysRoleVo                                  = pb.SysRoleVo
+	SysRoleWithPermIds                         = pb.SysRoleWithPermIds
+	SysRoleWithPerms                           = pb.SysRoleWithPerms
+	SysUserGetReq                              = pb.SysUserGetReq
+	SysUserListReq                             = pb.SysUserListReq
+	SysUserListResp                            = pb.SysUserListResp
+	SysUserListWithRolesAndPermsResp           = pb.SysUserListWithRolesAndPermsResp
+	SysUserPermGetReq                          = pb.SysUserPermGetReq
+	SysUserPermListReq                         = pb.SysUserPermListReq
+	SysUserPermListResp                        = pb.SysUserPermListResp
+	SysUserPermVo                              = pb.SysUserPermVo
+	SysUserRoleGetReq                          = pb.SysUserRoleGetReq
+	SysUserRoleListReq                         = pb.SysUserRoleListReq
+	SysUserRoleListResp                        = pb.SysUserRoleListResp
+	SysUserRoleVo                              = pb.SysUserRoleVo
+	SysUserVo                                  = pb.SysUserVo
+	SysUserWithRoleIdsAndPermRules             = pb.SysUserWithRoleIdsAndPermRules
+	SysUserWithRolesAndPerms                   = pb.SysUserWithRolesAndPerms
+	TimeRange                                  = pb.TimeRange
+	TipGetReq                                  = pb.TipGetReq
+	TipListReq                                 = pb.TipListReq
+	TipListResp                                = pb.TipListResp
+	TipVo                                      = pb.TipVo
+	TransactionOperation                       = pb.TransactionOperation
+	TransactionReq                             = pb.TransactionReq
+	UpgradePkgPlanDetailListReq                = pb.UpgradePkgPlanDetailListReq
+	UpgradePkgPlanDetailListResp               = pb.UpgradePkgPlanDetailListResp
+	UpgradePkgPlanDetailVo                     = pb.UpgradePkgPlanDetailVo
+	UpgradePkgPlanListReq                      = pb.UpgradePkgPlanListReq
+	UpgradePkgPlanListResp                     = pb.UpgradePkgPlanListResp
+	UpgradePkgPlanVo                           = pb.UpgradePkgPlanVo
+	UpgradeResPlanDetailListReq                = pb.UpgradeResPlanDetailListReq
+	UpgradeResPlanDetailListResp               = pb.UpgradeResPlanDetailListResp
+	UpgradeResPlanDetailVo                     = pb.UpgradeResPlanDetailVo
+	UpgradeResPlanListReq                      = pb.UpgradeResPlanListReq
+	UpgradeResPlanListResp                     = pb.UpgradeResPlanListResp
+	UpgradeResPlanVo                           = pb.UpgradeResPlanVo
+	UserAddReq                                 = pb.UserAddReq
+	UserAddResp                                = pb.UserAddResp
+	UserAppConfigGetReq                        = pb.UserAppConfigGetReq
+	UserAppConfigListReq                       = pb.UserAppConfigListReq
+	UserAppConfigListRes                       = pb.UserAppConfigListRes
+	UserAppConfigVo                            = pb.UserAppConfigVo
+	UserCredentialAddReq                       = pb.UserCredentialAddReq
+	UserCredentialAddResp                      = pb.UserCredentialAddResp
+	UserCredentialDelReq                       = pb.UserCredentialDelReq
+	UserCredentialGetReq                       = pb.UserCredentialGetReq
+	UserCredentialGetResp                      = pb.UserCredentialGetResp
+	UserCredentialListReq                      = pb.UserCredentialListReq
+	UserCredentialListResp                     = pb.UserCredentialListResp
+	UserCredentialUpdateReq                    = pb.UserCredentialUpdateReq
+	UserCredentialUpdateResp                   = pb.UserCredentialUpdateResp
+	UserCredentialVo                           = pb.UserCredentialVo
+	UserDelReq                                 = pb.UserDelReq
+	UserDeviceAddReq                           = pb.UserDeviceAddReq
+	UserDeviceAddResp                          = pb.UserDeviceAddResp
+	UserDeviceDelReq                           = pb.UserDeviceDelReq
+	UserDeviceGetReq                           = pb.UserDeviceGetReq
+	UserDeviceGetResp                          = pb.UserDeviceGetResp
+	UserDeviceListReq                          = pb.UserDeviceListReq
+	UserDeviceListResp                         = pb.UserDeviceListResp
+	UserDeviceUpdateReq                        = pb.UserDeviceUpdateReq
+	UserDeviceUpdateResp                       = pb.UserDeviceUpdateResp
+	UserDeviceVo                               = pb.UserDeviceVo
+	UserGetReq                                 = pb.UserGetReq
+	UserGetResp                                = pb.UserGetResp
+	UserListReq                                = pb.UserListReq
+	UserListResp                               = pb.UserListResp
+	UserServiceAddReq                          = pb.UserServiceAddReq
+	UserServiceAddResp                         = pb.UserServiceAddResp
+	UserServiceDelReq                          = pb.UserServiceDelReq
+	UserServiceGetReq                          = pb.UserServiceGetReq
+	UserServiceGetResp                         = pb.UserServiceGetResp
+	UserServiceListReq                         = pb.UserServiceListReq
+	UserServiceListResp                        = pb.UserServiceListResp
+	UserServiceUpdateReq                       = pb.UserServiceUpdateReq
+	UserServiceUpdateResp                      = pb.UserServiceUpdateResp
+	UserServiceVo                              = pb.UserServiceVo
+	UserTestAddReq                             = pb.UserTestAddReq
+	UserTestAddResp                            = pb.UserTestAddResp
+	UserTestDelReq                             = pb.UserTestDelReq
+	UserTestGetReq                             = pb.UserTestGetReq
+	UserTestGetResp                            = pb.UserTestGetResp
+	UserTestListReq                            = pb.UserTestListReq
+	UserTestListResp                           = pb.UserTestListResp
+	UserTestUpdateReq                          = pb.UserTestUpdateReq
+	UserTestUpdateResp                         = pb.UserTestUpdateResp
+	UserTestVo                                 = pb.UserTestVo
+	UserUpdateReq                              = pb.UserUpdateReq
+	UserUpdateResp                             = pb.UserUpdateResp
+	UserVo                                     = pb.UserVo
+	UserWhiteAddReq                            = pb.UserWhiteAddReq
+	UserWhiteAddResp                           = pb.UserWhiteAddResp
+	UserWhiteDelReq                            = pb.UserWhiteDelReq
+	UserWhiteGetReq                            = pb.UserWhiteGetReq
+	UserWhiteGetResp                           = pb.UserWhiteGetResp
+	UserWhiteListReq                           = pb.UserWhiteListReq
+	UserWhiteListResp                          = pb.UserWhiteListResp
+	UserWhiteUpdateReq                         = pb.UserWhiteUpdateReq
+	UserWhiteUpdateResp                        = pb.UserWhiteUpdateResp
+	UserWhiteVo                                = pb.UserWhiteVo
+	VpnConfigTemplatePlanAddReq                = pb.VpnConfigTemplatePlanAddReq
+	VpnConfigTemplatePlanAddResp               = pb.VpnConfigTemplatePlanAddResp
+	VpnConfigTemplatePlanDelReq                = pb.VpnConfigTemplatePlanDelReq
+	VpnConfigTemplatePlanDetailAddReq          = pb.VpnConfigTemplatePlanDetailAddReq
+	VpnConfigTemplatePlanDetailAddResp         = pb.VpnConfigTemplatePlanDetailAddResp
+	VpnConfigTemplatePlanDetailDelReq          = pb.VpnConfigTemplatePlanDetailDelReq
+	VpnConfigTemplatePlanDetailGetReq          = pb.VpnConfigTemplatePlanDetailGetReq
+	VpnConfigTemplatePlanDetailGetResp         = pb.VpnConfigTemplatePlanDetailGetResp
+	VpnConfigTemplatePlanDetailListReq         = pb.VpnConfigTemplatePlanDetailListReq
+	VpnConfigTemplatePlanDetailListResp        = pb.VpnConfigTemplatePlanDetailListResp
+	VpnConfigTemplatePlanDetailUpdateReq       = pb.VpnConfigTemplatePlanDetailUpdateReq
+	VpnConfigTemplatePlanDetailUpdateResp      = pb.VpnConfigTemplatePlanDetailUpdateResp
+	VpnConfigTemplatePlanDetailVo              = pb.VpnConfigTemplatePlanDetailVo
+	VpnConfigTemplatePlanGetReq                = pb.VpnConfigTemplatePlanGetReq
+	VpnConfigTemplatePlanGetResp               = pb.VpnConfigTemplatePlanGetResp
+	VpnConfigTemplatePlanListReq               = pb.VpnConfigTemplatePlanListReq
+	VpnConfigTemplatePlanListResp              = pb.VpnConfigTemplatePlanListResp
+	VpnConfigTemplatePlanUpdateReq             = pb.VpnConfigTemplatePlanUpdateReq
+	VpnConfigTemplatePlanUpdateResp            = pb.VpnConfigTemplatePlanUpdateResp
+	VpnConfigTemplatePlanVo                    = pb.VpnConfigTemplatePlanVo
+	VpnGroupAddReq                             = pb.VpnGroupAddReq
+	VpnGroupBatchAddReq                        = pb.VpnGroupBatchAddReq
+	VpnGroupBatchAddResp                       = pb.VpnGroupBatchAddResp
+	VpnGroupBatchDelReq                        = pb.VpnGroupBatchDelReq
+	VpnGroupBatchUpdateReq                     = pb.VpnGroupBatchUpdateReq
+	VpnGroupBatchUpdateResp                    = pb.VpnGroupBatchUpdateResp
+	VpnGroupExVo                               = pb.VpnGroupExVo
+	VpnGroupGetReq                             = pb.VpnGroupGetReq
+	VpnGroupListReq                            = pb.VpnGroupListReq
+	VpnGroupListResp                           = pb.VpnGroupListResp
+	VpnGroupTagListReq                         = pb.VpnGroupTagListReq
+	VpnGroupTagListResp                        = pb.VpnGroupTagListResp
+	VpnGroupTagVo                              = pb.VpnGroupTagVo
+	VpnGroupVo                                 = pb.VpnGroupVo
+	VpnLocationBatchAddReq                     = pb.VpnLocationBatchAddReq
+	VpnLocationBatchAddResp                    = pb.VpnLocationBatchAddResp
+	VpnLocationBatchDelReq                     = pb.VpnLocationBatchDelReq
+	VpnLocationBatchUpdateReq                  = pb.VpnLocationBatchUpdateReq
+	VpnLocationBatchUpdateResp                 = pb.VpnLocationBatchUpdateResp
+	VpnLocationExVo                            = pb.VpnLocationExVo
+	VpnLocationGetReq                          = pb.VpnLocationGetReq
+	VpnLocationListReq                         = pb.VpnLocationListReq
+	VpnLocationListResp                        = pb.VpnLocationListResp
+	VpnLocationServerCountReq                  = pb.VpnLocationServerCountReq
+	VpnLocationServerCountResp                 = pb.VpnLocationServerCountResp
+	VpnLocationServerCountVo                   = pb.VpnLocationServerCountVo
+	VpnLocationVo                              = pb.VpnLocationVo
+	VpnProbeTaskListReq                        = pb.VpnProbeTaskListReq
+	VpnProbeTaskListResp                       = pb.VpnProbeTaskListResp
+	VpnProbeTaskVo                             = pb.VpnProbeTaskVo
+	VpnServerAddReq                            = pb.VpnServerAddReq
+	VpnServerBatchAddReq                       = pb.VpnServerBatchAddReq
+	VpnServerBatchAddResp                      = pb.VpnServerBatchAddResp
+	VpnServerBatchDelReq                       = pb.VpnServerBatchDelReq
+	VpnServerBatchUpdateReq                    = pb.VpnServerBatchUpdateReq
+	VpnServerBatchUpdateResp                   = pb.VpnServerBatchUpdateResp
+	VpnServerExListResp                        = pb.VpnServerExListResp
+	VpnServerExVo                              = pb.VpnServerExVo
+	VpnServerListReq                           = pb.VpnServerListReq
+	VpnServerListResp                          = pb.VpnServerListResp
+	VpnServerLocationListReq                   = pb.VpnServerLocationListReq
+	VpnServerLocationListResp                  = pb.VpnServerLocationListResp
+	VpnServerLocationVo                        = pb.VpnServerLocationVo
+	VpnServerVo                                = pb.VpnServerVo
+	VpnTagBatchAddReq                          = pb.VpnTagBatchAddReq
+	VpnTagBatchAddResp                         = pb.VpnTagBatchAddResp
+	VpnTagBatchDelReq                          = pb.VpnTagBatchDelReq
+	VpnTagBatchUpdateReq                       = pb.VpnTagBatchUpdateReq
+	VpnTagBatchUpdateResp                      = pb.VpnTagBatchUpdateResp
+	VpnTagGetReq                               = pb.VpnTagGetReq
+	VpnTagListReq                              = pb.VpnTagListReq
+	VpnTagListResp                             = pb.VpnTagListResp
+	VpnTagVo                                   = pb.VpnTagVo
+	VpnWithIPAndPortReq                        = pb.VpnWithIPAndPortReq
+	VpnWithIPAndPortResp                       = pb.VpnWithIPAndPortResp
+	VpnipAddReq                                = pb.VpnipAddReq
+	VpnipAddResp                               = pb.VpnipAddResp
+	VpnipBatchAddReq                           = pb.VpnipBatchAddReq
+	VpnipBatchAddResp                          = pb.VpnipBatchAddResp
+	VpnipBatchUpdateReq                        = pb.VpnipBatchUpdateReq
+	VpnipBatchUpdateResp                       = pb.VpnipBatchUpdateResp
+	VpnipBindAddReq                            = pb.VpnipBindAddReq
+	VpnipBindAddResp                           = pb.VpnipBindAddResp
+	VpnipBindBatchAddReq                       = pb.VpnipBindBatchAddReq
+	VpnipBindBatchAddResp                      = pb.VpnipBindBatchAddResp
+	VpnipBindBatchUpdateReq                    = pb.VpnipBindBatchUpdateReq
+	VpnipBindBatchUpdateResp                   = pb.VpnipBindBatchUpdateResp
+	VpnipBindGetReq                            = pb.VpnipBindGetReq
+	VpnipBindGetResp                           = pb.VpnipBindGetResp
+	VpnipBindListReq                           = pb.VpnipBindListReq
+	VpnipBindListResp                          = pb.VpnipBindListResp
+	VpnipBindUpdateReq                         = pb.VpnipBindUpdateReq
+	VpnipBindUpdateResp                        = pb.VpnipBindUpdateResp
+	VpnipBindVo                                = pb.VpnipBindVo
+	VpnipExAddReq                              = pb.VpnipExAddReq
+	VpnipExAddResp                             = pb.VpnipExAddResp
+	VpnipExBatchAddReq                         = pb.VpnipExBatchAddReq
+	VpnipExBatchAddResp                        = pb.VpnipExBatchAddResp
+	VpnipExBatchUpdateReq                      = pb.VpnipExBatchUpdateReq
+	VpnipExBatchUpdateResp                     = pb.VpnipExBatchUpdateResp
+	VpnipExGetResp                             = pb.VpnipExGetResp
+	VpnipExListResp                            = pb.VpnipExListResp
+	VpnipExUpdateReq                           = pb.VpnipExUpdateReq
+	VpnipExUpdateResp                          = pb.VpnipExUpdateResp
+	VpnipExVo                                  = pb.VpnipExVo
+	VpnipGetReq                                = pb.VpnipGetReq
+	VpnipGetResp                               = pb.VpnipGetResp
+	VpnipListReq                               = pb.VpnipListReq
+	VpnipListResp                              = pb.VpnipListResp
+	VpnipRangeAddReq                           = pb.VpnipRangeAddReq
+	VpnipRangeAddResp                          = pb.VpnipRangeAddResp
+	VpnipRangeBatchAddReq                      = pb.VpnipRangeBatchAddReq
+	VpnipRangeBatchAddResp                     = pb.VpnipRangeBatchAddResp
+	VpnipRangeBatchUpdateReq                   = pb.VpnipRangeBatchUpdateReq
+	VpnipRangeBatchUpdateResp                  = pb.VpnipRangeBatchUpdateResp
+	VpnipRangeExAddReq                         = pb.VpnipRangeExAddReq
+	VpnipRangeExAddResp                        = pb.VpnipRangeExAddResp
+	VpnipRangeExBatchAddReq                    = pb.VpnipRangeExBatchAddReq
+	VpnipRangeExBatchAddResp                   = pb.VpnipRangeExBatchAddResp
+	VpnipRangeExBatchUpdateReq                 = pb.VpnipRangeExBatchUpdateReq
+	VpnipRangeExBatchUpdateResp                = pb.VpnipRangeExBatchUpdateResp
+	VpnipRangeExGetResp                        = pb.VpnipRangeExGetResp
+	VpnipRangeExListResp                       = pb.VpnipRangeExListResp
+	VpnipRangeExUpdateReq                      = pb.VpnipRangeExUpdateReq
+	VpnipRangeExUpdateResp                     = pb.VpnipRangeExUpdateResp
+	VpnipRangeExVo                             = pb.VpnipRangeExVo
+	VpnipRangeGetReq                           = pb.VpnipRangeGetReq
+	VpnipRangeGetResp                          = pb.VpnipRangeGetResp
+	VpnipRangeListReq                          = pb.VpnipRangeListReq
+	VpnipRangeListResp                         = pb.VpnipRangeListResp
+	VpnipRangeUpdateReq                        = pb.VpnipRangeUpdateReq
+	VpnipRangeUpdateResp                       = pb.VpnipRangeUpdateResp
+	VpnipRangeVo                               = pb.VpnipRangeVo
+	VpnipUpdateReq                             = pb.VpnipUpdateReq
+	VpnipUpdateResp                            = pb.VpnipUpdateResp
+	VpnipVo                                    = pb.VpnipVo
+	VpnipWalledAddReq                          = pb.VpnipWalledAddReq
+	VpnipWalledAddResp                         = pb.VpnipWalledAddResp
+	VpnipWalledBatchAddReq                     = pb.VpnipWalledBatchAddReq
+	VpnipWalledBatchAddResp                    = pb.VpnipWalledBatchAddResp
+	VpnipWalledBatchUpdateReq                  = pb.VpnipWalledBatchUpdateReq
+	VpnipWalledBatchUpdateResp                 = pb.VpnipWalledBatchUpdateResp
+	VpnipWalledGetReq                          = pb.VpnipWalledGetReq
+	VpnipWalledGetResp                         = pb.VpnipWalledGetResp
+	VpnipWalledListReq                         = pb.VpnipWalledListReq
+	VpnipWalledListResp                        = pb.VpnipWalledListResp
+	VpnipWalledUpdateReq                       = pb.VpnipWalledUpdateReq
+	VpnipWalledUpdateResp                      = pb.VpnipWalledUpdateResp
+	VpnipWalledVo                              = pb.VpnipWalledVo
 
 	GoVpnClient interface {
 		Ping(ctx context.Context, in *Request, opts ...grpc.CallOption) (*Response, error)

+ 0 - 174
pb/gorpc.proto

@@ -302,18 +302,6 @@ message ServiceTypesWithValueVo {
 message ServiceTypesGetReq { ServiceTypesVo vo = 1; }
 message ServiceTypesGetResp { ServiceTypesVo vo = 1; }
 
-message ServiceTypesGetWithValueReq {
-  int64 serviceBoxId = 1;
-  string productCode = 2;
-  string serviceBoxCode = 3;
-  int64 serviceTypeId = 4;
-  string serviceTypeCode = 5;
-}
-message ServiceTypesGetWithValueResp {
-  ServiceTypesVo vo = 1;
-  int64 value = 2;
-}
-
 message ServiceTypesAddReq { ServiceTypesVo vo = 1; }
 message ServiceTypesAddResp { ServiceTypesVo vo = 1; }
 
@@ -332,19 +320,6 @@ message ServiceTypesListResp {
   int64 total = 1;
   repeated ServiceTypesVo list = 2;
 }
-
-message ServiceTypesListWithValueReq {
-  Page page = 1;
-  ServiceTypesVo vo = 2;
-  repeated int64 serviceBoxIds = 3;
-  repeated string productCodes = 4;
-  repeated string serviceBoxCodes = 5;
-  repeated int64 excludeIds = 6;
-}
-message ServiceTypesListWithValueResp {
-  int64 total = 1;
-  repeated ServiceTypesWithValueVo list = 2;
-}
 // end ServiceTypes
 
 // ServiceBox
@@ -375,11 +350,6 @@ message ServiceBoxWithDurationVo {
   int64 bindId = 5;
 }
 
-message ServiceBoxWithDurationAndDetailsVo {
-  ServiceBoxWithDurationVo serviceBox = 1;
-  repeated ServiceTypesWithValueVo serviceTypes = 2;
-}
-
 message ServiceBoxGetReq { ServiceBoxVo vo = 1; }
 message ServiceBoxGetResp { ServiceBoxVo vo = 1; }
 
@@ -427,17 +397,6 @@ message ServiceBoxListResp {
   int64 total = 1;
   repeated ServiceBoxVo list = 2;
 }
-
-message ServiceBoxListWithDetailsReq {
-  Page page = 1;
-  ServiceBoxVo vo = 2;
-  repeated string productCodes = 3;
-  repeated int64 excludeIds = 4;
-}
-message ServiceBoxListWithDetailsResp {
-  int64 total = 1;
-  repeated ServiceBoxWithDetailsVo list = 2;
-}
 // end ServiceBox
 
 // ServiceBoxTypes
@@ -520,11 +479,6 @@ message ServicePlanWithBoxesVo {
   repeated ServiceBoxWithDurationVo serviceBoxes = 2;
 }
 
-message ServicePlanWithBoxesAndDetailsVo {
-  ServicePlanVo servicePlan = 1;
-  repeated ServiceBoxWithDurationAndDetailsVo serviceBoxes = 2;
-}
-
 message ServicePlanGetReq { ServicePlanVo vo = 1; }
 message ServicePlanGetResp { ServicePlanVo vo = 1; }
 
@@ -534,12 +488,6 @@ message ServicePlanGetWithBoxesResp {
   repeated ServiceBoxWithDurationVo serviceBoxes = 2;
 }
 
-message ServicePlanGetWithBoxesAndDetailsReq { ServicePlanVo vo = 1; }
-message ServicePlanGetWithBoxesAndDetailsResp {
-  ServicePlanVo servicePlan = 1;
-  repeated ServiceBoxWithDurationAndDetailsVo serviceBoxes = 2;
-}
-
 message ServicePlanAddReq { ServicePlanVo vo = 1; }
 message ServicePlanAddResp { ServicePlanVo vo = 1; }
 
@@ -552,15 +500,6 @@ message ServicePlanAddWithBoxesResp {
   repeated ServiceBoxWithDurationVo serviceBoxes = 2;
 }
 
-message ServicePlanAddWithBoxesAndDetailsReq {
-  ServicePlanVo servicePlan = 1;
-  repeated ServiceBoxWithDurationAndDetailsVo serviceBoxes = 2;
-}
-message ServicePlanAddWithBoxesAndDetailsResp {
-  ServicePlanVo servicePlan = 1;
-  repeated ServiceBoxWithDurationAndDetailsVo serviceBoxes = 2;
-}
-
 message ServicePlanUpdateReq { ServicePlanVo vo = 1; }
 message ServicePlanUpdateResp { ServicePlanVo vo = 1; }
 
@@ -573,15 +512,6 @@ message ServicePlanUpdateWithBoxesResp {
   repeated ServiceBoxWithDurationVo serviceBoxes = 2;
 }
 
-message ServicePlanUpdateWithBoxesAndDetailsReq {
-  ServicePlanVo servicePlan = 1;
-  repeated ServiceBoxWithDurationAndDetailsVo serviceBoxes = 2;
-}
-message ServicePlanUpdateWithBoxesAndDetailsResp {
-  ServicePlanVo servicePlan = 1;
-  repeated ServiceBoxWithDurationAndDetailsVo serviceBoxes = 2;
-}
-
 message ServicePlanDelReq { repeated int64 ids = 1; }
 
 message ServicePlanListReq {
@@ -605,17 +535,6 @@ message ServicePlanListWithBoxesResp {
   int64 total = 1;
   repeated ServicePlanWithBoxesVo list = 2;
 }
-
-message ServicePlanListWithBoxesAndDetailsReq {
-  Page page = 1;
-  ServicePlanVo vo = 2;
-  repeated string productCodes = 3;
-  repeated int64 excludeIds = 4;
-}
-message ServicePlanListWithBoxesAndDetailsResp {
-  int64 total = 1;
-  repeated ServicePlanWithBoxesAndDetailsVo list = 2;
-}
 // end ServicePlan
 
 // ServicePlanBoxes
@@ -683,46 +602,9 @@ message ServicePlanChannelVo {
   int64 updateAt = 22;             // 更新者ID
 }
 
-message ServicePlanChannelWithPlanVo {
-  ServicePlanChannelVo servicePlanChannel = 1;
-  ServicePlanVo servicePlan = 2;
-}
-
-message ServicePlanChannelWithPlanAndBoxesVo {
-  ServicePlanChannelVo servicePlanChannel = 1;
-  ServicePlanVo servicePlan = 2;
-  repeated ServiceBoxWithDurationVo serviceBoxes = 3;
-}
-
-message ServicePlanChannelWithPlanAndBoxesAndDetailsVo {
-  ServicePlanChannelVo servicePlanChannel = 1;
-  ServicePlanVo servicePlan = 2;
-  repeated ServiceBoxWithDurationAndDetailsVo serviceBoxes = 3;
-}
-
 message ServicePlanChannelGetReq { ServicePlanChannelVo vo = 1; }
 message ServicePlanChannelGetResp { ServicePlanChannelVo vo = 1; }
 
-message ServicePlanChannelGetWithPlanReq { ServicePlanChannelVo vo = 1; }
-message ServicePlanChannelGetWithPlanResp {
-  ServicePlanChannelVo servicePlanChannel = 1;
-  ServicePlanVo servicePlan = 2;
-}
-
-message ServicePlanChannelGetWithPlanAndBoxesReq { ServicePlanChannelVo vo = 1; }
-message ServicePlanChannelGetWithPlanAndBoxesResp {
-  ServicePlanChannelVo servicePlanChannel = 1;
-  ServicePlanVo servicePlan = 2;
-  repeated ServiceBoxWithDurationVo serviceBoxes = 3;
-}
-
-message ServicePlanChannelGetWithPlanAndBoxesAndDetailsReq { ServicePlanChannelVo vo = 1; }
-message ServicePlanChannelGetWithPlanAndBoxesAndDetailsResp {
-  ServicePlanChannelVo servicePlanChannel = 1;
-  ServicePlanVo servicePlan = 2;
-  repeated ServiceBoxWithDurationAndDetailsVo serviceBoxes = 3;
-}
-
 message ServicePlanChannelAddReq { ServicePlanChannelVo vo = 1; }
 message ServicePlanChannelAddResp { ServicePlanChannelVo vo = 1; }
 
@@ -744,48 +626,6 @@ message ServicePlanChannelListResp {
   int64 total = 1;
   repeated ServicePlanChannelVo list = 2;
 }
-
-message ServicePlanChannelListWithPlanReq {
-  Page page = 1;
-  ServicePlanChannelVo vo = 2;
-  repeated string productCodes = 3;
-  repeated string channels = 4;
-  repeated string channelItemIds = 5;
-  repeated int64 servicePlanIds = 6;
-  repeated int64 excludeIds = 7;
-}
-message ServicePlanChannelListWithPlanResp {
-  int64 total = 1;
-  repeated ServicePlanChannelWithPlanVo list = 2;
-}
-
-message ServicePlanChannelListWithPlanAndBoxesReq {
-  Page page = 1;
-  ServicePlanChannelVo vo = 2;
-  repeated string productCodes = 3;
-  repeated string channels = 4;
-  repeated string channelItemIds = 5;
-  repeated int64 servicePlanIds = 6;
-  repeated int64 excludeIds = 7;
-}
-message ServicePlanChannelListWithPlanAndBoxesResp {
-  int64 total = 1;
-  repeated ServicePlanChannelWithPlanAndBoxesVo list = 2;
-}
-
-message ServicePlanChannelListWithPlanAndBoxesAndDetailsReq {
-  Page page = 1;
-  ServicePlanChannelVo vo = 2;
-  repeated string productCodes = 3;
-  repeated string channels = 4;
-  repeated string channelItemIds = 5;
-  repeated int64 servicePlanIds = 6;
-  repeated int64 excludeIds = 7;
-}
-message ServicePlanChannelListWithPlanAndBoxesAndDetailsResp {
-  int64 total = 1;
-  repeated ServicePlanChannelWithPlanAndBoxesAndDetailsVo list = 2;
-}
 // end ServicePlanChannel
 
 service GoPlanClient {
@@ -795,9 +635,7 @@ service GoPlanClient {
   rpc ServiceTypesUpdate(ServiceTypesUpdateReq) returns (ServiceTypesUpdateResp);
   rpc ServiceTypesDel(ServiceTypesDelReq) returns (Empty);
   rpc ServiceTypesGet(ServiceTypesGetReq) returns (ServiceTypesGetResp);
-  rpc ServiceTypesGetWithValue(ServiceTypesGetWithValueReq) returns (ServiceTypesGetWithValueResp);
   rpc ServiceTypesList(ServiceTypesListReq) returns (ServiceTypesListResp);
-  rpc ServiceTypesListWithValue(ServiceTypesListWithValueReq) returns (ServiceTypesListWithValueResp);
 
   /** ServiceBox Model */
   // ServiceBoxAdd
@@ -809,7 +647,6 @@ service GoPlanClient {
   rpc ServiceBoxGet(ServiceBoxGetReq) returns (ServiceBoxGetResp);
   rpc ServiceBoxGetWithDetails(ServiceBoxGetWithDetailsReq) returns (ServiceBoxGetWithDetailsResp);
   rpc ServiceBoxList(ServiceBoxListReq) returns (ServiceBoxListResp);
-  rpc ServiceBoxListWithDetails(ServiceBoxListWithDetailsReq) returns (ServiceBoxListWithDetailsResp);
 
   /** ServiceBoxTypes Model */
   // ServiceBoxTypesAdd
@@ -823,17 +660,12 @@ service GoPlanClient {
   // ServicePlanAdd
   rpc ServicePlanAdd(ServicePlanAddReq) returns (ServicePlanAddResp);
   rpc ServicePlanAddWithBoxes(ServicePlanAddWithBoxesReq) returns (ServicePlanAddWithBoxesResp);
-  rpc ServicePlanAddWithBoxesAndDetails(ServicePlanAddWithBoxesAndDetailsReq) returns (ServicePlanAddWithBoxesAndDetailsResp);
   rpc ServicePlanUpdate(ServicePlanUpdateReq) returns (ServicePlanUpdateResp);
   rpc ServicePlanUpdateWithBoxes(ServicePlanUpdateWithBoxesReq) returns (ServicePlanUpdateWithBoxesResp);
-  rpc ServicePlanUpdateWithBoxesAndDetails(ServicePlanUpdateWithBoxesAndDetailsReq) returns (ServicePlanUpdateWithBoxesAndDetailsResp);
   rpc ServicePlanDel(ServicePlanDelReq) returns (Empty);
   rpc ServicePlanGet(ServicePlanGetReq) returns (ServicePlanGetResp);
   rpc ServicePlanGetWithBoxes(ServicePlanGetWithBoxesReq) returns (ServicePlanGetWithBoxesResp);
-  rpc ServicePlanGetWithBoxesAndDetails(ServicePlanGetWithBoxesAndDetailsReq) returns (ServicePlanGetWithBoxesAndDetailsResp);
   rpc ServicePlanList(ServicePlanListReq) returns (ServicePlanListResp);
-  rpc ServicePlanListWithBoxes(ServicePlanListWithBoxesReq) returns (ServicePlanListWithBoxesResp);
-  rpc ServicePlanListWithBoxesAndDetails(ServicePlanListWithBoxesAndDetailsReq) returns (ServicePlanListWithBoxesAndDetailsResp);
 
   /** ServicePlanBoxes Model */
   // ServicePlanBoxesAdd
@@ -849,13 +681,7 @@ service GoPlanClient {
   rpc ServicePlanChannelUpdate(ServicePlanChannelUpdateReq) returns (ServicePlanChannelUpdateResp);
   rpc ServicePlanChannelDel(ServicePlanChannelDelReq) returns (Empty);
   rpc ServicePlanChannelGet(ServicePlanChannelGetReq) returns (ServicePlanChannelGetResp);
-  rpc ServicePlanChannelGetWithPlan(ServicePlanChannelGetWithPlanReq) returns (ServicePlanChannelGetWithPlanResp);
-  rpc ServicePlanChannelGetWithPlanAndBoxes(ServicePlanChannelGetWithPlanAndBoxesReq) returns (ServicePlanChannelGetWithPlanAndBoxesResp);
-  rpc ServicePlanChannelGetWithPlanAndBoxesAndDetails(ServicePlanChannelGetWithPlanAndBoxesAndDetailsReq) returns (ServicePlanChannelGetWithPlanAndBoxesAndDetailsResp);
   rpc ServicePlanChannelList(ServicePlanChannelListReq) returns (ServicePlanChannelListResp);
-  rpc ServicePlanChannelListWithPlan(ServicePlanChannelListWithPlanReq) returns (ServicePlanChannelListWithPlanResp);
-  rpc ServicePlanChannelListWithPlanAndBoxes(ServicePlanChannelListWithPlanAndBoxesReq) returns (ServicePlanChannelListWithPlanAndBoxesResp);
-  rpc ServicePlanChannelListWithPlanAndBoxesAndDetails(ServicePlanChannelListWithPlanAndBoxesAndDetailsReq) returns (ServicePlanChannelListWithPlanAndBoxesAndDetailsResp);
 }
 
 

Fichier diff supprimé car celui-ci est trop grand
+ 74 - 390
pb/pb/gorpc.pb.go


+ 36 - 568
pb/pb/gorpc_grpc.pb.go

@@ -1079,56 +1079,42 @@ var GoGameClient_ServiceDesc = grpc.ServiceDesc{
 }
 
 const (
-	GoPlanClient_ServiceTypesAdd_FullMethodName                                  = "/gorpc.GoPlanClient/ServiceTypesAdd"
-	GoPlanClient_ServiceTypesUpdate_FullMethodName                               = "/gorpc.GoPlanClient/ServiceTypesUpdate"
-	GoPlanClient_ServiceTypesDel_FullMethodName                                  = "/gorpc.GoPlanClient/ServiceTypesDel"
-	GoPlanClient_ServiceTypesGet_FullMethodName                                  = "/gorpc.GoPlanClient/ServiceTypesGet"
-	GoPlanClient_ServiceTypesGetWithValue_FullMethodName                         = "/gorpc.GoPlanClient/ServiceTypesGetWithValue"
-	GoPlanClient_ServiceTypesList_FullMethodName                                 = "/gorpc.GoPlanClient/ServiceTypesList"
-	GoPlanClient_ServiceTypesListWithValue_FullMethodName                        = "/gorpc.GoPlanClient/ServiceTypesListWithValue"
-	GoPlanClient_ServiceBoxAdd_FullMethodName                                    = "/gorpc.GoPlanClient/ServiceBoxAdd"
-	GoPlanClient_ServiceBoxAddWithDetails_FullMethodName                         = "/gorpc.GoPlanClient/ServiceBoxAddWithDetails"
-	GoPlanClient_ServiceBoxUpdate_FullMethodName                                 = "/gorpc.GoPlanClient/ServiceBoxUpdate"
-	GoPlanClient_ServiceBoxUpdateWithDetails_FullMethodName                      = "/gorpc.GoPlanClient/ServiceBoxUpdateWithDetails"
-	GoPlanClient_ServiceBoxDel_FullMethodName                                    = "/gorpc.GoPlanClient/ServiceBoxDel"
-	GoPlanClient_ServiceBoxGet_FullMethodName                                    = "/gorpc.GoPlanClient/ServiceBoxGet"
-	GoPlanClient_ServiceBoxGetWithDetails_FullMethodName                         = "/gorpc.GoPlanClient/ServiceBoxGetWithDetails"
-	GoPlanClient_ServiceBoxList_FullMethodName                                   = "/gorpc.GoPlanClient/ServiceBoxList"
-	GoPlanClient_ServiceBoxListWithDetails_FullMethodName                        = "/gorpc.GoPlanClient/ServiceBoxListWithDetails"
-	GoPlanClient_ServiceBoxTypesAdd_FullMethodName                               = "/gorpc.GoPlanClient/ServiceBoxTypesAdd"
-	GoPlanClient_ServiceBoxTypesUpdate_FullMethodName                            = "/gorpc.GoPlanClient/ServiceBoxTypesUpdate"
-	GoPlanClient_ServiceBoxTypesDel_FullMethodName                               = "/gorpc.GoPlanClient/ServiceBoxTypesDel"
-	GoPlanClient_ServiceBoxTypesGet_FullMethodName                               = "/gorpc.GoPlanClient/ServiceBoxTypesGet"
-	GoPlanClient_ServiceBoxTypesList_FullMethodName                              = "/gorpc.GoPlanClient/ServiceBoxTypesList"
-	GoPlanClient_ServicePlanAdd_FullMethodName                                   = "/gorpc.GoPlanClient/ServicePlanAdd"
-	GoPlanClient_ServicePlanAddWithBoxes_FullMethodName                          = "/gorpc.GoPlanClient/ServicePlanAddWithBoxes"
-	GoPlanClient_ServicePlanAddWithBoxesAndDetails_FullMethodName                = "/gorpc.GoPlanClient/ServicePlanAddWithBoxesAndDetails"
-	GoPlanClient_ServicePlanUpdate_FullMethodName                                = "/gorpc.GoPlanClient/ServicePlanUpdate"
-	GoPlanClient_ServicePlanUpdateWithBoxes_FullMethodName                       = "/gorpc.GoPlanClient/ServicePlanUpdateWithBoxes"
-	GoPlanClient_ServicePlanUpdateWithBoxesAndDetails_FullMethodName             = "/gorpc.GoPlanClient/ServicePlanUpdateWithBoxesAndDetails"
-	GoPlanClient_ServicePlanDel_FullMethodName                                   = "/gorpc.GoPlanClient/ServicePlanDel"
-	GoPlanClient_ServicePlanGet_FullMethodName                                   = "/gorpc.GoPlanClient/ServicePlanGet"
-	GoPlanClient_ServicePlanGetWithBoxes_FullMethodName                          = "/gorpc.GoPlanClient/ServicePlanGetWithBoxes"
-	GoPlanClient_ServicePlanGetWithBoxesAndDetails_FullMethodName                = "/gorpc.GoPlanClient/ServicePlanGetWithBoxesAndDetails"
-	GoPlanClient_ServicePlanList_FullMethodName                                  = "/gorpc.GoPlanClient/ServicePlanList"
-	GoPlanClient_ServicePlanListWithBoxes_FullMethodName                         = "/gorpc.GoPlanClient/ServicePlanListWithBoxes"
-	GoPlanClient_ServicePlanListWithBoxesAndDetails_FullMethodName               = "/gorpc.GoPlanClient/ServicePlanListWithBoxesAndDetails"
-	GoPlanClient_ServicePlanBoxesAdd_FullMethodName                              = "/gorpc.GoPlanClient/ServicePlanBoxesAdd"
-	GoPlanClient_ServicePlanBoxesUpdate_FullMethodName                           = "/gorpc.GoPlanClient/ServicePlanBoxesUpdate"
-	GoPlanClient_ServicePlanBoxesDel_FullMethodName                              = "/gorpc.GoPlanClient/ServicePlanBoxesDel"
-	GoPlanClient_ServicePlanBoxesGet_FullMethodName                              = "/gorpc.GoPlanClient/ServicePlanBoxesGet"
-	GoPlanClient_ServicePlanBoxesList_FullMethodName                             = "/gorpc.GoPlanClient/ServicePlanBoxesList"
-	GoPlanClient_ServicePlanChannelAdd_FullMethodName                            = "/gorpc.GoPlanClient/ServicePlanChannelAdd"
-	GoPlanClient_ServicePlanChannelUpdate_FullMethodName                         = "/gorpc.GoPlanClient/ServicePlanChannelUpdate"
-	GoPlanClient_ServicePlanChannelDel_FullMethodName                            = "/gorpc.GoPlanClient/ServicePlanChannelDel"
-	GoPlanClient_ServicePlanChannelGet_FullMethodName                            = "/gorpc.GoPlanClient/ServicePlanChannelGet"
-	GoPlanClient_ServicePlanChannelGetWithPlan_FullMethodName                    = "/gorpc.GoPlanClient/ServicePlanChannelGetWithPlan"
-	GoPlanClient_ServicePlanChannelGetWithPlanAndBoxes_FullMethodName            = "/gorpc.GoPlanClient/ServicePlanChannelGetWithPlanAndBoxes"
-	GoPlanClient_ServicePlanChannelGetWithPlanAndBoxesAndDetails_FullMethodName  = "/gorpc.GoPlanClient/ServicePlanChannelGetWithPlanAndBoxesAndDetails"
-	GoPlanClient_ServicePlanChannelList_FullMethodName                           = "/gorpc.GoPlanClient/ServicePlanChannelList"
-	GoPlanClient_ServicePlanChannelListWithPlan_FullMethodName                   = "/gorpc.GoPlanClient/ServicePlanChannelListWithPlan"
-	GoPlanClient_ServicePlanChannelListWithPlanAndBoxes_FullMethodName           = "/gorpc.GoPlanClient/ServicePlanChannelListWithPlanAndBoxes"
-	GoPlanClient_ServicePlanChannelListWithPlanAndBoxesAndDetails_FullMethodName = "/gorpc.GoPlanClient/ServicePlanChannelListWithPlanAndBoxesAndDetails"
+	GoPlanClient_ServiceTypesAdd_FullMethodName             = "/gorpc.GoPlanClient/ServiceTypesAdd"
+	GoPlanClient_ServiceTypesUpdate_FullMethodName          = "/gorpc.GoPlanClient/ServiceTypesUpdate"
+	GoPlanClient_ServiceTypesDel_FullMethodName             = "/gorpc.GoPlanClient/ServiceTypesDel"
+	GoPlanClient_ServiceTypesGet_FullMethodName             = "/gorpc.GoPlanClient/ServiceTypesGet"
+	GoPlanClient_ServiceTypesList_FullMethodName            = "/gorpc.GoPlanClient/ServiceTypesList"
+	GoPlanClient_ServiceBoxAdd_FullMethodName               = "/gorpc.GoPlanClient/ServiceBoxAdd"
+	GoPlanClient_ServiceBoxAddWithDetails_FullMethodName    = "/gorpc.GoPlanClient/ServiceBoxAddWithDetails"
+	GoPlanClient_ServiceBoxUpdate_FullMethodName            = "/gorpc.GoPlanClient/ServiceBoxUpdate"
+	GoPlanClient_ServiceBoxUpdateWithDetails_FullMethodName = "/gorpc.GoPlanClient/ServiceBoxUpdateWithDetails"
+	GoPlanClient_ServiceBoxDel_FullMethodName               = "/gorpc.GoPlanClient/ServiceBoxDel"
+	GoPlanClient_ServiceBoxGet_FullMethodName               = "/gorpc.GoPlanClient/ServiceBoxGet"
+	GoPlanClient_ServiceBoxGetWithDetails_FullMethodName    = "/gorpc.GoPlanClient/ServiceBoxGetWithDetails"
+	GoPlanClient_ServiceBoxList_FullMethodName              = "/gorpc.GoPlanClient/ServiceBoxList"
+	GoPlanClient_ServiceBoxTypesAdd_FullMethodName          = "/gorpc.GoPlanClient/ServiceBoxTypesAdd"
+	GoPlanClient_ServiceBoxTypesUpdate_FullMethodName       = "/gorpc.GoPlanClient/ServiceBoxTypesUpdate"
+	GoPlanClient_ServiceBoxTypesDel_FullMethodName          = "/gorpc.GoPlanClient/ServiceBoxTypesDel"
+	GoPlanClient_ServiceBoxTypesGet_FullMethodName          = "/gorpc.GoPlanClient/ServiceBoxTypesGet"
+	GoPlanClient_ServiceBoxTypesList_FullMethodName         = "/gorpc.GoPlanClient/ServiceBoxTypesList"
+	GoPlanClient_ServicePlanAdd_FullMethodName              = "/gorpc.GoPlanClient/ServicePlanAdd"
+	GoPlanClient_ServicePlanAddWithBoxes_FullMethodName     = "/gorpc.GoPlanClient/ServicePlanAddWithBoxes"
+	GoPlanClient_ServicePlanUpdate_FullMethodName           = "/gorpc.GoPlanClient/ServicePlanUpdate"
+	GoPlanClient_ServicePlanUpdateWithBoxes_FullMethodName  = "/gorpc.GoPlanClient/ServicePlanUpdateWithBoxes"
+	GoPlanClient_ServicePlanDel_FullMethodName              = "/gorpc.GoPlanClient/ServicePlanDel"
+	GoPlanClient_ServicePlanGet_FullMethodName              = "/gorpc.GoPlanClient/ServicePlanGet"
+	GoPlanClient_ServicePlanGetWithBoxes_FullMethodName     = "/gorpc.GoPlanClient/ServicePlanGetWithBoxes"
+	GoPlanClient_ServicePlanList_FullMethodName             = "/gorpc.GoPlanClient/ServicePlanList"
+	GoPlanClient_ServicePlanBoxesAdd_FullMethodName         = "/gorpc.GoPlanClient/ServicePlanBoxesAdd"
+	GoPlanClient_ServicePlanBoxesUpdate_FullMethodName      = "/gorpc.GoPlanClient/ServicePlanBoxesUpdate"
+	GoPlanClient_ServicePlanBoxesDel_FullMethodName         = "/gorpc.GoPlanClient/ServicePlanBoxesDel"
+	GoPlanClient_ServicePlanBoxesGet_FullMethodName         = "/gorpc.GoPlanClient/ServicePlanBoxesGet"
+	GoPlanClient_ServicePlanBoxesList_FullMethodName        = "/gorpc.GoPlanClient/ServicePlanBoxesList"
+	GoPlanClient_ServicePlanChannelAdd_FullMethodName       = "/gorpc.GoPlanClient/ServicePlanChannelAdd"
+	GoPlanClient_ServicePlanChannelUpdate_FullMethodName    = "/gorpc.GoPlanClient/ServicePlanChannelUpdate"
+	GoPlanClient_ServicePlanChannelDel_FullMethodName       = "/gorpc.GoPlanClient/ServicePlanChannelDel"
+	GoPlanClient_ServicePlanChannelGet_FullMethodName       = "/gorpc.GoPlanClient/ServicePlanChannelGet"
+	GoPlanClient_ServicePlanChannelList_FullMethodName      = "/gorpc.GoPlanClient/ServicePlanChannelList"
 )
 
 // GoPlanClientClient is the client API for GoPlanClient service.
@@ -1140,9 +1126,7 @@ type GoPlanClientClient interface {
 	ServiceTypesUpdate(ctx context.Context, in *ServiceTypesUpdateReq, opts ...grpc.CallOption) (*ServiceTypesUpdateResp, error)
 	ServiceTypesDel(ctx context.Context, in *ServiceTypesDelReq, opts ...grpc.CallOption) (*Empty, error)
 	ServiceTypesGet(ctx context.Context, in *ServiceTypesGetReq, opts ...grpc.CallOption) (*ServiceTypesGetResp, error)
-	ServiceTypesGetWithValue(ctx context.Context, in *ServiceTypesGetWithValueReq, opts ...grpc.CallOption) (*ServiceTypesGetWithValueResp, error)
 	ServiceTypesList(ctx context.Context, in *ServiceTypesListReq, opts ...grpc.CallOption) (*ServiceTypesListResp, error)
-	ServiceTypesListWithValue(ctx context.Context, in *ServiceTypesListWithValueReq, opts ...grpc.CallOption) (*ServiceTypesListWithValueResp, error)
 	// ServiceBoxAdd
 	ServiceBoxAdd(ctx context.Context, in *ServiceBoxAddReq, opts ...grpc.CallOption) (*ServiceBoxAddResp, error)
 	ServiceBoxAddWithDetails(ctx context.Context, in *ServiceBoxAddWithDetailsReq, opts ...grpc.CallOption) (*ServiceBoxAddWithDetailsResp, error)
@@ -1152,7 +1136,6 @@ type GoPlanClientClient interface {
 	ServiceBoxGet(ctx context.Context, in *ServiceBoxGetReq, opts ...grpc.CallOption) (*ServiceBoxGetResp, error)
 	ServiceBoxGetWithDetails(ctx context.Context, in *ServiceBoxGetWithDetailsReq, opts ...grpc.CallOption) (*ServiceBoxGetWithDetailsResp, error)
 	ServiceBoxList(ctx context.Context, in *ServiceBoxListReq, opts ...grpc.CallOption) (*ServiceBoxListResp, error)
-	ServiceBoxListWithDetails(ctx context.Context, in *ServiceBoxListWithDetailsReq, opts ...grpc.CallOption) (*ServiceBoxListWithDetailsResp, error)
 	// ServiceBoxTypesAdd
 	ServiceBoxTypesAdd(ctx context.Context, in *ServiceBoxTypesAddReq, opts ...grpc.CallOption) (*ServiceBoxTypesAddResp, error)
 	ServiceBoxTypesUpdate(ctx context.Context, in *ServiceBoxTypesUpdateReq, opts ...grpc.CallOption) (*ServiceBoxTypesUpdateResp, error)
@@ -1162,17 +1145,12 @@ type GoPlanClientClient interface {
 	// ServicePlanAdd
 	ServicePlanAdd(ctx context.Context, in *ServicePlanAddReq, opts ...grpc.CallOption) (*ServicePlanAddResp, error)
 	ServicePlanAddWithBoxes(ctx context.Context, in *ServicePlanAddWithBoxesReq, opts ...grpc.CallOption) (*ServicePlanAddWithBoxesResp, error)
-	ServicePlanAddWithBoxesAndDetails(ctx context.Context, in *ServicePlanAddWithBoxesAndDetailsReq, opts ...grpc.CallOption) (*ServicePlanAddWithBoxesAndDetailsResp, error)
 	ServicePlanUpdate(ctx context.Context, in *ServicePlanUpdateReq, opts ...grpc.CallOption) (*ServicePlanUpdateResp, error)
 	ServicePlanUpdateWithBoxes(ctx context.Context, in *ServicePlanUpdateWithBoxesReq, opts ...grpc.CallOption) (*ServicePlanUpdateWithBoxesResp, error)
-	ServicePlanUpdateWithBoxesAndDetails(ctx context.Context, in *ServicePlanUpdateWithBoxesAndDetailsReq, opts ...grpc.CallOption) (*ServicePlanUpdateWithBoxesAndDetailsResp, error)
 	ServicePlanDel(ctx context.Context, in *ServicePlanDelReq, opts ...grpc.CallOption) (*Empty, error)
 	ServicePlanGet(ctx context.Context, in *ServicePlanGetReq, opts ...grpc.CallOption) (*ServicePlanGetResp, error)
 	ServicePlanGetWithBoxes(ctx context.Context, in *ServicePlanGetWithBoxesReq, opts ...grpc.CallOption) (*ServicePlanGetWithBoxesResp, error)
-	ServicePlanGetWithBoxesAndDetails(ctx context.Context, in *ServicePlanGetWithBoxesAndDetailsReq, opts ...grpc.CallOption) (*ServicePlanGetWithBoxesAndDetailsResp, error)
 	ServicePlanList(ctx context.Context, in *ServicePlanListReq, opts ...grpc.CallOption) (*ServicePlanListResp, error)
-	ServicePlanListWithBoxes(ctx context.Context, in *ServicePlanListWithBoxesReq, opts ...grpc.CallOption) (*ServicePlanListWithBoxesResp, error)
-	ServicePlanListWithBoxesAndDetails(ctx context.Context, in *ServicePlanListWithBoxesAndDetailsReq, opts ...grpc.CallOption) (*ServicePlanListWithBoxesAndDetailsResp, error)
 	// ServicePlanBoxesAdd
 	ServicePlanBoxesAdd(ctx context.Context, in *ServicePlanBoxesAddReq, opts ...grpc.CallOption) (*ServicePlanBoxesAddResp, error)
 	ServicePlanBoxesUpdate(ctx context.Context, in *ServicePlanBoxesUpdateReq, opts ...grpc.CallOption) (*ServicePlanBoxesUpdateResp, error)
@@ -1184,13 +1162,7 @@ type GoPlanClientClient interface {
 	ServicePlanChannelUpdate(ctx context.Context, in *ServicePlanChannelUpdateReq, opts ...grpc.CallOption) (*ServicePlanChannelUpdateResp, error)
 	ServicePlanChannelDel(ctx context.Context, in *ServicePlanChannelDelReq, opts ...grpc.CallOption) (*Empty, error)
 	ServicePlanChannelGet(ctx context.Context, in *ServicePlanChannelGetReq, opts ...grpc.CallOption) (*ServicePlanChannelGetResp, error)
-	ServicePlanChannelGetWithPlan(ctx context.Context, in *ServicePlanChannelGetWithPlanReq, opts ...grpc.CallOption) (*ServicePlanChannelGetWithPlanResp, error)
-	ServicePlanChannelGetWithPlanAndBoxes(ctx context.Context, in *ServicePlanChannelGetWithPlanAndBoxesReq, opts ...grpc.CallOption) (*ServicePlanChannelGetWithPlanAndBoxesResp, error)
-	ServicePlanChannelGetWithPlanAndBoxesAndDetails(ctx context.Context, in *ServicePlanChannelGetWithPlanAndBoxesAndDetailsReq, opts ...grpc.CallOption) (*ServicePlanChannelGetWithPlanAndBoxesAndDetailsResp, error)
 	ServicePlanChannelList(ctx context.Context, in *ServicePlanChannelListReq, opts ...grpc.CallOption) (*ServicePlanChannelListResp, error)
-	ServicePlanChannelListWithPlan(ctx context.Context, in *ServicePlanChannelListWithPlanReq, opts ...grpc.CallOption) (*ServicePlanChannelListWithPlanResp, error)
-	ServicePlanChannelListWithPlanAndBoxes(ctx context.Context, in *ServicePlanChannelListWithPlanAndBoxesReq, opts ...grpc.CallOption) (*ServicePlanChannelListWithPlanAndBoxesResp, error)
-	ServicePlanChannelListWithPlanAndBoxesAndDetails(ctx context.Context, in *ServicePlanChannelListWithPlanAndBoxesAndDetailsReq, opts ...grpc.CallOption) (*ServicePlanChannelListWithPlanAndBoxesAndDetailsResp, error)
 }
 
 type goPlanClientClient struct {
@@ -1241,16 +1213,6 @@ func (c *goPlanClientClient) ServiceTypesGet(ctx context.Context, in *ServiceTyp
 	return out, nil
 }
 
-func (c *goPlanClientClient) ServiceTypesGetWithValue(ctx context.Context, in *ServiceTypesGetWithValueReq, opts ...grpc.CallOption) (*ServiceTypesGetWithValueResp, error) {
-	cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
-	out := new(ServiceTypesGetWithValueResp)
-	err := c.cc.Invoke(ctx, GoPlanClient_ServiceTypesGetWithValue_FullMethodName, in, out, cOpts...)
-	if err != nil {
-		return nil, err
-	}
-	return out, nil
-}
-
 func (c *goPlanClientClient) ServiceTypesList(ctx context.Context, in *ServiceTypesListReq, opts ...grpc.CallOption) (*ServiceTypesListResp, error) {
 	cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
 	out := new(ServiceTypesListResp)
@@ -1261,16 +1223,6 @@ func (c *goPlanClientClient) ServiceTypesList(ctx context.Context, in *ServiceTy
 	return out, nil
 }
 
-func (c *goPlanClientClient) ServiceTypesListWithValue(ctx context.Context, in *ServiceTypesListWithValueReq, opts ...grpc.CallOption) (*ServiceTypesListWithValueResp, error) {
-	cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
-	out := new(ServiceTypesListWithValueResp)
-	err := c.cc.Invoke(ctx, GoPlanClient_ServiceTypesListWithValue_FullMethodName, in, out, cOpts...)
-	if err != nil {
-		return nil, err
-	}
-	return out, nil
-}
-
 func (c *goPlanClientClient) ServiceBoxAdd(ctx context.Context, in *ServiceBoxAddReq, opts ...grpc.CallOption) (*ServiceBoxAddResp, error) {
 	cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
 	out := new(ServiceBoxAddResp)
@@ -1351,16 +1303,6 @@ func (c *goPlanClientClient) ServiceBoxList(ctx context.Context, in *ServiceBoxL
 	return out, nil
 }
 
-func (c *goPlanClientClient) ServiceBoxListWithDetails(ctx context.Context, in *ServiceBoxListWithDetailsReq, opts ...grpc.CallOption) (*ServiceBoxListWithDetailsResp, error) {
-	cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
-	out := new(ServiceBoxListWithDetailsResp)
-	err := c.cc.Invoke(ctx, GoPlanClient_ServiceBoxListWithDetails_FullMethodName, in, out, cOpts...)
-	if err != nil {
-		return nil, err
-	}
-	return out, nil
-}
-
 func (c *goPlanClientClient) ServiceBoxTypesAdd(ctx context.Context, in *ServiceBoxTypesAddReq, opts ...grpc.CallOption) (*ServiceBoxTypesAddResp, error) {
 	cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
 	out := new(ServiceBoxTypesAddResp)
@@ -1431,16 +1373,6 @@ func (c *goPlanClientClient) ServicePlanAddWithBoxes(ctx context.Context, in *Se
 	return out, nil
 }
 
-func (c *goPlanClientClient) ServicePlanAddWithBoxesAndDetails(ctx context.Context, in *ServicePlanAddWithBoxesAndDetailsReq, opts ...grpc.CallOption) (*ServicePlanAddWithBoxesAndDetailsResp, error) {
-	cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
-	out := new(ServicePlanAddWithBoxesAndDetailsResp)
-	err := c.cc.Invoke(ctx, GoPlanClient_ServicePlanAddWithBoxesAndDetails_FullMethodName, in, out, cOpts...)
-	if err != nil {
-		return nil, err
-	}
-	return out, nil
-}
-
 func (c *goPlanClientClient) ServicePlanUpdate(ctx context.Context, in *ServicePlanUpdateReq, opts ...grpc.CallOption) (*ServicePlanUpdateResp, error) {
 	cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
 	out := new(ServicePlanUpdateResp)
@@ -1461,16 +1393,6 @@ func (c *goPlanClientClient) ServicePlanUpdateWithBoxes(ctx context.Context, in
 	return out, nil
 }
 
-func (c *goPlanClientClient) ServicePlanUpdateWithBoxesAndDetails(ctx context.Context, in *ServicePlanUpdateWithBoxesAndDetailsReq, opts ...grpc.CallOption) (*ServicePlanUpdateWithBoxesAndDetailsResp, error) {
-	cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
-	out := new(ServicePlanUpdateWithBoxesAndDetailsResp)
-	err := c.cc.Invoke(ctx, GoPlanClient_ServicePlanUpdateWithBoxesAndDetails_FullMethodName, in, out, cOpts...)
-	if err != nil {
-		return nil, err
-	}
-	return out, nil
-}
-
 func (c *goPlanClientClient) ServicePlanDel(ctx context.Context, in *ServicePlanDelReq, opts ...grpc.CallOption) (*Empty, error) {
 	cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
 	out := new(Empty)
@@ -1501,16 +1423,6 @@ func (c *goPlanClientClient) ServicePlanGetWithBoxes(ctx context.Context, in *Se
 	return out, nil
 }
 
-func (c *goPlanClientClient) ServicePlanGetWithBoxesAndDetails(ctx context.Context, in *ServicePlanGetWithBoxesAndDetailsReq, opts ...grpc.CallOption) (*ServicePlanGetWithBoxesAndDetailsResp, error) {
-	cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
-	out := new(ServicePlanGetWithBoxesAndDetailsResp)
-	err := c.cc.Invoke(ctx, GoPlanClient_ServicePlanGetWithBoxesAndDetails_FullMethodName, in, out, cOpts...)
-	if err != nil {
-		return nil, err
-	}
-	return out, nil
-}
-
 func (c *goPlanClientClient) ServicePlanList(ctx context.Context, in *ServicePlanListReq, opts ...grpc.CallOption) (*ServicePlanListResp, error) {
 	cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
 	out := new(ServicePlanListResp)
@@ -1521,26 +1433,6 @@ func (c *goPlanClientClient) ServicePlanList(ctx context.Context, in *ServicePla
 	return out, nil
 }
 
-func (c *goPlanClientClient) ServicePlanListWithBoxes(ctx context.Context, in *ServicePlanListWithBoxesReq, opts ...grpc.CallOption) (*ServicePlanListWithBoxesResp, error) {
-	cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
-	out := new(ServicePlanListWithBoxesResp)
-	err := c.cc.Invoke(ctx, GoPlanClient_ServicePlanListWithBoxes_FullMethodName, in, out, cOpts...)
-	if err != nil {
-		return nil, err
-	}
-	return out, nil
-}
-
-func (c *goPlanClientClient) ServicePlanListWithBoxesAndDetails(ctx context.Context, in *ServicePlanListWithBoxesAndDetailsReq, opts ...grpc.CallOption) (*ServicePlanListWithBoxesAndDetailsResp, error) {
-	cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
-	out := new(ServicePlanListWithBoxesAndDetailsResp)
-	err := c.cc.Invoke(ctx, GoPlanClient_ServicePlanListWithBoxesAndDetails_FullMethodName, in, out, cOpts...)
-	if err != nil {
-		return nil, err
-	}
-	return out, nil
-}
-
 func (c *goPlanClientClient) ServicePlanBoxesAdd(ctx context.Context, in *ServicePlanBoxesAddReq, opts ...grpc.CallOption) (*ServicePlanBoxesAddResp, error) {
 	cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
 	out := new(ServicePlanBoxesAddResp)
@@ -1631,36 +1523,6 @@ func (c *goPlanClientClient) ServicePlanChannelGet(ctx context.Context, in *Serv
 	return out, nil
 }
 
-func (c *goPlanClientClient) ServicePlanChannelGetWithPlan(ctx context.Context, in *ServicePlanChannelGetWithPlanReq, opts ...grpc.CallOption) (*ServicePlanChannelGetWithPlanResp, error) {
-	cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
-	out := new(ServicePlanChannelGetWithPlanResp)
-	err := c.cc.Invoke(ctx, GoPlanClient_ServicePlanChannelGetWithPlan_FullMethodName, in, out, cOpts...)
-	if err != nil {
-		return nil, err
-	}
-	return out, nil
-}
-
-func (c *goPlanClientClient) ServicePlanChannelGetWithPlanAndBoxes(ctx context.Context, in *ServicePlanChannelGetWithPlanAndBoxesReq, opts ...grpc.CallOption) (*ServicePlanChannelGetWithPlanAndBoxesResp, error) {
-	cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
-	out := new(ServicePlanChannelGetWithPlanAndBoxesResp)
-	err := c.cc.Invoke(ctx, GoPlanClient_ServicePlanChannelGetWithPlanAndBoxes_FullMethodName, in, out, cOpts...)
-	if err != nil {
-		return nil, err
-	}
-	return out, nil
-}
-
-func (c *goPlanClientClient) ServicePlanChannelGetWithPlanAndBoxesAndDetails(ctx context.Context, in *ServicePlanChannelGetWithPlanAndBoxesAndDetailsReq, opts ...grpc.CallOption) (*ServicePlanChannelGetWithPlanAndBoxesAndDetailsResp, error) {
-	cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
-	out := new(ServicePlanChannelGetWithPlanAndBoxesAndDetailsResp)
-	err := c.cc.Invoke(ctx, GoPlanClient_ServicePlanChannelGetWithPlanAndBoxesAndDetails_FullMethodName, in, out, cOpts...)
-	if err != nil {
-		return nil, err
-	}
-	return out, nil
-}
-
 func (c *goPlanClientClient) ServicePlanChannelList(ctx context.Context, in *ServicePlanChannelListReq, opts ...grpc.CallOption) (*ServicePlanChannelListResp, error) {
 	cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
 	out := new(ServicePlanChannelListResp)
@@ -1671,36 +1533,6 @@ func (c *goPlanClientClient) ServicePlanChannelList(ctx context.Context, in *Ser
 	return out, nil
 }
 
-func (c *goPlanClientClient) ServicePlanChannelListWithPlan(ctx context.Context, in *ServicePlanChannelListWithPlanReq, opts ...grpc.CallOption) (*ServicePlanChannelListWithPlanResp, error) {
-	cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
-	out := new(ServicePlanChannelListWithPlanResp)
-	err := c.cc.Invoke(ctx, GoPlanClient_ServicePlanChannelListWithPlan_FullMethodName, in, out, cOpts...)
-	if err != nil {
-		return nil, err
-	}
-	return out, nil
-}
-
-func (c *goPlanClientClient) ServicePlanChannelListWithPlanAndBoxes(ctx context.Context, in *ServicePlanChannelListWithPlanAndBoxesReq, opts ...grpc.CallOption) (*ServicePlanChannelListWithPlanAndBoxesResp, error) {
-	cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
-	out := new(ServicePlanChannelListWithPlanAndBoxesResp)
-	err := c.cc.Invoke(ctx, GoPlanClient_ServicePlanChannelListWithPlanAndBoxes_FullMethodName, in, out, cOpts...)
-	if err != nil {
-		return nil, err
-	}
-	return out, nil
-}
-
-func (c *goPlanClientClient) ServicePlanChannelListWithPlanAndBoxesAndDetails(ctx context.Context, in *ServicePlanChannelListWithPlanAndBoxesAndDetailsReq, opts ...grpc.CallOption) (*ServicePlanChannelListWithPlanAndBoxesAndDetailsResp, error) {
-	cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
-	out := new(ServicePlanChannelListWithPlanAndBoxesAndDetailsResp)
-	err := c.cc.Invoke(ctx, GoPlanClient_ServicePlanChannelListWithPlanAndBoxesAndDetails_FullMethodName, in, out, cOpts...)
-	if err != nil {
-		return nil, err
-	}
-	return out, nil
-}
-
 // GoPlanClientServer is the server API for GoPlanClient service.
 // All implementations must embed UnimplementedGoPlanClientServer
 // for forward compatibility.
@@ -1710,9 +1542,7 @@ type GoPlanClientServer interface {
 	ServiceTypesUpdate(context.Context, *ServiceTypesUpdateReq) (*ServiceTypesUpdateResp, error)
 	ServiceTypesDel(context.Context, *ServiceTypesDelReq) (*Empty, error)
 	ServiceTypesGet(context.Context, *ServiceTypesGetReq) (*ServiceTypesGetResp, error)
-	ServiceTypesGetWithValue(context.Context, *ServiceTypesGetWithValueReq) (*ServiceTypesGetWithValueResp, error)
 	ServiceTypesList(context.Context, *ServiceTypesListReq) (*ServiceTypesListResp, error)
-	ServiceTypesListWithValue(context.Context, *ServiceTypesListWithValueReq) (*ServiceTypesListWithValueResp, error)
 	// ServiceBoxAdd
 	ServiceBoxAdd(context.Context, *ServiceBoxAddReq) (*ServiceBoxAddResp, error)
 	ServiceBoxAddWithDetails(context.Context, *ServiceBoxAddWithDetailsReq) (*ServiceBoxAddWithDetailsResp, error)
@@ -1722,7 +1552,6 @@ type GoPlanClientServer interface {
 	ServiceBoxGet(context.Context, *ServiceBoxGetReq) (*ServiceBoxGetResp, error)
 	ServiceBoxGetWithDetails(context.Context, *ServiceBoxGetWithDetailsReq) (*ServiceBoxGetWithDetailsResp, error)
 	ServiceBoxList(context.Context, *ServiceBoxListReq) (*ServiceBoxListResp, error)
-	ServiceBoxListWithDetails(context.Context, *ServiceBoxListWithDetailsReq) (*ServiceBoxListWithDetailsResp, error)
 	// ServiceBoxTypesAdd
 	ServiceBoxTypesAdd(context.Context, *ServiceBoxTypesAddReq) (*ServiceBoxTypesAddResp, error)
 	ServiceBoxTypesUpdate(context.Context, *ServiceBoxTypesUpdateReq) (*ServiceBoxTypesUpdateResp, error)
@@ -1732,17 +1561,12 @@ type GoPlanClientServer interface {
 	// ServicePlanAdd
 	ServicePlanAdd(context.Context, *ServicePlanAddReq) (*ServicePlanAddResp, error)
 	ServicePlanAddWithBoxes(context.Context, *ServicePlanAddWithBoxesReq) (*ServicePlanAddWithBoxesResp, error)
-	ServicePlanAddWithBoxesAndDetails(context.Context, *ServicePlanAddWithBoxesAndDetailsReq) (*ServicePlanAddWithBoxesAndDetailsResp, error)
 	ServicePlanUpdate(context.Context, *ServicePlanUpdateReq) (*ServicePlanUpdateResp, error)
 	ServicePlanUpdateWithBoxes(context.Context, *ServicePlanUpdateWithBoxesReq) (*ServicePlanUpdateWithBoxesResp, error)
-	ServicePlanUpdateWithBoxesAndDetails(context.Context, *ServicePlanUpdateWithBoxesAndDetailsReq) (*ServicePlanUpdateWithBoxesAndDetailsResp, error)
 	ServicePlanDel(context.Context, *ServicePlanDelReq) (*Empty, error)
 	ServicePlanGet(context.Context, *ServicePlanGetReq) (*ServicePlanGetResp, error)
 	ServicePlanGetWithBoxes(context.Context, *ServicePlanGetWithBoxesReq) (*ServicePlanGetWithBoxesResp, error)
-	ServicePlanGetWithBoxesAndDetails(context.Context, *ServicePlanGetWithBoxesAndDetailsReq) (*ServicePlanGetWithBoxesAndDetailsResp, error)
 	ServicePlanList(context.Context, *ServicePlanListReq) (*ServicePlanListResp, error)
-	ServicePlanListWithBoxes(context.Context, *ServicePlanListWithBoxesReq) (*ServicePlanListWithBoxesResp, error)
-	ServicePlanListWithBoxesAndDetails(context.Context, *ServicePlanListWithBoxesAndDetailsReq) (*ServicePlanListWithBoxesAndDetailsResp, error)
 	// ServicePlanBoxesAdd
 	ServicePlanBoxesAdd(context.Context, *ServicePlanBoxesAddReq) (*ServicePlanBoxesAddResp, error)
 	ServicePlanBoxesUpdate(context.Context, *ServicePlanBoxesUpdateReq) (*ServicePlanBoxesUpdateResp, error)
@@ -1754,13 +1578,7 @@ type GoPlanClientServer interface {
 	ServicePlanChannelUpdate(context.Context, *ServicePlanChannelUpdateReq) (*ServicePlanChannelUpdateResp, error)
 	ServicePlanChannelDel(context.Context, *ServicePlanChannelDelReq) (*Empty, error)
 	ServicePlanChannelGet(context.Context, *ServicePlanChannelGetReq) (*ServicePlanChannelGetResp, error)
-	ServicePlanChannelGetWithPlan(context.Context, *ServicePlanChannelGetWithPlanReq) (*ServicePlanChannelGetWithPlanResp, error)
-	ServicePlanChannelGetWithPlanAndBoxes(context.Context, *ServicePlanChannelGetWithPlanAndBoxesReq) (*ServicePlanChannelGetWithPlanAndBoxesResp, error)
-	ServicePlanChannelGetWithPlanAndBoxesAndDetails(context.Context, *ServicePlanChannelGetWithPlanAndBoxesAndDetailsReq) (*ServicePlanChannelGetWithPlanAndBoxesAndDetailsResp, error)
 	ServicePlanChannelList(context.Context, *ServicePlanChannelListReq) (*ServicePlanChannelListResp, error)
-	ServicePlanChannelListWithPlan(context.Context, *ServicePlanChannelListWithPlanReq) (*ServicePlanChannelListWithPlanResp, error)
-	ServicePlanChannelListWithPlanAndBoxes(context.Context, *ServicePlanChannelListWithPlanAndBoxesReq) (*ServicePlanChannelListWithPlanAndBoxesResp, error)
-	ServicePlanChannelListWithPlanAndBoxesAndDetails(context.Context, *ServicePlanChannelListWithPlanAndBoxesAndDetailsReq) (*ServicePlanChannelListWithPlanAndBoxesAndDetailsResp, error)
 	mustEmbedUnimplementedGoPlanClientServer()
 }
 
@@ -1783,15 +1601,9 @@ func (UnimplementedGoPlanClientServer) ServiceTypesDel(context.Context, *Service
 func (UnimplementedGoPlanClientServer) ServiceTypesGet(context.Context, *ServiceTypesGetReq) (*ServiceTypesGetResp, error) {
 	return nil, status.Error(codes.Unimplemented, "method ServiceTypesGet not implemented")
 }
-func (UnimplementedGoPlanClientServer) ServiceTypesGetWithValue(context.Context, *ServiceTypesGetWithValueReq) (*ServiceTypesGetWithValueResp, error) {
-	return nil, status.Error(codes.Unimplemented, "method ServiceTypesGetWithValue not implemented")
-}
 func (UnimplementedGoPlanClientServer) ServiceTypesList(context.Context, *ServiceTypesListReq) (*ServiceTypesListResp, error) {
 	return nil, status.Error(codes.Unimplemented, "method ServiceTypesList not implemented")
 }
-func (UnimplementedGoPlanClientServer) ServiceTypesListWithValue(context.Context, *ServiceTypesListWithValueReq) (*ServiceTypesListWithValueResp, error) {
-	return nil, status.Error(codes.Unimplemented, "method ServiceTypesListWithValue not implemented")
-}
 func (UnimplementedGoPlanClientServer) ServiceBoxAdd(context.Context, *ServiceBoxAddReq) (*ServiceBoxAddResp, error) {
 	return nil, status.Error(codes.Unimplemented, "method ServiceBoxAdd not implemented")
 }
@@ -1816,9 +1628,6 @@ func (UnimplementedGoPlanClientServer) ServiceBoxGetWithDetails(context.Context,
 func (UnimplementedGoPlanClientServer) ServiceBoxList(context.Context, *ServiceBoxListReq) (*ServiceBoxListResp, error) {
 	return nil, status.Error(codes.Unimplemented, "method ServiceBoxList not implemented")
 }
-func (UnimplementedGoPlanClientServer) ServiceBoxListWithDetails(context.Context, *ServiceBoxListWithDetailsReq) (*ServiceBoxListWithDetailsResp, error) {
-	return nil, status.Error(codes.Unimplemented, "method ServiceBoxListWithDetails not implemented")
-}
 func (UnimplementedGoPlanClientServer) ServiceBoxTypesAdd(context.Context, *ServiceBoxTypesAddReq) (*ServiceBoxTypesAddResp, error) {
 	return nil, status.Error(codes.Unimplemented, "method ServiceBoxTypesAdd not implemented")
 }
@@ -1840,18 +1649,12 @@ func (UnimplementedGoPlanClientServer) ServicePlanAdd(context.Context, *ServiceP
 func (UnimplementedGoPlanClientServer) ServicePlanAddWithBoxes(context.Context, *ServicePlanAddWithBoxesReq) (*ServicePlanAddWithBoxesResp, error) {
 	return nil, status.Error(codes.Unimplemented, "method ServicePlanAddWithBoxes not implemented")
 }
-func (UnimplementedGoPlanClientServer) ServicePlanAddWithBoxesAndDetails(context.Context, *ServicePlanAddWithBoxesAndDetailsReq) (*ServicePlanAddWithBoxesAndDetailsResp, error) {
-	return nil, status.Error(codes.Unimplemented, "method ServicePlanAddWithBoxesAndDetails not implemented")
-}
 func (UnimplementedGoPlanClientServer) ServicePlanUpdate(context.Context, *ServicePlanUpdateReq) (*ServicePlanUpdateResp, error) {
 	return nil, status.Error(codes.Unimplemented, "method ServicePlanUpdate not implemented")
 }
 func (UnimplementedGoPlanClientServer) ServicePlanUpdateWithBoxes(context.Context, *ServicePlanUpdateWithBoxesReq) (*ServicePlanUpdateWithBoxesResp, error) {
 	return nil, status.Error(codes.Unimplemented, "method ServicePlanUpdateWithBoxes not implemented")
 }
-func (UnimplementedGoPlanClientServer) ServicePlanUpdateWithBoxesAndDetails(context.Context, *ServicePlanUpdateWithBoxesAndDetailsReq) (*ServicePlanUpdateWithBoxesAndDetailsResp, error) {
-	return nil, status.Error(codes.Unimplemented, "method ServicePlanUpdateWithBoxesAndDetails not implemented")
-}
 func (UnimplementedGoPlanClientServer) ServicePlanDel(context.Context, *ServicePlanDelReq) (*Empty, error) {
 	return nil, status.Error(codes.Unimplemented, "method ServicePlanDel not implemented")
 }
@@ -1861,18 +1664,9 @@ func (UnimplementedGoPlanClientServer) ServicePlanGet(context.Context, *ServiceP
 func (UnimplementedGoPlanClientServer) ServicePlanGetWithBoxes(context.Context, *ServicePlanGetWithBoxesReq) (*ServicePlanGetWithBoxesResp, error) {
 	return nil, status.Error(codes.Unimplemented, "method ServicePlanGetWithBoxes not implemented")
 }
-func (UnimplementedGoPlanClientServer) ServicePlanGetWithBoxesAndDetails(context.Context, *ServicePlanGetWithBoxesAndDetailsReq) (*ServicePlanGetWithBoxesAndDetailsResp, error) {
-	return nil, status.Error(codes.Unimplemented, "method ServicePlanGetWithBoxesAndDetails not implemented")
-}
 func (UnimplementedGoPlanClientServer) ServicePlanList(context.Context, *ServicePlanListReq) (*ServicePlanListResp, error) {
 	return nil, status.Error(codes.Unimplemented, "method ServicePlanList not implemented")
 }
-func (UnimplementedGoPlanClientServer) ServicePlanListWithBoxes(context.Context, *ServicePlanListWithBoxesReq) (*ServicePlanListWithBoxesResp, error) {
-	return nil, status.Error(codes.Unimplemented, "method ServicePlanListWithBoxes not implemented")
-}
-func (UnimplementedGoPlanClientServer) ServicePlanListWithBoxesAndDetails(context.Context, *ServicePlanListWithBoxesAndDetailsReq) (*ServicePlanListWithBoxesAndDetailsResp, error) {
-	return nil, status.Error(codes.Unimplemented, "method ServicePlanListWithBoxesAndDetails not implemented")
-}
 func (UnimplementedGoPlanClientServer) ServicePlanBoxesAdd(context.Context, *ServicePlanBoxesAddReq) (*ServicePlanBoxesAddResp, error) {
 	return nil, status.Error(codes.Unimplemented, "method ServicePlanBoxesAdd not implemented")
 }
@@ -1900,27 +1694,9 @@ func (UnimplementedGoPlanClientServer) ServicePlanChannelDel(context.Context, *S
 func (UnimplementedGoPlanClientServer) ServicePlanChannelGet(context.Context, *ServicePlanChannelGetReq) (*ServicePlanChannelGetResp, error) {
 	return nil, status.Error(codes.Unimplemented, "method ServicePlanChannelGet not implemented")
 }
-func (UnimplementedGoPlanClientServer) ServicePlanChannelGetWithPlan(context.Context, *ServicePlanChannelGetWithPlanReq) (*ServicePlanChannelGetWithPlanResp, error) {
-	return nil, status.Error(codes.Unimplemented, "method ServicePlanChannelGetWithPlan not implemented")
-}
-func (UnimplementedGoPlanClientServer) ServicePlanChannelGetWithPlanAndBoxes(context.Context, *ServicePlanChannelGetWithPlanAndBoxesReq) (*ServicePlanChannelGetWithPlanAndBoxesResp, error) {
-	return nil, status.Error(codes.Unimplemented, "method ServicePlanChannelGetWithPlanAndBoxes not implemented")
-}
-func (UnimplementedGoPlanClientServer) ServicePlanChannelGetWithPlanAndBoxesAndDetails(context.Context, *ServicePlanChannelGetWithPlanAndBoxesAndDetailsReq) (*ServicePlanChannelGetWithPlanAndBoxesAndDetailsResp, error) {
-	return nil, status.Error(codes.Unimplemented, "method ServicePlanChannelGetWithPlanAndBoxesAndDetails not implemented")
-}
 func (UnimplementedGoPlanClientServer) ServicePlanChannelList(context.Context, *ServicePlanChannelListReq) (*ServicePlanChannelListResp, error) {
 	return nil, status.Error(codes.Unimplemented, "method ServicePlanChannelList not implemented")
 }
-func (UnimplementedGoPlanClientServer) ServicePlanChannelListWithPlan(context.Context, *ServicePlanChannelListWithPlanReq) (*ServicePlanChannelListWithPlanResp, error) {
-	return nil, status.Error(codes.Unimplemented, "method ServicePlanChannelListWithPlan not implemented")
-}
-func (UnimplementedGoPlanClientServer) ServicePlanChannelListWithPlanAndBoxes(context.Context, *ServicePlanChannelListWithPlanAndBoxesReq) (*ServicePlanChannelListWithPlanAndBoxesResp, error) {
-	return nil, status.Error(codes.Unimplemented, "method ServicePlanChannelListWithPlanAndBoxes not implemented")
-}
-func (UnimplementedGoPlanClientServer) ServicePlanChannelListWithPlanAndBoxesAndDetails(context.Context, *ServicePlanChannelListWithPlanAndBoxesAndDetailsReq) (*ServicePlanChannelListWithPlanAndBoxesAndDetailsResp, error) {
-	return nil, status.Error(codes.Unimplemented, "method ServicePlanChannelListWithPlanAndBoxesAndDetails not implemented")
-}
 func (UnimplementedGoPlanClientServer) mustEmbedUnimplementedGoPlanClientServer() {}
 func (UnimplementedGoPlanClientServer) testEmbeddedByValue()                      {}
 
@@ -2014,24 +1790,6 @@ func _GoPlanClient_ServiceTypesGet_Handler(srv interface{}, ctx context.Context,
 	return interceptor(ctx, in, info, handler)
 }
 
-func _GoPlanClient_ServiceTypesGetWithValue_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
-	in := new(ServiceTypesGetWithValueReq)
-	if err := dec(in); err != nil {
-		return nil, err
-	}
-	if interceptor == nil {
-		return srv.(GoPlanClientServer).ServiceTypesGetWithValue(ctx, in)
-	}
-	info := &grpc.UnaryServerInfo{
-		Server:     srv,
-		FullMethod: GoPlanClient_ServiceTypesGetWithValue_FullMethodName,
-	}
-	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
-		return srv.(GoPlanClientServer).ServiceTypesGetWithValue(ctx, req.(*ServiceTypesGetWithValueReq))
-	}
-	return interceptor(ctx, in, info, handler)
-}
-
 func _GoPlanClient_ServiceTypesList_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
 	in := new(ServiceTypesListReq)
 	if err := dec(in); err != nil {
@@ -2050,24 +1808,6 @@ func _GoPlanClient_ServiceTypesList_Handler(srv interface{}, ctx context.Context
 	return interceptor(ctx, in, info, handler)
 }
 
-func _GoPlanClient_ServiceTypesListWithValue_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
-	in := new(ServiceTypesListWithValueReq)
-	if err := dec(in); err != nil {
-		return nil, err
-	}
-	if interceptor == nil {
-		return srv.(GoPlanClientServer).ServiceTypesListWithValue(ctx, in)
-	}
-	info := &grpc.UnaryServerInfo{
-		Server:     srv,
-		FullMethod: GoPlanClient_ServiceTypesListWithValue_FullMethodName,
-	}
-	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
-		return srv.(GoPlanClientServer).ServiceTypesListWithValue(ctx, req.(*ServiceTypesListWithValueReq))
-	}
-	return interceptor(ctx, in, info, handler)
-}
-
 func _GoPlanClient_ServiceBoxAdd_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
 	in := new(ServiceBoxAddReq)
 	if err := dec(in); err != nil {
@@ -2212,24 +1952,6 @@ func _GoPlanClient_ServiceBoxList_Handler(srv interface{}, ctx context.Context,
 	return interceptor(ctx, in, info, handler)
 }
 
-func _GoPlanClient_ServiceBoxListWithDetails_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
-	in := new(ServiceBoxListWithDetailsReq)
-	if err := dec(in); err != nil {
-		return nil, err
-	}
-	if interceptor == nil {
-		return srv.(GoPlanClientServer).ServiceBoxListWithDetails(ctx, in)
-	}
-	info := &grpc.UnaryServerInfo{
-		Server:     srv,
-		FullMethod: GoPlanClient_ServiceBoxListWithDetails_FullMethodName,
-	}
-	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
-		return srv.(GoPlanClientServer).ServiceBoxListWithDetails(ctx, req.(*ServiceBoxListWithDetailsReq))
-	}
-	return interceptor(ctx, in, info, handler)
-}
-
 func _GoPlanClient_ServiceBoxTypesAdd_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
 	in := new(ServiceBoxTypesAddReq)
 	if err := dec(in); err != nil {
@@ -2356,24 +2078,6 @@ func _GoPlanClient_ServicePlanAddWithBoxes_Handler(srv interface{}, ctx context.
 	return interceptor(ctx, in, info, handler)
 }
 
-func _GoPlanClient_ServicePlanAddWithBoxesAndDetails_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
-	in := new(ServicePlanAddWithBoxesAndDetailsReq)
-	if err := dec(in); err != nil {
-		return nil, err
-	}
-	if interceptor == nil {
-		return srv.(GoPlanClientServer).ServicePlanAddWithBoxesAndDetails(ctx, in)
-	}
-	info := &grpc.UnaryServerInfo{
-		Server:     srv,
-		FullMethod: GoPlanClient_ServicePlanAddWithBoxesAndDetails_FullMethodName,
-	}
-	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
-		return srv.(GoPlanClientServer).ServicePlanAddWithBoxesAndDetails(ctx, req.(*ServicePlanAddWithBoxesAndDetailsReq))
-	}
-	return interceptor(ctx, in, info, handler)
-}
-
 func _GoPlanClient_ServicePlanUpdate_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
 	in := new(ServicePlanUpdateReq)
 	if err := dec(in); err != nil {
@@ -2410,24 +2114,6 @@ func _GoPlanClient_ServicePlanUpdateWithBoxes_Handler(srv interface{}, ctx conte
 	return interceptor(ctx, in, info, handler)
 }
 
-func _GoPlanClient_ServicePlanUpdateWithBoxesAndDetails_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
-	in := new(ServicePlanUpdateWithBoxesAndDetailsReq)
-	if err := dec(in); err != nil {
-		return nil, err
-	}
-	if interceptor == nil {
-		return srv.(GoPlanClientServer).ServicePlanUpdateWithBoxesAndDetails(ctx, in)
-	}
-	info := &grpc.UnaryServerInfo{
-		Server:     srv,
-		FullMethod: GoPlanClient_ServicePlanUpdateWithBoxesAndDetails_FullMethodName,
-	}
-	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
-		return srv.(GoPlanClientServer).ServicePlanUpdateWithBoxesAndDetails(ctx, req.(*ServicePlanUpdateWithBoxesAndDetailsReq))
-	}
-	return interceptor(ctx, in, info, handler)
-}
-
 func _GoPlanClient_ServicePlanDel_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
 	in := new(ServicePlanDelReq)
 	if err := dec(in); err != nil {
@@ -2482,24 +2168,6 @@ func _GoPlanClient_ServicePlanGetWithBoxes_Handler(srv interface{}, ctx context.
 	return interceptor(ctx, in, info, handler)
 }
 
-func _GoPlanClient_ServicePlanGetWithBoxesAndDetails_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
-	in := new(ServicePlanGetWithBoxesAndDetailsReq)
-	if err := dec(in); err != nil {
-		return nil, err
-	}
-	if interceptor == nil {
-		return srv.(GoPlanClientServer).ServicePlanGetWithBoxesAndDetails(ctx, in)
-	}
-	info := &grpc.UnaryServerInfo{
-		Server:     srv,
-		FullMethod: GoPlanClient_ServicePlanGetWithBoxesAndDetails_FullMethodName,
-	}
-	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
-		return srv.(GoPlanClientServer).ServicePlanGetWithBoxesAndDetails(ctx, req.(*ServicePlanGetWithBoxesAndDetailsReq))
-	}
-	return interceptor(ctx, in, info, handler)
-}
-
 func _GoPlanClient_ServicePlanList_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
 	in := new(ServicePlanListReq)
 	if err := dec(in); err != nil {
@@ -2518,42 +2186,6 @@ func _GoPlanClient_ServicePlanList_Handler(srv interface{}, ctx context.Context,
 	return interceptor(ctx, in, info, handler)
 }
 
-func _GoPlanClient_ServicePlanListWithBoxes_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
-	in := new(ServicePlanListWithBoxesReq)
-	if err := dec(in); err != nil {
-		return nil, err
-	}
-	if interceptor == nil {
-		return srv.(GoPlanClientServer).ServicePlanListWithBoxes(ctx, in)
-	}
-	info := &grpc.UnaryServerInfo{
-		Server:     srv,
-		FullMethod: GoPlanClient_ServicePlanListWithBoxes_FullMethodName,
-	}
-	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
-		return srv.(GoPlanClientServer).ServicePlanListWithBoxes(ctx, req.(*ServicePlanListWithBoxesReq))
-	}
-	return interceptor(ctx, in, info, handler)
-}
-
-func _GoPlanClient_ServicePlanListWithBoxesAndDetails_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
-	in := new(ServicePlanListWithBoxesAndDetailsReq)
-	if err := dec(in); err != nil {
-		return nil, err
-	}
-	if interceptor == nil {
-		return srv.(GoPlanClientServer).ServicePlanListWithBoxesAndDetails(ctx, in)
-	}
-	info := &grpc.UnaryServerInfo{
-		Server:     srv,
-		FullMethod: GoPlanClient_ServicePlanListWithBoxesAndDetails_FullMethodName,
-	}
-	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
-		return srv.(GoPlanClientServer).ServicePlanListWithBoxesAndDetails(ctx, req.(*ServicePlanListWithBoxesAndDetailsReq))
-	}
-	return interceptor(ctx, in, info, handler)
-}
-
 func _GoPlanClient_ServicePlanBoxesAdd_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
 	in := new(ServicePlanBoxesAddReq)
 	if err := dec(in); err != nil {
@@ -2716,60 +2348,6 @@ func _GoPlanClient_ServicePlanChannelGet_Handler(srv interface{}, ctx context.Co
 	return interceptor(ctx, in, info, handler)
 }
 
-func _GoPlanClient_ServicePlanChannelGetWithPlan_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
-	in := new(ServicePlanChannelGetWithPlanReq)
-	if err := dec(in); err != nil {
-		return nil, err
-	}
-	if interceptor == nil {
-		return srv.(GoPlanClientServer).ServicePlanChannelGetWithPlan(ctx, in)
-	}
-	info := &grpc.UnaryServerInfo{
-		Server:     srv,
-		FullMethod: GoPlanClient_ServicePlanChannelGetWithPlan_FullMethodName,
-	}
-	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
-		return srv.(GoPlanClientServer).ServicePlanChannelGetWithPlan(ctx, req.(*ServicePlanChannelGetWithPlanReq))
-	}
-	return interceptor(ctx, in, info, handler)
-}
-
-func _GoPlanClient_ServicePlanChannelGetWithPlanAndBoxes_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
-	in := new(ServicePlanChannelGetWithPlanAndBoxesReq)
-	if err := dec(in); err != nil {
-		return nil, err
-	}
-	if interceptor == nil {
-		return srv.(GoPlanClientServer).ServicePlanChannelGetWithPlanAndBoxes(ctx, in)
-	}
-	info := &grpc.UnaryServerInfo{
-		Server:     srv,
-		FullMethod: GoPlanClient_ServicePlanChannelGetWithPlanAndBoxes_FullMethodName,
-	}
-	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
-		return srv.(GoPlanClientServer).ServicePlanChannelGetWithPlanAndBoxes(ctx, req.(*ServicePlanChannelGetWithPlanAndBoxesReq))
-	}
-	return interceptor(ctx, in, info, handler)
-}
-
-func _GoPlanClient_ServicePlanChannelGetWithPlanAndBoxesAndDetails_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
-	in := new(ServicePlanChannelGetWithPlanAndBoxesAndDetailsReq)
-	if err := dec(in); err != nil {
-		return nil, err
-	}
-	if interceptor == nil {
-		return srv.(GoPlanClientServer).ServicePlanChannelGetWithPlanAndBoxesAndDetails(ctx, in)
-	}
-	info := &grpc.UnaryServerInfo{
-		Server:     srv,
-		FullMethod: GoPlanClient_ServicePlanChannelGetWithPlanAndBoxesAndDetails_FullMethodName,
-	}
-	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
-		return srv.(GoPlanClientServer).ServicePlanChannelGetWithPlanAndBoxesAndDetails(ctx, req.(*ServicePlanChannelGetWithPlanAndBoxesAndDetailsReq))
-	}
-	return interceptor(ctx, in, info, handler)
-}
-
 func _GoPlanClient_ServicePlanChannelList_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
 	in := new(ServicePlanChannelListReq)
 	if err := dec(in); err != nil {
@@ -2788,60 +2366,6 @@ func _GoPlanClient_ServicePlanChannelList_Handler(srv interface{}, ctx context.C
 	return interceptor(ctx, in, info, handler)
 }
 
-func _GoPlanClient_ServicePlanChannelListWithPlan_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
-	in := new(ServicePlanChannelListWithPlanReq)
-	if err := dec(in); err != nil {
-		return nil, err
-	}
-	if interceptor == nil {
-		return srv.(GoPlanClientServer).ServicePlanChannelListWithPlan(ctx, in)
-	}
-	info := &grpc.UnaryServerInfo{
-		Server:     srv,
-		FullMethod: GoPlanClient_ServicePlanChannelListWithPlan_FullMethodName,
-	}
-	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
-		return srv.(GoPlanClientServer).ServicePlanChannelListWithPlan(ctx, req.(*ServicePlanChannelListWithPlanReq))
-	}
-	return interceptor(ctx, in, info, handler)
-}
-
-func _GoPlanClient_ServicePlanChannelListWithPlanAndBoxes_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
-	in := new(ServicePlanChannelListWithPlanAndBoxesReq)
-	if err := dec(in); err != nil {
-		return nil, err
-	}
-	if interceptor == nil {
-		return srv.(GoPlanClientServer).ServicePlanChannelListWithPlanAndBoxes(ctx, in)
-	}
-	info := &grpc.UnaryServerInfo{
-		Server:     srv,
-		FullMethod: GoPlanClient_ServicePlanChannelListWithPlanAndBoxes_FullMethodName,
-	}
-	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
-		return srv.(GoPlanClientServer).ServicePlanChannelListWithPlanAndBoxes(ctx, req.(*ServicePlanChannelListWithPlanAndBoxesReq))
-	}
-	return interceptor(ctx, in, info, handler)
-}
-
-func _GoPlanClient_ServicePlanChannelListWithPlanAndBoxesAndDetails_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
-	in := new(ServicePlanChannelListWithPlanAndBoxesAndDetailsReq)
-	if err := dec(in); err != nil {
-		return nil, err
-	}
-	if interceptor == nil {
-		return srv.(GoPlanClientServer).ServicePlanChannelListWithPlanAndBoxesAndDetails(ctx, in)
-	}
-	info := &grpc.UnaryServerInfo{
-		Server:     srv,
-		FullMethod: GoPlanClient_ServicePlanChannelListWithPlanAndBoxesAndDetails_FullMethodName,
-	}
-	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
-		return srv.(GoPlanClientServer).ServicePlanChannelListWithPlanAndBoxesAndDetails(ctx, req.(*ServicePlanChannelListWithPlanAndBoxesAndDetailsReq))
-	}
-	return interceptor(ctx, in, info, handler)
-}
-
 // GoPlanClient_ServiceDesc is the grpc.ServiceDesc for GoPlanClient service.
 // It's only intended for direct use with grpc.RegisterService,
 // and not to be introspected or modified (even as a copy)
@@ -2865,18 +2389,10 @@ var GoPlanClient_ServiceDesc = grpc.ServiceDesc{
 			MethodName: "ServiceTypesGet",
 			Handler:    _GoPlanClient_ServiceTypesGet_Handler,
 		},
-		{
-			MethodName: "ServiceTypesGetWithValue",
-			Handler:    _GoPlanClient_ServiceTypesGetWithValue_Handler,
-		},
 		{
 			MethodName: "ServiceTypesList",
 			Handler:    _GoPlanClient_ServiceTypesList_Handler,
 		},
-		{
-			MethodName: "ServiceTypesListWithValue",
-			Handler:    _GoPlanClient_ServiceTypesListWithValue_Handler,
-		},
 		{
 			MethodName: "ServiceBoxAdd",
 			Handler:    _GoPlanClient_ServiceBoxAdd_Handler,
@@ -2909,10 +2425,6 @@ var GoPlanClient_ServiceDesc = grpc.ServiceDesc{
 			MethodName: "ServiceBoxList",
 			Handler:    _GoPlanClient_ServiceBoxList_Handler,
 		},
-		{
-			MethodName: "ServiceBoxListWithDetails",
-			Handler:    _GoPlanClient_ServiceBoxListWithDetails_Handler,
-		},
 		{
 			MethodName: "ServiceBoxTypesAdd",
 			Handler:    _GoPlanClient_ServiceBoxTypesAdd_Handler,
@@ -2941,10 +2453,6 @@ var GoPlanClient_ServiceDesc = grpc.ServiceDesc{
 			MethodName: "ServicePlanAddWithBoxes",
 			Handler:    _GoPlanClient_ServicePlanAddWithBoxes_Handler,
 		},
-		{
-			MethodName: "ServicePlanAddWithBoxesAndDetails",
-			Handler:    _GoPlanClient_ServicePlanAddWithBoxesAndDetails_Handler,
-		},
 		{
 			MethodName: "ServicePlanUpdate",
 			Handler:    _GoPlanClient_ServicePlanUpdate_Handler,
@@ -2953,10 +2461,6 @@ var GoPlanClient_ServiceDesc = grpc.ServiceDesc{
 			MethodName: "ServicePlanUpdateWithBoxes",
 			Handler:    _GoPlanClient_ServicePlanUpdateWithBoxes_Handler,
 		},
-		{
-			MethodName: "ServicePlanUpdateWithBoxesAndDetails",
-			Handler:    _GoPlanClient_ServicePlanUpdateWithBoxesAndDetails_Handler,
-		},
 		{
 			MethodName: "ServicePlanDel",
 			Handler:    _GoPlanClient_ServicePlanDel_Handler,
@@ -2969,22 +2473,10 @@ var GoPlanClient_ServiceDesc = grpc.ServiceDesc{
 			MethodName: "ServicePlanGetWithBoxes",
 			Handler:    _GoPlanClient_ServicePlanGetWithBoxes_Handler,
 		},
-		{
-			MethodName: "ServicePlanGetWithBoxesAndDetails",
-			Handler:    _GoPlanClient_ServicePlanGetWithBoxesAndDetails_Handler,
-		},
 		{
 			MethodName: "ServicePlanList",
 			Handler:    _GoPlanClient_ServicePlanList_Handler,
 		},
-		{
-			MethodName: "ServicePlanListWithBoxes",
-			Handler:    _GoPlanClient_ServicePlanListWithBoxes_Handler,
-		},
-		{
-			MethodName: "ServicePlanListWithBoxesAndDetails",
-			Handler:    _GoPlanClient_ServicePlanListWithBoxesAndDetails_Handler,
-		},
 		{
 			MethodName: "ServicePlanBoxesAdd",
 			Handler:    _GoPlanClient_ServicePlanBoxesAdd_Handler,
@@ -3021,34 +2513,10 @@ var GoPlanClient_ServiceDesc = grpc.ServiceDesc{
 			MethodName: "ServicePlanChannelGet",
 			Handler:    _GoPlanClient_ServicePlanChannelGet_Handler,
 		},
-		{
-			MethodName: "ServicePlanChannelGetWithPlan",
-			Handler:    _GoPlanClient_ServicePlanChannelGetWithPlan_Handler,
-		},
-		{
-			MethodName: "ServicePlanChannelGetWithPlanAndBoxes",
-			Handler:    _GoPlanClient_ServicePlanChannelGetWithPlanAndBoxes_Handler,
-		},
-		{
-			MethodName: "ServicePlanChannelGetWithPlanAndBoxesAndDetails",
-			Handler:    _GoPlanClient_ServicePlanChannelGetWithPlanAndBoxesAndDetails_Handler,
-		},
 		{
 			MethodName: "ServicePlanChannelList",
 			Handler:    _GoPlanClient_ServicePlanChannelList_Handler,
 		},
-		{
-			MethodName: "ServicePlanChannelListWithPlan",
-			Handler:    _GoPlanClient_ServicePlanChannelListWithPlan_Handler,
-		},
-		{
-			MethodName: "ServicePlanChannelListWithPlanAndBoxes",
-			Handler:    _GoPlanClient_ServicePlanChannelListWithPlanAndBoxes_Handler,
-		},
-		{
-			MethodName: "ServicePlanChannelListWithPlanAndBoxesAndDetails",
-			Handler:    _GoPlanClient_ServicePlanChannelListWithPlanAndBoxesAndDetails_Handler,
-		},
 	},
 	Streams:  []grpc.StreamDesc{},
 	Metadata: "gorpc.proto",

+ 0 - 174
pb/plan.proto

@@ -28,18 +28,6 @@ message ServiceTypesWithValueVo {
 message ServiceTypesGetReq { ServiceTypesVo vo = 1; }
 message ServiceTypesGetResp { ServiceTypesVo vo = 1; }
 
-message ServiceTypesGetWithValueReq {
-  int64 serviceBoxId = 1;
-  string productCode = 2;
-  string serviceBoxCode = 3;
-  int64 serviceTypeId = 4;
-  string serviceTypeCode = 5;
-}
-message ServiceTypesGetWithValueResp {
-  ServiceTypesVo vo = 1;
-  int64 value = 2;
-}
-
 message ServiceTypesAddReq { ServiceTypesVo vo = 1; }
 message ServiceTypesAddResp { ServiceTypesVo vo = 1; }
 
@@ -58,19 +46,6 @@ message ServiceTypesListResp {
   int64 total = 1;
   repeated ServiceTypesVo list = 2;
 }
-
-message ServiceTypesListWithValueReq {
-  Page page = 1;
-  ServiceTypesVo vo = 2;
-  repeated int64 serviceBoxIds = 3;
-  repeated string productCodes = 4;
-  repeated string serviceBoxCodes = 5;
-  repeated int64 excludeIds = 6;
-}
-message ServiceTypesListWithValueResp {
-  int64 total = 1;
-  repeated ServiceTypesWithValueVo list = 2;
-}
 // end ServiceTypes
 
 // ServiceBox
@@ -101,11 +76,6 @@ message ServiceBoxWithDurationVo {
   int64 bindId = 5;
 }
 
-message ServiceBoxWithDurationAndDetailsVo {
-  ServiceBoxWithDurationVo serviceBox = 1;
-  repeated ServiceTypesWithValueVo serviceTypes = 2;
-}
-
 message ServiceBoxGetReq { ServiceBoxVo vo = 1; }
 message ServiceBoxGetResp { ServiceBoxVo vo = 1; }
 
@@ -153,17 +123,6 @@ message ServiceBoxListResp {
   int64 total = 1;
   repeated ServiceBoxVo list = 2;
 }
-
-message ServiceBoxListWithDetailsReq {
-  Page page = 1;
-  ServiceBoxVo vo = 2;
-  repeated string productCodes = 3;
-  repeated int64 excludeIds = 4;
-}
-message ServiceBoxListWithDetailsResp {
-  int64 total = 1;
-  repeated ServiceBoxWithDetailsVo list = 2;
-}
 // end ServiceBox
 
 // ServiceBoxTypes
@@ -246,11 +205,6 @@ message ServicePlanWithBoxesVo {
   repeated ServiceBoxWithDurationVo serviceBoxes = 2;
 }
 
-message ServicePlanWithBoxesAndDetailsVo {
-  ServicePlanVo servicePlan = 1;
-  repeated ServiceBoxWithDurationAndDetailsVo serviceBoxes = 2;
-}
-
 message ServicePlanGetReq { ServicePlanVo vo = 1; }
 message ServicePlanGetResp { ServicePlanVo vo = 1; }
 
@@ -260,12 +214,6 @@ message ServicePlanGetWithBoxesResp {
   repeated ServiceBoxWithDurationVo serviceBoxes = 2;
 }
 
-message ServicePlanGetWithBoxesAndDetailsReq { ServicePlanVo vo = 1; }
-message ServicePlanGetWithBoxesAndDetailsResp {
-  ServicePlanVo servicePlan = 1;
-  repeated ServiceBoxWithDurationAndDetailsVo serviceBoxes = 2;
-}
-
 message ServicePlanAddReq { ServicePlanVo vo = 1; }
 message ServicePlanAddResp { ServicePlanVo vo = 1; }
 
@@ -278,15 +226,6 @@ message ServicePlanAddWithBoxesResp {
   repeated ServiceBoxWithDurationVo serviceBoxes = 2;
 }
 
-message ServicePlanAddWithBoxesAndDetailsReq {
-  ServicePlanVo servicePlan = 1;
-  repeated ServiceBoxWithDurationAndDetailsVo serviceBoxes = 2;
-}
-message ServicePlanAddWithBoxesAndDetailsResp {
-  ServicePlanVo servicePlan = 1;
-  repeated ServiceBoxWithDurationAndDetailsVo serviceBoxes = 2;
-}
-
 message ServicePlanUpdateReq { ServicePlanVo vo = 1; }
 message ServicePlanUpdateResp { ServicePlanVo vo = 1; }
 
@@ -299,15 +238,6 @@ message ServicePlanUpdateWithBoxesResp {
   repeated ServiceBoxWithDurationVo serviceBoxes = 2;
 }
 
-message ServicePlanUpdateWithBoxesAndDetailsReq {
-  ServicePlanVo servicePlan = 1;
-  repeated ServiceBoxWithDurationAndDetailsVo serviceBoxes = 2;
-}
-message ServicePlanUpdateWithBoxesAndDetailsResp {
-  ServicePlanVo servicePlan = 1;
-  repeated ServiceBoxWithDurationAndDetailsVo serviceBoxes = 2;
-}
-
 message ServicePlanDelReq { repeated int64 ids = 1; }
 
 message ServicePlanListReq {
@@ -331,17 +261,6 @@ message ServicePlanListWithBoxesResp {
   int64 total = 1;
   repeated ServicePlanWithBoxesVo list = 2;
 }
-
-message ServicePlanListWithBoxesAndDetailsReq {
-  Page page = 1;
-  ServicePlanVo vo = 2;
-  repeated string productCodes = 3;
-  repeated int64 excludeIds = 4;
-}
-message ServicePlanListWithBoxesAndDetailsResp {
-  int64 total = 1;
-  repeated ServicePlanWithBoxesAndDetailsVo list = 2;
-}
 // end ServicePlan
 
 // ServicePlanBoxes
@@ -409,46 +328,9 @@ message ServicePlanChannelVo {
   int64 updateAt = 22;             // 更新者ID
 }
 
-message ServicePlanChannelWithPlanVo {
-  ServicePlanChannelVo servicePlanChannel = 1;
-  ServicePlanVo servicePlan = 2;
-}
-
-message ServicePlanChannelWithPlanAndBoxesVo {
-  ServicePlanChannelVo servicePlanChannel = 1;
-  ServicePlanVo servicePlan = 2;
-  repeated ServiceBoxWithDurationVo serviceBoxes = 3;
-}
-
-message ServicePlanChannelWithPlanAndBoxesAndDetailsVo {
-  ServicePlanChannelVo servicePlanChannel = 1;
-  ServicePlanVo servicePlan = 2;
-  repeated ServiceBoxWithDurationAndDetailsVo serviceBoxes = 3;
-}
-
 message ServicePlanChannelGetReq { ServicePlanChannelVo vo = 1; }
 message ServicePlanChannelGetResp { ServicePlanChannelVo vo = 1; }
 
-message ServicePlanChannelGetWithPlanReq { ServicePlanChannelVo vo = 1; }
-message ServicePlanChannelGetWithPlanResp {
-  ServicePlanChannelVo servicePlanChannel = 1;
-  ServicePlanVo servicePlan = 2;
-}
-
-message ServicePlanChannelGetWithPlanAndBoxesReq { ServicePlanChannelVo vo = 1; }
-message ServicePlanChannelGetWithPlanAndBoxesResp {
-  ServicePlanChannelVo servicePlanChannel = 1;
-  ServicePlanVo servicePlan = 2;
-  repeated ServiceBoxWithDurationVo serviceBoxes = 3;
-}
-
-message ServicePlanChannelGetWithPlanAndBoxesAndDetailsReq { ServicePlanChannelVo vo = 1; }
-message ServicePlanChannelGetWithPlanAndBoxesAndDetailsResp {
-  ServicePlanChannelVo servicePlanChannel = 1;
-  ServicePlanVo servicePlan = 2;
-  repeated ServiceBoxWithDurationAndDetailsVo serviceBoxes = 3;
-}
-
 message ServicePlanChannelAddReq { ServicePlanChannelVo vo = 1; }
 message ServicePlanChannelAddResp { ServicePlanChannelVo vo = 1; }
 
@@ -470,48 +352,6 @@ message ServicePlanChannelListResp {
   int64 total = 1;
   repeated ServicePlanChannelVo list = 2;
 }
-
-message ServicePlanChannelListWithPlanReq {
-  Page page = 1;
-  ServicePlanChannelVo vo = 2;
-  repeated string productCodes = 3;
-  repeated string channels = 4;
-  repeated string channelItemIds = 5;
-  repeated int64 servicePlanIds = 6;
-  repeated int64 excludeIds = 7;
-}
-message ServicePlanChannelListWithPlanResp {
-  int64 total = 1;
-  repeated ServicePlanChannelWithPlanVo list = 2;
-}
-
-message ServicePlanChannelListWithPlanAndBoxesReq {
-  Page page = 1;
-  ServicePlanChannelVo vo = 2;
-  repeated string productCodes = 3;
-  repeated string channels = 4;
-  repeated string channelItemIds = 5;
-  repeated int64 servicePlanIds = 6;
-  repeated int64 excludeIds = 7;
-}
-message ServicePlanChannelListWithPlanAndBoxesResp {
-  int64 total = 1;
-  repeated ServicePlanChannelWithPlanAndBoxesVo list = 2;
-}
-
-message ServicePlanChannelListWithPlanAndBoxesAndDetailsReq {
-  Page page = 1;
-  ServicePlanChannelVo vo = 2;
-  repeated string productCodes = 3;
-  repeated string channels = 4;
-  repeated string channelItemIds = 5;
-  repeated int64 servicePlanIds = 6;
-  repeated int64 excludeIds = 7;
-}
-message ServicePlanChannelListWithPlanAndBoxesAndDetailsResp {
-  int64 total = 1;
-  repeated ServicePlanChannelWithPlanAndBoxesAndDetailsVo list = 2;
-}
 // end ServicePlanChannel
 
 service GoPlanClient {
@@ -521,9 +361,7 @@ service GoPlanClient {
   rpc ServiceTypesUpdate(ServiceTypesUpdateReq) returns (ServiceTypesUpdateResp);
   rpc ServiceTypesDel(ServiceTypesDelReq) returns (Empty);
   rpc ServiceTypesGet(ServiceTypesGetReq) returns (ServiceTypesGetResp);
-  rpc ServiceTypesGetWithValue(ServiceTypesGetWithValueReq) returns (ServiceTypesGetWithValueResp);
   rpc ServiceTypesList(ServiceTypesListReq) returns (ServiceTypesListResp);
-  rpc ServiceTypesListWithValue(ServiceTypesListWithValueReq) returns (ServiceTypesListWithValueResp);
 
   /** ServiceBox Model */
   // ServiceBoxAdd
@@ -535,7 +373,6 @@ service GoPlanClient {
   rpc ServiceBoxGet(ServiceBoxGetReq) returns (ServiceBoxGetResp);
   rpc ServiceBoxGetWithDetails(ServiceBoxGetWithDetailsReq) returns (ServiceBoxGetWithDetailsResp);
   rpc ServiceBoxList(ServiceBoxListReq) returns (ServiceBoxListResp);
-  rpc ServiceBoxListWithDetails(ServiceBoxListWithDetailsReq) returns (ServiceBoxListWithDetailsResp);
 
   /** ServiceBoxTypes Model */
   // ServiceBoxTypesAdd
@@ -549,17 +386,12 @@ service GoPlanClient {
   // ServicePlanAdd
   rpc ServicePlanAdd(ServicePlanAddReq) returns (ServicePlanAddResp);
   rpc ServicePlanAddWithBoxes(ServicePlanAddWithBoxesReq) returns (ServicePlanAddWithBoxesResp);
-  rpc ServicePlanAddWithBoxesAndDetails(ServicePlanAddWithBoxesAndDetailsReq) returns (ServicePlanAddWithBoxesAndDetailsResp);
   rpc ServicePlanUpdate(ServicePlanUpdateReq) returns (ServicePlanUpdateResp);
   rpc ServicePlanUpdateWithBoxes(ServicePlanUpdateWithBoxesReq) returns (ServicePlanUpdateWithBoxesResp);
-  rpc ServicePlanUpdateWithBoxesAndDetails(ServicePlanUpdateWithBoxesAndDetailsReq) returns (ServicePlanUpdateWithBoxesAndDetailsResp);
   rpc ServicePlanDel(ServicePlanDelReq) returns (Empty);
   rpc ServicePlanGet(ServicePlanGetReq) returns (ServicePlanGetResp);
   rpc ServicePlanGetWithBoxes(ServicePlanGetWithBoxesReq) returns (ServicePlanGetWithBoxesResp);
-  rpc ServicePlanGetWithBoxesAndDetails(ServicePlanGetWithBoxesAndDetailsReq) returns (ServicePlanGetWithBoxesAndDetailsResp);
   rpc ServicePlanList(ServicePlanListReq) returns (ServicePlanListResp);
-  rpc ServicePlanListWithBoxes(ServicePlanListWithBoxesReq) returns (ServicePlanListWithBoxesResp);
-  rpc ServicePlanListWithBoxesAndDetails(ServicePlanListWithBoxesAndDetailsReq) returns (ServicePlanListWithBoxesAndDetailsResp);
 
   /** ServicePlanBoxes Model */
   // ServicePlanBoxesAdd
@@ -575,11 +407,5 @@ service GoPlanClient {
   rpc ServicePlanChannelUpdate(ServicePlanChannelUpdateReq) returns (ServicePlanChannelUpdateResp);
   rpc ServicePlanChannelDel(ServicePlanChannelDelReq) returns (Empty);
   rpc ServicePlanChannelGet(ServicePlanChannelGetReq) returns (ServicePlanChannelGetResp);
-  rpc ServicePlanChannelGetWithPlan(ServicePlanChannelGetWithPlanReq) returns (ServicePlanChannelGetWithPlanResp);
-  rpc ServicePlanChannelGetWithPlanAndBoxes(ServicePlanChannelGetWithPlanAndBoxesReq) returns (ServicePlanChannelGetWithPlanAndBoxesResp);
-  rpc ServicePlanChannelGetWithPlanAndBoxesAndDetails(ServicePlanChannelGetWithPlanAndBoxesAndDetailsReq) returns (ServicePlanChannelGetWithPlanAndBoxesAndDetailsResp);
   rpc ServicePlanChannelList(ServicePlanChannelListReq) returns (ServicePlanChannelListResp);
-  rpc ServicePlanChannelListWithPlan(ServicePlanChannelListWithPlanReq) returns (ServicePlanChannelListWithPlanResp);
-  rpc ServicePlanChannelListWithPlanAndBoxes(ServicePlanChannelListWithPlanAndBoxesReq) returns (ServicePlanChannelListWithPlanAndBoxesResp);
-  rpc ServicePlanChannelListWithPlanAndBoxesAndDetails(ServicePlanChannelListWithPlanAndBoxesAndDetailsReq) returns (ServicePlanChannelListWithPlanAndBoxesAndDetailsResp);
 }

Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff