init
This commit is contained in:
12
internal/model/entity/qrtz_calendars.go
Normal file
12
internal/model/entity/qrtz_calendars.go
Normal file
@@ -0,0 +1,12 @@
|
||||
// =================================================================================
|
||||
// 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:""` //
|
||||
}
|
||||
Reference in New Issue
Block a user