package com.ltkj.hosp.service; import com.baomidou.mybatisplus.extension.service.IService; import com.ltkj.hosp.domain.TjJcycxm; /** * ClassName: TjJcycxmService
* Description:
* date: 2025/1/16 18:21
* * @author zjh
*/ public interface TjJcycxmService extends IService { void deletedByTjh(String s); void deletedByTjhAndXmm(String s,String xmmc); }