|
|
@@ -26,7 +26,8 @@ type ActiMyTasksVM struct {
|
|
|
|
|
|
type ActiMyTasksRetWithTimeVM struct {
|
|
|
BusinessKey string `json:"businessKey"`
|
|
|
- CreateTime int64 `json:"createTime"`
|
|
|
+ WorkflowId string `json:"workflowId"`
|
|
|
+ CreateTime int64 `json:"createTime"`
|
|
|
}
|
|
|
|
|
|
type ActiHistoricTask struct {
|