lxw
2022-07-13 ded891aa21838275c1c119ead57ebe5b2288c6ee
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.DocFace;
 
public interface DocFaceMapper extends CustomMapper<DocFace>{
}