1 Star 1 Fork 0

linngc / center.gf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
sys_appid_log.go 903 Bytes
一键复制 编辑 原始数据 按行查看 历史
linngc 提交于 2023-08-18 11:37 . add:添加新表实体
// =================================================================================
// Code generated by GoFrame CLI tool. DO NOT EDIT. Created at 2023-08-18 11:31:56
// =================================================================================
package entity
import (
"github.com/gogf/gf/v2/os/gtime"
)
// SysAppidLog is the golang structure for table sys_appid_log.
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" `
}
Go
1
https://gitee.com/linngc/center.gf.git
git@gitee.com:linngc/center.gf.git
linngc
center.gf
center.gf
v0.2.12

搜索帮助