zqy
2024-07-21 392cbd30e4d512ddb42aed63e23bad1537e8fe81
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> {
}