do

package
v0.0.0-...-2022bb5 Latest Latest
Warning

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

Go to latest
Published: Oct 23, 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 Floor

type Floor struct {
	g.Meta    `orm:"table:floor, do:true"`
	Id        interface{} //
	LibId     interface{} //
	FloorName interface{} //
	CreatedAt *gtime.Time //
	UpdatedAt *gtime.Time //
}

Floor is the golang structure of table floor for DAO operations like Where/Data.

type Lib

type Lib struct {
	g.Meta    `orm:"table:lib, do:true"`
	Id        interface{} //
	LibName   interface{} //
	Address   interface{} // 地址
	Active    interface{} // 是否正在使用
	CreatedAt *gtime.Time //
	UpdatedAt *gtime.Time //
}

Lib is the golang structure of table lib for DAO operations like Where/Data.

type Location

type Location struct {
	g.Meta       `orm:"table:location, do:true"`
	Id           interface{} //
	LibId        interface{} //
	FloorId      interface{} //
	LocationName interface{} //
	CreatedAt    *gtime.Time //
	UpdatedAt    *gtime.Time //
}

Location is the golang structure of table location for DAO operations like Where/Data.

Jump to

Keyboard shortcuts

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