This commit is contained in:
hu xiaotong
2025-06-20 17:17:02 +08:00
commit 85e3a6540b
310 changed files with 12475 additions and 0 deletions

View File

View File

@@ -0,0 +1,28 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
import (
"github.com/gogf/gf/v2/os/gtime"
)
// EpicArtifactInfo is the golang structure for table epic_artifact_info.
type EpicArtifactInfo struct {
Id int64 `json:"id" orm:"id" description:"文件编号"` // 文件编号
ArtifactName string `json:"artifactName" orm:"artifact_name" description:"配置编号"` // 配置编号
ArtifactCode string `json:"artifactCode" orm:"artifact_code" description:"文件名"` // 文件名
Creator string `json:"creator" orm:"creator" description:"创建者"` // 创建者
CreateTime *gtime.Time `json:"createTime" orm:"create_time" description:"创建时间"` // 创建时间
Updater string `json:"updater" orm:"updater" description:"更新者"` // 更新者
UpdateTime *gtime.Time `json:"updateTime" orm:"update_time" description:"更新时间"` // 更新时间
Deleted bool `json:"deleted" orm:"deleted" description:"是否删除"` // 是否删除
StatsHealth int `json:"statsHealth" orm:"stats_health" description:"文件路径"` // 文件路径
StatsAttack int `json:"statsAttack" orm:"stats_attack" description:"文件路径"` // 文件路径
StatsDefense int `json:"statsDefense" orm:"stats_defense" description:"文件路径"` // 文件路径
Rarity string `json:"rarity" orm:"rarity" description:"文件路径"` // 文件路径
Role string `json:"role" orm:"role" description:"文件路径"` // 文件路径
ArtifactNameEn string `json:"artifactNameEn" orm:"artifact_name_en" description:"配置编号"` // 配置编号
ImageUrl string `json:"imageUrl" orm:"image_url" description:"图片地址"` // 图片地址
}

View File

@@ -0,0 +1,20 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
import (
"github.com/gogf/gf/v2/os/gtime"
)
// EpicGvgAttackTeams is the golang structure for table epic_gvg_attack_teams.
type EpicGvgAttackTeams struct {
Id int64 `json:"id" orm:"id" description:"id"` // id
AttackHeroes string `json:"attackHeroes" orm:"attack_heroes" description:"进攻角色"` // 进攻角色
Creator string `json:"creator" orm:"creator" description:"创建者"` // 创建者
CreateTime *gtime.Time `json:"createTime" orm:"create_time" description:"创建时间"` // 创建时间
Updater string `json:"updater" orm:"updater" description:"更新者"` // 更新者
UpdateTime *gtime.Time `json:"updateTime" orm:"update_time" description:"更新时间"` // 更新时间
Deleted bool `json:"deleted" orm:"deleted" description:"是否删除"` // 是否删除
}

View File

@@ -0,0 +1,26 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
import (
"github.com/gogf/gf/v2/os/gtime"
)
// EpicGvgDefenseAttackMapping is the golang structure for table epic_gvg_defense_attack_mapping.
type EpicGvgDefenseAttackMapping struct {
Id int64 `json:"id" orm:"id" description:"id"` // id
DefenseId int64 `json:"defenseId" orm:"defense_id" description:"防守阵容"` // 防守阵容
AttackId int64 `json:"attackId" orm:"attack_id" description:"进攻阵容"` // 进攻阵容
EquipmentInfo string `json:"equipmentInfo" orm:"equipment_info" description:""` //
Artifacts string `json:"artifacts" orm:"artifacts" description:""` //
BattleStrategy string `json:"battleStrategy" orm:"battle_strategy" description:""` //
Prerequisites string `json:"prerequisites" orm:"prerequisites" description:""` //
ImportantNotes string `json:"importantNotes" orm:"important_notes" description:""` //
Creator string `json:"creator" orm:"creator" description:"创建者"` // 创建者
CreateTime *gtime.Time `json:"createTime" orm:"create_time" description:"创建时间"` // 创建时间
Updater string `json:"updater" orm:"updater" description:"更新者"` // 更新者
UpdateTime *gtime.Time `json:"updateTime" orm:"update_time" description:"更新时间"` // 更新时间
Deleted bool `json:"deleted" orm:"deleted" description:"是否删除"` // 是否删除
}

View File

@@ -0,0 +1,20 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
import (
"github.com/gogf/gf/v2/os/gtime"
)
// EpicGvgDefenseTeams is the golang structure for table epic_gvg_defense_teams.
type EpicGvgDefenseTeams struct {
Id int64 `json:"id" orm:"id" description:"id"` // id
DefenseHeroes string `json:"defenseHeroes" orm:"defense_heroes" description:"防守角色"` // 防守角色
Creator string `json:"creator" orm:"creator" description:"创建者"` // 创建者
CreateTime *gtime.Time `json:"createTime" orm:"create_time" description:"创建时间"` // 创建时间
Updater string `json:"updater" orm:"updater" description:"更新者"` // 更新者
UpdateTime *gtime.Time `json:"updateTime" orm:"update_time" description:"更新时间"` // 更新时间
Deleted bool `json:"deleted" orm:"deleted" description:"是否删除"` // 是否删除
}

View File

@@ -0,0 +1,29 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
import (
"github.com/gogf/gf/v2/os/gtime"
)
// EpicHeroInfo is the golang structure for table epic_hero_info.
type EpicHeroInfo struct {
Id int64 `json:"id" orm:"id" description:"文件编号"` // 文件编号
HeroName string `json:"heroName" orm:"hero_name" description:"配置编号"` // 配置编号
HeroCode string `json:"heroCode" orm:"hero_code" description:"文件名"` // 文件名
HeroAttrLv60 string `json:"heroAttrLv60" orm:"hero_attr_lv60" description:"文件路径"` // 文件路径
Creator string `json:"creator" orm:"creator" description:"创建者"` // 创建者
CreateTime *gtime.Time `json:"createTime" orm:"create_time" description:"创建时间"` // 创建时间
Updater string `json:"updater" orm:"updater" description:"更新者"` // 更新者
UpdateTime *gtime.Time `json:"updateTime" orm:"update_time" description:"更新时间"` // 更新时间
Deleted bool `json:"deleted" orm:"deleted" description:"是否删除"` // 是否删除
NickName string `json:"nickName" orm:"nick_name" description:"配置编号"` // 配置编号
Rarity string `json:"rarity" orm:"rarity" description:"配置编号"` // 配置编号
Role string `json:"role" orm:"role" description:"配置编号"` // 配置编号
Zodiac string `json:"zodiac" orm:"zodiac" description:"配置编号"` // 配置编号
HeadImgUrl string `json:"headImgUrl" orm:"head_img_url" description:"配置编号"` // 配置编号
Attribute string `json:"attribute" orm:"attribute" description:"配置编号"` // 配置编号
Remark string `json:"remark" orm:"remark" description:"配置编号"` // 配置编号
}

View File

@@ -0,0 +1,24 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
import (
"github.com/gogf/gf/v2/os/gtime"
)
// EpicHeroUserBuild is the golang structure for table epic_hero_user_build.
type EpicHeroUserBuild struct {
Id int64 `json:"id" orm:"id" description:"文件编号"` // 文件编号
ArtifactCode string `json:"artifactCode" orm:"artifact_code" description:"配置编号"` // 配置编号
HeroCode string `json:"heroCode" orm:"hero_code" description:"文件名"` // 文件名
HeroHeathBuild float64 `json:"heroHeathBuild" orm:"hero_heath_build" description:"文件路径"` // 文件路径
HeroAttackBuild float64 `json:"heroAttackBuild" orm:"hero_attack_build" description:"文件路径"` // 文件路径
HeroDefBuild float64 `json:"heroDefBuild" orm:"hero_def_build" description:"文件路径"` // 文件路径
Creator string `json:"creator" orm:"creator" description:"创建者"` // 创建者
CreateTime *gtime.Time `json:"createTime" orm:"create_time" description:"创建时间"` // 创建时间
Updater string `json:"updater" orm:"updater" description:"更新者"` // 更新者
UpdateTime *gtime.Time `json:"updateTime" orm:"update_time" description:"更新时间"` // 更新时间
Deleted bool `json:"deleted" orm:"deleted" description:"是否删除"` // 是否删除
}

View File

@@ -0,0 +1,23 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
import (
"github.com/gogf/gf/v2/os/gtime"
)
// FribbleHeroSet is the golang structure for table fribble_hero_set.
type FribbleHeroSet struct {
Id int64 `json:"id" orm:"id" description:"文件编号"` // 文件编号
HeroCode string `json:"heroCode" orm:"hero_code" description:"配置编号"` // 配置编号
JsonContent string `json:"jsonContent" orm:"json_content" description:"文件名"` // 文件名
HeroName string `json:"heroName" orm:"hero_name" description:"文件路径"` // 文件路径
Creator string `json:"creator" orm:"creator" description:"创建者"` // 创建者
CreateTime *gtime.Time `json:"createTime" orm:"create_time" description:"创建时间"` // 创建时间
Updater string `json:"updater" orm:"updater" description:"更新者"` // 更新者
UpdateTime *gtime.Time `json:"updateTime" orm:"update_time" description:"更新时间"` // 更新时间
Deleted bool `json:"deleted" orm:"deleted" description:"是否删除"` // 是否删除
SuccessGet int `json:"successGet" orm:"success_get" description:""` //
}

View File

@@ -0,0 +1,36 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
import (
"github.com/gogf/gf/v2/os/gtime"
)
// GearSetInfo is the golang structure for table gear_set_info.
type GearSetInfo struct {
Id int64 `json:"id" orm:"id" description:"装备ID"` // 装备ID
Level int `json:"level" orm:"level" description:"装备等级"` // 装备等级
GearId int64 `json:"gearId" orm:"gear_id" description:""` //
Enhance int `json:"enhance" orm:"enhance" description:"强化等级"` // 强化等级
GearType string `json:"gearType" orm:"gear_type" description:"类型,六个部位之一"` // 类型,六个部位之一
GearSetType string `json:"gearSetType" orm:"gear_set_type" description:""` //
MainStatType string `json:"mainStatType" orm:"main_stat_type" description:"主属性类型"` // 主属性类型
MainStatValue int `json:"mainStatValue" orm:"main_stat_value" description:"主属性值"` // 主属性值
SubStatOneType string `json:"subStatOneType" orm:"sub_stat_one_type" description:"副属性1类型"` // 副属性1类型
SubStatOneValue int `json:"subStatOneValue" orm:"sub_stat_one_value" description:"副属性1值"` // 副属性1值
SubStatTwoType string `json:"subStatTwoType" orm:"sub_stat_two_type" description:"副属性2类型"` // 副属性2类型
SubStatTwoValue int `json:"subStatTwoValue" orm:"sub_stat_two_value" description:"副属性2值"` // 副属性2值
SubStatThreeType string `json:"subStatThreeType" orm:"sub_stat_three_type" description:"副属性3类型"` // 副属性3类型
SubStatThreeValue int `json:"subStatThreeValue" orm:"sub_stat_three_value" description:"副属性3值"` // 副属性3值
SubStatFourType string `json:"subStatFourType" orm:"sub_stat_four_type" description:"副属性4类型"` // 副属性4类型
SubStatFourValue int `json:"subStatFourValue" orm:"sub_stat_four_value" description:"副属性4值"` // 副属性4值
AccountCode string `json:"accountCode" orm:"account_code" description:"账号标识符"` // 账号标识符
Creator string `json:"creator" orm:"creator" description:"创建者"` // 创建者
CreateTime *gtime.Time `json:"createTime" orm:"create_time" description:"创建时间"` // 创建时间
Updater string `json:"updater" orm:"updater" description:"更新者"` // 更新者
UpdateTime *gtime.Time `json:"updateTime" orm:"update_time" description:"更新时间"` // 更新时间
Deleted bool `json:"deleted" orm:"deleted" description:"是否删除"` // 是否删除
TenantId int64 `json:"tenantId" orm:"tenant_id" description:"租户编号"` // 租户编号
}

View File

