Documentation ¶
Overview ¶
GM角色层
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GmRoleService ¶
type GmRoleService struct { }
GmRoleService
func (GmRoleService) Add ¶
func (this GmRoleService) Add(model2 model.GmRoleModel) (id int64, err error)
func (GmRoleService) Delete ¶
func (this GmRoleService) Delete(id int) (err error)
func (GmRoleService) Select ¶
func (this GmRoleService) Select() (list []model.GmRoleModel, err error)
func (GmRoleService) Update ¶
func (this GmRoleService) Update(model2 model.GmRoleModel) (err error)
Click to show internal directories.
Click to hide internal directories.