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 Layout

type Layout struct {
	g.Meta     `orm:"table:layout, do:true"`
	Id         interface{} //
	LocationId interface{} //
	PolicyCId  interface{} // 公共策略id,优先使用
	PolicyLId  interface{} // 属于自己的策略id,最后使用
	LayoutName interface{} //
	Map        interface{} // 布局信息
	Status     interface{} // 是否正常启用,1启用 2不启用
	Sort       interface{} // 排序,越小越靠前
	Seats      interface{} // 座位总数
	CreatedAt  *gtime.Time //
	UpdatedAt  *gtime.Time //
}

Layout is the golang structure of table layout for DAO operations like Where/Data.

type PolicyCommon

type PolicyCommon struct {
	g.Meta `orm:"table:policy_common, do:true"`
	Id     interface{} //
	Name   interface{} //
	Info   interface{} // 策略信息
}

PolicyCommon is the golang structure of table policy_common for DAO operations like Where/Data.

type PolicyLayout

type PolicyLayout struct {
	g.Meta `orm:"table:policy_layout, do:true"`
	Id     interface{} //
	Info   interface{} // 策略信息
}

PolicyLayout is the golang structure of table policy_layout for DAO operations like Where/Data.

type PolicyPrepare

type PolicyPrepare struct {
	g.Meta `orm:"table:policy_prepare, do:true"`
	Id     interface{} //
	Name   interface{} //
	Info   interface{} // 策略信息
}

PolicyPrepare is the golang structure of table policy_prepare for DAO operations like Where/Data.

type SeatLog

type SeatLog struct {
	g.Meta     `orm:"table:seat_log, do:true"`
	Id         interface{} //
	LocationId interface{} //
	LayoutId   interface{} //
	No         interface{} //
	Type       interface{} // 1预约 2签到 3退坐
	Uid        interface{} //
}

SeatLog is the golang structure of table seat_log for DAO operations like Where/Data.

Jump to

Keyboard shortcuts

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