lxw
2022-09-09 de8d09fe105ad5b247d3b70aa9d09c7d725a0921
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.FileInfo;
 
public interface FileInfoMapper extends CustomMapper<FileInfo>{
}