初始化项目文件
This commit is contained in:
9
api_iris/model/crontab.go
Normal file
9
api_iris/model/crontab.go
Normal file
@ -0,0 +1,9 @@
|
||||
package model
|
||||
|
||||
import "gorm.io/gorm"
|
||||
|
||||
type RunningCrontab struct {
|
||||
Name string
|
||||
CronId int
|
||||
gorm.Model
|
||||
}
|
Reference in New Issue
Block a user