@@ -0,0 +1,38 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
import (
"github.com/gogf/gf/v2/os/gtime"
)
// InfraApiAccessLog is the golang structure for table infra_api_access_log.
type InfraApiAccessLog struct {
Id int64 `json:"id" orm:"id" description:"日志主键"` // 日志主键
TraceId string `json:"traceId" orm:"trace_id" description:"链路追踪编号"` // 链路追踪编号
UserId int64 `json:"userId" orm:"user_id" description:"用户编号"` // 用户编号
UserType int `json:"userType" orm:"user_type" description:"用户类型"` // 用户类型
ApplicationName string `json:"applicationName" orm:"application_name" description:"应用名"` // 应用名
RequestMethod string `json:"requestMethod" orm:"request_method" description:"请求方法名"` // 请求方法名
RequestUrl string `json:"requestUrl" orm:"request_url" description:"请求地址"` // 请求地址
RequestParams string `json:"requestParams" orm:"request_params" description:"请求参数"` // 请求参数
ResponseBody string `json:"responseBody" orm:"response_body" description:"响应结果"` // 响应结果
UserIp string `json:"userIp" orm:"user_ip" description:"用户 IP"` // 用户 IP
UserAgent string `json:"userAgent" orm:"user_agent" description:"浏览器 UA"` // 浏览器 UA
OperateModule string `json:"operateModule" orm:"operate_module" description:"操作模块"` // 操作模块
OperateName string `json:"operateName" orm:"operate_name" description:"操作名"` // 操作名
OperateType int `json:"operateType" orm:"operate_type" description:"操作分类"` // 操作分类
BeginTime *gtime.Time `json:"beginTime" orm:"begin_time" description:"开始请求时间"` // 开始请求时间
EndTime *gtime.Time `json:"endTime" orm:"end_time" description:"结束请求时间"` // 结束请求时间
Duration int `json:"duration" orm:"duration" description:"执行时长"` // 执行时长
ResultCode int `json:"resultCode" orm:"result_code" description:"结果码"` // 结果码
ResultMsg string `json:"resultMsg" orm:"result_msg" description:"结果提示"` // 结果提示
Creator string `json:"creator" orm:"creator" description:"创建者"` // 创建者
CreateTime *gtime.Time `json:"createTime" orm:"create_time" description:"创建时间"` // 创建时间
Updater string `json:"updater" orm:"updater" description:"更新者"` // 更新者
UpdateTime *gtime.Time `json:"updateTime" orm:"update_time" description:"更新时间"` // 更新时间
Deleted bool `json:"deleted" orm:"deleted" description:"是否删除"` // 是否删除
TenantId int64 `json:"tenantId" orm:"tenant_id" description:"租户编号"` // 租户编号
}

View File

@@ -0,0 +1,41 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
import (
"github.com/gogf/gf/v2/os/gtime"
)
// InfraApiErrorLog is the golang structure for table infra_api_error_log.
type InfraApiErrorLog struct {
Id int64 `json:"id" orm:"id" description:"编号"` // 编号
TraceId string `json:"traceId" orm:"trace_id" description:"链路追踪编号"` // 链路追踪编号
UserId int `json:"userId" orm:"user_id" description:"用户编号"` // 用户编号
UserType int `json:"userType" orm:"user_type" description:"用户类型"` // 用户类型
ApplicationName string `json:"applicationName" orm:"application_name" description:"应用名"` // 应用名
RequestMethod string `json:"requestMethod" orm:"request_method" description:"请求方法名"` // 请求方法名
RequestUrl string `json:"requestUrl" orm:"request_url" description:"请求地址"` // 请求地址
RequestParams string `json:"requestParams" orm:"request_params" description:"请求参数"` // 请求参数
UserIp string `json:"userIp" orm:"user_ip" description:"用户 IP"` // 用户 IP
UserAgent string `json:"userAgent" orm:"user_agent" description:"浏览器 UA"` // 浏览器 UA
ExceptionTime *gtime.Time `json:"exceptionTime" orm:"exception_time" description:"异常发生时间"` // 异常发生时间
ExceptionName string `json:"exceptionName" orm:"exception_name" description:"异常名"` // 异常名
ExceptionMessage string `json:"exceptionMessage" orm:"exception_message" description:"异常导致的消息"` // 异常导致的消息
ExceptionRootCauseMessage string `json:"exceptionRootCauseMessage" orm:"exception_root_cause_message" description:"异常导致的根消息"` // 异常导致的根消息
ExceptionStackTrace string `json:"exceptionStackTrace" orm:"exception_stack_trace" description:"异常的栈轨迹"` // 异常的栈轨迹
ExceptionClassName string `json:"exceptionClassName" orm:"exception_class_name" description:"异常发生的类全名"` // 异常发生的类全名
ExceptionFileName string `json:"exceptionFileName" orm:"exception_file_name" description:"异常发生的类文件"` // 异常发生的类文件
ExceptionMethodName string `json:"exceptionMethodName" orm:"exception_method_name" description:"异常发生的方法名"` // 异常发生的方法名
ExceptionLineNumber int `json:"exceptionLineNumber" orm:"exception_line_number" description:"异常发生的方法所在行"` // 异常发生的方法所在行
ProcessStatus int `json:"processStatus" orm:"process_status" description:"处理状态"` // 处理状态
ProcessTime *gtime.Time `json:"processTime" orm:"process_time" description:"处理时间"` // 处理时间
ProcessUserId int `json:"processUserId" orm:"process_user_id" description:"处理用户编号"` // 处理用户编号
Creator string `json:"creator" orm:"creator" description:"创建者"` // 创建者
CreateTime *gtime.Time `json:"createTime" orm:"create_time" description:"创建时间"` // 创建时间
Updater string `json:"updater" orm:"updater" description:"更新者"` // 更新者
UpdateTime *gtime.Time `json:"updateTime" orm:"update_time" description:"更新时间"` // 更新时间
Deleted bool `json:"deleted" orm:"deleted" description:"是否删除"` // 是否删除
TenantId int64 `json:"tenantId" orm:"tenant_id" description:"租户编号"` // 租户编号
}

View File

@@ -0,0 +1,36 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
import (
"github.com/gogf/gf/v2/os/gtime"
)
// InfraCodegenColumn is the golang structure for table infra_codegen_column.
type InfraCodegenColumn struct {
Id int64 `json:"id" orm:"id" description:"编号"` // 编号
TableId int64 `json:"tableId" orm:"table_id" description:"表编号"` // 表编号
ColumnName string `json:"columnName" orm:"column_name" description:"字段名"` // 字段名
DataType string `json:"dataType" orm:"data_type" description:"字段类型"` // 字段类型
ColumnComment string `json:"columnComment" orm:"column_comment" description:"字段描述"` // 字段描述
Nullable bool `json:"nullable" orm:"nullable" description:"是否允许为空"` // 是否允许为空
PrimaryKey bool `json:"primaryKey" orm:"primary_key" description:"是否主键"` // 是否主键
OrdinalPosition int `json:"ordinalPosition" orm:"ordinal_position" description:"排序"` // 排序
JavaType string `json:"javaType" orm:"java_type" description:"Java 属性类型"` // Java 属性类型
JavaField string `json:"javaField" orm:"java_field" description:"Java 属性名"` // Java 属性名
DictType string `json:"dictType" orm:"dict_type" description:"字典类型"` // 字典类型
Example string `json:"example" orm:"example" description:"数据示例"` // 数据示例
CreateOperation bool `json:"createOperation" orm:"create_operation" description:"是否为 Create 创建操作的字段"` // 是否为 Create 创建操作的字段
UpdateOperation bool `json:"updateOperation" orm:"update_operation" description:"是否为 Update 更新操作的字段"` // 是否为 Update 更新操作的字段
ListOperation bool `json:"listOperation" orm:"list_operation" description:"是否为 List 查询操作的字段"` // 是否为 List 查询操作的字段
ListOperationCondition string `json:"listOperationCondition" orm:"list_operation_condition" description:"List 查询操作的条件类型"` // List 查询操作的条件类型
ListOperationResult bool `json:"listOperationResult" orm:"list_operation_result" description:"是否为 List 查询操作的返回字段"` // 是否为 List 查询操作的返回字段
HtmlType string `json:"htmlType" orm:"html_type" description:"显示类型"` // 显示类型
Creator string `json:"creator" orm:"creator" description:"创建者"` // 创建者
CreateTime *gtime.Time `json:"createTime" orm:"create_time" description:"创建时间"` // 创建时间
Updater string `json:"updater" orm:"updater" description:"更新者"` // 更新者
UpdateTime *gtime.Time `json:"updateTime" orm:"update_time" description:"更新时间"` // 更新时间
Deleted bool `json:"deleted" orm:"deleted" description:"是否删除"` // 是否删除
}

View File

@@ -0,0 +1,37 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
import (
"github.com/gogf/gf/v2/os/gtime"
)
// InfraCodegenTable is the golang structure for table infra_codegen_table.
type InfraCodegenTable struct {
Id int64 `json:"id" orm:"id" description:"编号"` // 编号
DataSourceConfigId int64 `json:"dataSourceConfigId" orm:"data_source_config_id" description:"数据源配置的编号"` // 数据源配置的编号
Scene int `json:"scene" orm:"scene" description:"生成场景"` // 生成场景
TableName string `json:"tableName" orm:"table_name" description:"表名称"` // 表名称
TableComment string `json:"tableComment" orm:"table_comment" description:"表描述"` // 表描述
Remark string `json:"remark" orm:"remark" description:"备注"` // 备注
ModuleName string `json:"moduleName" orm:"module_name" description:"模块名"` // 模块名
BusinessName string `json:"businessName" orm:"business_name" description:"业务名"` // 业务名
ClassName string `json:"className" orm:"class_name" description:"类名称"` // 类名称
ClassComment string `json:"classComment" orm:"class_comment" description:"类描述"` // 类描述
Author string `json:"author" orm:"author" description:"作者"` // 作者
TemplateType int `json:"templateType" orm:"template_type" description:"模板类型"` // 模板类型
FrontType int `json:"frontType" orm:"front_type" description:"前端类型"` // 前端类型
ParentMenuId int64 `json:"parentMenuId" orm:"parent_menu_id" description:"父菜单编号"` // 父菜单编号
MasterTableId int64 `json:"masterTableId" orm:"master_table_id" description:"主表的编号"` // 主表的编号
SubJoinColumnId int64 `json:"subJoinColumnId" orm:"sub_join_column_id" description:"子表关联主表的字段编号"` // 子表关联主表的字段编号
SubJoinMany bool `json:"subJoinMany" orm:"sub_join_many" description:"主表与子表是否一对多"` // 主表与子表是否一对多
TreeParentColumnId int64 `json:"treeParentColumnId" orm:"tree_parent_column_id" description:"树表的父字段编号"` // 树表的父字段编号
TreeNameColumnId int64 `json:"treeNameColumnId" orm:"tree_name_column_id" description:"树表的名字字段编号"` // 树表的名字字段编号
Creator string `json:"creator" orm:"creator" description:"创建者"` // 创建者
CreateTime *gtime.Time `json:"createTime" orm:"create_time" description:"创建时间"` // 创建时间
Updater string `json:"updater" orm:"updater" description:"更新者"` // 更新者
UpdateTime *gtime.Time `json:"updateTime" orm:"update_time" description:"更新时间"` // 更新时间
Deleted bool `json:"deleted" orm:"deleted" description:"是否删除"` // 是否删除
}

View File

@@ -0,0 +1,26 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
import (
"github.com/gogf/gf/v2/os/gtime"
)
// InfraConfig is the golang structure for table infra_config.
type InfraConfig struct {
Id int64 `json:"id" orm:"id" description:"参数主键"` // 参数主键
Category string `json:"category" orm:"category" description:"参数分组"` // 参数分组
Type int `json:"type" orm:"type" description:"参数类型"` // 参数类型
Name string `json:"name" orm:"name" description:"参数名称"` // 参数名称
ConfigKey string `json:"configKey" orm:"config_key" description:"参数键名"` // 参数键名
Value string `json:"value" orm:"value" description:"参数键值"` // 参数键值
Visible bool `json:"visible" orm:"visible" description:"是否可见"` // 是否可见
Remark string `json:"remark" orm:"remark" description:"备注"` // 备注
Creator string `json:"creator" orm:"creator" description:"创建者"` // 创建者
CreateTime *gtime.Time `json:"createTime" orm:"create_time" description:"创建时间"` // 创建时间
Updater string `json:"updater" orm:"updater" description:"更新者"` // 更新者
UpdateTime *gtime.Time `json:"updateTime" orm:"update_time" description:"更新时间"` // 更新时间
Deleted bool `json:"deleted" orm:"deleted" description:"是否删除"` // 是否删除
}

View File

