init
This commit is contained in:
0
internal/model/.gitkeep
Normal file
0
internal/model/.gitkeep
Normal file
0
internal/model/do/.gitkeep
Normal file
0
internal/model/do/.gitkeep
Normal file
30
internal/model/do/epic_artifact_info.go
Normal file
30
internal/model/do/epic_artifact_info.go
Normal file
@@ -0,0 +1,30 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
"github.com/gogf/gf/v2/os/gtime"
|
||||
)
|
||||
|
||||
// EpicArtifactInfo is the golang structure of table epic_artifact_info for DAO operations like Where/Data.
|
||||
type EpicArtifactInfo struct {
|
||||
g.Meta `orm:"table:epic_artifact_info, do:true"`
|
||||
Id interface{} // 文件编号
|
||||
ArtifactName interface{} // 配置编号
|
||||
ArtifactCode interface{} // 文件名
|
||||
Creator interface{} // 创建者
|
||||
CreateTime *gtime.Time // 创建时间
|
||||
Updater interface{} // 更新者
|
||||
UpdateTime *gtime.Time // 更新时间
|
||||
Deleted interface{} // 是否删除
|
||||
StatsHealth interface{} // 文件路径
|
||||
StatsAttack interface{} // 文件路径
|
||||
StatsDefense interface{} // 文件路径
|
||||
Rarity interface{} // 文件路径
|
||||
Role interface{} // 文件路径
|
||||
ArtifactNameEn interface{} // 配置编号
|
||||
ImageUrl interface{} // 图片地址
|
||||
}
|
||||
22
internal/model/do/epic_gvg_attack_teams.go
Normal file
22
internal/model/do/epic_gvg_attack_teams.go
Normal file
@@ -0,0 +1,22 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
"github.com/gogf/gf/v2/os/gtime"
|
||||
)
|
||||
|
||||
// EpicGvgAttackTeams is the golang structure of table epic_gvg_attack_teams for DAO operations like Where/Data.
|
||||
type EpicGvgAttackTeams struct {
|
||||
g.Meta `orm:"table:epic_gvg_attack_teams, do:true"`
|
||||
Id interface{} // id
|
||||
AttackHeroes interface{} // 进攻角色
|
||||
Creator interface{} // 创建者
|
||||
CreateTime *gtime.Time // 创建时间
|
||||
Updater interface{} // 更新者
|
||||
UpdateTime *gtime.Time // 更新时间
|
||||
Deleted interface{} // 是否删除
|
||||
}
|
||||
28
internal/model/do/epic_gvg_defense_attack_mapping.go
Normal file
28
internal/model/do/epic_gvg_defense_attack_mapping.go
Normal file
@@ -0,0 +1,28 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
"github.com/gogf/gf/v2/os/gtime"
|
||||
)
|
||||
|
||||
// EpicGvgDefenseAttackMapping is the golang structure of table epic_gvg_defense_attack_mapping for DAO operations like Where/Data.
|
||||
type EpicGvgDefenseAttackMapping struct {
|
||||
g.Meta `orm:"table:epic_gvg_defense_attack_mapping, do:true"`
|
||||
Id interface{} // id
|
||||
DefenseId interface{} // 防守阵容
|
||||
AttackId interface{} // 进攻阵容
|
||||
EquipmentInfo interface{} //
|
||||
Artifacts interface{} //
|
||||
BattleStrategy interface{} //
|
||||
Prerequisites interface{} //
|
||||
ImportantNotes interface{} //
|
||||
Creator interface{} // 创建者
|
||||
CreateTime *gtime.Time // 创建时间
|
||||
Updater interface{} // 更新者
|
||||
UpdateTime *gtime.Time // 更新时间
|
||||
Deleted interface{} // 是否删除
|
||||
}
|
||||
22
internal/model/do/epic_gvg_defense_teams.go
Normal file
22
internal/model/do/epic_gvg_defense_teams.go
Normal file
@@ -0,0 +1,22 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
"github.com/gogf/gf/v2/os/gtime"
|
||||
)
|
||||
|
||||
// EpicGvgDefenseTeams is the golang structure of table epic_gvg_defense_teams for DAO operations like Where/Data.
|
||||
type EpicGvgDefenseTeams struct {
|
||||
g.Meta `orm:"table:epic_gvg_defense_teams, do:true"`
|
||||
Id interface{} // id
|
||||
DefenseHeroes interface{} // 防守角色
|
||||
Creator interface{} // 创建者
|
||||
CreateTime *gtime.Time // 创建时间
|
||||
Updater interface{} // 更新者
|
||||
UpdateTime *gtime.Time // 更新时间
|
||||
Deleted interface{} // 是否删除
|
||||
}
|
||||
31
internal/model/do/epic_hero_info.go
Normal file
31
internal/model/do/epic_hero_info.go
Normal file
@@ -0,0 +1,31 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
"github.com/gogf/gf/v2/os/gtime"
|
||||
)
|
||||
|
||||
// EpicHeroInfo is the golang structure of table epic_hero_info for DAO operations like Where/Data.
|
||||
type EpicHeroInfo struct {
|
||||
g.Meta `orm:"table:epic_hero_info, do:true"`
|
||||
Id interface{} // 文件编号
|
||||
HeroName interface{} // 配置编号
|
||||
HeroCode interface{} // 文件名
|
||||
HeroAttrLv60 interface{} // 文件路径
|
||||
Creator interface{} // 创建者
|
||||
CreateTime *gtime.Time // 创建时间
|
||||
Updater interface{} // 更新者
|
||||
UpdateTime *gtime.Time // 更新时间
|
||||
Deleted interface{} // 是否删除
|
||||
NickName interface{} // 配置编号
|
||||
Rarity interface{} // 配置编号
|
||||
Role interface{} // 配置编号
|
||||
Zodiac interface{} // 配置编号
|
||||
HeadImgUrl interface{} // 配置编号
|
||||
Attribute interface{} // 配置编号
|
||||
Remark interface{} // 配置编号
|
||||
}
|
||||
26
internal/model/do/epic_hero_user_build.go
Normal file
26
internal/model/do/epic_hero_user_build.go
Normal file
@@ -0,0 +1,26 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
"github.com/gogf/gf/v2/os/gtime"
|
||||
)
|
||||
|
||||
// EpicHeroUserBuild is the golang structure of table epic_hero_user_build for DAO operations like Where/Data.
|
||||
type EpicHeroUserBuild struct {
|
||||
g.Meta `orm:"table:epic_hero_user_build, do:true"`
|
||||
Id interface{} // 文件编号
|
||||
ArtifactCode interface{} // 配置编号
|
||||
HeroCode interface{} // 文件名
|
||||
HeroHeathBuild interface{} // 文件路径
|
||||
HeroAttackBuild interface{} // 文件路径
|
||||
HeroDefBuild interface{} // 文件路径
|
||||
Creator interface{} // 创建者
|
||||
CreateTime *gtime.Time // 创建时间
|
||||
Updater interface{} // 更新者
|
||||
UpdateTime *gtime.Time // 更新时间
|
||||
Deleted interface{} // 是否删除
|
||||
}
|
||||
25
internal/model/do/fribble_hero_set.go
Normal file
25
internal/model/do/fribble_hero_set.go
Normal file
@@ -0,0 +1,25 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
"github.com/gogf/gf/v2/os/gtime"
|
||||
)
|
||||
|
||||
// FribbleHeroSet is the golang structure of table fribble_hero_set for DAO operations like Where/Data.
|
||||
type FribbleHeroSet struct {
|
||||
g.Meta `orm:"table:fribble_hero_set, do:true"`
|
||||
Id interface{} // 文件编号
|
||||
HeroCode interface{} // 配置编号
|
||||
JsonContent interface{} // 文件名
|
||||
HeroName interface{} // 文件路径
|
||||
Creator interface{} // 创建者
|
||||
CreateTime *gtime.Time // 创建时间
|
||||
Updater interface{} // 更新者
|
||||
UpdateTime *gtime.Time // 更新时间
|
||||
Deleted interface{} // 是否删除
|
||||
SuccessGet interface{} //
|
||||
}
|
||||
38
internal/model/do/gear_set_info.go
Normal file
38
internal/model/do/gear_set_info.go
Normal file
@@ -0,0 +1,38 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
"github.com/gogf/gf/v2/os/gtime"
|
||||
)
|
||||
|
||||
// GearSetInfo is the golang structure of table gear_set_info for DAO operations like Where/Data.
|
||||
type GearSetInfo struct {
|
||||
g.Meta `orm:"table:gear_set_info, do:true"`
|
||||
Id interface{} // 装备ID
|
||||
Level interface{} // 装备等级
|
||||
GearId interface{} //
|
||||
Enhance interface{} // 强化等级
|
||||
GearType interface{} // 类型,六个部位之一
|
||||
GearSetType interface{} //
|
||||
MainStatType interface{} // 主属性类型
|
||||
MainStatValue interface{} // 主属性值
|
||||
SubStatOneType interface{} // 副属性1类型
|
||||
SubStatOneValue interface{} // 副属性1值
|
||||
SubStatTwoType interface{} // 副属性2类型
|
||||
SubStatTwoValue interface{} // 副属性2值
|
||||
SubStatThreeType interface{} // 副属性3类型
|
||||
SubStatThreeValue interface{} // 副属性3值
|
||||
SubStatFourType interface{} // 副属性4类型
|
||||
SubStatFourValue interface{} // 副属性4值
|
||||
AccountCode interface{} // 账号标识符
|
||||
Creator interface{} // 创建者
|
||||
CreateTime *gtime.Time // 创建时间
|
||||
Updater interface{} // 更新者
|
||||
UpdateTime *gtime.Time // 更新时间
|
||||
Deleted interface{} // 是否删除
|
||||
TenantId interface{} // 租户编号
|
||||
}
|
||||
40
internal/model/do/infra_api_access_log.go
Normal file
40
internal/model/do/infra_api_access_log.go
Normal file
@@ -0,0 +1,40 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
"github.com/gogf/gf/v2/os/gtime"
|
||||
)
|
||||
|
||||
// InfraApiAccessLog is the golang structure of table infra_api_access_log for DAO operations like Where/Data.
|
||||
type InfraApiAccessLog struct {
|
||||
g.Meta `orm:"table:infra_api_access_log, do:true"`
|
||||
Id interface{} // 日志主键
|
||||
TraceId interface{} // 链路追踪编号
|
||||
UserId interface{} // 用户编号
|
||||
UserType interface{} // 用户类型
|
||||
ApplicationName interface{} // 应用名
|
||||
RequestMethod interface{} // 请求方法名
|
||||
RequestUrl interface{} // 请求地址
|
||||
RequestParams interface{} // 请求参数
|
||||
ResponseBody interface{} // 响应结果
|
||||
UserIp interface{} // 用户 IP
|
||||
UserAgent interface{} // 浏览器 UA
|
||||
OperateModule interface{} // 操作模块
|
||||
OperateName interface{} // 操作名
|
||||
OperateType interface{} // 操作分类
|
||||
BeginTime *gtime.Time // 开始请求时间
|
||||
EndTime *gtime.Time // 结束请求时间
|
||||
Duration interface{} // 执行时长
|
||||
ResultCode interface{} // 结果码
|
||||
ResultMsg interface{} // 结果提示
|
||||
Creator interface{} // 创建者
|
||||
CreateTime *gtime.Time // 创建时间
|
||||
Updater interface{} // 更新者
|
||||
UpdateTime *gtime.Time // 更新时间
|
||||
Deleted interface{} // 是否删除
|
||||
TenantId interface{} // 租户编号
|
||||
}
|
||||
43
internal/model/do/infra_api_error_log.go
Normal file
43
internal/model/do/infra_api_error_log.go
Normal file
@@ -0,0 +1,43 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
"github.com/gogf/gf/v2/os/gtime"
|
||||
)
|
||||
|
||||
// InfraApiErrorLog is the golang structure of table infra_api_error_log for DAO operations like Where/Data.
|
||||
type InfraApiErrorLog struct {
|
||||
g.Meta `orm:"table:infra_api_error_log, do:true"`
|
||||
Id interface{} // 编号
|
||||
TraceId interface{} // 链路追踪编号
|
||||
UserId interface{} // 用户编号
|
||||
UserType interface{} // 用户类型
|
||||
ApplicationName interface{} // 应用名
|
||||
RequestMethod interface{} // 请求方法名
|
||||
RequestUrl interface{} // 请求地址
|
||||
RequestParams interface{} // 请求参数
|
||||
UserIp interface{} // 用户 IP
|
||||
UserAgent interface{} // 浏览器 UA
|
||||
ExceptionTime *gtime.Time // 异常发生时间
|
||||
ExceptionName interface{} // 异常名
|
||||
ExceptionMessage interface{} // 异常导致的消息
|
||||
ExceptionRootCauseMessage interface{} // 异常导致的根消息
|
||||
ExceptionStackTrace interface{} // 异常的栈轨迹
|
||||
ExceptionClassName interface{} // 异常发生的类全名
|
||||
ExceptionFileName interface{} // 异常发生的类文件
|
||||
ExceptionMethodName interface{} // 异常发生的方法名
|
||||
ExceptionLineNumber interface{} // 异常发生的方法所在行
|
||||
ProcessStatus interface{} // 处理状态
|
||||
ProcessTime *gtime.Time // 处理时间
|
||||
ProcessUserId interface{} // 处理用户编号
|
||||
Creator interface{} // 创建者
|
||||
CreateTime *gtime.Time // 创建时间
|
||||
Updater interface{} // 更新者
|
||||
UpdateTime *gtime.Time // 更新时间
|
||||
Deleted interface{} // 是否删除
|
||||
TenantId interface{} // 租户编号
|
||||
}
|
||||
38
internal/model/do/infra_codegen_column.go
Normal file
38
internal/model/do/infra_codegen_column.go
Normal file
@@ -0,0 +1,38 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
"github.com/gogf/gf/v2/os/gtime"
|
||||
)
|
||||
|
||||
// InfraCodegenColumn is the golang structure of table infra_codegen_column for DAO operations like Where/Data.
|
||||
type InfraCodegenColumn struct {
|
||||
g.Meta `orm:"table:infra_codegen_column, do:true"`
|
||||
Id interface{} // 编号
|
||||
TableId interface{} // 表编号
|
||||
ColumnName interface{} // 字段名
|
||||
DataType interface{} // 字段类型
|
||||
ColumnComment interface{} // 字段描述
|
||||
Nullable interface{} // 是否允许为空
|
||||
PrimaryKey interface{} // 是否主键
|
||||
OrdinalPosition interface{} // 排序
|
||||
JavaType interface{} // Java 属性类型
|
||||
JavaField interface{} // Java 属性名
|
||||
DictType interface{} // 字典类型
|
||||
Example interface{} // 数据示例
|
||||
CreateOperation interface{} // 是否为 Create 创建操作的字段
|
||||
UpdateOperation interface{} // 是否为 Update 更新操作的字段
|
||||
ListOperation interface{} // 是否为 List 查询操作的字段
|
||||
ListOperationCondition interface{} // List 查询操作的条件类型
|
||||
ListOperationResult interface{} // 是否为 List 查询操作的返回字段
|
||||
HtmlType interface{} // 显示类型
|
||||
Creator interface{} // 创建者
|
||||
CreateTime *gtime.Time // 创建时间
|
||||
Updater interface{} // 更新者
|
||||
UpdateTime *gtime.Time // 更新时间
|
||||
Deleted interface{} // 是否删除
|
||||
}
|
||||
39
internal/model/do/infra_codegen_table.go
Normal file
39
internal/model/do/infra_codegen_table.go
Normal file
@@ -0,0 +1,39 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
"github.com/gogf/gf/v2/os/gtime"
|
||||
)
|
||||
|
||||
// InfraCodegenTable is the golang structure of table infra_codegen_table for DAO operations like Where/Data.
|
||||
type InfraCodegenTable struct {
|
||||
g.Meta `orm:"table:infra_codegen_table, do:true"`
|
||||
Id interface{} // 编号
|
||||
DataSourceConfigId interface{} // 数据源配置的编号
|
||||
Scene interface{} // 生成场景
|
||||
TableName interface{} // 表名称
|
||||
TableComment interface{} // 表描述
|
||||
Remark interface{} // 备注
|
||||
ModuleName interface{} // 模块名
|
||||
BusinessName interface{} // 业务名
|
||||
ClassName interface{} // 类名称
|
||||
ClassComment interface{} // 类描述
|
||||
Author interface{} // 作者
|
||||
TemplateType interface{} // 模板类型
|
||||
FrontType interface{} // 前端类型
|
||||
ParentMenuId interface{} // 父菜单编号
|
||||
MasterTableId interface{} // 主表的编号
|
||||
SubJoinColumnId interface{} // 子表关联主表的字段编号
|
||||
SubJoinMany interface{} // 主表与子表是否一对多
|
||||
TreeParentColumnId interface{} // 树表的父字段编号
|
||||
TreeNameColumnId interface{} // 树表的名字字段编号
|
||||
Creator interface{} // 创建者
|
||||
CreateTime *gtime.Time // 创建时间
|
||||
Updater interface{} // 更新者
|
||||
UpdateTime *gtime.Time // 更新时间
|
||||
Deleted interface{} // 是否删除
|
||||
}
|
||||
28
internal/model/do/infra_config.go
Normal file
28
internal/model/do/infra_config.go
Normal file
@@ -0,0 +1,28 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
"github.com/gogf/gf/v2/os/gtime"
|
||||
)
|
||||
|
||||
// InfraConfig is the golang structure of table infra_config for DAO operations like Where/Data.
|
||||
type InfraConfig struct {
|
||||
g.Meta `orm:"table:infra_config, do:true"`
|
||||
Id interface{} // 参数主键
|
||||
Category interface{} // 参数分组
|
||||
Type interface{} // 参数类型
|
||||
Name interface{} // 参数名称
|
||||
ConfigKey interface{} // 参数键名
|
||||
Value interface{} // 参数键值
|
||||
Visible interface{} // 是否可见
|
||||
Remark interface{} // 备注
|
||||
Creator interface{} // 创建者
|
||||
CreateTime *gtime.Time // 创建时间
|
||||
Updater interface{} // 更新者
|
||||
UpdateTime *gtime.Time // 更新时间
|
||||
Deleted interface{} // 是否删除
|
||||
}
|
||||
25
internal/model/do/infra_data_source_config.go
Normal file
25
internal/model/do/infra_data_source_config.go
Normal file
@@ -0,0 +1,25 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
"github.com/gogf/gf/v2/os/gtime"
|
||||
)
|
||||
|
||||
// InfraDataSourceConfig is the golang structure of table infra_data_source_config for DAO operations like Where/Data.
|
||||
type InfraDataSourceConfig struct {
|
||||
g.Meta `orm:"table:infra_data_source_config, do:true"`
|
||||
Id interface{} // 主键编号
|
||||
Name interface{} // 参数名称
|
||||
Url interface{} // 数据源连接
|
||||
Username interface{} // 用户名
|
||||
Password interface{} // 密码
|
||||
Creator interface{} // 创建者
|
||||
CreateTime *gtime.Time // 创建时间
|
||||
Updater interface{} // 更新者
|
||||
UpdateTime *gtime.Time // 更新时间
|
||||
Deleted interface{} // 是否删除
|
||||
}
|
||||
27
internal/model/do/infra_file.go
Normal file
27
internal/model/do/infra_file.go
Normal file
@@ -0,0 +1,27 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
"github.com/gogf/gf/v2/os/gtime"
|
||||
)
|
||||
|
||||
// InfraFile is the golang structure of table infra_file for DAO operations like Where/Data.
|
||||
type InfraFile struct {
|
||||
g.Meta `orm:"table:infra_file, do:true"`
|
||||
Id interface{} // 文件编号
|
||||
ConfigId interface{} // 配置编号
|
||||
Name interface{} // 文件名
|
||||
Path interface{} // 文件路径
|
||||
Url interface{} // 文件 URL
|
||||
Type interface{} // 文件类型
|
||||
Size interface{} // 文件大小
|
||||
Creator interface{} // 创建者
|
||||
CreateTime *gtime.Time // 创建时间
|
||||
Updater interface{} // 更新者
|
||||
UpdateTime *gtime.Time // 更新时间
|
||||
Deleted interface{} // 是否删除
|
||||
}
|
||||
26
internal/model/do/infra_file_config.go
Normal file
26
internal/model/do/infra_file_config.go
Normal file
@@ -0,0 +1,26 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
"github.com/gogf/gf/v2/os/gtime"
|
||||
)
|
||||
|
||||
// InfraFileConfig is the golang structure of table infra_file_config for DAO operations like Where/Data.
|
||||
type InfraFileConfig struct {
|
||||
g.Meta `orm:"table:infra_file_config, do:true"`
|
||||
Id interface{} // 编号
|
||||
Name interface{} // 配置名
|
||||
Storage interface{} // 存储器
|
||||
Remark interface{} // 备注
|
||||
Master interface{} // 是否为主配置
|
||||
Config interface{} // 存储配置
|
||||
Creator interface{} // 创建者
|
||||
CreateTime *gtime.Time // 创建时间
|
||||
Updater interface{} // 更新者
|
||||
UpdateTime *gtime.Time // 更新时间
|
||||
Deleted interface{} // 是否删除
|
||||
}
|
||||
24
internal/model/do/infra_file_content.go
Normal file
24
internal/model/do/infra_file_content.go
Normal file
@@ -0,0 +1,24 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
"github.com/gogf/gf/v2/os/gtime"
|
||||
)
|
||||
|
||||
// InfraFileContent is the golang structure of table infra_file_content for DAO operations like Where/Data.
|
||||
type InfraFileContent struct {
|
||||
g.Meta `orm:"table:infra_file_content, do:true"`
|
||||
Id interface{} // 编号
|
||||
ConfigId interface{} // 配置编号
|
||||
Path interface{} // 文件路径
|
||||
Content []byte // 文件内容
|
||||
Creator interface{} // 创建者
|
||||
CreateTime *gtime.Time // 创建时间
|
||||
Updater interface{} // 更新者
|
||||
UpdateTime *gtime.Time // 更新时间
|
||||
Deleted interface{} // 是否删除
|
||||
}
|
||||
29
internal/model/do/infra_job.go
Normal file
29
internal/model/do/infra_job.go
Normal file
@@ -0,0 +1,29 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
"github.com/gogf/gf/v2/os/gtime"
|
||||
)
|
||||
|
||||
// InfraJob is the golang structure of table infra_job for DAO operations like Where/Data.
|
||||
type InfraJob struct {
|
||||
g.Meta `orm:"table:infra_job, do:true"`
|
||||
Id interface{} // 任务编号
|
||||
Name interface{} // 任务名称
|
||||
Status interface{} // 任务状态
|
||||
HandlerName interface{} // 处理器的名字
|
||||
HandlerParam interface{} // 处理器的参数
|
||||
CronExpression interface{} // CRON 表达式
|
||||
RetryCount interface{} // 重试次数
|
||||
RetryInterval interface{} // 重试间隔
|
||||
MonitorTimeout interface{} // 监控超时时间
|
||||
Creator interface{} // 创建者
|
||||
CreateTime *gtime.Time // 创建时间
|
||||
Updater interface{} // 更新者
|
||||
UpdateTime *gtime.Time // 更新时间
|
||||
Deleted interface{} // 是否删除
|
||||
}
|
||||
30
internal/model/do/infra_job_log.go
Normal file
30
internal/model/do/infra_job_log.go
Normal file
@@ -0,0 +1,30 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
"github.com/gogf/gf/v2/os/gtime"
|
||||
)
|
||||
|
||||
// InfraJobLog is the golang structure of table infra_job_log for DAO operations like Where/Data.
|
||||
type InfraJobLog struct {
|
||||
g.Meta `orm:"table:infra_job_log, do:true"`
|
||||
Id interface{} // 日志编号
|
||||
JobId interface{} // 任务编号
|
||||
HandlerName interface{} // 处理器的名字
|
||||
HandlerParam interface{} // 处理器的参数
|
||||
ExecuteIndex interface{} // 第几次执行
|
||||
BeginTime *gtime.Time // 开始执行时间
|
||||
EndTime *gtime.Time // 结束执行时间
|
||||
Duration interface{} // 执行时长
|
||||
Status interface{} // 任务状态
|
||||
Result interface{} // 结果数据
|
||||
Creator interface{} // 创建者
|
||||
CreateTime *gtime.Time // 创建时间
|
||||
Updater interface{} // 更新者
|
||||
UpdateTime *gtime.Time // 更新时间
|
||||
Deleted interface{} // 是否删除
|
||||
}
|
||||
18
internal/model/do/qrtz_blob_triggers.go
Normal file
18
internal/model/do/qrtz_blob_triggers.go
Normal file
@@ -0,0 +1,18 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
)
|
||||
|
||||
// QrtzBlobTriggers is the golang structure of table qrtz_blob_triggers for DAO operations like Where/Data.
|
||||
type QrtzBlobTriggers struct {
|
||||
g.Meta `orm:"table:qrtz_blob_triggers, do:true"`
|
||||
SchedName interface{} //
|
||||
TriggerName interface{} //
|
||||
TriggerGroup interface{} //
|
||||
BlobData []byte //
|
||||
}
|
||||
17
internal/model/do/qrtz_calendars.go
Normal file
17
internal/model/do/qrtz_calendars.go
Normal file
@@ -0,0 +1,17 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
)
|
||||
|
||||
// QrtzCalendars is the golang structure of table qrtz_calendars for DAO operations like Where/Data.
|
||||
type QrtzCalendars struct {
|
||||
g.Meta `orm:"table:qrtz_calendars, do:true"`
|
||||
SchedName interface{} //
|
||||
CalendarName interface{} //
|
||||
Calendar []byte //
|
||||
}
|
||||
19
internal/model/do/qrtz_cron_triggers.go
Normal file
19
internal/model/do/qrtz_cron_triggers.go
Normal file
@@ -0,0 +1,19 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
)
|
||||
|
||||
// QrtzCronTriggers is the golang structure of table qrtz_cron_triggers for DAO operations like Where/Data.
|
||||
type QrtzCronTriggers struct {
|
||||
g.Meta `orm:"table:qrtz_cron_triggers, do:true"`
|
||||
SchedName interface{} //
|
||||
TriggerName interface{} //
|
||||
TriggerGroup interface{} //
|
||||
CronExpression interface{} //
|
||||
TimeZoneId interface{} //
|
||||
}
|
||||
27
internal/model/do/qrtz_fired_triggers.go
Normal file
27
internal/model/do/qrtz_fired_triggers.go
Normal file
@@ -0,0 +1,27 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
)
|
||||
|
||||
// QrtzFiredTriggers is the golang structure of table qrtz_fired_triggers for DAO operations like Where/Data.
|
||||
type QrtzFiredTriggers struct {
|
||||
g.Meta `orm:"table:qrtz_fired_triggers, do:true"`
|
||||
SchedName interface{} //
|
||||
EntryId interface{} //
|
||||
TriggerName interface{} //
|
||||
TriggerGroup interface{} //
|
||||
InstanceName interface{} //
|
||||
FiredTime interface{} //
|
||||
SchedTime interface{} //
|
||||
Priority interface{} //
|
||||
State interface{} //
|
||||
JobName interface{} //
|
||||
JobGroup interface{} //
|
||||
IsNonconcurrent interface{} //
|
||||
RequestsRecovery interface{} //
|
||||
}
|
||||
24
internal/model/do/qrtz_job_details.go
Normal file
24
internal/model/do/qrtz_job_details.go
Normal file
@@ -0,0 +1,24 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
)
|
||||
|
||||
// QrtzJobDetails is the golang structure of table qrtz_job_details for DAO operations like Where/Data.
|
||||
type QrtzJobDetails struct {
|
||||
g.Meta `orm:"table:qrtz_job_details, do:true"`
|
||||
SchedName interface{} //
|
||||
JobName interface{} //
|
||||
JobGroup interface{} //
|
||||
Description interface{} //
|
||||
JobClassName interface{} //
|
||||
IsDurable interface{} //
|
||||
IsNonconcurrent interface{} //
|
||||
IsUpdateData interface{} //
|
||||
RequestsRecovery interface{} //
|
||||
JobData []byte //
|
||||
}
|
||||
16
internal/model/do/qrtz_locks.go
Normal file
16
internal/model/do/qrtz_locks.go
Normal file
@@ -0,0 +1,16 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
)
|
||||
|
||||
// QrtzLocks is the golang structure of table qrtz_locks for DAO operations like Where/Data.
|
||||
type QrtzLocks struct {
|
||||
g.Meta `orm:"table:qrtz_locks, do:true"`
|
||||
SchedName interface{} //
|
||||
LockName interface{} //
|
||||
}
|
||||
16
internal/model/do/qrtz_paused_trigger_grps.go
Normal file
16
internal/model/do/qrtz_paused_trigger_grps.go
Normal file
@@ -0,0 +1,16 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
)
|
||||
|
||||
// QrtzPausedTriggerGrps is the golang structure of table qrtz_paused_trigger_grps for DAO operations like Where/Data.
|
||||
type QrtzPausedTriggerGrps struct {
|
||||
g.Meta `orm:"table:qrtz_paused_trigger_grps, do:true"`
|
||||
SchedName interface{} //
|
||||
TriggerGroup interface{} //
|
||||
}
|
||||
18
internal/model/do/qrtz_scheduler_state.go
Normal file
18
internal/model/do/qrtz_scheduler_state.go
Normal file
@@ -0,0 +1,18 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
)
|
||||
|
||||
// QrtzSchedulerState is the golang structure of table qrtz_scheduler_state for DAO operations like Where/Data.
|
||||
type QrtzSchedulerState struct {
|
||||
g.Meta `orm:"table:qrtz_scheduler_state, do:true"`
|
||||
SchedName interface{} //
|
||||
InstanceName interface{} //
|
||||
LastCheckinTime interface{} //
|
||||
CheckinInterval interface{} //
|
||||
}
|
||||
20
internal/model/do/qrtz_simple_triggers.go
Normal file
20
internal/model/do/qrtz_simple_triggers.go
Normal file
@@ -0,0 +1,20 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
)
|
||||
|
||||
// QrtzSimpleTriggers is the golang structure of table qrtz_simple_triggers for DAO operations like Where/Data.
|
||||
type QrtzSimpleTriggers struct {
|
||||
g.Meta `orm:"table:qrtz_simple_triggers, do:true"`
|
||||
SchedName interface{} //
|
||||
TriggerName interface{} //
|
||||
TriggerGroup interface{} //
|
||||
RepeatCount interface{} //
|
||||
RepeatInterval interface{} //
|
||||
TimesTriggered interface{} //
|
||||
}
|
||||
28
internal/model/do/qrtz_simprop_triggers.go
Normal file
28
internal/model/do/qrtz_simprop_triggers.go
Normal file
@@ -0,0 +1,28 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
)
|
||||
|
||||
// QrtzSimpropTriggers is the golang structure of table qrtz_simprop_triggers for DAO operations like Where/Data.
|
||||
type QrtzSimpropTriggers struct {
|
||||
g.Meta `orm:"table:qrtz_simprop_triggers, do:true"`
|
||||
SchedName interface{} //
|
||||
TriggerName interface{} //
|
||||
TriggerGroup interface{} //
|
||||
StrProp1 interface{} //
|
||||
StrProp2 interface{} //
|
||||
StrProp3 interface{} //
|
||||
IntProp1 interface{} //
|
||||
IntProp2 interface{} //
|
||||
LongProp1 interface{} //
|
||||
LongProp2 interface{} //
|
||||
DecProp1 interface{} //
|
||||
DecProp2 interface{} //
|
||||
BoolProp1 interface{} //
|
||||
BoolProp2 interface{} //
|
||||
}
|
||||
30
internal/model/do/qrtz_triggers.go
Normal file
30
internal/model/do/qrtz_triggers.go
Normal file
@@ -0,0 +1,30 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
)
|
||||
|
||||
// QrtzTriggers is the golang structure of table qrtz_triggers for DAO operations like Where/Data.
|
||||
type QrtzTriggers struct {
|
||||
g.Meta `orm:"table:qrtz_triggers, do:true"`
|
||||
SchedName interface{} //
|
||||
TriggerName interface{} //
|
||||
TriggerGroup interface{} //
|
||||
JobName interface{} //
|
||||
JobGroup interface{} //
|
||||
Description interface{} //
|
||||
NextFireTime interface{} //
|
||||
PrevFireTime interface{} //
|
||||
Priority interface{} //
|
||||
TriggerState interface{} //
|
||||
TriggerType interface{} //
|
||||
StartTime interface{} //
|
||||
EndTime interface{} //
|
||||
CalendarName interface{} //
|
||||
MisfireInstr interface{} //
|
||||
JobData []byte //
|
||||
}
|
||||
29
internal/model/do/system_dept.go
Normal file
29
internal/model/do/system_dept.go
Normal file
@@ -0,0 +1,29 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
"github.com/gogf/gf/v2/os/gtime"
|
||||
)
|
||||
|
||||
// SystemDept is the golang structure of table system_dept for DAO operations like Where/Data.
|
||||
type SystemDept struct {
|
||||
g.Meta `orm:"table:system_dept, do:true"`
|
||||
Id interface{} // 部门id
|
||||
Name interface{} // 部门名称
|
||||
ParentId interface{} // 父部门id
|
||||
Sort interface{} // 显示顺序
|
||||
LeaderUserId interface{} // 负责人
|
||||
Phone interface{} // 联系电话
|
||||
Email interface{} // 邮箱
|
||||
Status interface{} // 部门状态(0正常 1停用)
|
||||
Creator interface{} // 创建者
|
||||
CreateTime *gtime.Time // 创建时间
|
||||
Updater interface{} // 更新者
|
||||
UpdateTime *gtime.Time // 更新时间
|
||||
Deleted interface{} // 是否删除
|
||||
TenantId interface{} // 租户编号
|
||||
}
|
||||
29
internal/model/do/system_dict_data.go
Normal file
29
internal/model/do/system_dict_data.go
Normal file
@@ -0,0 +1,29 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
"github.com/gogf/gf/v2/os/gtime"
|
||||
)
|
||||
|
||||
// SystemDictData is the golang structure of table system_dict_data for DAO operations like Where/Data.
|
||||
type SystemDictData struct {
|
||||
g.Meta `orm:"table:system_dict_data, do:true"`
|
||||
Id interface{} // 字典编码
|
||||
Sort interface{} // 字典排序
|
||||
Label interface{} // 字典标签
|
||||
Value interface{} // 字典键值
|
||||
DictType interface{} // 字典类型
|
||||
Status interface{} // 状态(0正常 1停用)
|
||||
ColorType interface{} // 颜色类型
|
||||
CssClass interface{} // css 样式
|
||||
Remark interface{} // 备注
|
||||
Creator interface{} // 创建者
|
||||
CreateTime *gtime.Time // 创建时间
|
||||
Updater interface{} // 更新者
|
||||
UpdateTime *gtime.Time // 更新时间
|
||||
Deleted interface{} // 是否删除
|
||||
}
|
||||
26
internal/model/do/system_dict_type.go
Normal file
26
internal/model/do/system_dict_type.go
Normal file
@@ -0,0 +1,26 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
"github.com/gogf/gf/v2/os/gtime"
|
||||
)
|
||||
|
||||
// SystemDictType is the golang structure of table system_dict_type for DAO operations like Where/Data.
|
||||
type SystemDictType struct {
|
||||
g.Meta `orm:"table:system_dict_type, do:true"`
|
||||
Id interface{} // 字典主键
|
||||
Name interface{} // 字典名称
|
||||
Type interface{} // 字典类型
|
||||
Status interface{} // 状态(0正常 1停用)
|
||||
Remark interface{} // 备注
|
||||
Creator interface{} // 创建者
|
||||
CreateTime *gtime.Time // 创建时间
|
||||
Updater interface{} // 更新者
|
||||
UpdateTime *gtime.Time // 更新时间
|
||||
Deleted interface{} // 是否删除
|
||||
DeletedTime *gtime.Time // 删除时间
|
||||
}
|
||||
30
internal/model/do/system_login_log.go
Normal file
30
internal/model/do/system_login_log.go
Normal file
@@ -0,0 +1,30 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
"github.com/gogf/gf/v2/os/gtime"
|
||||
)
|
||||
|
||||
// SystemLoginLog is the golang structure of table system_login_log for DAO operations like Where/Data.
|
||||
type SystemLoginLog struct {
|
||||
g.Meta `orm:"table:system_login_log, do:true"`
|
||||
Id interface{} // 访问ID
|
||||
LogType interface{} // 日志类型
|
||||
TraceId interface{} // 链路追踪编号
|
||||
UserId interface{} // 用户编号
|
||||
UserType interface{} // 用户类型
|
||||
Username interface{} // 用户账号
|
||||
Result interface{} // 登陆结果
|
||||
UserIp interface{} // 用户 IP
|
||||
UserAgent interface{} // 浏览器 UA
|
||||
Creator interface{} // 创建者
|
||||
CreateTime *gtime.Time // 创建时间
|
||||
Updater interface{} // 更新者
|
||||
UpdateTime *gtime.Time // 更新时间
|
||||
Deleted interface{} // 是否删除
|
||||
TenantId interface{} // 租户编号
|
||||
}
|
||||
28
internal/model/do/system_mail_account.go
Normal file
28
internal/model/do/system_mail_account.go
Normal file
@@ -0,0 +1,28 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
"github.com/gogf/gf/v2/os/gtime"
|
||||
)
|
||||
|
||||
// SystemMailAccount is the golang structure of table system_mail_account for DAO operations like Where/Data.
|
||||
type SystemMailAccount struct {
|
||||
g.Meta `orm:"table:system_mail_account, do:true"`
|
||||
Id interface{} // 主键
|
||||
Mail interface{} // 邮箱
|
||||
Username interface{} // 用户名
|
||||
Password interface{} // 密码
|
||||
Host interface{} // SMTP 服务器域名
|
||||
Port interface{} // SMTP 服务器端口
|
||||
SslEnable interface{} // 是否开启 SSL
|
||||
StarttlsEnable interface{} // 是否开启 STARTTLS
|
||||
Creator interface{} // 创建者
|
||||
CreateTime *gtime.Time // 创建时间
|
||||
Updater interface{} // 更新者
|
||||
UpdateTime *gtime.Time // 更新时间
|
||||
Deleted interface{} // 是否删除
|
||||
}
|
||||
36
internal/model/do/system_mail_log.go
Normal file
36
internal/model/do/system_mail_log.go
Normal file
@@ -0,0 +1,36 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
"github.com/gogf/gf/v2/os/gtime"
|
||||
)
|
||||
|
||||
// SystemMailLog is the golang structure of table system_mail_log for DAO operations like Where/Data.
|
||||
type SystemMailLog struct {
|
||||
g.Meta `orm:"table:system_mail_log, do:true"`
|
||||
Id interface{} // 编号
|
||||
UserId interface{} // 用户编号
|
||||
UserType interface{} // 用户类型
|
||||
ToMail interface{} // 接收邮箱地址
|
||||
AccountId interface{} // 邮箱账号编号
|
||||
FromMail interface{} // 发送邮箱地址
|
||||
TemplateId interface{} // 模板编号
|
||||
TemplateCode interface{} // 模板编码
|
||||
TemplateNickname interface{} // 模版发送人名称
|
||||
TemplateTitle interface{} // 邮件标题
|
||||
TemplateContent interface{} // 邮件内容
|
||||
TemplateParams interface{} // 邮件参数
|
||||
SendStatus interface{} // 发送状态
|
||||
SendTime *gtime.Time // 发送时间
|
||||
SendMessageId interface{} // 发送返回的消息 ID
|
||||
SendException interface{} // 发送异常
|
||||
Creator interface{} // 创建者
|
||||
CreateTime *gtime.Time // 创建时间
|
||||
Updater interface{} // 更新者
|
||||
UpdateTime *gtime.Time // 更新时间
|
||||
Deleted interface{} // 是否删除
|
||||
}
|
||||
30
internal/model/do/system_mail_template.go
Normal file
30
internal/model/do/system_mail_template.go
Normal file
@@ -0,0 +1,30 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
"github.com/gogf/gf/v2/os/gtime"
|
||||
)
|
||||
|
||||
// SystemMailTemplate is the golang structure of table system_mail_template for DAO operations like Where/Data.
|
||||
type SystemMailTemplate struct {
|
||||
g.Meta `orm:"table:system_mail_template, do:true"`
|
||||
Id interface{} // 编号
|
||||
Name interface{} // 模板名称
|
||||
Code interface{} // 模板编码
|
||||
AccountId interface{} // 发送的邮箱账号编号
|
||||
Nickname interface{} // 发送人名称
|
||||
Title interface{} // 模板标题
|
||||
Content interface{} // 模板内容
|
||||
Params interface{} // 参数数组
|
||||
Status interface{} // 开启状态
|
||||
Remark interface{} // 备注
|
||||
Creator interface{} // 创建者
|
||||
CreateTime *gtime.Time // 创建时间
|
||||
Updater interface{} // 更新者
|
||||
UpdateTime *gtime.Time // 更新时间
|
||||
Deleted interface{} // 是否删除
|
||||
}
|
||||
34
internal/model/do/system_menu.go
Normal file
34
internal/model/do/system_menu.go
Normal file
@@ -0,0 +1,34 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
"github.com/gogf/gf/v2/os/gtime"
|
||||
)
|
||||
|
||||
// SystemMenu is the golang structure of table system_menu for DAO operations like Where/Data.
|
||||
type SystemMenu struct {
|
||||
g.Meta `orm:"table:system_menu, do:true"`
|
||||
Id interface{} // 菜单ID
|
||||
Name interface{} // 菜单名称
|
||||
Permission interface{} // 权限标识
|
||||
Type interface{} // 菜单类型
|
||||
Sort interface{} // 显示顺序
|
||||
ParentId interface{} // 父菜单ID
|
||||
Path interface{} // 路由地址
|
||||
Icon interface{} // 菜单图标
|
||||
Component interface{} // 组件路径
|
||||
ComponentName interface{} // 组件名
|
||||
Status interface{} // 菜单状态
|
||||
Visible interface{} // 是否可见
|
||||
KeepAlive interface{} // 是否缓存
|
||||
AlwaysShow interface{} // 是否总是显示
|
||||
Creator interface{} // 创建者
|
||||
CreateTime *gtime.Time // 创建时间
|
||||
Updater interface{} // 更新者
|
||||
UpdateTime *gtime.Time // 更新时间
|
||||
Deleted interface{} // 是否删除
|
||||
}
|
||||
26
internal/model/do/system_notice.go
Normal file
26
internal/model/do/system_notice.go
Normal file
@@ -0,0 +1,26 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
"github.com/gogf/gf/v2/os/gtime"
|
||||
)
|
||||
|
||||
// SystemNotice is the golang structure of table system_notice for DAO operations like Where/Data.
|
||||
type SystemNotice struct {
|
||||
g.Meta `orm:"table:system_notice, do:true"`
|
||||
Id interface{} // 公告ID
|
||||
Title interface{} // 公告标题
|
||||
Content interface{} // 公告内容
|
||||
Type interface{} // 公告类型(1通知 2公告)
|
||||
Status interface{} // 公告状态(0正常 1关闭)
|
||||
Creator interface{} // 创建者
|
||||
CreateTime *gtime.Time // 创建时间
|
||||
Updater interface{} // 更新者
|
||||
UpdateTime *gtime.Time // 更新时间
|
||||
Deleted interface{} // 是否删除
|
||||
TenantId interface{} // 租户编号
|
||||
}
|
||||
32
internal/model/do/system_notify_message.go
Normal file
32
internal/model/do/system_notify_message.go
Normal file
@@ -0,0 +1,32 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
"github.com/gogf/gf/v2/os/gtime"
|
||||
)
|
||||
|
||||
// SystemNotifyMessage is the golang structure of table system_notify_message for DAO operations like Where/Data.
|
||||
type SystemNotifyMessage struct {
|
||||
g.Meta `orm:"table:system_notify_message, do:true"`
|
||||
Id interface{} // 用户ID
|
||||
UserId interface{} // 用户id
|
||||
UserType interface{} // 用户类型
|
||||
TemplateId interface{} // 模版编号
|
||||
TemplateCode interface{} // 模板编码
|
||||
TemplateNickname interface{} // 模版发送人名称
|
||||
TemplateContent interface{} // 模版内容
|
||||
TemplateType interface{} // 模版类型
|
||||
TemplateParams interface{} // 模版参数
|
||||
ReadStatus interface{} // 是否已读
|
||||
ReadTime *gtime.Time // 阅读时间
|
||||
Creator interface{} // 创建者
|
||||
CreateTime *gtime.Time // 创建时间
|
||||
Updater interface{} // 更新者
|
||||
UpdateTime *gtime.Time // 更新时间
|
||||
Deleted interface{} // 是否删除
|
||||
TenantId interface{} // 租户编号
|
||||
}
|
||||
29
internal/model/do/system_notify_template.go
Normal file
29
internal/model/do/system_notify_template.go
Normal file
@@ -0,0 +1,29 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
"github.com/gogf/gf/v2/os/gtime"
|
||||
)
|
||||
|
||||
// SystemNotifyTemplate is the golang structure of table system_notify_template for DAO operations like Where/Data.
|
||||
type SystemNotifyTemplate struct {
|
||||
g.Meta `orm:"table:system_notify_template, do:true"`
|
||||
Id interface{} // 主键
|
||||
Name interface{} // 模板名称
|
||||
Code interface{} // 模版编码
|
||||
Nickname interface{} // 发送人名称
|
||||
Content interface{} // 模版内容
|
||||
Type interface{} // 类型
|
||||
Params interface{} // 参数数组
|
||||
Status interface{} // 状态
|
||||
Remark interface{} // 备注
|
||||
Creator interface{} // 创建者
|
||||
CreateTime *gtime.Time // 创建时间
|
||||
Updater interface{} // 更新者
|
||||
UpdateTime *gtime.Time // 更新时间
|
||||
Deleted interface{} // 是否删除
|
||||
}
|
||||
30
internal/model/do/system_oauth_2_access_token.go
Normal file
30
internal/model/do/system_oauth_2_access_token.go
Normal file
@@ -0,0 +1,30 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
"github.com/gogf/gf/v2/os/gtime"
|
||||
)
|
||||
|
||||
// SystemOauth2AccessToken is the golang structure of table system_oauth2_access_token for DAO operations like Where/Data.
|
||||
type SystemOauth2AccessToken struct {
|
||||
g.Meta `orm:"table:system_oauth2_access_token, do:true"`
|
||||
Id interface{} // 编号
|
||||
UserId interface{} // 用户编号
|
||||
UserType interface{} // 用户类型
|
||||
UserInfo interface{} // 用户信息
|
||||
AccessToken interface{} // 访问令牌
|
||||
RefreshToken interface{} // 刷新令牌
|
||||
ClientId interface{} // 客户端编号
|
||||
Scopes interface{} // 授权范围
|
||||
ExpiresTime *gtime.Time // 过期时间
|
||||
Creator interface{} // 创建者
|
||||
CreateTime *gtime.Time // 创建时间
|
||||
Updater interface{} // 更新者
|
||||
UpdateTime *gtime.Time // 更新时间
|
||||
Deleted interface{} // 是否删除
|
||||
TenantId interface{} // 租户编号
|
||||
}
|
||||
28
internal/model/do/system_oauth_2_approve.go
Normal file
28
internal/model/do/system_oauth_2_approve.go
Normal file
@@ -0,0 +1,28 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
"github.com/gogf/gf/v2/os/gtime"
|
||||
)
|
||||
|
||||
// SystemOauth2Approve is the golang structure of table system_oauth2_approve for DAO operations like Where/Data.
|
||||
type SystemOauth2Approve struct {
|
||||
g.Meta `orm:"table:system_oauth2_approve, do:true"`
|
||||
Id interface{} // 编号
|
||||
UserId interface{} // 用户编号
|
||||
UserType interface{} // 用户类型
|
||||
ClientId interface{} // 客户端编号
|
||||
Scope interface{} // 授权范围
|
||||
Approved interface{} // 是否接受
|
||||
ExpiresTime *gtime.Time // 过期时间
|
||||
Creator interface{} // 创建者
|
||||
CreateTime *gtime.Time // 创建时间
|
||||
Updater interface{} // 更新者
|
||||
UpdateTime *gtime.Time // 更新时间
|
||||
Deleted interface{} // 是否删除
|
||||
TenantId interface{} // 租户编号
|
||||
}
|
||||
36
internal/model/do/system_oauth_2_client.go
Normal file
36
internal/model/do/system_oauth_2_client.go
Normal file
@@ -0,0 +1,36 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
"github.com/gogf/gf/v2/os/gtime"
|
||||
)
|
||||
|
||||
// SystemOauth2Client is the golang structure of table system_oauth2_client for DAO operations like Where/Data.
|
||||
type SystemOauth2Client struct {
|
||||
g.Meta `orm:"table:system_oauth2_client, do:true"`
|
||||
Id interface{} // 编号
|
||||
ClientId interface{} // 客户端编号
|
||||
Secret interface{} // 客户端密钥
|
||||
Name interface{} // 应用名
|
||||
Logo interface{} // 应用图标
|
||||
Description interface{} // 应用描述
|
||||
Status interface{} // 状态
|
||||
AccessTokenValiditySeconds interface{} // 访问令牌的有效期
|
||||
RefreshTokenValiditySeconds interface{} // 刷新令牌的有效期
|
||||
RedirectUris interface{} // 可重定向的 URI 地址
|
||||
AuthorizedGrantTypes interface{} // 授权类型
|
||||
Scopes interface{} // 授权范围
|
||||
AutoApproveScopes interface{} // 自动通过的授权范围
|
||||
Authorities interface{} // 权限
|
||||
ResourceIds interface{} // 资源
|
||||
AdditionalInformation interface{} // 附加信息
|
||||
Creator interface{} // 创建者
|
||||
CreateTime *gtime.Time // 创建时间
|
||||
Updater interface{} // 更新者
|
||||
UpdateTime *gtime.Time // 更新时间
|
||||
Deleted interface{} // 是否删除
|
||||
}
|
||||
30
internal/model/do/system_oauth_2_code.go
Normal file
30
internal/model/do/system_oauth_2_code.go
Normal file
@@ -0,0 +1,30 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
"github.com/gogf/gf/v2/os/gtime"
|
||||
)
|
||||
|
||||
// SystemOauth2Code is the golang structure of table system_oauth2_code for DAO operations like Where/Data.
|
||||
type SystemOauth2Code struct {
|
||||
g.Meta `orm:"table:system_oauth2_code, do:true"`
|
||||
Id interface{} // 编号
|
||||
UserId interface{} // 用户编号
|
||||
UserType interface{} // 用户类型
|
||||
Code interface{} // 授权码
|
||||
ClientId interface{} // 客户端编号
|
||||
Scopes interface{} // 授权范围
|
||||
ExpiresTime *gtime.Time // 过期时间
|
||||
RedirectUri interface{} // 可重定向的 URI 地址
|
||||
State interface{} // 状态
|
||||
Creator interface{} // 创建者
|
||||
CreateTime *gtime.Time // 创建时间
|
||||
Updater interface{} // 更新者
|
||||
UpdateTime *gtime.Time // 更新时间
|
||||
Deleted interface{} // 是否删除
|
||||
TenantId interface{} // 租户编号
|
||||
}
|
||||
28
internal/model/do/system_oauth_2_refresh_token.go
Normal file
28
internal/model/do/system_oauth_2_refresh_token.go
Normal file
@@ -0,0 +1,28 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
"github.com/gogf/gf/v2/os/gtime"
|
||||
)
|
||||
|
||||
// SystemOauth2RefreshToken is the golang structure of table system_oauth2_refresh_token for DAO operations like Where/Data.
|
||||
type SystemOauth2RefreshToken struct {
|
||||
g.Meta `orm:"table:system_oauth2_refresh_token, do:true"`
|
||||
Id interface{} // 编号
|
||||
UserId interface{} // 用户编号
|
||||
RefreshToken interface{} // 刷新令牌
|
||||
UserType interface{} // 用户类型
|
||||
ClientId interface{} // 客户端编号
|
||||
Scopes interface{} // 授权范围
|
||||
ExpiresTime *gtime.Time // 过期时间
|
||||
Creator interface{} // 创建者
|
||||
CreateTime *gtime.Time // 创建时间
|
||||
Updater interface{} // 更新者
|
||||
UpdateTime *gtime.Time // 更新时间
|
||||
Deleted interface{} // 是否删除
|
||||
TenantId interface{} // 租户编号
|
||||
}
|
||||
34
internal/model/do/system_operate_log.go
Normal file
34
internal/model/do/system_operate_log.go
Normal file
@@ -0,0 +1,34 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
"github.com/gogf/gf/v2/os/gtime"
|
||||
)
|
||||
|
||||
// SystemOperateLog is the golang structure of table system_operate_log for DAO operations like Where/Data.
|
||||
type SystemOperateLog struct {
|
||||
g.Meta `orm:"table:system_operate_log, do:true"`
|
||||
Id interface{} // 日志主键
|
||||
TraceId interface{} // 链路追踪编号
|
||||
UserId interface{} // 用户编号
|
||||
UserType interface{} // 用户类型
|
||||
Type interface{} // 操作模块类型
|
||||
SubType interface{} // 操作名
|
||||
BizId interface{} // 操作数据模块编号
|
||||
Action interface{} // 操作内容
|
||||
Extra interface{} // 拓展字段
|
||||
RequestMethod interface{} // 请求方法名
|
||||
RequestUrl interface{} // 请求地址
|
||||
UserIp interface{} // 用户 IP
|
||||
UserAgent interface{} // 浏览器 UA
|
||||
Creator interface{} // 创建者
|
||||
CreateTime *gtime.Time // 创建时间
|
||||
Updater interface{} // 更新者
|
||||
UpdateTime *gtime.Time // 更新时间
|
||||
Deleted interface{} // 是否删除
|
||||
TenantId interface{} // 租户编号
|
||||
}
|
||||
27
internal/model/do/system_post.go
Normal file
27
internal/model/do/system_post.go
Normal file
@@ -0,0 +1,27 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
"github.com/gogf/gf/v2/os/gtime"
|
||||
)
|
||||
|
||||
// SystemPost is the golang structure of table system_post for DAO operations like Where/Data.
|
||||
type SystemPost struct {
|
||||
g.Meta `orm:"table:system_post, do:true"`
|
||||
Id interface{} // 岗位ID
|
||||
Code interface{} // 岗位编码
|
||||
Name interface{} // 岗位名称
|
||||
Sort interface{} // 显示顺序
|
||||
Status interface{} // 状态(0正常 1停用)
|
||||
Remark interface{} // 备注
|
||||
Creator interface{} // 创建者
|
||||
CreateTime *gtime.Time // 创建时间
|
||||
Updater interface{} // 更新者
|
||||
UpdateTime *gtime.Time // 更新时间
|
||||
Deleted interface{} // 是否删除
|
||||
TenantId interface{} // 租户编号
|
||||
}
|
||||
30
internal/model/do/system_role.go
Normal file
30
internal/model/do/system_role.go
Normal file
@@ -0,0 +1,30 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
"github.com/gogf/gf/v2/os/gtime"
|
||||
)
|
||||
|
||||
// SystemRole is the golang structure of table system_role for DAO operations like Where/Data.
|
||||
type SystemRole struct {
|
||||
g.Meta `orm:"table:system_role, do:true"`
|
||||
Id interface{} // 角色ID
|
||||
Name interface{} // 角色名称
|
||||
Code interface{} // 角色权限字符串
|
||||
Sort interface{} // 显示顺序
|
||||
DataScope interface{} // 数据范围(1:全部数据权限 2:自定数据权限 3:本部门数据权限 4:本部门及以下数据权限)
|
||||
DataScopeDeptIds interface{} // 数据范围(指定部门数组)
|
||||
Status interface{} // 角色状态(0正常 1停用)
|
||||
Type interface{} // 角色类型
|
||||
Remark interface{} // 备注
|
||||
Creator interface{} // 创建者
|
||||
CreateTime *gtime.Time // 创建时间
|
||||
Updater interface{} // 更新者
|
||||
UpdateTime *gtime.Time // 更新时间
|
||||
Deleted interface{} // 是否删除
|
||||
TenantId interface{} // 租户编号
|
||||
}
|
||||
24
internal/model/do/system_role_menu.go
Normal file
24
internal/model/do/system_role_menu.go
Normal file
@@ -0,0 +1,24 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
"github.com/gogf/gf/v2/os/gtime"
|
||||
)
|
||||
|
||||
// SystemRoleMenu is the golang structure of table system_role_menu for DAO operations like Where/Data.
|
||||
type SystemRoleMenu struct {
|
||||
g.Meta `orm:"table:system_role_menu, do:true"`
|
||||
Id interface{} // 自增编号
|
||||
RoleId interface{} // 角色ID
|
||||
MenuId interface{} // 菜单ID
|
||||
Creator interface{} // 创建者
|
||||
CreateTime *gtime.Time // 创建时间
|
||||
Updater interface{} // 更新者
|
||||
UpdateTime *gtime.Time // 更新时间
|
||||
Deleted interface{} // 是否删除
|
||||
TenantId interface{} // 租户编号
|
||||
}
|
||||
28
internal/model/do/system_sms_channel.go
Normal file
28
internal/model/do/system_sms_channel.go
Normal file
@@ -0,0 +1,28 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
"github.com/gogf/gf/v2/os/gtime"
|
||||
)
|
||||
|
||||
// SystemSmsChannel is the golang structure of table system_sms_channel for DAO operations like Where/Data.
|
||||
type SystemSmsChannel struct {
|
||||
g.Meta `orm:"table:system_sms_channel, do:true"`
|
||||
Id interface{} // 编号
|
||||
Signature interface{} // 短信签名
|
||||
Code interface{} // 渠道编码
|
||||
Status interface{} // 开启状态
|
||||
Remark interface{} // 备注
|
||||
ApiKey interface{} // 短信 API 的账号
|
||||
ApiSecret interface{} // 短信 API 的秘钥
|
||||
CallbackUrl interface{} // 短信发送回调 URL
|
||||
Creator interface{} // 创建者
|
||||
CreateTime *gtime.Time // 创建时间
|
||||
Updater interface{} // 更新者
|
||||
UpdateTime *gtime.Time // 更新时间
|
||||
Deleted interface{} // 是否删除
|
||||
}
|
||||
30
internal/model/do/system_sms_code.go
Normal file
30
internal/model/do/system_sms_code.go
Normal file
@@ -0,0 +1,30 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
"github.com/gogf/gf/v2/os/gtime"
|
||||
)
|
||||
|
||||
// SystemSmsCode is the golang structure of table system_sms_code for DAO operations like Where/Data.
|
||||
type SystemSmsCode struct {
|
||||
g.Meta `orm:"table:system_sms_code, do:true"`
|
||||
Id interface{} // 编号
|
||||
Mobile interface{} // 手机号
|
||||
Code interface{} // 验证码
|
||||
CreateIp interface{} // 创建 IP
|
||||
Scene interface{} // 发送场景
|
||||
TodayIndex interface{} // 今日发送的第几条
|
||||
Used interface{} // 是否使用
|
||||
UsedTime *gtime.Time // 使用时间
|
||||
UsedIp interface{} // 使用 IP
|
||||
Creator interface{} // 创建者
|
||||
CreateTime *gtime.Time // 创建时间
|
||||
Updater interface{} // 更新者
|
||||
UpdateTime *gtime.Time // 更新时间
|
||||
Deleted interface{} // 是否删除
|
||||
TenantId interface{} // 租户编号
|
||||
}
|
||||
42
internal/model/do/system_sms_log.go
Normal file
42
internal/model/do/system_sms_log.go
Normal file
@@ -0,0 +1,42 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
"github.com/gogf/gf/v2/os/gtime"
|
||||
)
|
||||
|
||||
// SystemSmsLog is the golang structure of table system_sms_log for DAO operations like Where/Data.
|
||||
type SystemSmsLog struct {
|
||||
g.Meta `orm:"table:system_sms_log, do:true"`
|
||||
Id interface{} // 编号
|
||||
ChannelId interface{} // 短信渠道编号
|
||||
ChannelCode interface{} // 短信渠道编码
|
||||
TemplateId interface{} // 模板编号
|
||||
TemplateCode interface{} // 模板编码
|
||||
TemplateType interface{} // 短信类型
|
||||
TemplateContent interface{} // 短信内容
|
||||
TemplateParams interface{} // 短信参数
|
||||
ApiTemplateId interface{} // 短信 API 的模板编号
|
||||
Mobile interface{} // 手机号
|
||||
UserId interface{} // 用户编号
|
||||
UserType interface{} // 用户类型
|
||||
SendStatus interface{} // 发送状态
|
||||
SendTime *gtime.Time // 发送时间
|
||||
ApiSendCode interface{} // 短信 API 发送结果的编码
|
||||
ApiSendMsg interface{} // 短信 API 发送失败的提示
|
||||
ApiRequestId interface{} // 短信 API 发送返回的唯一请求 ID
|
||||
ApiSerialNo interface{} // 短信 API 发送返回的序号
|
||||
ReceiveStatus interface{} // 接收状态
|
||||
ReceiveTime *gtime.Time // 接收时间
|
||||
ApiReceiveCode interface{} // API 接收结果的编码
|
||||
ApiReceiveMsg interface{} // API 接收结果的说明
|
||||
Creator interface{} // 创建者
|
||||
CreateTime *gtime.Time // 创建时间
|
||||
Updater interface{} // 更新者
|
||||
UpdateTime *gtime.Time // 更新时间
|
||||
Deleted interface{} // 是否删除
|
||||
}
|
||||
31
internal/model/do/system_sms_template.go
Normal file
31
internal/model/do/system_sms_template.go
Normal file
@@ -0,0 +1,31 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
"github.com/gogf/gf/v2/os/gtime"
|
||||
)
|
||||
|
||||
// SystemSmsTemplate is the golang structure of table system_sms_template for DAO operations like Where/Data.
|
||||
type SystemSmsTemplate struct {
|
||||
g.Meta `orm:"table:system_sms_template, do:true"`
|
||||
Id interface{} // 编号
|
||||
Type interface{} // 模板类型
|
||||
Status interface{} // 开启状态
|
||||
Code interface{} // 模板编码
|
||||
Name interface{} // 模板名称
|
||||
Content interface{} // 模板内容
|
||||
Params interface{} // 参数数组
|
||||
Remark interface{} // 备注
|
||||
ApiTemplateId interface{} // 短信 API 的模板编号
|
||||
ChannelId interface{} // 短信渠道编号
|
||||
ChannelCode interface{} // 短信渠道编码
|
||||
Creator interface{} // 创建者
|
||||
CreateTime *gtime.Time // 创建时间
|
||||
Updater interface{} // 更新者
|
||||
UpdateTime *gtime.Time // 更新时间
|
||||
Deleted interface{} // 是否删除
|
||||
}
|
||||
29
internal/model/do/system_social_client.go
Normal file
29
internal/model/do/system_social_client.go
Normal file
@@ -0,0 +1,29 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
"github.com/gogf/gf/v2/os/gtime"
|
||||
)
|
||||
|
||||
// SystemSocialClient is the golang structure of table system_social_client for DAO operations like Where/Data.
|
||||
type SystemSocialClient struct {
|
||||
g.Meta `orm:"table:system_social_client, do:true"`
|
||||
Id interface{} // 编号
|
||||
Name interface{} // 应用名
|
||||
SocialType interface{} // 社交平台的类型
|
||||
UserType interface{} // 用户类型
|
||||
ClientId interface{} // 客户端编号
|
||||
ClientSecret interface{} // 客户端密钥
|
||||
AgentId interface{} // 代理编号
|
||||
Status interface{} // 状态
|
||||
Creator interface{} // 创建者
|
||||
CreateTime *gtime.Time // 创建时间
|
||||
Updater interface{} // 更新者
|
||||
UpdateTime *gtime.Time // 更新时间
|
||||
Deleted interface{} // 是否删除
|
||||
TenantId interface{} // 租户编号
|
||||
}
|
||||
31
internal/model/do/system_social_user.go
Normal file
31
internal/model/do/system_social_user.go
Normal file
@@ -0,0 +1,31 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
"github.com/gogf/gf/v2/os/gtime"
|
||||
)
|
||||
|
||||
// SystemSocialUser is the golang structure of table system_social_user for DAO operations like Where/Data.
|
||||
type SystemSocialUser struct {
|
||||
g.Meta `orm:"table:system_social_user, do:true"`
|
||||
Id interface{} // 主键(自增策略)
|
||||
Type interface{} // 社交平台的类型
|
||||
Openid interface{} // 社交 openid
|
||||
Token interface{} // 社交 token
|
||||
RawTokenInfo interface{} // 原始 Token 数据,一般是 JSON 格式
|
||||
Nickname interface{} // 用户昵称
|
||||
Avatar interface{} // 用户头像
|
||||
RawUserInfo interface{} // 原始用户数据,一般是 JSON 格式
|
||||
Code interface{} // 最后一次的认证 code
|
||||
State interface{} // 最后一次的认证 state
|
||||
Creator interface{} // 创建者
|
||||
CreateTime *gtime.Time // 创建时间
|
||||
Updater interface{} // 更新者
|
||||
UpdateTime *gtime.Time // 更新时间
|
||||
Deleted interface{} // 是否删除
|
||||
TenantId interface{} // 租户编号
|
||||
}
|
||||
26
internal/model/do/system_social_user_bind.go
Normal file
26
internal/model/do/system_social_user_bind.go
Normal file
@@ -0,0 +1,26 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
"github.com/gogf/gf/v2/os/gtime"
|
||||
)
|
||||
|
||||
// SystemSocialUserBind is the golang structure of table system_social_user_bind for DAO operations like Where/Data.
|
||||
type SystemSocialUserBind struct {
|
||||
g.Meta `orm:"table:system_social_user_bind, do:true"`
|
||||
Id interface{} // 主键(自增策略)
|
||||
UserId interface{} // 用户编号
|
||||
UserType interface{} // 用户类型
|
||||
SocialType interface{} // 社交平台的类型
|
||||
SocialUserId interface{} // 社交用户的编号
|
||||
Creator interface{} // 创建者
|
||||
CreateTime *gtime.Time // 创建时间
|
||||
Updater interface{} // 更新者
|
||||
UpdateTime *gtime.Time // 更新时间
|
||||
Deleted interface{} // 是否删除
|
||||
TenantId interface{} // 租户编号
|
||||
}
|
||||
30
internal/model/do/system_tenant.go
Normal file
30
internal/model/do/system_tenant.go
Normal file
@@ -0,0 +1,30 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
"github.com/gogf/gf/v2/os/gtime"
|
||||
)
|
||||
|
||||
// SystemTenant is the golang structure of table system_tenant for DAO operations like Where/Data.
|
||||
type SystemTenant struct {
|
||||
g.Meta `orm:"table:system_tenant, do:true"`
|
||||
Id interface{} // 租户编号
|
||||
Name interface{} // 租户名
|
||||
ContactUserId interface{} // 联系人的用户编号
|
||||
ContactName interface{} // 联系人
|
||||
ContactMobile interface{} // 联系手机
|
||||
Status interface{} // 租户状态(0正常 1停用)
|
||||
Website interface{} // 绑定域名
|
||||
PackageId interface{} // 租户套餐编号
|
||||
ExpireTime *gtime.Time // 过期时间
|
||||
AccountCount interface{} // 账号数量
|
||||
Creator interface{} // 创建者
|
||||
CreateTime *gtime.Time // 创建时间
|
||||
Updater interface{} // 更新者
|
||||
UpdateTime *gtime.Time // 更新时间
|
||||
Deleted interface{} // 是否删除
|
||||
}
|
||||
25
internal/model/do/system_tenant_package.go
Normal file
25
internal/model/do/system_tenant_package.go
Normal file
@@ -0,0 +1,25 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
"github.com/gogf/gf/v2/os/gtime"
|
||||
)
|
||||
|
||||
// SystemTenantPackage is the golang structure of table system_tenant_package for DAO operations like Where/Data.
|
||||
type SystemTenantPackage struct {
|
||||
g.Meta `orm:"table:system_tenant_package, do:true"`
|
||||
Id interface{} // 套餐编号
|
||||
Name interface{} // 套餐名
|
||||
Status interface{} // 租户状态(0正常 1停用)
|
||||
Remark interface{} // 备注
|
||||
MenuIds interface{} // 关联的菜单编号
|
||||
Creator interface{} // 创建者
|
||||
CreateTime *gtime.Time // 创建时间
|
||||
Updater interface{} // 更新者
|
||||
UpdateTime *gtime.Time // 更新时间
|
||||
Deleted interface{} // 是否删除
|
||||
}
|
||||
24
internal/model/do/system_user_post.go
Normal file
24
internal/model/do/system_user_post.go
Normal file
@@ -0,0 +1,24 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
"github.com/gogf/gf/v2/os/gtime"
|
||||
)
|
||||
|
||||
// SystemUserPost is the golang structure of table system_user_post for DAO operations like Where/Data.
|
||||
type SystemUserPost struct {
|
||||
g.Meta `orm:"table:system_user_post, do:true"`
|
||||
Id interface{} // id
|
||||
UserId interface{} // 用户ID
|
||||
PostId interface{} // 岗位ID
|
||||
Creator interface{} // 创建者
|
||||
CreateTime *gtime.Time // 创建时间
|
||||
Updater interface{} // 更新者
|
||||
UpdateTime *gtime.Time // 更新时间
|
||||
Deleted interface{} // 是否删除
|
||||
TenantId interface{} // 租户编号
|
||||
}
|
||||
24
internal/model/do/system_user_role.go
Normal file
24
internal/model/do/system_user_role.go
Normal file
@@ -0,0 +1,24 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
"github.com/gogf/gf/v2/os/gtime"
|
||||
)
|
||||
|
||||
// SystemUserRole is the golang structure of table system_user_role for DAO operations like Where/Data.
|
||||
type SystemUserRole struct {
|
||||
g.Meta `orm:"table:system_user_role, do:true"`
|
||||
Id interface{} // 自增编号
|
||||
UserId interface{} // 用户ID
|
||||
RoleId interface{} // 角色ID
|
||||
Creator interface{} // 创建者
|
||||
CreateTime *gtime.Time // 创建时间
|
||||
Updater interface{} // 更新者
|
||||
UpdateTime *gtime.Time // 更新时间
|
||||
Deleted interface{} // 是否删除
|
||||
TenantId interface{} // 租户编号
|
||||
}
|
||||
35
internal/model/do/system_users.go
Normal file
35
internal/model/do/system_users.go
Normal file
@@ -0,0 +1,35 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
"github.com/gogf/gf/v2/os/gtime"
|
||||
)
|
||||
|
||||
// SystemUsers is the golang structure of table system_users for DAO operations like Where/Data.
|
||||
type SystemUsers struct {
|
||||
g.Meta `orm:"table:system_users, do:true"`
|
||||
Id interface{} // 用户ID
|
||||
Username interface{} // 用户账号
|
||||
Password interface{} // 密码
|
||||
Nickname interface{} // 用户昵称
|
||||
Remark interface{} // 备注
|
||||
DeptId interface{} // 部门ID
|
||||
PostIds interface{} // 岗位编号数组
|
||||
Email interface{} // 用户邮箱
|
||||
Mobile interface{} // 手机号码
|
||||
Sex interface{} // 用户性别
|
||||
Avatar interface{} // 头像地址
|
||||
Status interface{} // 帐号状态(0正常 1停用)
|
||||
LoginIp interface{} // 最后登录IP
|
||||
LoginDate *gtime.Time // 最后登录时间
|
||||
Creator interface{} // 创建者
|
||||
CreateTime *gtime.Time // 创建时间
|
||||
Updater interface{} // 更新者
|
||||
UpdateTime *gtime.Time // 更新时间
|
||||
Deleted interface{} // 是否删除
|
||||
TenantId interface{} // 租户编号
|
||||
}
|
||||
27
internal/model/do/yudao_demo_01_contact.go
Normal file
27
internal/model/do/yudao_demo_01_contact.go
Normal file
@@ -0,0 +1,27 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
"github.com/gogf/gf/v2/os/gtime"
|
||||
)
|
||||
|
||||
// YudaoDemo01Contact is the golang structure of table yudao_demo01_contact for DAO operations like Where/Data.
|
||||
type YudaoDemo01Contact struct {
|
||||
g.Meta `orm:"table:yudao_demo01_contact, do:true"`
|
||||
Id interface{} // 编号
|
||||
Name interface{} // 名字
|
||||
Sex interface{} // 性别
|
||||
Birthday *gtime.Time // 出生年
|
||||
Description interface{} // 简介
|
||||
Avatar interface{} // 头像
|
||||
Creator interface{} // 创建者
|
||||
CreateTime *gtime.Time // 创建时间
|
||||
Updater interface{} // 更新者
|
||||
UpdateTime *gtime.Time // 更新时间
|
||||
Deleted interface{} // 是否删除
|
||||
TenantId interface{} // 租户编号
|
||||
}
|
||||
24
internal/model/do/yudao_demo_02_category.go
Normal file
24
internal/model/do/yudao_demo_02_category.go
Normal file
@@ -0,0 +1,24 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
"github.com/gogf/gf/v2/os/gtime"
|
||||
)
|
||||
|
||||
// YudaoDemo02Category is the golang structure of table yudao_demo02_category for DAO operations like Where/Data.
|
||||
type YudaoDemo02Category struct {
|
||||
g.Meta `orm:"table:yudao_demo02_category, do:true"`
|
||||
Id interface{} // 编号
|
||||
Name interface{} // 名字
|
||||
ParentId interface{} // 父级编号
|
||||
Creator interface{} // 创建者
|
||||
CreateTime *gtime.Time // 创建时间
|
||||
Updater interface{} // 更新者
|
||||
UpdateTime *gtime.Time // 更新时间
|
||||
Deleted interface{} // 是否删除
|
||||
TenantId interface{} // 租户编号
|
||||
}
|
||||
25
internal/model/do/yudao_demo_03_course.go
Normal file
25
internal/model/do/yudao_demo_03_course.go
Normal file
@@ -0,0 +1,25 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
"github.com/gogf/gf/v2/os/gtime"
|
||||
)
|
||||
|
||||
// YudaoDemo03Course is the golang structure of table yudao_demo03_course for DAO operations like Where/Data.
|
||||
type YudaoDemo03Course struct {
|
||||
g.Meta `orm:"table:yudao_demo03_course, do:true"`
|
||||
Id interface{} // 编号
|
||||
StudentId interface{} // 学生编号
|
||||
Name interface{} // 名字
|
||||
Score interface{} // 分数
|
||||
Creator interface{} // 创建者
|
||||
CreateTime *gtime.Time // 创建时间
|
||||
Updater interface{} // 更新者
|
||||
UpdateTime *gtime.Time // 更新时间
|
||||
Deleted interface{} // 是否删除
|
||||
TenantId interface{} // 租户编号
|
||||
}
|
||||
25
internal/model/do/yudao_demo_03_grade.go
Normal file
25
internal/model/do/yudao_demo_03_grade.go
Normal file
@@ -0,0 +1,25 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
"github.com/gogf/gf/v2/os/gtime"
|
||||
)
|
||||
|
||||
// YudaoDemo03Grade is the golang structure of table yudao_demo03_grade for DAO operations like Where/Data.
|
||||
type YudaoDemo03Grade struct {
|
||||
g.Meta `orm:"table:yudao_demo03_grade, do:true"`
|
||||
Id interface{} // 编号
|
||||
StudentId interface{} // 学生编号
|
||||
Name interface{} // 名字
|
||||
Teacher interface{} // 班主任
|
||||
Creator interface{} // 创建者
|
||||
CreateTime *gtime.Time // 创建时间
|
||||
Updater interface{} // 更新者
|
||||
UpdateTime *gtime.Time // 更新时间
|
||||
Deleted interface{} // 是否删除
|
||||
TenantId interface{} // 租户编号
|
||||
}
|
||||
26
internal/model/do/yudao_demo_03_student.go
Normal file
26
internal/model/do/yudao_demo_03_student.go
Normal file
@@ -0,0 +1,26 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
"github.com/gogf/gf/v2/os/gtime"
|
||||
)
|
||||
|
||||
// YudaoDemo03Student is the golang structure of table yudao_demo03_student for DAO operations like Where/Data.
|
||||
type YudaoDemo03Student struct {
|
||||
g.Meta `orm:"table:yudao_demo03_student, do:true"`
|
||||
Id interface{} // 编号
|
||||
Name interface{} // 名字
|
||||
Sex interface{} // 性别
|
||||
Birthday *gtime.Time // 出生日期
|
||||
Description interface{} // 简介
|
||||
Creator interface{} // 创建者
|
||||
CreateTime *gtime.Time // 创建时间
|
||||
Updater interface{} // 更新者
|
||||
UpdateTime *gtime.Time // 更新时间
|
||||
Deleted interface{} // 是否删除
|
||||
TenantId interface{} // 租户编号
|
||||
}
|
||||
0
internal/model/entity/.gitkeep
Normal file
0
internal/model/entity/.gitkeep
Normal file
28
internal/model/entity/epic_artifact_info.go
Normal file
28
internal/model/entity/epic_artifact_info.go
Normal 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:"图片地址"` // 图片地址
|
||||
}
|
||||
20
internal/model/entity/epic_gvg_attack_teams.go
Normal file
20
internal/model/entity/epic_gvg_attack_teams.go
Normal 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:"是否删除"` // 是否删除
|
||||
}
|
||||
26
internal/model/entity/epic_gvg_defense_attack_mapping.go
Normal file
26
internal/model/entity/epic_gvg_defense_attack_mapping.go
Normal 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:"是否删除"` // 是否删除
|
||||
}
|
||||
20
internal/model/entity/epic_gvg_defense_teams.go
Normal file
20
internal/model/entity/epic_gvg_defense_teams.go
Normal 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:"是否删除"` // 是否删除
|
||||
}
|
||||
29
internal/model/entity/epic_hero_info.go
Normal file
29
internal/model/entity/epic_hero_info.go
Normal 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:"配置编号"` // 配置编号
|
||||
}
|
||||
24
internal/model/entity/epic_hero_user_build.go
Normal file
24
internal/model/entity/epic_hero_user_build.go
Normal 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:"是否删除"` // 是否删除
|
||||
}
|
||||
23
internal/model/entity/fribble_hero_set.go
Normal file
23
internal/model/entity/fribble_hero_set.go
Normal 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:""` //
|
||||
}
|
||||
36
internal/model/entity/gear_set_info.go
Normal file
36
internal/model/entity/gear_set_info.go
Normal 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:"租户编号"` // 租户编号
|
||||
}
|
||||
38
internal/model/entity/infra_api_access_log.go
Normal file
38
internal/model/entity/infra_api_access_log.go
Normal 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:"租户编号"` // 租户编号
|
||||
}
|
||||
41
internal/model/entity/infra_api_error_log.go
Normal file
41
internal/model/entity/infra_api_error_log.go
Normal 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:"租户编号"` // 租户编号
|
||||
}
|
||||
36
internal/model/entity/infra_codegen_column.go
Normal file
36
internal/model/entity/infra_codegen_column.go
Normal 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:"是否删除"` // 是否删除
|
||||
}
|
||||
37
internal/model/entity/infra_codegen_table.go
Normal file
37
internal/model/entity/infra_codegen_table.go
Normal 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:"是否删除"` // 是否删除
|
||||
}
|
||||
26
internal/model/entity/infra_config.go
Normal file
26
internal/model/entity/infra_config.go
Normal 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:"是否删除"` // 是否删除
|
||||
}
|
||||
23
internal/model/entity/infra_data_source_config.go
Normal file
23
internal/model/entity/infra_data_source_config.go
Normal 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:"是否删除"` // 是否删除
|
||||
}
|
||||
25
internal/model/entity/infra_file.go
Normal file
25
internal/model/entity/infra_file.go
Normal 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:"是否删除"` // 是否删除
|
||||
}
|
||||
24
internal/model/entity/infra_file_config.go
Normal file
24
internal/model/entity/infra_file_config.go
Normal 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:"是否删除"` // 是否删除
|
||||
}
|
||||
22
internal/model/entity/infra_file_content.go
Normal file
22
internal/model/entity/infra_file_content.go
Normal 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:"是否删除"` // 是否删除
|
||||
}
|
||||
27
internal/model/entity/infra_job.go
Normal file
27
internal/model/entity/infra_job.go
Normal 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:"是否删除"` // 是否删除
|
||||
}
|
||||
28
internal/model/entity/infra_job_log.go
Normal file
28
internal/model/entity/infra_job_log.go
Normal 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:"是否删除"` // 是否删除
|
||||
}
|
||||
13
internal/model/entity/qrtz_blob_triggers.go
Normal file
13
internal/model/entity/qrtz_blob_triggers.go
Normal 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:""` //
|
||||
}
|
||||
12
internal/model/entity/qrtz_calendars.go
Normal file
12
internal/model/entity/qrtz_calendars.go
Normal 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:""` //
|
||||
}
|
||||
14
internal/model/entity/qrtz_cron_triggers.go
Normal file
14
internal/model/entity/qrtz_cron_triggers.go
Normal 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:""` //
|
||||
}
|
||||
22
internal/model/entity/qrtz_fired_triggers.go
Normal file
22
internal/model/entity/qrtz_fired_triggers.go
Normal 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:""` //
|
||||
}
|
||||
19
internal/model/entity/qrtz_job_details.go
Normal file
19
internal/model/entity/qrtz_job_details.go
Normal 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:""` //
|
||||
}
|
||||
11
internal/model/entity/qrtz_locks.go
Normal file
11
internal/model/entity/qrtz_locks.go
Normal 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:""` //
|
||||
}
|
||||
11
internal/model/entity/qrtz_paused_trigger_grps.go
Normal file
11
internal/model/entity/qrtz_paused_trigger_grps.go
Normal 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:""` //
|
||||
}
|
||||
13
internal/model/entity/qrtz_scheduler_state.go
Normal file
13
internal/model/entity/qrtz_scheduler_state.go
Normal 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:""` //
|
||||
}
|
||||
15
internal/model/entity/qrtz_simple_triggers.go
Normal file
15
internal/model/entity/qrtz_simple_triggers.go
Normal 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:""` //
|
||||
}
|
||||
23
internal/model/entity/qrtz_simprop_triggers.go
Normal file
23
internal/model/entity/qrtz_simprop_triggers.go
Normal 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:""` //
|
||||
}
|
||||
25
internal/model/entity/qrtz_triggers.go
Normal file
25
internal/model/entity/qrtz_triggers.go
Normal 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:""` //
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user