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.
Click to show internal directories.
Click to hide internal directories.