entity

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: 1 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 {
	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.

Jump to

Keyboard shortcuts

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