|
@@ -12,6 +12,12 @@ type DataInitController struct {
|
|
web.Controller
|
|
web.Controller
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+// InitEdbRelation
|
|
|
|
+// @Title 初始化历史的图表、表格等引用记录
|
|
|
|
+// @Description 初始化历史的图表、表格等引用记录
|
|
|
|
+// @Param request body fe_calendar.FeCalendarMatterSaveReq true "type json string"
|
|
|
|
+// @Success 200 string "操作成功"
|
|
|
|
+// @router /relation_init [get]
|
|
func (c *DataInitController) InitEdbRelation() {
|
|
func (c *DataInitController) InitEdbRelation() {
|
|
br := new(models.BaseResponse).Init()
|
|
br := new(models.BaseResponse).Init()
|
|
defer func() {
|
|
defer func() {
|