zjh
2024-12-03 06ef175a1e9f72b3863757319b2f6ff76c5a2f05
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);
}