do

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 24, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SysBase

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

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.

Jump to

Keyboard shortcuts

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