refactor: dbm包重构

This commit is contained in:
meilin.huang
2024-03-11 20:04:20 +08:00
parent 8589105e44
commit eb55f93864
28 changed files with 1489 additions and 2464 deletions

View File

@@ -5,7 +5,7 @@ type ProcinstQuery struct {
ProcdefName string `json:"procdefName"` // 流程定义名称
BizType string `json:"bizType" form:"bizType"` // 业务类型
BizKey string `json:"bizKey"` // 业务key
BizKey string `json:"bizKey" form:"bizKey"` // 业务key
Status ProcinstStatus `json:"status" form:"status"` // 状态
CreatorId uint64