package com.ydd.app.service; /** * @author wangtao * @date 2022/5/6 */ public interface ApiOrderAgainService { void againOrder(Long orderId); }