| | |
| | | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.xcong.excoin.common.response.Result; |
| | | import com.xcong.excoin.modules.yunding.dto.InsureChangeUsdtDto; |
| | | import com.xcong.excoin.modules.yunding.dto.PayProductDto; |
| | | import com.xcong.excoin.modules.yunding.dto.YdOrderListDto; |
| | | import com.xcong.excoin.modules.yunding.dto.YdProductListDto; |
| | |
| | | Result getOrderList(YdOrderListDto ydOrderListDto); |
| | | |
| | | Result findOrderAllInfo(); |
| | | |
| | | Result getOrderInfo(Long id); |
| | | |
| | | Result changeUsdt(); |
| | | |
| | | Result insureChangeUsdt(InsureChangeUsdtDto insureChangeUsdtdto); |
| | | } |