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.
Click to show internal directories.
Click to hide internal directories.