zhaowenxuan
昨天 dedacd79c93f8ef95e0cb986f5e7fbd27ddbd907
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
package com.ltkj.hosp.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.ltkj.hosp.domain.TjJcycxm;
 
/**
 * ClassName: TjJcycxmService <br/>
 * Description: <br/>
 * date: 2025/1/16 18:21<br/>
 *
 * @author zjh<br />
 */
 
 
public interface TjJcycxmService extends IService<TjJcycxm> {
    void deletedByTjh(String s);
 
    void deletedByTjhAndXmm(String s,String xmmc);
}