buhuazhen
2 天以前 392366ea36a839e5d0ea05968e6da31cd53a9ee6
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> {
}