zhaowenxuan
2025-01-20 7cc549d5f33e4fd500469455c055d0a4a71cf5e9
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);
}