Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeviceModelDao ¶
func NewDeviceModelDao ¶
func NewDeviceModelDao() *DeviceModelDao
func (*DeviceModelDao) Delete ¶
func (this *DeviceModelDao) Delete(id int64) bool
func (*DeviceModelDao) GetAll ¶
func (this *DeviceModelDao) GetAll() []models.DeviceModel
func (*DeviceModelDao) SearchPageList ¶
func (this *DeviceModelDao) SearchPageList(pageIndex int, pageSize int, manufactorId int) *helper.QueryResult
type UserGroupDao ¶
func NewUserGroupDao ¶
func NewUserGroupDao() *UserGroupDao
func (*UserGroupDao) GetUserGroupsByIds ¶
func (this *UserGroupDao) GetUserGroupsByIds(ids []int) []models.UserGroup
func (*UserGroupDao) SearchPageList ¶
func (this *UserGroupDao) SearchPageList(pageIndex int, pageSize int) *helper.QueryResult
Click to show internal directories.
Click to hide internal directories.