zjh
2025-01-11 fca6e337094ebe09090ce465701450ccb818d10d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.ltkj.hosp.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.ltkj.hosp.domain.TjReport;
import com.ltkj.hosp.sqlDomain.LtkjTjPat;
 
/**
 * @Company: 西安路泰科技有限公司
 * @Author: lige
 * @Date: 2023/12/11 17:57
 */
public interface TjvLtkjvtjpatService  extends IService<LtkjTjPat> {
 
    LtkjTjPat getLtkjTjPatByCusIdCard(String idCard);
}