@@ -0,0 +1,23 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
import (
"github.com/gogf/gf/v2/os/gtime"
)
// InfraDataSourceConfig is the golang structure for table infra_data_source_config.
type InfraDataSourceConfig struct {
Id int64 `json:"id" orm:"id" description:"主键编号"` // 主键编号
Name string `json:"name" orm:"name" description:"参数名称"` // 参数名称
Url string `json:"url" orm:"url" description:"数据源连接"` // 数据源连接
Username string `json:"username" orm:"username" description:"用户名"` // 用户名
Password string `json:"password" orm:"password" description:"密码"` // 密码
Creator string `json:"creator" orm:"creator" description:"创建者"` // 创建者
CreateTime *gtime.Time `json:"createTime" orm:"create_time" description:"创建时间"` // 创建时间
Updater string `json:"updater" orm:"updater" description:"更新者"` // 更新者
UpdateTime *gtime.Time `json:"updateTime" orm:"update_time" description:"更新时间"` // 更新时间
Deleted bool `json:"deleted" orm:"deleted" description:"是否删除"` // 是否删除
}

View File

@@ -0,0 +1,25 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
import (
"github.com/gogf/gf/v2/os/gtime"
)
// InfraFile is the golang structure for table infra_file.
type InfraFile struct {
Id int64 `json:"id" orm:"id" description:"文件编号"` // 文件编号
ConfigId int64 `json:"configId" orm:"config_id" description:"配置编号"` // 配置编号
Name string `json:"name" orm:"name" description:"文件名"` // 文件名
Path string `json:"path" orm:"path" description:"文件路径"` // 文件路径
Url string `json:"url" orm:"url" description:"文件 URL"` // 文件 URL
Type string `json:"type" orm:"type" description:"文件类型"` // 文件类型
Size int `json:"size" orm:"size" description:"文件大小"` // 文件大小
Creator string `json:"creator" orm:"creator" description:"创建者"` // 创建者
CreateTime *gtime.Time `json:"createTime" orm:"create_time" description:"创建时间"` // 创建时间
Updater string `json:"updater" orm:"updater" description:"更新者"` // 更新者
UpdateTime *gtime.Time `json:"updateTime" orm:"update_time" description:"更新时间"` // 更新时间
Deleted bool `json:"deleted" orm:"deleted" description:"是否删除"` // 是否删除
}

View File

@@ -0,0 +1,24 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
import (
"github.com/gogf/gf/v2/os/gtime"
)
// InfraFileConfig is the golang structure for table infra_file_config.
type InfraFileConfig struct {
Id int64 `json:"id" orm:"id" description:"编号"` // 编号
Name string `json:"name" orm:"name" description:"配置名"` // 配置名
Storage int `json:"storage" orm:"storage" description:"存储器"` // 存储器
Remark string `json:"remark" orm:"remark" description:"备注"` // 备注
Master bool `json:"master" orm:"master" description:"是否为主配置"` // 是否为主配置
Config string `json:"config" orm:"config" description:"存储配置"` // 存储配置
Creator string `json:"creator" orm:"creator" description:"创建者"` // 创建者
CreateTime *gtime.Time `json:"createTime" orm:"create_time" description:"创建时间"` // 创建时间
Updater string `json:"updater" orm:"updater" description:"更新者"` // 更新者
UpdateTime *gtime.Time `json:"updateTime" orm:"update_time" description:"更新时间"` // 更新时间
Deleted bool `json:"deleted" orm:"deleted" description:"是否删除"` // 是否删除
}

View File

@@ -0,0 +1,22 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
import (
"github.com/gogf/gf/v2/os/gtime"
)
// InfraFileContent is the golang structure for table infra_file_content.
type InfraFileContent struct {
Id int64 `json:"id" orm:"id" description:"编号"` // 编号
ConfigId int64 `json:"configId" orm:"config_id" description:"配置编号"` // 配置编号
Path string `json:"path" orm:"path" description:"文件路径"` // 文件路径
Content []byte `json:"content" orm:"content" description:"文件内容"` // 文件内容
Creator string `json:"creator" orm:"creator" description:"创建者"` // 创建者
CreateTime *gtime.Time `json:"createTime" orm:"create_time" description:"创建时间"` // 创建时间
Updater string `json:"updater" orm:"updater" description:"更新者"` // 更新者
UpdateTime *gtime.Time `json:"updateTime" orm:"update_time" description:"更新时间"` // 更新时间
Deleted bool `json:"deleted" orm:"deleted" description:"是否删除"` // 是否删除
}

View File

@@ -0,0 +1,27 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
import (
"github.com/gogf/gf/v2/os/gtime"
)
// InfraJob is the golang structure for table infra_job.
type InfraJob struct {
Id int64 `json:"id" orm:"id" description:"任务编号"` // 任务编号
Name string `json:"name" orm:"name" description:"任务名称"` // 任务名称
Status int `json:"status" orm:"status" description:"任务状态"` // 任务状态
HandlerName string `json:"handlerName" orm:"handler_name" description:"处理器的名字"` // 处理器的名字
HandlerParam string `json:"handlerParam" orm:"handler_param" description:"处理器的参数"` // 处理器的参数
CronExpression string `json:"cronExpression" orm:"cron_expression" description:"CRON 表达式"` // CRON 表达式
RetryCount int `json:"retryCount" orm:"retry_count" description:"重试次数"` // 重试次数
RetryInterval int `json:"retryInterval" orm:"retry_interval" description:"重试间隔"` // 重试间隔
MonitorTimeout int `json:"monitorTimeout" orm:"monitor_timeout" description:"监控超时时间"` // 监控超时时间
Creator string `json:"creator" orm:"creator" description:"创建者"` // 创建者
CreateTime *gtime.Time `json:"createTime" orm:"create_time" description:"创建时间"` // 创建时间
Updater string `json:"updater" orm:"updater" description:"更新者"` // 更新者
UpdateTime *gtime.Time `json:"updateTime" orm:"update_time" description:"更新时间"` // 更新时间
Deleted bool `json:"deleted" orm:"deleted" description:"是否删除"` // 是否删除
}

View File

@@ -0,0 +1,28 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
import (
"github.com/gogf/gf/v2/os/gtime"
)
// InfraJobLog is the golang structure for table infra_job_log.
type InfraJobLog struct {
Id int64 `json:"id" orm:"id" description:"日志编号"` // 日志编号
JobId int64 `json:"jobId" orm:"job_id" description:"任务编号"` // 任务编号
HandlerName string `json:"handlerName" orm:"handler_name" description:"处理器的名字"` // 处理器的名字
HandlerParam string `json:"handlerParam" orm:"handler_param" description:"处理器的参数"` // 处理器的参数
ExecuteIndex int `json:"executeIndex" orm:"execute_index" description:"第几次执行"` // 第几次执行
BeginTime *gtime.Time `json:"beginTime" orm:"begin_time" description:"开始执行时间"` // 开始执行时间
EndTime *gtime.Time `json:"endTime" orm:"end_time" description:"结束执行时间"` // 结束执行时间
Duration int `json:"duration" orm:"duration" description:"执行时长"` // 执行时长
Status int `json:"status" orm:"status" description:"任务状态"` // 任务状态
Result string `json:"result" orm:"result" description:"结果数据"` // 结果数据
Creator string `json:"creator" orm:"creator" description:"创建者"` // 创建者
CreateTime *gtime.Time `json:"createTime" orm:"create_time" description:"创建时间"` // 创建时间
Updater string `json:"updater" orm:"updater" description:"更新者"` // 更新者
UpdateTime *gtime.Time `json:"updateTime" orm:"update_time" description:"更新时间"` // 更新时间
Deleted bool `json:"deleted" orm:"deleted" description:"是否删除"` // 是否删除
}

View File

@@ -0,0 +1,13 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
// QrtzBlobTriggers is the golang structure for table qrtz_blob_triggers.
type QrtzBlobTriggers struct {
SchedName string `json:"sCHEDNAME" orm:"SCHED_NAME" description:""` //
TriggerName string `json:"tRIGGERNAME" orm:"TRIGGER_NAME" description:""` //
TriggerGroup string `json:"tRIGGERGROUP" orm:"TRIGGER_GROUP" description:""` //
BlobData []byte `json:"bLOBDATA" orm:"BLOB_DATA" description:""` //
}

View File

@@ -0,0 +1,12 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
// QrtzCalendars is the golang structure for table qrtz_calendars.
type QrtzCalendars struct {
SchedName string `json:"sCHEDNAME" orm:"SCHED_NAME" description:""` //
CalendarName string `json:"cALENDARNAME" orm:"CALENDAR_NAME" description:""` //
Calendar []byte `json:"cALENDAR" orm:"CALENDAR" description:""` //
}

View File

@@ -0,0 +1,14 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
// QrtzCronTriggers is the golang structure for table qrtz_cron_triggers.
type QrtzCronTriggers struct {
SchedName string `json:"sCHEDNAME" orm:"SCHED_NAME" description:""` //
TriggerName string `json:"tRIGGERNAME" orm:"TRIGGER_NAME" description:""` //
TriggerGroup string `json:"tRIGGERGROUP" orm:"TRIGGER_GROUP" description:""` //
CronExpression string `json:"cRONEXPRESSION" orm:"CRON_EXPRESSION" description:""` //
TimeZoneId string `json:"tIMEZONEID" orm:"TIME_ZONE_ID" description:""` //
}

View File

@@ -0,0 +1,22 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
// QrtzFiredTriggers is the golang structure for table qrtz_fired_triggers.
type QrtzFiredTriggers struct {
SchedName string `json:"sCHEDNAME" orm:"SCHED_NAME" description:""` //
EntryId string `json:"eNTRYID" orm:"ENTRY_ID" description:""` //
TriggerName string `json:"tRIGGERNAME" orm:"TRIGGER_NAME" description:""` //
TriggerGroup string `json:"tRIGGERGROUP" orm:"TRIGGER_GROUP" description:""` //
InstanceName string `json:"iNSTANCENAME" orm:"INSTANCE_NAME" description:""` //
FiredTime int64 `json:"fIREDTIME" orm:"FIRED_TIME" description:""` //
SchedTime int64 `json:"sCHEDTIME" orm:"SCHED_TIME" description:""` //
Priority int `json:"pRIORITY" orm:"PRIORITY" description:""` //
State string `json:"sTATE" orm:"STATE" description:""` //
JobName string `json:"jOBNAME" orm:"JOB_NAME" description:""` //
JobGroup string `json:"jOBGROUP" orm:"JOB_GROUP" description:""` //
IsNonconcurrent string `json:"iSNONCONCURRENT" orm:"IS_NONCONCURRENT" description:""` //
RequestsRecovery string `json:"rEQUESTSRECOVERY" orm:"REQUESTS_RECOVERY" description:""` //
}

View File

@@ -0,0 +1,19 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
// QrtzJobDetails is the golang structure for table qrtz_job_details.
type QrtzJobDetails struct {
SchedName string `json:"sCHEDNAME" orm:"SCHED_NAME" description:""` //
JobName string `json:"jOBNAME" orm:"JOB_NAME" description:""` //
JobGroup string `json:"jOBGROUP" orm:"JOB_GROUP" description:""` //
Description string `json:"dESCRIPTION" orm:"DESCRIPTION" description:""` //
JobClassName string `json:"jOBCLASSNAME" orm:"JOB_CLASS_NAME" description:""` //
IsDurable string `json:"iSDURABLE" orm:"IS_DURABLE" description:""` //
IsNonconcurrent string `json:"iSNONCONCURRENT" orm:"IS_NONCONCURRENT" description:""` //
IsUpdateData string `json:"iSUPDATEDATA" orm:"IS_UPDATE_DATA" description:""` //
RequestsRecovery string `json:"rEQUESTSRECOVERY" orm:"REQUESTS_RECOVERY" description:""` //
JobData []byte `json:"jOBDATA" orm:"JOB_DATA" description:""` //
}

View File

@@ -0,0 +1,11 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
// QrtzLocks is the golang structure for table qrtz_locks.
type QrtzLocks struct {
SchedName string `json:"sCHEDNAME" orm:"SCHED_NAME" description:""` //
LockName string `json:"lOCKNAME" orm:"LOCK_NAME" description:""` //
}

View File

@@ -0,0 +1,11 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
// QrtzPausedTriggerGrps is the golang structure for table qrtz_paused_trigger_grps.
type QrtzPausedTriggerGrps struct {
SchedName string `json:"sCHEDNAME" orm:"SCHED_NAME" description:""` //
TriggerGroup string `json:"tRIGGERGROUP" orm:"TRIGGER_GROUP" description:""` //
}

View File

