@@ -45228,6 +45228,10 @@ const docTemplate = `{
"models.WrSiteColumnDetail": {
"type": "object",
"properties": {
+ "author": {
+ "description": "作者",
+ "type": "string"
+ },
"brief": {
"description": "简介",
"type": "string"
@@ -45219,6 +45219,10 @@
@@ -20866,6 +20866,9 @@ definitions:
type: object
models.WrSiteColumnDetail:
properties:
+ author:
+ description: 作者
+ type: string
brief:
description: 简介
type: string