8 lines
103 B
Go
8 lines
103 B
Go
package controller
|
|
|
|
// Api api接口
|
|
type Api struct {
|
|
Basic // 基础数据
|
|
Role // 角色数据
|
|
}
|