@@ -0,0 +1,13 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
// QrtzSchedulerState is the golang structure for table qrtz_scheduler_state.
type QrtzSchedulerState struct {
SchedName string `json:"sCHEDNAME" orm:"SCHED_NAME" description:""` //
InstanceName string `json:"iNSTANCENAME" orm:"INSTANCE_NAME" description:""` //
LastCheckinTime int64 `json:"lASTCHECKINTIME" orm:"LAST_CHECKIN_TIME" description:""` //
CheckinInterval int64 `json:"cHECKININTERVAL" orm:"CHECKIN_INTERVAL" description:""` //
}

View File

@@ -0,0 +1,15 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
// QrtzSimpleTriggers is the golang structure for table qrtz_simple_triggers.
type QrtzSimpleTriggers struct {
SchedName string `json:"sCHEDNAME" orm:"SCHED_NAME" description:""` //
TriggerName string `json:"tRIGGERNAME" orm:"TRIGGER_NAME" description:""` //
TriggerGroup string `json:"tRIGGERGROUP" orm:"TRIGGER_GROUP" description:""` //
RepeatCount int64 `json:"rEPEATCOUNT" orm:"REPEAT_COUNT" description:""` //
RepeatInterval int64 `json:"rEPEATINTERVAL" orm:"REPEAT_INTERVAL" description:""` //
TimesTriggered int64 `json:"tIMESTRIGGERED" orm:"TIMES_TRIGGERED" description:""` //
}

View File

@@ -0,0 +1,23 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
// QrtzSimpropTriggers is the golang structure for table qrtz_simprop_triggers.
type QrtzSimpropTriggers struct {
SchedName string `json:"sCHEDNAME" orm:"SCHED_NAME" description:""` //
TriggerName string `json:"tRIGGERNAME" orm:"TRIGGER_NAME" description:""` //
TriggerGroup string `json:"tRIGGERGROUP" orm:"TRIGGER_GROUP" description:""` //
StrProp1 string `json:"sTRPROP1" orm:"STR_PROP_1" description:""` //
StrProp2 string `json:"sTRPROP2" orm:"STR_PROP_2" description:""` //
StrProp3 string `json:"sTRPROP3" orm:"STR_PROP_3" description:""` //
IntProp1 int `json:"iNTPROP1" orm:"INT_PROP_1" description:""` //
IntProp2 int `json:"iNTPROP2" orm:"INT_PROP_2" description:""` //
LongProp1 int64 `json:"lONGPROP1" orm:"LONG_PROP_1" description:""` //
LongProp2 int64 `json:"lONGPROP2" orm:"LONG_PROP_2" description:""` //
DecProp1 float64 `json:"dECPROP1" orm:"DEC_PROP_1" description:""` //
DecProp2 float64 `json:"dECPROP2" orm:"DEC_PROP_2" description:""` //
BoolProp1 string `json:"bOOLPROP1" orm:"BOOL_PROP_1" description:""` //
BoolProp2 string `json:"bOOLPROP2" orm:"BOOL_PROP_2" description:""` //
}

View File

@@ -0,0 +1,25 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
// QrtzTriggers is the golang structure for table qrtz_triggers.
type QrtzTriggers struct {
SchedName string `json:"sCHEDNAME" orm:"SCHED_NAME" description:""` //
TriggerName string `json:"tRIGGERNAME" orm:"TRIGGER_NAME" description:""` //
TriggerGroup string `json:"tRIGGERGROUP" orm:"TRIGGER_GROUP" description:""` //
JobName string `json:"jOBNAME" orm:"JOB_NAME" description:""` //
JobGroup string `json:"jOBGROUP" orm:"JOB_GROUP" description:""` //
Description string `json:"dESCRIPTION" orm:"DESCRIPTION" description:""` //
NextFireTime int64 `json:"nEXTFIRETIME" orm:"NEXT_FIRE_TIME" description:""` //
PrevFireTime int64 `json:"pREVFIRETIME" orm:"PREV_FIRE_TIME" description:""` //
Priority int `json:"pRIORITY" orm:"PRIORITY" description:""` //
TriggerState string `json:"tRIGGERSTATE" orm:"TRIGGER_STATE" description:""` //
TriggerType string `json:"tRIGGERTYPE" orm:"TRIGGER_TYPE" description:""` //
StartTime int64 `json:"sTARTTIME" orm:"START_TIME" description:""` //
EndTime int64 `json:"eNDTIME" orm:"END_TIME" description:""` //
CalendarName string `json:"cALENDARNAME" orm:"CALENDAR_NAME" description:""` //
MisfireInstr int `json:"mISFIREINSTR" orm:"MISFIRE_INSTR" description:""` //
JobData []byte `json:"jOBDATA" orm:"JOB_DATA" description:""` //
}

View File

@@ -0,0 +1,27 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
import (
"github.com/gogf/gf/v2/os/gtime"
)
// SystemDept is the golang structure for table system_dept.
type SystemDept struct {
Id int64 `json:"id" orm:"id" description:"部门id"` // 部门id
Name string `json:"name" orm:"name" description:"部门名称"` // 部门名称
ParentId int64 `json:"parentId" orm:"parent_id" description:"父部门id"` // 父部门id
Sort int `json:"sort" orm:"sort" description:"显示顺序"` // 显示顺序
LeaderUserId int64 `json:"leaderUserId" orm:"leader_user_id" description:"负责人"` // 负责人
Phone string `json:"phone" orm:"phone" description:"联系电话"` // 联系电话
Email string `json:"email" orm:"email" description:"邮箱"` // 邮箱
Status int `json:"status" orm:"status" description:"部门状态0正常 1停用"` // 部门状态0正常 1停用
Creator string `json:"creator" orm:"creator" description:"创建者"` // 创建者
CreateTime *gtime.Time `json:"createTime" orm:"create_time" description:"创建时间"` // 创建时间
Updater string `json:"updater" orm:"updater" description:"更新者"` // 更新者
UpdateTime *gtime.Time `json:"updateTime" orm:"update_time" description:"更新时间"` // 更新时间
Deleted bool `json:"deleted" orm:"deleted" description:"是否删除"` // 是否删除
TenantId int64 `json:"tenantId" orm:"tenant_id" description:"租户编号"` // 租户编号
}

View File

@@ -0,0 +1,27 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
import (
"github.com/gogf/gf/v2/os/gtime"
)
// SystemDictData is the golang structure for table system_dict_data.
type SystemDictData struct {
Id int64 `json:"id" orm:"id" description:"字典编码"` // 字典编码
Sort int `json:"sort" orm:"sort" description:"字典排序"` // 字典排序
Label string `json:"label" orm:"label" description:"字典标签"` // 字典标签
Value string `json:"value" orm:"value" description:"字典键值"` // 字典键值
DictType string `json:"dictType" orm:"dict_type" description:"字典类型"` // 字典类型
Status int `json:"status" orm:"status" description:"状态0正常 1停用"` // 状态0正常 1停用
ColorType string `json:"colorType" orm:"color_type" description:"颜色类型"` // 颜色类型
CssClass string `json:"cssClass" orm:"css_class" description:"css 样式"` // css 样式
Remark string `json:"remark" orm:"remark" description:"备注"` // 备注
Creator string `json:"creator" orm:"creator" description:"创建者"` // 创建者
CreateTime *gtime.Time `json:"createTime" orm:"create_time" description:"创建时间"` // 创建时间
Updater string `json:"updater" orm:"updater" description:"更新者"` // 更新者
UpdateTime *gtime.Time `json:"updateTime" orm:"update_time" description:"更新时间"` // 更新时间
Deleted bool `json:"deleted" orm:"deleted" description:"是否删除"` // 是否删除
}

View File

@@ -0,0 +1,24 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
import (
"github.com/gogf/gf/v2/os/gtime"
)
// SystemDictType is the golang structure for table system_dict_type.
type SystemDictType struct {
Id int64 `json:"id" orm:"id" description:"字典主键"` // 字典主键
Name string `json:"name" orm:"name" description:"字典名称"` // 字典名称
Type string `json:"type" orm:"type" description:"字典类型"` // 字典类型
Status int `json:"status" orm:"status" description:"状态0正常 1停用"` // 状态0正常 1停用
Remark string `json:"remark" orm:"remark" description:"备注"` // 备注
Creator string `json:"creator" orm:"creator" description:"创建者"` // 创建者
CreateTime *gtime.Time `json:"createTime" orm:"create_time" description:"创建时间"` // 创建时间
Updater string `json:"updater" orm:"updater" description:"更新者"` // 更新者
UpdateTime *gtime.Time `json:"updateTime" orm:"update_time" description:"更新时间"` // 更新时间
Deleted bool `json:"deleted" orm:"deleted" description:"是否删除"` // 是否删除
DeletedTime *gtime.Time `json:"deletedTime" orm:"deleted_time" description:"删除时间"` // 删除时间
}

View File

@@ -0,0 +1,28 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
import (
"github.com/gogf/gf/v2/os/gtime"
)
// SystemLoginLog is the golang structure for table system_login_log.
type SystemLoginLog struct {
Id int64 `json:"id" orm:"id" description:"访问ID"` // 访问ID
LogType int64 `json:"logType" orm:"log_type" description:"日志类型"` // 日志类型
TraceId string `json:"traceId" orm:"trace_id" description:"链路追踪编号"` // 链路追踪编号
UserId int64 `json:"userId" orm:"user_id" description:"用户编号"` // 用户编号
UserType int `json:"userType" orm:"user_type" description:"用户类型"` // 用户类型
Username string `json:"username" orm:"username" description:"用户账号"` // 用户账号
Result int `json:"result" orm:"result" description:"登陆结果"` // 登陆结果
UserIp string `json:"userIp" orm:"user_ip" description:"用户 IP"` // 用户 IP
UserAgent string `json:"userAgent" orm:"user_agent" description:"浏览器 UA"` // 浏览器 UA
Creator string `json:"creator" orm:"creator" description:"创建者"` // 创建者
CreateTime *gtime.Time `json:"createTime" orm:"create_time" description:"创建时间"` // 创建时间
Updater string `json:"updater" orm:"updater" description:"更新者"` // 更新者
UpdateTime *gtime.Time `json:"updateTime" orm:"update_time" description:"更新时间"` // 更新时间
Deleted bool `json:"deleted" orm:"deleted" description:"是否删除"` // 是否删除
TenantId int64 `json:"tenantId" orm:"tenant_id" description:"租户编号"` // 租户编号
}

View File

@@ -0,0 +1,26 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
import (
"github.com/gogf/gf/v2/os/gtime"
)
// SystemMailAccount is the golang structure for table system_mail_account.
type SystemMailAccount struct {
Id int64 `json:"id" orm:"id" description:"主键"` // 主键
Mail string `json:"mail" orm:"mail" description:"邮箱"` // 邮箱
Username string `json:"username" orm:"username" description:"用户名"` // 用户名
Password string `json:"password" orm:"password" description:"密码"` // 密码
Host string `json:"host" orm:"host" description:"SMTP 服务器域名"` // SMTP 服务器域名
Port int `json:"port" orm:"port" description:"SMTP 服务器端口"` // SMTP 服务器端口
SslEnable bool `json:"sslEnable" orm:"ssl_enable" description:"是否开启 SSL"` // 是否开启 SSL
StarttlsEnable bool `json:"starttlsEnable" orm:"starttls_enable" description:"是否开启 STARTTLS"` // 是否开启 STARTTLS
Creator string `json:"creator" orm:"creator" description:"创建者"` // 创建者
CreateTime *gtime.Time `json:"createTime" orm:"create_time" description:"创建时间"` // 创建时间
Updater string `json:"updater" orm:"updater" description:"更新者"` // 更新者
UpdateTime *gtime.Time `json:"updateTime" orm:"update_time" description:"更新时间"` // 更新时间
Deleted bool `json:"deleted" orm:"deleted" description:"是否删除"` // 是否删除
}

View File

