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

清理无用自动化字段 web-flow
This commit is contained in:
奇淼(piexlmax
2021-09-26 11:56:47 +08:00
committed by GitHub
parent 8cc56c7db5
commit 7466ef21e5
6 changed files with 0 additions and 11 deletions
-1
View File
@@ -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"`
}