zjh
2024-04-25 a74b5ffd9c25edd8096220920934e3e42f62cc23
1
2
3
4
5
6
7
8
9
package com.ltkj.hosp.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ltkj.hosp.domain.TjUserAdvice;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface TjUserAdviceMapper extends BaseMapper<TjUserAdvice> {
}