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