| | |
| | | import com.xcong.excoin.modules.otc.entity.OtcMarketBussinessEntity; |
| | | import com.xcong.excoin.modules.otc.entity.OtcOrderAppealEntity; |
| | | import com.xcong.excoin.modules.otc.entity.OtcOrderEntity; |
| | | import com.xcong.excoin.modules.otc.vo.OtcAppealInfoVo; |
| | | |
| | | public interface OtcService extends IService<OtcMarketBussinessEntity> { |
| | | |
| | |
| | | IPage<OtcEntrustOrderEntity> otcEntrustList(OtcEntrustOrderEntity otcEntrustOrderEntity, QueryRequest request); |
| | | |
| | | IPage<OtcOrderEntity> otcOrderList(OtcOrderEntity otcOrderEntity, QueryRequest request); |
| | | |
| | | OtcAppealInfoVo otcAppealInfo(long id); |
| | | } |