mirror of
https://github.com/ZSCNetSupportDept/scheduler.git
synced 2025-10-28 20:45:05 +08:00
修改
This commit is contained in:
12
signals/table.go
Normal file
12
signals/table.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package signals
|
||||
|
||||
import (
|
||||
"github.com/golang-module/carbon/v2"
|
||||
)
|
||||
|
||||
type TablePrototype struct {
|
||||
LastUpdated carbon.Carbon //值班表最后更新的时间
|
||||
NeedUpdate bool //值班表是否需要更新
|
||||
}
|
||||
|
||||
var Table TablePrototype
|
||||
Reference in New Issue
Block a user