init
This commit is contained in:
19
internal/model/entity/qrtz_job_details.go
Normal file
19
internal/model/entity/qrtz_job_details.go
Normal file
@@ -0,0 +1,19 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package entity
|
||||
|
||||
// QrtzJobDetails is the golang structure for table qrtz_job_details.
|
||||
type QrtzJobDetails struct {
|
||||
SchedName string `json:"sCHEDNAME" orm:"SCHED_NAME" description:""` //
|
||||
JobName string `json:"jOBNAME" orm:"JOB_NAME" description:""` //
|
||||
JobGroup string `json:"jOBGROUP" orm:"JOB_GROUP" description:""` //
|
||||
Description string `json:"dESCRIPTION" orm:"DESCRIPTION" description:""` //
|
||||
JobClassName string `json:"jOBCLASSNAME" orm:"JOB_CLASS_NAME" description:""` //
|
||||
IsDurable string `json:"iSDURABLE" orm:"IS_DURABLE" description:""` //
|
||||
IsNonconcurrent string `json:"iSNONCONCURRENT" orm:"IS_NONCONCURRENT" description:""` //
|
||||
IsUpdateData string `json:"iSUPDATEDATA" orm:"IS_UPDATE_DATA" description:""` //
|
||||
RequestsRecovery string `json:"rEQUESTSRECOVERY" orm:"REQUESTS_RECOVERY" description:""` //
|
||||
JobData []byte `json:"jOBDATA" orm:"JOB_DATA" description:""` //
|
||||
}
|
||||
Reference in New Issue
Block a user