doum
19 小时以前 25538c1063d1e9a2d8dac1b813d43e7d8fb18e3f
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> {
}