yaowanxin
8 小时以前 b0bc22e001eb3e93254ef6cf525d916ddc6542ff
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.CommonFile;
 
 
public interface CommonFileMapper extends BaseMapper<CommonFile> {
}