zjh
2025-05-20 110df001a684d4b5d56708c837b830aba2ff12e6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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> {
 
}