maven
5 天以前 3a19fa7db4572866bc75df6cad84ce879a1ef87c
1
2
3
4
5
6
7
8
package com.ruoyi.sales.mapper;
 
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.sales.pojo.CommonFile;
 
public interface CommonFileMapper extends BaseMapper<CommonFile> {
}