lxw
2022-09-16 2380932d77fc746c1fbcbc556a914b2e56c094cd
1
2
3
4
5
6
7
8
9
package com.whyc.mapper;
 
import com.whyc.pojo.FileInfo;
 
public interface FileInfoMapper extends CustomMapper<FileInfo>{
 
    //查询出最大文件id
    int selectMaxId();
}