feige
2025-06-23 8d0db2a5b91a38960855ab3f5ee3e92fe363e8e2
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> {
}