package com.mzl.flower.mapper.film; import com.mzl.flower.entity.film.CommentLikes; import com.baomidou.mybatisplus.core.mapper.BaseMapper; /** *
* 影视作品点赞表 Mapper 接口 *
* * @author generator@Fang * @since 2025-05-29 */ public interface CommentLikesMapper extends BaseMapper