zhaowenxuan
2025-06-24 1f1410ec21358c69b678af86c561f435ad83ab9d
1
2
3
4
5
6
7
8
package com.ltkj.hosp.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.ltkj.hosp.domain.TjXdtgmdjg;
 
public interface TjXdtgmdjgService extends IService<TjXdtgmdjg> {
    void deletedByTJhAndProId(String tjNumber, String proId);
}