lxw
2022-09-16 ecc9404a48249519b0ce512cd6f7b22f7e6ca839
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();
}