You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
package BaseRoleMenuService
|
|
|
|
type Rpc struct{} //服务对象
|
|
/*
|
|
//获取角色菜单对应关系
|
|
rpc GetBaseRoleMenuCorr (GetCorrArg) returns (Reply) {}
|
|
//设置角色菜单对应关系
|
|
rpc SetBaseRoleMenuCorr (SetCorrArg) returns (Reply) {}
|
|
*/
|