whycxzp
2023-12-08 e9d5503ee1a17a3a2c9b0b9880b711a4a62061d8
1
2
3
4
5
6
7
8
package com.whyc.mapper;
 
import com.whyc.pojo.DocFace;
 
public interface DocFaceMapper extends CustomMapper<DocFace>{
    //读取最大的faceid并生成新的faceid+1
    int selectMaxFaceId();
}