REM:
1. 增加currentStatus字段
This commit is contained in:
HuangXin 2020-04-29 17:12:38 +08:00
parent 04b785a290
commit 46e0d940ca
1 changed files with 5 additions and 0 deletions

View File

@ -66,4 +66,9 @@ public class TaskInfoData extends IDReturnStatus {
* The Flow clean. * The Flow clean.
*/ */
private Integer flowClean; private Integer flowClean;
/**
* The Current status.
*/
private Integer currentStatus;
} }