package com.ltkj.hosp.service.impl; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import com.ltkj.hosp.domain.TjAdviceKjbq; import com.ltkj.hosp.mapper.TjAdviceKjbqMapper; import com.ltkj.hosp.service.TjAdviceKjbqService; import org.springframework.stereotype.Service; @Service public class TjAdviceKjbqServiceImpl extends ServiceImpl implements TjAdviceKjbqService { }