fix: 计划任务数据库选项增加前缀 (#1820)

This commit is contained in:
ssongliu
2023-08-03 16:19:30 +08:00
committed by GitHub
parent df770460d6
commit a031d3ba41
15 changed files with 114 additions and 40 deletions

View File

@@ -1,5 +1,5 @@
// Package docs GENERATED BY SWAG; DO NOT EDIT
// This file was generated by swaggo/swag
// Code generated by swaggo/swag. DO NOT EDIT.
package docs
import "github.com/swaggo/swag"
@@ -4056,7 +4056,7 @@ const docTemplate = `{
"schema": {
"type": "array",
"items": {
"type": "string"
"$ref": "#/definitions/dto.MysqlOption"
}
}
}
@@ -13147,6 +13147,20 @@ const docTemplate = `{
}
}
},
"dto.MysqlOption": {
"type": "object",
"properties": {
"from": {
"type": "string"
},
"id": {
"type": "integer"
},
"name": {
"type": "string"
}
}
},
"dto.MysqlStatus": {
"type": "object",
"properties": {