feige
2024-08-25 abfc0a7d463a3ebd74f4f7277771e87961e015b9
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> {
}