@@ -0,0 +1,34 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
import (
"github.com/gogf/gf/v2/os/gtime"
)
// SystemMailLog is the golang structure for table system_mail_log.
type SystemMailLog struct {
Id int64 `json:"id" orm:"id" description:"编号"` // 编号
UserId int64 `json:"userId" orm:"user_id" description:"用户编号"` // 用户编号
UserType int `json:"userType" orm:"user_type" description:"用户类型"` // 用户类型
ToMail string `json:"toMail" orm:"to_mail" description:"接收邮箱地址"` // 接收邮箱地址
AccountId int64 `json:"accountId" orm:"account_id" description:"邮箱账号编号"` // 邮箱账号编号
FromMail string `json:"fromMail" orm:"from_mail" description:"发送邮箱地址"` // 发送邮箱地址
TemplateId int64 `json:"templateId" orm:"template_id" description:"模板编号"` // 模板编号
TemplateCode string `json:"templateCode" orm:"template_code" description:"模板编码"` // 模板编码
TemplateNickname string `json:"templateNickname" orm:"template_nickname" description:"模版发送人名称"` // 模版发送人名称
TemplateTitle string `json:"templateTitle" orm:"template_title" description:"邮件标题"` // 邮件标题
TemplateContent string `json:"templateContent" orm:"template_content" description:"邮件内容"` // 邮件内容
TemplateParams string `json:"templateParams" orm:"template_params" description:"邮件参数"` // 邮件参数
SendStatus int `json:"sendStatus" orm:"send_status" description:"发送状态"` // 发送状态
SendTime *gtime.Time `json:"sendTime" orm:"send_time" description:"发送时间"` // 发送时间
SendMessageId string `json:"sendMessageId" orm:"send_message_id" description:"发送返回的消息 ID"` // 发送返回的消息 ID
SendException string `json:"sendException" orm:"send_exception" description:"发送异常"` // 发送异常
Creator string `json:"creator" orm:"creator" description:"创建者"` // 创建者
CreateTime *gtime.Time `json:"createTime" orm:"create_time" description:"创建时间"` // 创建时间
Updater string `json:"updater" orm:"updater" description:"更新者"` // 更新者
UpdateTime *gtime.Time `json:"updateTime" orm:"update_time" description:"更新时间"` // 更新时间
Deleted bool `json:"deleted" orm:"deleted" description:"是否删除"` // 是否删除
}

View File

@@ -0,0 +1,28 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
import (
"github.com/gogf/gf/v2/os/gtime"
)
// SystemMailTemplate is the golang structure for table system_mail_template.
type SystemMailTemplate struct {
Id int64 `json:"id" orm:"id" description:"编号"` // 编号
Name string `json:"name" orm:"name" description:"模板名称"` // 模板名称
Code string `json:"code" orm:"code" description:"模板编码"` // 模板编码
AccountId int64 `json:"accountId" orm:"account_id" description:"发送的邮箱账号编号"` // 发送的邮箱账号编号
Nickname string `json:"nickname" orm:"nickname" description:"发送人名称"` // 发送人名称
Title string `json:"title" orm:"title" description:"模板标题"` // 模板标题
Content string `json:"content" orm:"content" description:"模板内容"` // 模板内容
Params string `json:"params" orm:"params" description:"参数数组"` // 参数数组
Status int `json:"status" orm:"status" description:"开启状态"` // 开启状态
Remark string `json:"remark" orm:"remark" description:"备注"` // 备注
Creator string `json:"creator" orm:"creator" description:"创建者"` // 创建者
CreateTime *gtime.Time `json:"createTime" orm:"create_time" description:"创建时间"` // 创建时间
Updater string `json:"updater" orm:"updater" description:"更新者"` // 更新者
UpdateTime *gtime.Time `json:"updateTime" orm:"update_time" description:"更新时间"` // 更新时间
Deleted bool `json:"deleted" orm:"deleted" description:"是否删除"` // 是否删除
}

View File

@@ -0,0 +1,32 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
import (
"github.com/gogf/gf/v2/os/gtime"
)
// SystemMenu is the golang structure for table system_menu.
type SystemMenu struct {
Id int64 `json:"id" orm:"id" description:"菜单ID"` // 菜单ID
Name string `json:"name" orm:"name" description:"菜单名称"` // 菜单名称
Permission string `json:"permission" orm:"permission" description:"权限标识"` // 权限标识
Type int `json:"type" orm:"type" description:"菜单类型"` // 菜单类型
Sort int `json:"sort" orm:"sort" description:"显示顺序"` // 显示顺序
ParentId int64 `json:"parentId" orm:"parent_id" description:"父菜单ID"` // 父菜单ID
Path string `json:"path" orm:"path" description:"路由地址"` // 路由地址
Icon string `json:"icon" orm:"icon" description:"菜单图标"` // 菜单图标
Component string `json:"component" orm:"component" description:"组件路径"` // 组件路径
ComponentName string `json:"componentName" orm:"component_name" description:"组件名"` // 组件名
Status int `json:"status" orm:"status" description:"菜单状态"` // 菜单状态
Visible bool `json:"visible" orm:"visible" description:"是否可见"` // 是否可见
KeepAlive bool `json:"keepAlive" orm:"keep_alive" description:"是否缓存"` // 是否缓存
AlwaysShow bool `json:"alwaysShow" orm:"always_show" description:"是否总是显示"` // 是否总是显示
Creator string `json:"creator" orm:"creator" description:"创建者"` // 创建者
CreateTime *gtime.Time `json:"createTime" orm:"create_time" description:"创建时间"` // 创建时间
Updater string `json:"updater" orm:"updater" description:"更新者"` // 更新者
UpdateTime *gtime.Time `json:"updateTime" orm:"update_time" description:"更新时间"` // 更新时间
Deleted bool `json:"deleted" orm:"deleted" description:"是否删除"` // 是否删除
}

View File

@@ -0,0 +1,24 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
import (
"github.com/gogf/gf/v2/os/gtime"
)
// SystemNotice is the golang structure for table system_notice.
type SystemNotice struct {
Id int64 `json:"id" orm:"id" description:"公告ID"` // 公告ID
Title string `json:"title" orm:"title" description:"公告标题"` // 公告标题
Content string `json:"content" orm:"content" description:"公告内容"` // 公告内容
Type int `json:"type" orm:"type" description:"公告类型1通知 2公告"` // 公告类型1通知 2公告
Status int `json:"status" orm:"status" description:"公告状态0正常 1关闭"` // 公告状态0正常 1关闭
Creator string `json:"creator" orm:"creator" description:"创建者"` // 创建者
CreateTime *gtime.Time `json:"createTime" orm:"create_time" description:"创建时间"` // 创建时间
Updater string `json:"updater" orm:"updater" description:"更新者"` // 更新者
UpdateTime *gtime.Time `json:"updateTime" orm:"update_time" description:"更新时间"` // 更新时间
Deleted bool `json:"deleted" orm:"deleted" description:"是否删除"` // 是否删除
TenantId int64 `json:"tenantId" orm:"tenant_id" description:"租户编号"` // 租户编号
}

View File

@@ -0,0 +1,30 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
import (
"github.com/gogf/gf/v2/os/gtime"
)
// SystemNotifyMessage is the golang structure for table system_notify_message.
type SystemNotifyMessage struct {
Id int64 `json:"id" orm:"id" description:"用户ID"` // 用户ID
UserId int64 `json:"userId" orm:"user_id" description:"用户id"` // 用户id
UserType int `json:"userType" orm:"user_type" description:"用户类型"` // 用户类型
TemplateId int64 `json:"templateId" orm:"template_id" description:"模版编号"` // 模版编号
TemplateCode string `json:"templateCode" orm:"template_code" description:"模板编码"` // 模板编码
TemplateNickname string `json:"templateNickname" orm:"template_nickname" description:"模版发送人名称"` // 模版发送人名称
TemplateContent string `json:"templateContent" orm:"template_content" description:"模版内容"` // 模版内容
TemplateType int `json:"templateType" orm:"template_type" description:"模版类型"` // 模版类型
TemplateParams string `json:"templateParams" orm:"template_params" description:"模版参数"` // 模版参数
ReadStatus bool `json:"readStatus" orm:"read_status" description:"是否已读"` // 是否已读
ReadTime *gtime.Time `json:"readTime" orm:"read_time" description:"阅读时间"` // 阅读时间
Creator string `json:"creator" orm:"creator" description:"创建者"` // 创建者
CreateTime *gtime.Time `json:"createTime" orm:"create_time" description:"创建时间"` // 创建时间
Updater string `json:"updater" orm:"updater" description:"更新者"` // 更新者
UpdateTime *gtime.Time `json:"updateTime" orm:"update_time" description:"更新时间"` // 更新时间
Deleted bool `json:"deleted" orm:"deleted" description:"是否删除"` // 是否删除
TenantId int64 `json:"tenantId" orm:"tenant_id" description:"租户编号"` // 租户编号
}

View File

@@ -0,0 +1,27 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
import (
"github.com/gogf/gf/v2/os/gtime"
)
// SystemNotifyTemplate is the golang structure for table system_notify_template.
type SystemNotifyTemplate struct {
Id int64 `json:"id" orm:"id" description:"主键"` // 主键
Name string `json:"name" orm:"name" description:"模板名称"` // 模板名称
Code string `json:"code" orm:"code" description:"模版编码"` // 模版编码
Nickname string `json:"nickname" orm:"nickname" description:"发送人名称"` // 发送人名称
Content string `json:"content" orm:"content" description:"模版内容"` // 模版内容
Type int `json:"type" orm:"type" description:"类型"` // 类型
Params string `json:"params" orm:"params" description:"参数数组"` // 参数数组
Status int `json:"status" orm:"status" description:"状态"` // 状态
Remark string `json:"remark" orm:"remark" description:"备注"` // 备注
Creator string `json:"creator" orm:"creator" description:"创建者"` // 创建者
CreateTime *gtime.Time `json:"createTime" orm:"create_time" description:"创建时间"` // 创建时间
Updater string `json:"updater" orm:"updater" description:"更新者"` // 更新者
UpdateTime *gtime.Time `json:"updateTime" orm:"update_time" description:"更新时间"` // 更新时间
Deleted bool `json:"deleted" orm:"deleted" description:"是否删除"` // 是否删除
}

View File

@@ -0,0 +1,28 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
import (
"github.com/gogf/gf/v2/os/gtime"
)
// SystemOauth2AccessToken is the golang structure for table system_oauth2_access_token.
type SystemOauth2AccessToken struct {
Id int64 `json:"id" orm:"id" description:"编号"` // 编号
UserId int64 `json:"userId" orm:"user_id" description:"用户编号"` // 用户编号
UserType int `json:"userType" orm:"user_type" description:"用户类型"` // 用户类型
UserInfo string `json:"userInfo" orm:"user_info" description:"用户信息"` // 用户信息
AccessToken string `json:"accessToken" orm:"access_token" description:"访问令牌"` // 访问令牌
RefreshToken string `json:"refreshToken" orm:"refresh_token" description:"刷新令牌"` // 刷新令牌
ClientId string `json:"clientId" orm:"client_id" description:"客户端编号"` // 客户端编号
Scopes string `json:"scopes" orm:"scopes" description:"授权范围"` // 授权范围
ExpiresTime *gtime.Time `json:"expiresTime" orm:"expires_time" description:"过期时间"` // 过期时间
Creator string `json:"creator" orm:"creator" description:"创建者"` // 创建者
CreateTime *gtime.Time `json:"createTime" orm:"create_time" description:"创建时间"` // 创建时间
Updater string `json:"updater" orm:"updater" description:"更新者"` // 更新者
UpdateTime *gtime.Time `json:"updateTime" orm:"update_time" description:"更新时间"` // 更新时间
Deleted bool `json:"deleted" orm:"deleted" description:"是否删除"` // 是否删除
TenantId int64 `json:"tenantId" orm:"tenant_id" description:"租户编号"` // 租户编号
}

View File

@@ -0,0 +1,26 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
import (
"github.com/gogf/gf/v2/os/gtime"
)
// SystemOauth2Approve is the golang structure for table system_oauth2_approve.
type SystemOauth2Approve struct {
Id int64 `json:"id" orm:"id" description:"编号"` // 编号
UserId int64 `json:"userId" orm:"user_id" description:"用户编号"` // 用户编号
UserType int `json:"userType" orm:"user_type" description:"用户类型"` // 用户类型
ClientId string `json:"clientId" orm:"client_id" description:"客户端编号"` // 客户端编号
Scope string `json:"scope" orm:"scope" description:"授权范围"` // 授权范围
Approved bool `json:"approved" orm:"approved" description:"是否接受"` // 是否接受
ExpiresTime *gtime.Time `json:"expiresTime" orm:"expires_time" description:"过期时间"` // 过期时间
Creator string `json:"creator" orm:"creator" description:"创建者"` // 创建者
CreateTime *gtime.Time `json:"createTime" orm:"create_time" description:"创建时间"` // 创建时间
Updater string `json:"updater" orm:"updater" description:"更新者"` // 更新者
UpdateTime *gtime.Time `json:"updateTime" orm:"update_time" description:"更新时间"` // 更新时间
Deleted bool `json:"deleted" orm:"deleted" description:"是否删除"` // 是否删除
TenantId int64 `json:"tenantId" orm:"tenant_id" description:"租户编号"` // 租户编号
}

