zqy
2024-07-16 9a4b09e6a32b4510e1e9c4fb13d6cb90b896abe4
1
2
3
4
5
6
7
package com.ruoyi.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.domain.ZfDoctorDownload;
 
public interface ZfDoctorDownloadMapper extends BaseMapper<ZfDoctorDownload> {
}