自动化接口填充以及初始化数据制作

This commit is contained in:
pixel
2020-10-27 17:38:13 +08:00
parent 3f52783b30
commit 4e514dc83e
15 changed files with 582 additions and 10 deletions
+8
View File
@@ -0,0 +1,8 @@
package request
import "gin-vue-admin/model"
type WorkflowProcessSearch struct {
model.WorkflowProcess
PageInfo
}