lxw
2022-09-17 a21889a1b0e39565f4e7bc209ec90fb596dd6919
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();
}