增加自动化产生的工作流form页面

This commit is contained in:
pixel
2020-11-24 16:07:55 +08:00
parent 5293222ac0
commit 61f50980e1
5 changed files with 202 additions and 6 deletions
+1 -1
View File
@@ -20,6 +20,6 @@ type ExaWfLeaveWorkflow struct {
ExaWfLeave `json:"business"`
}
func (e ExaWfLeave) TableName() string {
func (ExaWfLeave) TableName() string {
return "exa_wf_leaves"
}