dao

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: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// Floor is globally public accessible object for table floor operations.
	Floor = floorDao{
		internal.NewFloorDao(),
	}
)
View Source
var (
	// Lib is globally public accessible object for table lib operations.
	Lib = libDao{
		internal.NewLibDao(),
	}
)
View Source
var (
	// Location is globally public accessible object for table location operations.
	Location = locationDao{
		internal.NewLocationDao(),
	}
)

Functions

This section is empty.

Types

type FloorSearchCondition

type FloorSearchCondition struct {
	Page     int
	PageSize int
	LibId    int
}

FloorSearchCondition 定义搜索条件

type LibSearchCondition

type LibSearchCondition struct {
	Page     int
	PageSize int
	LibName  string
	Address  string
	Active   bool
}

LibSearchCondition 定义搜索条件

type LocationSearchCondition

type LocationSearchCondition struct {
	Page     int
	PageSize int
	LibId    int
	FloorId  int
}

LocationSearchCondition 定义搜索条件

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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