lxw
2022-09-14 20571fc470cc24d229415862095c2955a4b1ea18
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();
}