do

package
v0.2.12 Latest Latest
Warning

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

Go to latest
Published: Nov 17, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SysAppid

type SysAppid struct {
	g.Meta     `orm:"table:sys_appid, do:true"`
	Id         interface{} //
	Userid     interface{} //
	Token      interface{} //
	Remark     interface{} //
	Available  interface{} //
	CreateTime *gtime.Time //
	DelFlag    interface{} //
}

SysAppid is the golang structure of table sys_appid for DAO operations like Where/Data.

type SysDic

type SysDic struct {
	g.Meta     `orm:"table:sys_dic, do:true"`
	Id         interface{} //
	ParentId   interface{} //
	TreeId     interface{} //
	TreeName   interface{} //
	TreeValue  interface{} //
	Describe   interface{} //
	OrderBy    interface{} //
	IsDefault  interface{} //
	Remark     interface{} //
	Available  interface{} //
	CreateTime *gtime.Time //
	DelFlag    interface{} //
}

SysDic is the golang structure of table sys_dic for DAO operations like Where/Data.

type SysFile

type SysFile struct {
	g.Meta     `orm:"table:sys_file, do:true"`
	Id         interface{} //
	Uri        interface{} //
	Name       interface{} //
	Size       interface{} //
	Suffix     interface{} //
	OssType    interface{} //
	ProxyType  interface{} //
	DownSize   interface{} //
	IsDeploy   interface{} //
	Available  interface{} //
	IsDefault  interface{} //
	Remark     interface{} //
	CreateTime *gtime.Time //
	DelFlag    interface{} //
}

SysFile is the golang structure of table sys_file for DAO operations like Where/Data.

type SysJob

type SysJob struct {
	g.Meta     `orm:"table:sys_job, do:true"`
	Id         interface{} //
	JobName    interface{} //
	Cron       interface{} //
	JobTag     interface{} //
	Available  interface{} //
	IsDefault  interface{} //
	Remark     interface{} //
	CreateTime *gtime.Time //
	DelFlag    interface{} //
}

SysJob is the golang structure of table sys_job for DAO operations like Where/Data.

type SysMenu

type SysMenu struct {
	g.Meta       `orm:"table:sys_menu, do:true"`
	Id           interface{} //
	ParentId     interface{} //
	ParentName   interface{} //
	TreeId       interface{} //
	MenuIcon     interface{} //
	MenuName     interface{} //
	MenuTitle    interface{} //
	MenuUrl      interface{} //
	OrderBy      interface{} //
	ResourceType interface{} //
	Target       interface{} //
	Remark       interface{} //
	Available    interface{} //
	CreateTime   *gtime.Time //
	DelFlag      interface{} //
}

SysMenu is the golang structure of table sys_menu for DAO operations like Where/Data.

type SysParam

type SysParam struct {
	g.Meta     `orm:"table:sys_param, do:true"`
	Id         interface{} //
	ParentId   interface{} //
	TreeId     interface{} //
	TreeName   interface{} //
	TreeValue  interface{} //
	TreeType   interface{} //
	Describe   interface{} //
	OrderBy    interface{} //
	IsDefault  interface{} //
	Remark     interface{} //
	Available  interface{} //
	CreateTime *gtime.Time //
	DelFlag    interface{} //
}

SysParam is the golang structure of table sys_param for DAO operations like Where/Data.

type SysRole

type SysRole struct {
	g.Meta     `orm:"table:sys_role, do:true"`
	Id         interface{} //
	ParentId   interface{} //
	TreeId     interface{} //
	TreeName   interface{} //
	TreeValue  interface{} //
	OrderBy    interface{} //
	Describe   interface{} //
	Available  interface{} //
	DelFlag    interface{} //
	CreateTime *gtime.Time //
}

SysRole is the golang structure of table sys_role for DAO operations like Where/Data.

type SysUser

type SysUser struct {
	g.Meta     `orm:"table:sys_user, do:true"`
	Id         interface{} //
	Userid     interface{} //
	UserName   interface{} //
	NickName   interface{} //
	Passwd     interface{} //
	Salt       interface{} //
	State      interface{} //
	AvatarPic  interface{} //
	Remark     interface{} //
	Available  interface{} //
	CreateTime *gtime.Time //
	DelFlag    interface{} //
}

SysUser is the golang structure of table sys_user for DAO operations like Where/Data.

type SysUserRole

type SysUserRole struct {
	g.Meta     `orm:"table:sys_user_role, do:true"`
	Id         interface{} //
	Userid     interface{} //
	Roleid     interface{} //
	Remark     interface{} //
	Available  interface{} //
	CreateTime *gtime.Time //
	DelFlag    interface{} //
}

SysUserRole is the golang structure of table sys_user_role for DAO operations like Where/Data.

Jump to

Keyboard shortcuts

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