package com.doumee.dao.business; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.doumee.dao.business.model.Comment; import com.doumee.dao.business.model.ShopComment; import com.github.yulichang.base.mapper.MPJJoinMapper; /** * @author 江蹄蹄 * @date 2023/03/21 15:48 */ public interface ShopCommentJoinMapper extends MPJJoinMapper { }