You've already forked FrameTour-BE
添加用户人脸相关的基础业务接口和实现
This commit is contained in:
@ -19,6 +19,6 @@ public interface FaceMapper {
|
||||
FaceRespVO getById(Long id);
|
||||
int add(FaceEntity face);
|
||||
int deleteById(Long id);
|
||||
int deleteByIds(@Param("list") Long ids);
|
||||
int deleteByIds(@Param("list") List<Long> ids);
|
||||
int update(FaceEntity face);
|
||||
}
|
||||
|
Reference in New Issue
Block a user