From 6c2e9ba62c418185361179e7014862c481f34e17 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Wed, 09 Mar 2022 14:22:09 +0800 Subject: [PATCH] conflect merge --- src/main/java/com/xcong/excoin/modules/otc/dao/OtcOrderAppealDao.java | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/xcong/excoin/modules/otc/dao/OtcOrderAppealDao.java b/src/main/java/com/xcong/excoin/modules/otc/dao/OtcOrderAppealDao.java new file mode 100644 index 0000000..6cdf87b --- /dev/null +++ b/src/main/java/com/xcong/excoin/modules/otc/dao/OtcOrderAppealDao.java @@ -0,0 +1,7 @@ +package com.xcong.excoin.modules.otc.dao; + +import com.baomidou.mybatisplus.core.mapper.BaseMapper; +import com.xcong.excoin.modules.otc.entity.OtcOrderAppeal; + +public interface OtcOrderAppealDao extends BaseMapper<OtcOrderAppeal> { +} -- Gitblit v1.9.1