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