11 lines
402 B
Go
11 lines
402 B
Go
// =================================================================================
|
|
// 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:"编号"` // 编号
|
|
}
|