活动模块,计划任务模块 加入第三方
This commit is contained in:
10
internal/model/entity/system_cron.go
Normal file
10
internal/model/entity/system_cron.go
Normal file
@@ -0,0 +1,10 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package entity
|
||||
|
||||
// SystemCron is the golang structure for table system_cron.
|
||||
type SystemCron struct {
|
||||
Id int `json:"id" orm:"id" description:"编号"` // 编号
|
||||
}
|
||||
Reference in New Issue
Block a user