maven
11 小时以前 d346846239a8a39246c464dc634f5fd72add99ab
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> {
}