新增逾期作废状态

This commit is contained in:
zhangchenbiao
2023-08-24 10:30:11 +08:00
parent a655ddefb0
commit 4504c58b7e
4 changed files with 11 additions and 6 deletions

View File

@@ -13,6 +13,7 @@ public enum FollowTaskStatusEnum {
OVERDUE(2, "已逾期"),
CANCELLED(3, "作废"),
OVERDUE_FINISH(4, "逾期完成"),
OVERDUE_CANCELLED(5, "逾期作废"),
;
//任务状态:0:待完成、1:已完成、2:已逾期、3:作废