zqy
2024-07-01 6195b771077bf2ac43eb9562f33128d678dae656
1
2
3
4
5
6
7
8
9
package com.ruoyi.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.domain.ZfDoctorShare;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface ZfDoctorShareMapper extends BaseMapper<ZfDoctorShare> {
}