// ================================================================================= // Code generated and maintained by GoFrame CLI tool. DO NOT EDIT. // ================================================================================= package do import ( "github.com/gogf/gf/v2/frame/g" ) // SystemCron is the golang structure of table shiningu_system_cron for DAO operations like Where/Data. type SystemCron struct { g.Meta `orm:"table:shiningu_system_cron, do:true"` Id interface{} // 编号 }