zhaowenxuan
2025-01-20 7cc549d5f33e4fd500469455c055d0a4a71cf5e9
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.ltkj.hosp.service;
 
import com.ltkj.hosp.domain.LtkjGetexamreportinfo;
import com.baomidou.mybatisplus.extension.service.IService;
 
/**
* @author chacca
* @description 针对表【ltkj_getexamreportinfo】的数据库操作Service
* @createDate 2024-06-18 12:09:37
*/
public interface LtkjGetexamreportinfoService extends IService<LtkjGetexamreportinfo> {
 
}