未验证 提交 88f06fe3 编写于 作者: Mr.奇淼('s avatar Mr.奇淼( 提交者: GitHub

清理无用的配置文件 web-flow (#743)

清理无用自动化字段 web-flow
上级 87eb5fe6
......@@ -81,7 +81,6 @@ autocode:
server-service: /service
web: /web/src
web-api: /api
web-flow: /view
web-form: /view
web-table: /view
......
......@@ -84,7 +84,6 @@ autocode:
server-service: /service/autocode
web: /web/src
web-api: /api
web-flow: /view
web-form: /view
web-table: /view
......
......@@ -14,5 +14,4 @@ type Autocode struct {
WApi string `mapstructure:"web-api" json:"webApi" yaml:"web-api"`
WForm string `mapstructure:"web-form" json:"webForm" yaml:"web-form"`
WTable string `mapstructure:"web-table" json:"webTable" yaml:"web-table"`
WFlow string `mapstructure:"web-flow" json:"webFlow" yaml:"web-flow"`
}
......@@ -3576,9 +3576,6 @@ var doc = `{
"webApi": {
"type": "string"
},
"webFlow": {
"type": "string"
},
"webForm": {
"type": "string"
},
......
......@@ -3560,9 +3560,6 @@
"webApi": {
"type": "string"
},
"webFlow": {
"type": "string"
},
"webForm": {
"type": "string"
},
......
......@@ -54,8 +54,6 @@ definitions:
type: string
webApi:
type: string
webFlow:
type: string
webForm:
type: string
webTable:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册