package com.xcong.excoin.modules.yunding.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.xcong.excoin.modules.yunding.entity.YdProductEntity; public interface YdProductMapper extends BaseMapper { }