zjh
2025-04-07 cdfd0e963d66721dfb0410598002273f7d26bc89
1
2
3
4
5
6
7
8
9
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<TjAdviceKjbq> {
}