Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var MemCache = cache.NewMemCache("guimenu", 1000, 1000)
Functions ¶
Types ¶
type GuiMenuService ¶
type GuiMenuService struct {
service.OrmBaseService
}
* 同步表结构,服务继承基本服务的方法
func GetGuiMenuService ¶
func GetGuiMenuService() *GuiMenuService
func (*GuiMenuService) GetGuiMenu ¶
func (this *GuiMenuService) GetGuiMenu(menuId string) (*entity.GuiMenu, error)
func (*GuiMenuService) GetSeqName ¶
func (this *GuiMenuService) GetSeqName() string
func (*GuiMenuService) NewEntities ¶
func (this *GuiMenuService) NewEntities(data []byte) (interface{}, error)
func (*GuiMenuService) NewEntity ¶
func (this *GuiMenuService) NewEntity(data []byte) (interface{}, error)
Click to show internal directories.
Click to hide internal directories.