package com.xcong.excoin.modules.datamove.dao; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.xcong.excoin.modules.datamove.entity.JhyOrderItems; public interface JhyOrderItemsMapper extends BaseMapper { }