liuxiaolong
2019-10-30 c38c4bda17e3774ec0fd58f90ba5e59e1f0639a2
controllers/dictionary.go
@@ -10,6 +10,7 @@
type DictionaryController struct {
}
// @Security ApiKeyAuth
// @Summary 根据类型查找字典
// @Description  根据类型查找字典
// @Produce json
@@ -28,6 +29,7 @@
   }
}
// @Security ApiKeyAuth
// @Summary 根据父ID查找字典
// @Description  根据父ID查找字典
// @Produce json