zqy
2024-09-10 01a9d85aef5ed445acdc7f68798fa19efd480e2e
1
2
3
4
5
6
7
package com.ruoyi.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.domain.ZfDownload;
 
public interface ZfDownloadMapper extends BaseMapper<ZfDownload> {
}