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 SysAppidLog

type SysAppidLog struct {
	g.Meta     `orm:"table:sys_appid_log, do:true"`
	Id         interface{} //
	Name       interface{} //
	Method     interface{} //
	Api        interface{} //
	Ip         interface{} //
	Userid     interface{} //
	Available  interface{} //
	IsDefault  interface{} //
	Remark     interface{} //
	CreateTime *gtime.Time //
	DelFlag    interface{} //
}

SysAppidLog is the golang structure of table sys_appid_log for DAO operations like Where/Data.

type SysJobLog

type SysJobLog struct {
	g.Meta     `orm:"table:sys_job_log, do:true"`
	Id         interface{} //
	JobId      interface{} //
	Type       interface{} //
	Result     interface{} //
	DelFlag    interface{} //
	CreateTime *gtime.Time //
	Remark     interface{} //
	IsDefault  interface{} //
	Available  interface{} //
}

SysJobLog is the golang structure of table sys_job_log for DAO operations like Where/Data.

type SysLog

type SysLog struct {
	g.Meta     `orm:"table:sys_log, do:true"`
	Id         interface{} //
	Name       interface{} //
	Method     interface{} //
	Api        interface{} //
	Ip         interface{} //
	Userid     interface{} //
	Available  interface{} //
	IsDefault  interface{} //
	Remark     interface{} //
	CreateTime *gtime.Time //
	DelFlag    interface{} //
}

SysLog is the golang structure of table sys_log for DAO operations like Where/Data.

Jump to

Keyboard shortcuts

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