package com.ag.log.mapper; import com.ag.log.TopicResp; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import org.springframework.stereotype.Component; /** * @Entity com.ag.log.TopicResp */ @Component public interface TopicRespMapper extends BaseMapper { int deleteAllByParentId(String id); }