mirror of
https://github.com/tiger1103/gfast.git
synced 2026-09-21 10:12:59 +00:00
添加流程相关功能
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user