zhaowenxuan
2025-03-13 b47fac6e8cd4a40c6261b26bc753f46bff112206
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.TjPureToneTestDetil;
 
/**
 * @Company: 西安路泰科技有限公司
 * @Author: zjh
 * @Date: 2024/1/5 0005 17:07
 */
public interface TjPureToneTestDetilService extends IService<TjPureToneTestDetil> {
    void  deletedTjPureToneTestDetilByPureTestId(String pureTestId);
}