Helius
2021-05-19 75f0bffc3d1aea9764406dc6be4b73f36c9ebb6c
1
2
3
4
5
6
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> {
}