Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SysAppidLog ¶
type SysAppidLog struct { Id int `json:"id" ` Name string `json:"name" ` Method string `json:"method" ` Api string `json:"api" ` Ip string `json:"ip" ` Userid int `json:"userid" ` Available int `json:"available" ` IsDefault int `json:"isDefault" ` Remark string `json:"remark" ` CreateTime *gtime.Time `json:"createTime" ` DelFlag int `json:"delFlag" ` }
SysAppidLog is the golang structure for table sys_appid_log.
type SysJobLog ¶
type SysJobLog struct { Id int `json:"id" ` JobId int `json:"jobId" ` Type int `json:"type" ` Result string `json:"result" ` DelFlag int `json:"delFlag" ` CreateTime *gtime.Time `json:"createTime" ` Remark string `json:"remark" ` IsDefault int `json:"isDefault" ` Available int `json:"available" ` }
SysJobLog is the golang structure for table sys_job_log.
type SysLog ¶
type SysLog struct { Id int `json:"id" ` Name string `json:"name" ` Method string `json:"method" ` Api string `json:"api" ` Ip string `json:"ip" ` Userid int `json:"userid" ` Available int `json:"available" ` IsDefault int `json:"isDefault" ` Remark string `json:"remark" ` CreateTime *gtime.Time `json:"createTime" ` DelFlag int `json:"delFlag" ` }
SysLog is the golang structure for table sys_log.
Click to show internal directories.
Click to hide internal directories.