feige
2024-08-29 b39a20d6b37f96e1d44c6c194ce56bd30593e3ad
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> {
}