feat: add getTaskReview API endpoint for fetching all reports and fragments by task number
This commit is contained in:
@@ -17,6 +17,11 @@ public interface ReviewService {
|
||||
*/
|
||||
List<ReviewFeedItem> getReviewFeed(int limit);
|
||||
|
||||
/**
|
||||
* 获取指定任务下的所有报告和残片
|
||||
*/
|
||||
List<ReviewFeedItem> getTaskReview(String taskNum);
|
||||
|
||||
/**
|
||||
* 获取报告详情
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user