和系统调试发现的问题的修改

This commit is contained in:
hehaibing-1996
2025-01-17 17:17:45 +08:00
parent de682b3884
commit 04b5e04300
6 changed files with 15 additions and 12 deletions

View File

@ -22,9 +22,9 @@ namespace WCS.BLL.DbModels.Task
public enum TaskModeEnum
{
= 0,
= 1,
= 2,
= 3
= 1,
= 2,
= 3,
= 0
}
}