Files
utility_go/internal/model/entity/system_cron.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:"编号"` // 编号
}