lige
2023-12-11 926dc4daf0ea8be960647ecaeec389e866037ef9
1
2
3
4
5
6
7
8
9
10
11
12
13
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> {
}