zjh
2025-05-30 b7d7d80a8a9e9ac145a05b5e1d545b6b61fc0cc4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
package com.ltkj.hosp.mapper;
 
import com.ltkj.hosp.domain.LtkjGetexamreportinfo;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
/**
* @author chacca
* @description 针对表【ltkj_getexamreportinfo】的数据库操作Mapper
* @createDate 2024-06-18 12:09:37
* @Entity com.ltkj.hosp.domain.LtkjGetexamreportinfo
*/
public interface LtkjGetexamreportinfoMapper extends BaseMapper<LtkjGetexamreportinfo> {
 
}