dao

package
v0.0.0-...-66d6a2b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 3, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Ad = AdDao{
		internal.NewAdDao(),
	}
)
View Source
var (
	// AdSort is globally public accessible object for table sys_ad_sort operations.
	AdSort = AdSortDao{
		internal.NewAdSortDao(),
	}
)
View Source
var (
	// City is globally public accessible object for table sys_city operations.
	City = CityDao{
		internal.NewCityDao(),
	}
)
View Source
var (
	// Config is globally public accessible object for table sys_config operations.
	Config = ConfigDao{
		internal.NewConfigDao(),
	}
)
View Source
var (
	// ConfigData is globally public accessible object for table sys_config_data operations.
	ConfigData = ConfigDataDao{
		internal.NewConfigDataDao(),
	}
)
View Source
var (
	// Dept is globally public accessible object for table sys_dept operations.
	Dept = DeptDao{
		internal.NewDeptDao(),
	}
)
View Source
var (
	// Dict is globally public accessible object for table sys_dict operations.
	Dict = DictDao{
		internal.NewDictDao(),
	}
)
View Source
var (
	// DictData is globally public accessible object for table sys_dict_data operations.
	DictData = DictDataDao{
		internal.NewDictDataDao(),
	}
)
View Source
var (
	// Example is globally public accessible object for table sys_example operations.
	Example = ExampleDao{
		internal.NewExampleDao(),
	}
)
View Source
var (
	// Item is globally public accessible object for table sys_item operations.
	Item = ItemDao{
		internal.NewItemDao(),
	}
)
View Source
var (
	// ItemCate is globally public accessible object for table sys_item_cate operations.
	ItemCate = ItemCateDao{
		internal.NewItemCateDao(),
	}
)
View Source
var (
	// Level is globally public accessible object for table sys_level operations.
	Level = LevelDao{
		internal.NewLevelDao(),
	}
)
View Source
var (
	// Link is globally public accessible object for table sys_link operations.
	Link = LinkDao{
		internal.NewLinkDao(),
	}
)
View Source
var (
	// LoginLog is globally public accessible object for table sys_login_log operations.
	LoginLog = LoginLogDao{
		internal.LoginLog,
	}
)
View Source
var (
	// Member is globally public accessible object for table ums_member operations.
	Member = MemberDao{
		internal.NewMemberDao(),
	}
)
View Source
var (
	// MemberLevel is globally public accessible object for table ums_member_level operations.
	MemberLevel = MemberLevelDao{
		internal.NewMemberLevelDao(),
	}
)
View Source
var (
	// Menu is globally public accessible object for table sys_menu operations.
	Menu = MenuDao{
		internal.NewMenuDao(),
	}
)
View Source
var (
	// Notice is globally public accessible object for table sys_notice operations.
	Notice = NoticeDao{
		internal.NewNoticeDao(),
	}
)
View Source
var (
	// OperLog is globally public accessible object for table sys_oper_log operations.
	OperLog = OperLogDao{
		internal.OperLog,
	}
)
View Source
var (
	// Position is globally public accessible object for table sys_position operations.
	Position = PositionDao{
		internal.NewPositionDao(),
	}
)
View Source
var (
	// Role is globally public accessible object for table sys_role operations.
	Role = RoleDao{
		internal.NewRoleDao(),
	}
)
View Source
var (
	// RoleMenu is globally public accessible object for table sys_role_menu operations.
	RoleMenu = RoleMenuDao{
		internal.NewRoleMenuDao(),
	}
)
View Source
var (
	// User is globally public accessible object for table sys_user operations.
	User = UserDao{
		internal.NewUserDao(),
	}
)
View Source
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 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.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL