package com.ltkj.hosp.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.ltkj.hosp.domain.TjAdviceKjbq; import org.apache.ibatis.annotations.Mapper; @Mapper public interface TjAdviceKjbqMapper extends BaseMapper { }