doum
2 天以前 dfbd59bb7af87d95f758ab8d8ffe34e200151e36
server/dmmall_service/src/main/java/com/doumee/dao/business/CommentMapper.java
@@ -2,11 +2,12 @@
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.doumee.dao.business.model.Comment;
import com.github.yulichang.base.mapper.MPJJoinMapper;
/**
 * @author 江蹄蹄
 * @date 2023/03/21 15:48
 */
public interface CommentMapper extends BaseMapper<Comment> {
public interface CommentMapper extends MPJJoinMapper<Comment> {
}