package com.mzl.flower.mapper.comment; import com.mzl.flower.entity.FlowerCommentDO; import com.baomidou.mybatisplus.core.mapper.BaseMapper; /** *
* 商品评论表 Mapper 接口 *
* * @author @TaoJie * @since 2024-09-29 */ public interface FlowerCommentMapper extends BaseMapper