update 批量更新订单审核

This commit is contained in:
Guoqs
2026-02-04 14:47:22 +08:00
parent 1a1b72a469
commit 5f4dccc23b
7 changed files with 75 additions and 4 deletions

View File

@@ -675,4 +675,6 @@ public interface OrderBasicInfoService{
* @return
*/
List<RealTimeMonitorData> getRealTimeMonitorDataList(List<String> transactionCodeList);
int batchUpdateOrderReview(UpdateOrderReviewDTO dto);
}