xiaoyong931011
2021-05-18 99335c9291eeae811531835da3766356a5aa733c
src/main/java/com/xcong/excoin/modules/otc/service/OtcService.java
@@ -4,6 +4,7 @@
import com.baomidou.mybatisplus.extension.service.IService;
import com.xcong.excoin.common.entity.FebsResponse;
import com.xcong.excoin.common.entity.QueryRequest;
import com.xcong.excoin.modules.otc.entity.OtcEntrustOrderEntity;
import com.xcong.excoin.modules.otc.entity.OtcMarketBussinessEntity;
import com.xcong.excoin.modules.otc.entity.OtcOrderAppealEntity;
@@ -20,4 +21,6 @@
    FebsResponse dealDone(Long id);
    FebsResponse dealIng(Long id);
    IPage<OtcEntrustOrderEntity> otcEntrustList(OtcEntrustOrderEntity otcEntrustOrderEntity, QueryRequest request);
}