zhaowenxuan
2025-02-24 ec2bd151a3220b34eb7e33d43d25908b45ff349c
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);
}