feat: 添加数据库资产、命令拦截器、授权资产等功能,修复GitHub Actions工作流
This commit is contained in:
@@ -16,6 +16,7 @@ type Job struct {
|
||||
Metadata string `json:"metadata"`
|
||||
Created common.JsonTime `json:"created"`
|
||||
Updated common.JsonTime `json:"updated"`
|
||||
LastExecAt common.JsonTime `json:"lastExecAt"`
|
||||
}
|
||||
|
||||
func (r *Job) TableName() string {
|
||||
@@ -27,6 +28,7 @@ type JobLog struct {
|
||||
Timestamp common.JsonTime `json:"timestamp"`
|
||||
JobId string `json:"jobId"`
|
||||
Message string `json:"message"`
|
||||
Results string `json:"results"`
|
||||
}
|
||||
|
||||
func (r *JobLog) TableName() string {
|
||||
|
||||
Reference in New Issue
Block a user