yaowanxin
2 天以前 d09f76ca1ffd2ab091c14327b8e50d92dfa1df7e
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> {
}