package
Version:
v1.4.0-beta7
Opens a new window with list of versions in this module.
Published: May 12, 2022
License: GPL-3.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type SleepManage struct {
ID uint `gorm:"primary_key"`
GroupID int64 `gorm:"column:group_id"`
UserID int64 `gorm:"column:user_id"`
SleepTime time.Time `gorm:"column:sleep_time"`
}
SleepManage 睡眠信息
Source Files
¶
Click to show internal directories.
Click to hide internal directories.