View File

@@ -0,0 +1,34 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
import (
"github.com/gogf/gf/v2/os/gtime"
)
// SystemOauth2Client is the golang structure for table system_oauth2_client.
type SystemOauth2Client struct {
Id int64 `json:"id" orm:"id" description:"编号"` // 编号
ClientId string `json:"clientId" orm:"client_id" description:"客户端编号"` // 客户端编号
Secret string `json:"secret" orm:"secret" description:"客户端密钥"` // 客户端密钥
Name string `json:"name" orm:"name" description:"应用名"` // 应用名
Logo string `json:"logo" orm:"logo" description:"应用图标"` // 应用图标
Description string `json:"description" orm:"description" description:"应用描述"` // 应用描述
Status int `json:"status" orm:"status" description:"状态"` // 状态
AccessTokenValiditySeconds int `json:"accessTokenValiditySeconds" orm:"access_token_validity_seconds" description:"访问令牌的有效期"` // 访问令牌的有效期
RefreshTokenValiditySeconds int `json:"refreshTokenValiditySeconds" orm:"refresh_token_validity_seconds" description:"刷新令牌的有效期"` // 刷新令牌的有效期
RedirectUris string `json:"redirectUris" orm:"redirect_uris" description:"可重定向的 URI 地址"` // 可重定向的 URI 地址
AuthorizedGrantTypes string `json:"authorizedGrantTypes" orm:"authorized_grant_types" description:"授权类型"` // 授权类型
Scopes string `json:"scopes" orm:"scopes" description:"授权范围"` // 授权范围
AutoApproveScopes string `json:"autoApproveScopes" orm:"auto_approve_scopes" description:"自动通过的授权范围"` // 自动通过的授权范围
Authorities string `json:"authorities" orm:"authorities" description:"权限"` // 权限
ResourceIds string `json:"resourceIds" orm:"resource_ids" description:"资源"` // 资源
AdditionalInformation string `json:"additionalInformation" orm:"additional_information" description:"附加信息"` // 附加信息
Creator string `json:"creator" orm:"creator" description:"创建者"` // 创建者
CreateTime *gtime.Time `json:"createTime" orm:"create_time" description:"创建时间"` // 创建时间
Updater string `json:"updater" orm:"updater" description:"更新者"` // 更新者
UpdateTime *gtime.Time `json:"updateTime" orm:"update_time" description:"更新时间"` // 更新时间
Deleted bool `json:"deleted" orm:"deleted" description:"是否删除"` // 是否删除
}

View File

@@ -0,0 +1,28 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
import (
"github.com/gogf/gf/v2/os/gtime"
)
// SystemOauth2Code is the golang structure for table system_oauth2_code.
type SystemOauth2Code struct {
Id int64 `json:"id" orm:"id" description:"编号"` // 编号
UserId int64 `json:"userId" orm:"user_id" description:"用户编号"` // 用户编号
UserType int `json:"userType" orm:"user_type" description:"用户类型"` // 用户类型
Code string `json:"code" orm:"code" description:"授权码"` // 授权码
ClientId string `json:"clientId" orm:"client_id" description:"客户端编号"` // 客户端编号
Scopes string `json:"scopes" orm:"scopes" description:"授权范围"` // 授权范围
ExpiresTime *gtime.Time `json:"expiresTime" orm:"expires_time" description:"过期时间"` // 过期时间
RedirectUri string `json:"redirectUri" orm:"redirect_uri" description:"可重定向的 URI 地址"` // 可重定向的 URI 地址
State string `json:"state" orm:"state" description:"状态"` // 状态
Creator string `json:"creator" orm:"creator" description:"创建者"` // 创建者
CreateTime *gtime.Time `json:"createTime" orm:"create_time" description:"创建时间"` // 创建时间
Updater string `json:"updater" orm:"updater" description:"更新者"` // 更新者
UpdateTime *gtime.Time `json:"updateTime" orm:"update_time" description:"更新时间"` // 更新时间
Deleted bool `json:"deleted" orm:"deleted" description:"是否删除"` // 是否删除
TenantId int64 `json:"tenantId" orm:"tenant_id" description:"租户编号"` // 租户编号
}

View File

@@ -0,0 +1,26 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
import (
"github.com/gogf/gf/v2/os/gtime"
)
// SystemOauth2RefreshToken is the golang structure for table system_oauth2_refresh_token.
type SystemOauth2RefreshToken struct {
Id int64 `json:"id" orm:"id" description:"编号"` // 编号
UserId int64 `json:"userId" orm:"user_id" description:"用户编号"` // 用户编号
RefreshToken string `json:"refreshToken" orm:"refresh_token" description:"刷新令牌"` // 刷新令牌
UserType int `json:"userType" orm:"user_type" description:"用户类型"` // 用户类型
ClientId string `json:"clientId" orm:"client_id" description:"客户端编号"` // 客户端编号
Scopes string `json:"scopes" orm:"scopes" description:"授权范围"` // 授权范围
ExpiresTime *gtime.Time `json:"expiresTime" orm:"expires_time" description:"过期时间"` // 过期时间
Creator string `json:"creator" orm:"creator" description:"创建者"` // 创建者
CreateTime *gtime.Time `json:"createTime" orm:"create_time" description:"创建时间"` // 创建时间
Updater string `json:"updater" orm:"updater" description:"更新者"` // 更新者
UpdateTime *gtime.Time `json:"updateTime" orm:"update_time" description:"更新时间"` // 更新时间
Deleted bool `json:"deleted" orm:"deleted" description:"是否删除"` // 是否删除
TenantId int64 `json:"tenantId" orm:"tenant_id" description:"租户编号"` // 租户编号
}

View File

@@ -0,0 +1,32 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
import (
"github.com/gogf/gf/v2/os/gtime"
)
// SystemOperateLog is the golang structure for table system_operate_log.
type SystemOperateLog struct {
Id int64 `json:"id" orm:"id" description:"日志主键"` // 日志主键
TraceId string `json:"traceId" orm:"trace_id" description:"链路追踪编号"` // 链路追踪编号
UserId int64 `json:"userId" orm:"user_id" description:"用户编号"` // 用户编号
UserType int `json:"userType" orm:"user_type" description:"用户类型"` // 用户类型
Type string `json:"type" orm:"type" description:"操作模块类型"` // 操作模块类型
SubType string `json:"subType" orm:"sub_type" description:"操作名"` // 操作名
BizId int64 `json:"bizId" orm:"biz_id" description:"操作数据模块编号"` // 操作数据模块编号
Action string `json:"action" orm:"action" description:"操作内容"` // 操作内容
Extra string `json:"extra" orm:"extra" description:"拓展字段"` // 拓展字段
RequestMethod string `json:"requestMethod" orm:"request_method" description:"请求方法名"` // 请求方法名
RequestUrl string `json:"requestUrl" orm:"request_url" description:"请求地址"` // 请求地址
UserIp string `json:"userIp" orm:"user_ip" description:"用户 IP"` // 用户 IP
UserAgent string `json:"userAgent" orm:"user_agent" description:"浏览器 UA"` // 浏览器 UA
Creator string `json:"creator" orm:"creator" description:"创建者"` // 创建者
CreateTime *gtime.Time `json:"createTime" orm:"create_time" description:"创建时间"` // 创建时间
Updater string `json:"updater" orm:"updater" description:"更新者"` // 更新者
UpdateTime *gtime.Time `json:"updateTime" orm:"update_time" description:"更新时间"` // 更新时间
Deleted bool `json:"deleted" orm:"deleted" description:"是否删除"` // 是否删除
TenantId int64 `json:"tenantId" orm:"tenant_id" description:"租户编号"` // 租户编号
}

View File

@@ -0,0 +1,25 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
import (
"github.com/gogf/gf/v2/os/gtime"
)
// SystemPost is the golang structure for table system_post.
type SystemPost struct {
Id int64 `json:"id" orm:"id" description:"岗位ID"` // 岗位ID
Code string `json:"code" orm:"code" description:"岗位编码"` // 岗位编码
Name string `json:"name" orm:"name" description:"岗位名称"` // 岗位名称
Sort int `json:"sort" orm:"sort" description:"显示顺序"` // 显示顺序
Status int `json:"status" orm:"status" description:"状态0正常 1停用"` // 状态0正常 1停用
Remark string `json:"remark" orm:"remark" description:"备注"` // 备注
Creator string `json:"creator" orm:"creator" description:"创建者"` // 创建者
CreateTime *gtime.Time `json:"createTime" orm:"create_time" description:"创建时间"` // 创建时间
Updater string `json:"updater" orm:"updater" description:"更新者"` // 更新者
UpdateTime *gtime.Time `json:"updateTime" orm:"update_time" description:"更新时间"` // 更新时间
Deleted bool `json:"deleted" orm:"deleted" description:"是否删除"` // 是否删除
TenantId int64 `json:"tenantId" orm:"tenant_id" description:"租户编号"` // 租户编号
}

View File

@@ -0,0 +1,28 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
import (
"github.com/gogf/gf/v2/os/gtime"
)
// SystemRole is the golang structure for table system_role.
type SystemRole struct {
Id int64 `json:"id" orm:"id" description:"角色ID"` // 角色ID
Name string `json:"name" orm:"name" description:"角色名称"` // 角色名称
Code string `json:"code" orm:"code" description:"角色权限字符串"` // 角色权限字符串
Sort int `json:"sort" orm:"sort" description:"显示顺序"` // 显示顺序
DataScope int `json:"dataScope" orm:"data_scope" description:"数据范围1全部数据权限 2自定数据权限 3本部门数据权限 4本部门及以下数据权限"` // 数据范围1全部数据权限 2自定数据权限 3本部门数据权限 4本部门及以下数据权限
DataScopeDeptIds string `json:"dataScopeDeptIds" orm:"data_scope_dept_ids" description:"数据范围(指定部门数组)"` // 数据范围(指定部门数组)
Status int `json:"status" orm:"status" description:"角色状态0正常 1停用"` // 角色状态0正常 1停用
Type int `json:"type" orm:"type" description:"角色类型"` // 角色类型
Remark string `json:"remark" orm:"remark" description:"备注"` // 备注
Creator string `json:"creator" orm:"creator" description:"创建者"` // 创建者
CreateTime *gtime.Time `json:"createTime" orm:"create_time" description:"创建时间"` // 创建时间
Updater string `json:"updater" orm:"updater" description:"更新者"` // 更新者
UpdateTime *gtime.Time `json:"updateTime" orm:"update_time" description:"更新时间"` // 更新时间
Deleted bool `json:"deleted" orm:"deleted" description:"是否删除"` // 是否删除
TenantId int64 `json:"tenantId" orm:"tenant_id" description:"租户编号"` // 租户编号
}

View File

@@ -0,0 +1,22 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
import (
"github.com/gogf/gf/v2/os/gtime"
)
// SystemRoleMenu is the golang structure for table system_role_menu.
type SystemRoleMenu struct {
Id int64 `json:"id" orm:"id" description:"自增编号"` // 自增编号
RoleId int64 `json:"roleId" orm:"role_id" description:"角色ID"` // 角色ID
MenuId int64 `json:"menuId" orm:"menu_id" description:"菜单ID"` // 菜单ID
Creator string `json:"creator" orm:"creator" description:"创建者"` // 创建者
CreateTime *gtime.Time `json:"createTime" orm:"create_time" description:"创建时间"` // 创建时间
Updater string `json:"updater" orm:"updater" description:"更新者"` // 更新者
UpdateTime *gtime.Time `json:"updateTime" orm:"update_time" description:"更新时间"` // 更新时间
Deleted bool `json:"deleted" orm:"deleted" description:"是否删除"` // 是否删除
TenantId int64 `json:"tenantId" orm:"tenant_id" description:"租户编号"` // 租户编号
}

View File

