mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-04 00:10:25 +08:00
refactor: dbm包重构
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user