zjh
2024-12-06 c42f62b32bac302a7ac9fcde7489f7c5fc6e11aa
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> {
 
}