package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Apr 24, 2024
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type SysBase struct {
g.Meta `orm:"table:sys_base, do:true"`
Id interface{}
Name interface{}
CreatedAt *gtime.Time
UpdatedAt *gtime.Time
}
SysBase is the golang structure of table sys_base for DAO operations like Where/Data.
type SysTenant struct {
g.Meta `orm:"table:sys_tenant, do:true"`
Id interface{}
Name interface{}
Note interface{}
TenantId interface{}
}
SysTenant is the golang structure of table sys_tenant for DAO operations like Where/Data.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.