zjh
7 天以前 3067ad92965d6b48db42b4cd7a37f2116e52f4c0
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);
}