feige
2024-12-08 89781d6127d1a9e884296325c956a28e4f2be2f1
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> {
}