Files
epic-go/internal/model/entity/qrtz_calendars.go
hu xiaotong 85e3a6540b init
2025-06-20 17:17:02 +08:00

13 lines
594 B
Go

// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
// QrtzCalendars is the golang structure for table qrtz_calendars.
type QrtzCalendars struct {
SchedName string `json:"sCHEDNAME" orm:"SCHED_NAME" description:""` //
CalendarName string `json:"cALENDARNAME" orm:"CALENDAR_NAME" description:""` //
Calendar []byte `json:"cALENDAR" orm:"CALENDAR" description:""` //
}