zhaowenxuan
2025-02-24 ec2bd151a3220b34eb7e33d43d25908b45ff349c
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> {
 
}