zjh
2025-04-21 3f31a0466e7a706424d28aaab10bb70e2895bcfc
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> {
 
}