buhuazhen
8 天以前 a8df571a0d7da69764506fc6a1b5b6da334645b1
1
2
3
4
5
6
7
8
9
package com.ruoyi.business.other.mapper;
 
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.business.other.pojo.TempFile;
 
 
public interface TempFileMapper extends BaseMapper<TempFile> {
}