zjh
2025-01-07 c9875c240dd571f77abe6f592717f8ba358fc719
1
2
3
4
5
6
7
8
9
package com.ltkj.hosp.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.ltkj.hosp.domain.TjProjectXgjl;
 
public interface TjProjectXgjlService extends IService<TjProjectXgjl> {
 
    boolean saveTjptojectXgjl(Long proId,String nickName);
}