@@ -0,0 +1,26 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
import (
"github.com/gogf/gf/v2/os/gtime"
)
// SystemSmsChannel is the golang structure for table system_sms_channel.
type SystemSmsChannel struct {
Id int64 `json:"id" orm:"id" description:"编号"` // 编号
Signature string `json:"signature" orm:"signature" description:"短信签名"` // 短信签名
Code string `json:"code" orm:"code" description:"渠道编码"` // 渠道编码
Status int `json:"status" orm:"status" description:"开启状态"` // 开启状态
Remark string `json:"remark" orm:"remark" description:"备注"` // 备注
ApiKey string `json:"apiKey" orm:"api_key" description:"短信 API 的账号"` // 短信 API 的账号
ApiSecret string `json:"apiSecret" orm:"api_secret" description:"短信 API 的秘钥"` // 短信 API 的秘钥
CallbackUrl string `json:"callbackUrl" orm:"callback_url" description:"短信发送回调 URL"` // 短信发送回调 URL
Creator string `json:"creator" orm:"creator" description:"创建者"` // 创建者
CreateTime *gtime.Time `json:"createTime" orm:"create_time" description:"创建时间"` // 创建时间
Updater string `json:"updater" orm:"updater" description:"更新者"` // 更新者
UpdateTime *gtime.Time `json:"updateTime" orm:"update_time" description:"更新时间"` // 更新时间
Deleted bool `json:"deleted" orm:"deleted" description:"是否删除"` // 是否删除
}

View File

@@ -0,0 +1,28 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
import (
"github.com/gogf/gf/v2/os/gtime"
)
// SystemSmsCode is the golang structure for table system_sms_code.
type SystemSmsCode struct {
Id int64 `json:"id" orm:"id" description:"编号"` // 编号
Mobile string `json:"mobile" orm:"mobile" description:"手机号"` // 手机号
Code string `json:"code" orm:"code" description:"验证码"` // 验证码
CreateIp string `json:"createIp" orm:"create_ip" description:"创建 IP"` // 创建 IP
Scene int `json:"scene" orm:"scene" description:"发送场景"` // 发送场景
TodayIndex int `json:"todayIndex" orm:"today_index" description:"今日发送的第几条"` // 今日发送的第几条
Used int `json:"used" orm:"used" description:"是否使用"` // 是否使用
UsedTime *gtime.Time `json:"usedTime" orm:"used_time" description:"使用时间"` // 使用时间
UsedIp string `json:"usedIp" orm:"used_ip" description:"使用 IP"` // 使用 IP
Creator string `json:"creator" orm:"creator" description:"创建者"` // 创建者
CreateTime *gtime.Time `json:"createTime" orm:"create_time" description:"创建时间"` // 创建时间
Updater string `json:"updater" orm:"updater" description:"更新者"` // 更新者
UpdateTime *gtime.Time `json:"updateTime" orm:"update_time" description:"更新时间"` // 更新时间
Deleted bool `json:"deleted" orm:"deleted" description:"是否删除"` // 是否删除
TenantId int64 `json:"tenantId" orm:"tenant_id" description:"租户编号"` // 租户编号
}

View File

@@ -0,0 +1,40 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
import (
"github.com/gogf/gf/v2/os/gtime"
)
// SystemSmsLog is the golang structure for table system_sms_log.
type SystemSmsLog struct {
Id int64 `json:"id" orm:"id" description:"编号"` // 编号
ChannelId int64 `json:"channelId" orm:"channel_id" description:"短信渠道编号"` // 短信渠道编号
ChannelCode string `json:"channelCode" orm:"channel_code" description:"短信渠道编码"` // 短信渠道编码
TemplateId int64 `json:"templateId" orm:"template_id" description:"模板编号"` // 模板编号
TemplateCode string `json:"templateCode" orm:"template_code" description:"模板编码"` // 模板编码
TemplateType int `json:"templateType" orm:"template_type" description:"短信类型"` // 短信类型
TemplateContent string `json:"templateContent" orm:"template_content" description:"短信内容"` // 短信内容
TemplateParams string `json:"templateParams" orm:"template_params" description:"短信参数"` // 短信参数
ApiTemplateId string `json:"apiTemplateId" orm:"api_template_id" description:"短信 API 的模板编号"` // 短信 API 的模板编号
Mobile string `json:"mobile" orm:"mobile" description:"手机号"` // 手机号
UserId int64 `json:"userId" orm:"user_id" description:"用户编号"` // 用户编号
UserType int `json:"userType" orm:"user_type" description:"用户类型"` // 用户类型
SendStatus int `json:"sendStatus" orm:"send_status" description:"发送状态"` // 发送状态
SendTime *gtime.Time `json:"sendTime" orm:"send_time" description:"发送时间"` // 发送时间
ApiSendCode string `json:"apiSendCode" orm:"api_send_code" description:"短信 API 发送结果的编码"` // 短信 API 发送结果的编码
ApiSendMsg string `json:"apiSendMsg" orm:"api_send_msg" description:"短信 API 发送失败的提示"` // 短信 API 发送失败的提示
ApiRequestId string `json:"apiRequestId" orm:"api_request_id" description:"短信 API 发送返回的唯一请求 ID"` // 短信 API 发送返回的唯一请求 ID
ApiSerialNo string `json:"apiSerialNo" orm:"api_serial_no" description:"短信 API 发送返回的序号"` // 短信 API 发送返回的序号
ReceiveStatus int `json:"receiveStatus" orm:"receive_status" description:"接收状态"` // 接收状态
ReceiveTime *gtime.Time `json:"receiveTime" orm:"receive_time" description:"接收时间"` // 接收时间
ApiReceiveCode string `json:"apiReceiveCode" orm:"api_receive_code" description:"API 接收结果的编码"` // API 接收结果的编码
ApiReceiveMsg string `json:"apiReceiveMsg" orm:"api_receive_msg" description:"API 接收结果的说明"` // API 接收结果的说明
Creator string `json:"creator" orm:"creator" description:"创建者"` // 创建者
CreateTime *gtime.Time `json:"createTime" orm:"create_time" description:"创建时间"` // 创建时间
Updater string `json:"updater" orm:"updater" description:"更新者"` // 更新者
UpdateTime *gtime.Time `json:"updateTime" orm:"update_time" description:"更新时间"` // 更新时间
Deleted bool `json:"deleted" orm:"deleted" description:"是否删除"` // 是否删除
}

View File

@@ -0,0 +1,29 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
import (
"github.com/gogf/gf/v2/os/gtime"
)
// SystemSmsTemplate is the golang structure for table system_sms_template.
type SystemSmsTemplate struct {
Id int64 `json:"id" orm:"id" description:"编号"` // 编号
Type int `json:"type" orm:"type" description:"模板类型"` // 模板类型
Status int `json:"status" orm:"status" description:"开启状态"` // 开启状态
Code string `json:"code" orm:"code" description:"模板编码"` // 模板编码
Name string `json:"name" orm:"name" description:"模板名称"` // 模板名称
Content string `json:"content" orm:"content" description:"模板内容"` // 模板内容
Params string `json:"params" orm:"params" description:"参数数组"` // 参数数组
Remark string `json:"remark" orm:"remark" description:"备注"` // 备注
ApiTemplateId string `json:"apiTemplateId" orm:"api_template_id" description:"短信 API 的模板编号"` // 短信 API 的模板编号
ChannelId int64 `json:"channelId" orm:"channel_id" description:"短信渠道编号"` // 短信渠道编号
ChannelCode string `json:"channelCode" orm:"channel_code" description:"短信渠道编码"` // 短信渠道编码
Creator string `json:"creator" orm:"creator" description:"创建者"` // 创建者
CreateTime *gtime.Time `json:"createTime" orm:"create_time" description:"创建时间"` // 创建时间
Updater string `json:"updater" orm:"updater" description:"更新者"` // 更新者
UpdateTime *gtime.Time `json:"updateTime" orm:"update_time" description:"更新时间"` // 更新时间
Deleted bool `json:"deleted" orm:"deleted" description:"是否删除"` // 是否删除
}

View File

@@ -0,0 +1,27 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
import (
"github.com/gogf/gf/v2/os/gtime"
)
// SystemSocialClient is the golang structure for table system_social_client.
type SystemSocialClient struct {
Id int64 `json:"id" orm:"id" description:"编号"` // 编号
Name string `json:"name" orm:"name" description:"应用名"` // 应用名
SocialType int `json:"socialType" orm:"social_type" description:"社交平台的类型"` // 社交平台的类型
UserType int `json:"userType" orm:"user_type" description:"用户类型"` // 用户类型
ClientId string `json:"clientId" orm:"client_id" description:"客户端编号"` // 客户端编号
ClientSecret string `json:"clientSecret" orm:"client_secret" description:"客户端密钥"` // 客户端密钥
AgentId string `json:"agentId" orm:"agent_id" description:"代理编号"` // 代理编号
Status int `json:"status" orm:"status" description:"状态"` // 状态
Creator string `json:"creator" orm:"creator" description:"创建者"` // 创建者
CreateTime *gtime.Time `json:"createTime" orm:"create_time" description:"创建时间"` // 创建时间
Updater string `json:"updater" orm:"updater" description:"更新者"` // 更新者
UpdateTime *gtime.Time `json:"updateTime" orm:"update_time" description:"更新时间"` // 更新时间
Deleted bool `json:"deleted" orm:"deleted" description:"是否删除"` // 是否删除
TenantId int64 `json:"tenantId" orm:"tenant_id" description:"租户编号"` // 租户编号
}

View File

@@ -0,0 +1,29 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
import (
"github.com/gogf/gf/v2/os/gtime"
)
// SystemSocialUser is the golang structure for table system_social_user.
type SystemSocialUser struct {
Id uint64 `json:"id" orm:"id" description:"主键(自增策略)"` // 主键(自增策略)
Type int `json:"type" orm:"type" description:"社交平台的类型"` // 社交平台的类型
Openid string `json:"openid" orm:"openid" description:"社交 openid"` // 社交 openid
Token string `json:"token" orm:"token" description:"社交 token"` // 社交 token
RawTokenInfo string `json:"rawTokenInfo" orm:"raw_token_info" description:"原始 Token 数据,一般是 JSON 格式"` // 原始 Token 数据,一般是 JSON 格式
Nickname string `json:"nickname" orm:"nickname" description:"用户昵称"` // 用户昵称
Avatar string `json:"avatar" orm:"avatar" description:"用户头像"` // 用户头像
RawUserInfo string `json:"rawUserInfo" orm:"raw_user_info" description:"原始用户数据,一般是 JSON 格式"` // 原始用户数据,一般是 JSON 格式
Code string `json:"code" orm:"code" description:"最后一次的认证 code"` // 最后一次的认证 code
State string `json:"state" orm:"state" description:"最后一次的认证 state"` // 最后一次的认证 state
Creator string `json:"creator" orm:"creator" description:"创建者"` // 创建者
CreateTime *gtime.Time `json:"createTime" orm:"create_time" description:"创建时间"` // 创建时间
Updater string `json:"updater" orm:"updater" description:"更新者"` // 更新者
UpdateTime *gtime.Time `json:"updateTime" orm:"update_time" description:"更新时间"` // 更新时间
Deleted bool `json:"deleted" orm:"deleted" description:"是否删除"` // 是否删除
TenantId int64 `json:"tenantId" orm:"tenant_id" description:"租户编号"` // 租户编号
}

View File

@@ -0,0 +1,24 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
import (
"github.com/gogf/gf/v2/os/gtime"
)
// SystemSocialUserBind is the golang structure for table system_social_user_bind.
type SystemSocialUserBind struct {
Id uint64 `json:"id" orm:"id" description:"主键(自增策略)"` // 主键(自增策略)
UserId int64 `json:"userId" orm:"user_id" description:"用户编号"` // 用户编号
UserType int `json:"userType" orm:"user_type" description:"用户类型"` // 用户类型
SocialType int `json:"socialType" orm:"social_type" description:"社交平台的类型"` // 社交平台的类型
SocialUserId int64 `json:"socialUserId" orm:"social_user_id" description:"社交用户的编号"` // 社交用户的编号
Creator string `json:"creator" orm:"creator" description:"创建者"` // 创建者
CreateTime *gtime.Time `json:"createTime" orm:"create_time" description:"创建时间"` // 创建时间
Updater string `json:"updater" orm:"updater" description:"更新者"` // 更新者
UpdateTime *gtime.Time `json:"updateTime" orm:"update_time" description:"更新时间"` // 更新时间
Deleted bool `json:"deleted" orm:"deleted" description:"是否删除"` // 是否删除
TenantId int64 `json:"tenantId" orm:"tenant_id" description:"租户编号"` // 租户编号
}

View File

