This commit is contained in:
Leufolium 2023-12-29 18:48:37 +08:00
parent ac3b6c54b1
commit e6f02150d6
1 changed files with 1 additions and 1 deletions

View File

@ -72,5 +72,5 @@ const (
Feedback_Handling = 1 //跟进中
Feedback_Handled = 2 //已处理
Feedback_Invalid = 3 //无效
Feedback_RelatedToIteration = 3 //迭代相关
Feedback_RelatedToIteration = 4 //迭代相关
)