xiaoyong931011
2021-05-18 13cf5a68e9d64b722c1c38bb3d675b462ec19d5e
src/main/java/com/xcong/excoin/modules/otc/service/OtcService.java
@@ -5,6 +5,7 @@
import com.xcong.excoin.common.entity.FebsResponse;
import com.xcong.excoin.common.entity.QueryRequest;
import com.xcong.excoin.modules.otc.entity.OtcMarketBussinessEntity;
import com.xcong.excoin.modules.otc.entity.OtcOrderAppealEntity;
public interface OtcService extends IService<OtcMarketBussinessEntity> {
@@ -13,4 +14,10 @@
    FebsResponse agreeShop(Long id);
    FebsResponse disagreeShop(Long id);
    IPage<OtcOrderAppealEntity> otcAppealList(OtcOrderAppealEntity otcOrderAppealEntity, QueryRequest request);
    FebsResponse dealDone(Long id);
    FebsResponse dealIng(Long id);
}