package com.ltkj.hosp.service;
import com.baomidou.mybatisplus.extension.service.IService;
import com.ltkj.hosp.domain.TjXdtgmdjg;
/**
* ClassName: TjXdtgmdjgService
* Description:
* date: 2025/3/31 15:46
*
* @author zjh
*/
public interface TjXdtgmdjgService extends IService {
void deletedByTJhAndProId(String tjNumber, String proId);
}