package org.jeecg.modules.test.seata.product.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import org.apache.ibatis.annotations.Mapper; import org.jeecg.modules.test.seata.product.entity.SeataProduct; /** * @Description: TODO * @author: zyf * @date: 2022/01/24 * @version: V1.0 */ @Mapper public interface SeataProductMapper extends BaseMapper { }