package com.xcong.excoin.modules.datamove.dao; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.xcong.excoin.modules.datamove.entity.JhyInfo; /** * @author wzy * @date 2021-07-01 **/ public interface JhyInfoMapper extends BaseMapper { }