@@ -0,0 +1,28 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
import (
"github.com/gogf/gf/v2/os/gtime"
)
// SystemTenant is the golang structure for table system_tenant.
type SystemTenant struct {
Id int64 `json:"id" orm:"id" description:"租户编号"` // 租户编号
Name string `json:"name" orm:"name" description:"租户名"` // 租户名
ContactUserId int64 `json:"contactUserId" orm:"contact_user_id" description:"联系人的用户编号"` // 联系人的用户编号
ContactName string `json:"contactName" orm:"contact_name" description:"联系人"` // 联系人
ContactMobile string `json:"contactMobile" orm:"contact_mobile" description:"联系手机"` // 联系手机
Status int `json:"status" orm:"status" description:"租户状态0正常 1停用"` // 租户状态0正常 1停用
Website string `json:"website" orm:"website" description:"绑定域名"` // 绑定域名
PackageId int64 `json:"packageId" orm:"package_id" description:"租户套餐编号"` // 租户套餐编号
ExpireTime *gtime.Time `json:"expireTime" orm:"expire_time" description:"过期时间"` // 过期时间
AccountCount int `json:"accountCount" orm:"account_count" description:"账号数量"` // 账号数量
Creator string `json:"creator" orm:"creator" description:"创建者"` // 创建者
CreateTime *gtime.Time `json:"createTime" orm:"create_time" description:"创建时间"` // 创建时间
Updater string `json:"updater" orm:"updater" description:"更新者"` // 更新者
UpdateTime *gtime.Time `json:"updateTime" orm:"update_time" description:"更新时间"` // 更新时间
Deleted bool `json:"deleted" orm:"deleted" description:"是否删除"` // 是否删除
}

View File

@@ -0,0 +1,23 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
import (
"github.com/gogf/gf/v2/os/gtime"
)
// SystemTenantPackage is the golang structure for table system_tenant_package.
type SystemTenantPackage struct {
Id int64 `json:"id" orm:"id" description:"套餐编号"` // 套餐编号
Name string `json:"name" orm:"name" description:"套餐名"` // 套餐名
Status int `json:"status" orm:"status" description:"租户状态0正常 1停用"` // 租户状态0正常 1停用
Remark string `json:"remark" orm:"remark" description:"备注"` // 备注
MenuIds string `json:"menuIds" orm:"menu_ids" description:"关联的菜单编号"` // 关联的菜单编号
Creator string `json:"creator" orm:"creator" description:"创建者"` // 创建者
CreateTime *gtime.Time `json:"createTime" orm:"create_time" description:"创建时间"` // 创建时间
Updater string `json:"updater" orm:"updater" description:"更新者"` // 更新者
UpdateTime *gtime.Time `json:"updateTime" orm:"update_time" description:"更新时间"` // 更新时间
Deleted bool `json:"deleted" orm:"deleted" description:"是否删除"` // 是否删除
}

View File

@@ -0,0 +1,22 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
import (
"github.com/gogf/gf/v2/os/gtime"
)
// SystemUserPost is the golang structure for table system_user_post.
type SystemUserPost struct {
Id int64 `json:"id" orm:"id" description:"id"` // id
UserId int64 `json:"userId" orm:"user_id" description:"用户ID"` // 用户ID
PostId int64 `json:"postId" orm:"post_id" description:"岗位ID"` // 岗位ID
Creator string `json:"creator" orm:"creator" description:"创建者"` // 创建者
CreateTime *gtime.Time `json:"createTime" orm:"create_time" description:"创建时间"` // 创建时间
Updater string `json:"updater" orm:"updater" description:"更新者"` // 更新者
UpdateTime *gtime.Time `json:"updateTime" orm:"update_time" description:"更新时间"` // 更新时间
Deleted bool `json:"deleted" orm:"deleted" description:"是否删除"` // 是否删除
TenantId int64 `json:"tenantId" orm:"tenant_id" description:"租户编号"` // 租户编号
}

View File

@@ -0,0 +1,22 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
import (
"github.com/gogf/gf/v2/os/gtime"
)
// SystemUserRole is the golang structure for table system_user_role.
type SystemUserRole struct {
Id int64 `json:"id" orm:"id" description:"自增编号"` // 自增编号
UserId int64 `json:"userId" orm:"user_id" description:"用户ID"` // 用户ID
RoleId int64 `json:"roleId" orm:"role_id" description:"角色ID"` // 角色ID
Creator string `json:"creator" orm:"creator" description:"创建者"` // 创建者
CreateTime *gtime.Time `json:"createTime" orm:"create_time" description:"创建时间"` // 创建时间
Updater string `json:"updater" orm:"updater" description:"更新者"` // 更新者
UpdateTime *gtime.Time `json:"updateTime" orm:"update_time" description:"更新时间"` // 更新时间
Deleted bool `json:"deleted" orm:"deleted" description:"是否删除"` // 是否删除
TenantId int64 `json:"tenantId" orm:"tenant_id" description:"租户编号"` // 租户编号
}

View File

@@ -0,0 +1,33 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
import (
"github.com/gogf/gf/v2/os/gtime"
)
// SystemUsers is the golang structure for table system_users.
type SystemUsers struct {
Id int64 `json:"id" orm:"id" description:"用户ID"` // 用户ID
Username string `json:"username" orm:"username" description:"用户账号"` // 用户账号
Password string `json:"password" orm:"password" description:"密码"` // 密码
Nickname string `json:"nickname" orm:"nickname" description:"用户昵称"` // 用户昵称
Remark string `json:"remark" orm:"remark" description:"备注"` // 备注
DeptId int64 `json:"deptId" orm:"dept_id" description:"部门ID"` // 部门ID
PostIds string `json:"postIds" orm:"post_ids" description:"岗位编号数组"` // 岗位编号数组
Email string `json:"email" orm:"email" description:"用户邮箱"` // 用户邮箱
Mobile string `json:"mobile" orm:"mobile" description:"手机号码"` // 手机号码
Sex int `json:"sex" orm:"sex" description:"用户性别"` // 用户性别
Avatar string `json:"avatar" orm:"avatar" description:"头像地址"` // 头像地址
Status int `json:"status" orm:"status" description:"帐号状态0正常 1停用"` // 帐号状态0正常 1停用
LoginIp string `json:"loginIp" orm:"login_ip" description:"最后登录IP"` // 最后登录IP
LoginDate *gtime.Time `json:"loginDate" orm:"login_date" description:"最后登录时间"` // 最后登录时间
Creator string `json:"creator" orm:"creator" description:"创建者"` // 创建者
CreateTime *gtime.Time `json:"createTime" orm:"create_time" description:"创建时间"` // 创建时间
Updater string `json:"updater" orm:"updater" description:"更新者"` // 更新者
UpdateTime *gtime.Time `json:"updateTime" orm:"update_time" description:"更新时间"` // 更新时间
Deleted bool `json:"deleted" orm:"deleted" description:"是否删除"` // 是否删除
TenantId int64 `json:"tenantId" orm:"tenant_id" description:"租户编号"` // 租户编号
}

View File

@@ -0,0 +1,25 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
import (
"github.com/gogf/gf/v2/os/gtime"
)
// YudaoDemo01Contact is the golang structure for table yudao_demo01_contact.
type YudaoDemo01Contact struct {
Id int64 `json:"id" orm:"id" description:"编号"` // 编号
Name string `json:"name" orm:"name" description:"名字"` // 名字
Sex int `json:"sex" orm:"sex" description:"性别"` // 性别
Birthday *gtime.Time `json:"birthday" orm:"birthday" description:"出生年"` // 出生年
Description string `json:"description" orm:"description" description:"简介"` // 简介
Avatar string `json:"avatar" orm:"avatar" description:"头像"` // 头像
Creator string `json:"creator" orm:"creator" description:"创建者"` // 创建者
CreateTime *gtime.Time `json:"createTime" orm:"create_time" description:"创建时间"` // 创建时间
Updater string `json:"updater" orm:"updater" description:"更新者"` // 更新者
UpdateTime *gtime.Time `json:"updateTime" orm:"update_time" description:"更新时间"` // 更新时间
Deleted bool `json:"deleted" orm:"deleted" description:"是否删除"` // 是否删除
TenantId int64 `json:"tenantId" orm:"tenant_id" description:"租户编号"` // 租户编号
}

View File

@@ -0,0 +1,22 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
import (
"github.com/gogf/gf/v2/os/gtime"
)
// YudaoDemo02Category is the golang structure for table yudao_demo02_category.
type YudaoDemo02Category struct {
Id int64 `json:"id" orm:"id" description:"编号"` // 编号
Name string `json:"name" orm:"name" description:"名字"` // 名字
ParentId int64 `json:"parentId" orm:"parent_id" description:"父级编号"` // 父级编号
Creator string `json:"creator" orm:"creator" description:"创建者"` // 创建者
CreateTime *gtime.Time `json:"createTime" orm:"create_time" description:"创建时间"` // 创建时间
Updater string `json:"updater" orm:"updater" description:"更新者"` // 更新者
UpdateTime *gtime.Time `json:"updateTime" orm:"update_time" description:"更新时间"` // 更新时间
Deleted bool `json:"deleted" orm:"deleted" description:"是否删除"` // 是否删除
TenantId int64 `json:"tenantId" orm:"tenant_id" description:"租户编号"` // 租户编号
}

View File

@@ -0,0 +1,23 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
import (
"github.com/gogf/gf/v2/os/gtime"
)
// YudaoDemo03Course is the golang structure for table yudao_demo03_course.
type YudaoDemo03Course struct {
Id int64 `json:"id" orm:"id" description:"编号"` // 编号
StudentId int64 `json:"studentId" orm:"student_id" description:"学生编号"` // 学生编号
Name string `json:"name" orm:"name" description:"名字"` // 名字
Score int `json:"score" orm:"score" description:"分数"` // 分数
Creator string `json:"creator" orm:"creator" description:"创建者"` // 创建者
CreateTime *gtime.Time `json:"createTime" orm:"create_time" description:"创建时间"` // 创建时间
Updater string `json:"updater" orm:"updater" description:"更新者"` // 更新者
UpdateTime *gtime.Time `json:"updateTime" orm:"update_time" description:"更新时间"` // 更新时间
Deleted bool `json:"deleted" orm:"deleted" description:"是否删除"` // 是否删除
TenantId int64 `json:"tenantId" orm:"tenant_id" description:"租户编号"` // 租户编号
}

View File

@@ -0,0 +1,23 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
import (
"github.com/gogf/gf/v2/os/gtime"
)
// YudaoDemo03Grade is the golang structure for table yudao_demo03_grade.
type YudaoDemo03Grade struct {
Id int64 `json:"id" orm:"id" description:"编号"` // 编号
StudentId int64 `json:"studentId" orm:"student_id" description:"学生编号"` // 学生编号
Name string `json:"name" orm:"name" description:"名字"` // 名字
Teacher string `json:"teacher" orm:"teacher" description:"班主任"` // 班主任
Creator string `json:"creator" orm:"creator" description:"创建者"` // 创建者
CreateTime *gtime.Time `json:"createTime" orm:"create_time" description:"创建时间"` // 创建时间
Updater string `json:"updater" orm:"updater" description:"更新者"` // 更新者
UpdateTime *gtime.Time `json:"updateTime" orm:"update_time" description:"更新时间"` // 更新时间
Deleted bool `json:"deleted" orm:"deleted" description:"是否删除"` // 是否删除
TenantId int64 `json:"tenantId" orm:"tenant_id" description:"租户编号"` // 租户编号
}

View File

@@ -0,0 +1,24 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
import (
"github.com/gogf/gf/v2/os/gtime"
)
// YudaoDemo03Student is the golang structure for table yudao_demo03_student.
type YudaoDemo03Student struct {
Id int64 `json:"id" orm:"id" description:"编号"` // 编号
Name string `json:"name" orm:"name" description:"名字"` // 名字
Sex int `json:"sex" orm:"sex" description:"性别"` // 性别
Birthday *gtime.Time `json:"birthday" orm:"birthday" description:"出生日期"` // 出生日期
Description string `json:"description" orm:"description" description:"简介"` // 简介
Creator string `json:"creator" orm:"creator" description:"创建者"` // 创建者
CreateTime *gtime.Time `json:"createTime" orm:"create_time" description:"创建时间"` // 创建时间
Updater string `json:"updater" orm:"updater" description:"更新者"` // 更新者
UpdateTime *gtime.Time `json:"updateTime" orm:"update_time" description:"更新时间"` // 更新时间
Deleted bool `json:"deleted" orm:"deleted" description:"是否删除"` // 是否删除
TenantId int64 `json:"tenantId" orm:"tenant_id" description:"租户编号"` // 租户编号
}