Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Category ¶
type TimsLists ¶
type TimsLists struct { Id int `json:"id" gorm:"column:id;primaryKey"` CategoryId int `json:"category_id" gorm:"column:category_id;"` Sex string `json:"sex" gorm:"column:sex"` LockerId string `json:"locker_id" gorm:"column:locker_id"` TimeRange string `json:"time_range" gorm:"column:time_range"` IsOccupied string `json:"is_occupied" gorm:"column:is_occupied"` }
func GetTimsListByCateID ¶
func GetTimsListByCateID() []TimsLists
Click to show internal directories.
Click to hide internal directories.