Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SysAppid ¶
type SysAppid struct { Id int `json:"id" ` Userid int `json:"userid" ` Token string `json:"token" ` Remark string `json:"remark" ` Available int `json:"available" ` CreateTime *gtime.Time `json:"createTime" ` DelFlag int `json:"delFlag" ` }
SysAppid is the golang structure for table sys_appid.
type SysDic ¶
type SysDic struct { Id int `json:"id" ` ParentId string `json:"parentId" ` TreeId string `json:"treeId" ` TreeName string `json:"treeName" ` TreeValue string `json:"treeValue" ` Describe string `json:"describe" ` OrderBy int `json:"orderBy" ` IsDefault int `json:"isDefault" ` Remark string `json:"remark" ` Available int `json:"available" ` CreateTime *gtime.Time `json:"createTime" ` DelFlag int `json:"delFlag" ` }
SysDic is the golang structure for table sys_dic.
type SysFile ¶
type SysFile struct { Id int `json:"id" ` Uri string `json:"uri" ` Name string `json:"name" ` Size int `json:"size" ` Suffix string `json:"suffix" ` OssType string `json:"ossType" ` ProxyType string `json:"proxyType" ` DownSize int `json:"downSize" ` IsDeploy int `json:"isDeploy" ` Available int `json:"available" ` IsDefault int `json:"isDefault" ` Remark string `json:"remark" ` CreateTime *gtime.Time `json:"createTime" ` DelFlag int `json:"delFlag" ` }
SysFile is the golang structure for table sys_file.
type SysJob ¶
type SysJob struct { Id int `json:"id" ` JobName string `json:"jobName" ` Cron string `json:"cron" ` JobTag string `json:"jobTag" ` Available int `json:"available" ` IsDefault int `json:"isDefault" ` Remark string `json:"remark" ` CreateTime *gtime.Time `json:"createTime" ` DelFlag int `json:"delFlag" ` }
SysJob is the golang structure for table sys_job.
type SysMenu ¶
type SysMenu struct { Id int `json:"id" ` ParentId int `json:"parentId" ` ParentName string `json:"parentName" ` TreeId int `json:"treeId" ` MenuIcon string `json:"menuIcon" ` MenuName string `json:"menuName" ` MenuTitle string `json:"menuTitle" ` MenuUrl string `json:"menuUrl" ` OrderBy int `json:"orderBy" ` ResourceType string `json:"resourceType" ` Target string `json:"target" ` Remark string `json:"remark" ` Available int `json:"available" ` CreateTime *gtime.Time `json:"createTime" ` DelFlag int `json:"delFlag" ` }
SysMenu is the golang structure for table sys_menu.
type SysParam ¶
type SysParam struct { Id int `json:"id" ` ParentId string `json:"parentId" ` TreeId string `json:"treeId" ` TreeName string `json:"treeName" ` TreeValue string `json:"treeValue" ` TreeType string `json:"treeType" ` Describe string `json:"describe" ` OrderBy int `json:"orderBy" ` IsDefault int `json:"isDefault" ` Remark string `json:"remark" ` Available int `json:"available" ` CreateTime *gtime.Time `json:"createTime" ` DelFlag int `json:"delFlag" ` }
SysParam is the golang structure for table sys_param.
type SysRole ¶
type SysRole struct { Id int `json:"id" ` ParentId string `json:"parentId" ` TreeId string `json:"treeId" ` TreeName string `json:"treeName" ` TreeValue string `json:"treeValue" ` OrderBy int `json:"orderBy" ` Describe string `json:"describe" ` Available int `json:"available" ` DelFlag int `json:"delFlag" ` CreateTime *gtime.Time `json:"createTime" ` }
SysRole is the golang structure for table sys_role.
type SysUser ¶
type SysUser struct { Id int `json:"id" ` Userid int `json:"userid" ` UserName string `json:"userName" ` NickName string `json:"nickName" ` Passwd string `json:"passwd" ` Salt string `json:"salt" ` State int `json:"state" ` AvatarPic string `json:"avatarPic" ` Remark string `json:"remark" ` Available int `json:"available" ` CreateTime *gtime.Time `json:"createTime" ` DelFlag int `json:"delFlag" ` }
SysUser is the golang structure for table sys_user.
type SysUserRole ¶
type SysUserRole struct { Id int `json:"id" ` Userid int `json:"userid" ` Roleid int `json:"roleid" ` Remark string `json:"remark" ` Available int `json:"available" ` CreateTime *gtime.Time `json:"createTime" ` DelFlag int `json:"delFlag" ` }
SysUserRole is the golang structure for table sys_user_role.
Click to show internal directories.
Click to hide internal directories.