zjh
2023-12-06 41f99a843fb2c0424426e006f29c1e78192eae01
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.TjAskHistorys;
import com.ltkj.hosp.domain.TjAskMedicalHistory;
 
/**
 * @Company: 西安路泰科技有限公司
 * @Author: lige
 * @Date: 2023/4/11 17:48
 */
public interface ITjAskHistorysService extends IService<TjAskHistorys> {
}