添加流程相关功能

This commit is contained in:
yxh
2020-12-18 16:29:33 +08:00
parent 0f1eec5faf
commit 839755d60d
53 changed files with 7867 additions and 22 deletions
+16
View File
@@ -3770,9 +3770,22 @@ var doc = `{
"type": "integer"
}
},
"isSlide": {
"type": "string"
},
"isTop": {
"type": "string"
},
"keyWords": {
"type": "string"
},
"newsStatus": {
"type": "string"
},
"orderBy": {
"description": "排序字段",
"type": "string"
},
"pageNum": {
"description": "当前页码",
"type": "integer"
@@ -3786,6 +3799,9 @@ var doc = `{
},
"publishedTimeStart": {
"type": "string"
},
"recommended": {
"type": "string"
}
}
},
+16
View File
@@ -3755,9 +3755,22 @@
"type": "integer"
}
},
"isSlide": {
"type": "string"
},
"isTop": {
"type": "string"
},
"keyWords": {
"type": "string"
},
"newsStatus": {
"type": "string"
},
"orderBy": {
"description": "排序字段",
"type": "string"
},
"pageNum": {
"description": "当前页码",
"type": "integer"
@@ -3771,6 +3784,9 @@
},
"publishedTimeStart": {
"type": "string"
},
"recommended": {
"type": "string"
}
}
},
+11
View File
@@ -195,8 +195,17 @@ definitions:
items:
type: integer
type: array
isSlide:
type: string
isTop:
type: string
keyWords:
type: string
newsStatus:
type: string
orderBy:
description: 排序字段
type: string
pageNum:
description: 当前页码
type: integer
@@ -207,6 +216,8 @@ definitions:
type: string
publishedTimeStart:
type: string
recommended:
type: string
type: object
gen_table.EditReq:
properties: