Documentation ¶
Index ¶
- Variables
- type AdDao
- type AdSortDao
- type CityDao
- type ConfigDao
- type ConfigDataDao
- type DeptDao
- type DictDao
- type DictDataDao
- type ExampleDao
- type ItemCateDao
- type ItemDao
- type LevelDao
- type LinkDao
- type LoginLogDao
- type MemberDao
- type MemberLevelDao
- type MenuDao
- type NoticeDao
- type OperLogDao
- type PositionDao
- type RoleDao
- type RoleMenuDao
- type UserDao
- type UserRoleDao
Constants ¶
This section is empty.
Variables ¶
var ( // Ad is globally public accessible object for table sys_ad operations. Ad = AdDao{ internal.NewAdDao(), } )
var ( // AdSort is globally public accessible object for table sys_ad_sort operations. AdSort = AdSortDao{ internal.NewAdSortDao(), } )
var ( // City is globally public accessible object for table sys_city operations. City = CityDao{ internal.NewCityDao(), } )
var ( // Config is globally public accessible object for table sys_config operations. Config = ConfigDao{ internal.NewConfigDao(), } )
var ( // ConfigData is globally public accessible object for table sys_config_data operations. ConfigData = ConfigDataDao{ internal.NewConfigDataDao(), } )
var ( // Dept is globally public accessible object for table sys_dept operations. Dept = DeptDao{ internal.NewDeptDao(), } )
var ( // Dict is globally public accessible object for table sys_dict operations. Dict = DictDao{ internal.NewDictDao(), } )
var ( // DictData is globally public accessible object for table sys_dict_data operations. DictData = DictDataDao{ internal.NewDictDataDao(), } )
var ( // Example is globally public accessible object for table sys_example operations. Example = ExampleDao{ internal.NewExampleDao(), } )
var ( // Item is globally public accessible object for table sys_item operations. Item = ItemDao{ internal.NewItemDao(), } )
var ( // ItemCate is globally public accessible object for table sys_item_cate operations. ItemCate = ItemCateDao{ internal.NewItemCateDao(), } )
var ( // Level is globally public accessible object for table sys_level operations. Level = LevelDao{ internal.NewLevelDao(), } )
var ( // Link is globally public accessible object for table sys_link operations. Link = LinkDao{ internal.NewLinkDao(), } )
var ( // LoginLog is globally public accessible object for table sys_login_log operations. LoginLog = LoginLogDao{ internal.LoginLog, } )
var ( // Member is globally public accessible object for table ums_member operations. Member = MemberDao{ internal.NewMemberDao(), } )
var ( // MemberLevel is globally public accessible object for table ums_member_level operations. MemberLevel = MemberLevelDao{ internal.NewMemberLevelDao(), } )
var ( // Menu is globally public accessible object for table sys_menu operations. Menu = MenuDao{ internal.NewMenuDao(), } )
var ( // Notice is globally public accessible object for table sys_notice operations. Notice = NoticeDao{ internal.NewNoticeDao(), } )
var ( // OperLog is globally public accessible object for table sys_oper_log operations. OperLog = OperLogDao{ internal.OperLog, } )
var ( // Position is globally public accessible object for table sys_position operations. Position = PositionDao{ internal.NewPositionDao(), } )
var ( // Role is globally public accessible object for table sys_role operations. Role = RoleDao{ internal.NewRoleDao(), } )
var ( // RoleMenu is globally public accessible object for table sys_role_menu operations. RoleMenu = RoleMenuDao{ internal.NewRoleMenuDao(), } )
var ( // User is globally public accessible object for table sys_user operations. User = UserDao{ internal.NewUserDao(), } )
var ( // UserRole is globally public accessible object for table sys_user_role operations. UserRole = UserRoleDao{ internal.NewUserRoleDao(), } )
Functions ¶
This section is empty.
Types ¶
type AdDao ¶
type AdDao struct {
// contains filtered or unexported fields
}
AdDao is the data access object for table sys_ad. You can define custom methods on it to extend its functionality as you wish.
type AdSortDao ¶
type AdSortDao struct {
// contains filtered or unexported fields
}
AdSortDao is the data access object for table sys_ad_sort. You can define custom methods on it to extend its functionality as you wish.
type CityDao ¶
type CityDao struct {
// contains filtered or unexported fields
}
CityDao is the data access object for table sys_city. You can define custom methods on it to extend its functionality as you wish.
type ConfigDao ¶
type ConfigDao struct {
// contains filtered or unexported fields
}
ConfigDao is the data access object for table sys_config. You can define custom methods on it to extend its functionality as you wish.
type ConfigDataDao ¶
type ConfigDataDao struct {
// contains filtered or unexported fields
}
ConfigDataDao is the data access object for table sys_config_data. You can define custom methods on it to extend its functionality as you wish.
type DeptDao ¶
type DeptDao struct {
// contains filtered or unexported fields
}
DeptDao is the data access object for table sys_dept. You can define custom methods on it to extend its functionality as you wish.
type DictDao ¶
type DictDao struct {
// contains filtered or unexported fields
}
DictDao is the data access object for table sys_dict. You can define custom methods on it to extend its functionality as you wish.
type DictDataDao ¶
type DictDataDao struct {
// contains filtered or unexported fields
}
DictDataDao is the data access object for table sys_dict_data. You can define custom methods on it to extend its functionality as you wish.
type ExampleDao ¶
type ExampleDao struct {
// contains filtered or unexported fields
}
ExampleDao is the data access object for table sys_example. You can define custom methods on it to extend its functionality as you wish.
type ItemCateDao ¶
type ItemCateDao struct {
// contains filtered or unexported fields
}
ItemCateDao is the data access object for table sys_item_cate. You can define custom methods on it to extend its functionality as you wish.
type ItemDao ¶
type ItemDao struct {
// contains filtered or unexported fields
}
ItemDao is the data access object for table sys_item. You can define custom methods on it to extend its functionality as you wish.
type LevelDao ¶
type LevelDao struct {
// contains filtered or unexported fields
}
LevelDao is the data access object for table sys_level. You can define custom methods on it to extend its functionality as you wish.
type LinkDao ¶
type LinkDao struct {
// contains filtered or unexported fields
}
LinkDao is the data access object for table sys_link. You can define custom methods on it to extend its functionality as you wish.
type LoginLogDao ¶
type LoginLogDao struct {
internal.LoginLogDao
}
type MemberDao ¶
type MemberDao struct {
// contains filtered or unexported fields
}
MemberDao is the data access object for table ums_member. You can define custom methods on it to extend its functionality as you wish.
type MemberLevelDao ¶
type MemberLevelDao struct {
// contains filtered or unexported fields
}
MemberLevelDao is the data access object for table ums_member_level. You can define custom methods on it to extend its functionality as you wish.
type MenuDao ¶
type MenuDao struct {
// contains filtered or unexported fields
}
MenuDao is the data access object for table sys_menu. You can define custom methods on it to extend its functionality as you wish.
type NoticeDao ¶
type NoticeDao struct {
// contains filtered or unexported fields
}
NoticeDao is the data access object for table sys_notice. You can define custom methods on it to extend its functionality as you wish.
type OperLogDao ¶
type OperLogDao struct {
internal.OperLogDao
}
type PositionDao ¶
type PositionDao struct {
// contains filtered or unexported fields
}
PositionDao is the data access object for table sys_position. You can define custom methods on it to extend its functionality as you wish.
type RoleDao ¶
type RoleDao struct {
// contains filtered or unexported fields
}
RoleDao is the data access object for table sys_role. You can define custom methods on it to extend its functionality as you wish.
type RoleMenuDao ¶
type RoleMenuDao struct {
// contains filtered or unexported fields
}
RoleMenuDao is the data access object for table sys_role_menu. You can define custom methods on it to extend its functionality as you wish.
type UserDao ¶
type UserDao struct {
// contains filtered or unexported fields
}
UserDao is the data access object for table sys_user. You can define custom methods on it to extend its functionality as you wish.
type UserRoleDao ¶
type UserRoleDao struct {
// contains filtered or unexported fields
}
UserRoleDao is the data access object for table sys_user_role. You can define custom methods on it to extend its functionality as you wish.