// ================================================================================= // 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:"编号"` // 编号 }