You've already forked FrameTour-BE
订单类型由订单明细移动至订单本体中
This commit is contained in:
@ -21,4 +21,6 @@ public interface FaceMapper {
|
||||
int deleteById(Long id);
|
||||
int deleteByIds(@Param("list") List<Long> ids);
|
||||
int update(FaceEntity face);
|
||||
|
||||
FaceRespVO getByMemberId(String userId);
|
||||
}
|
||||
|
Reference in New Issue
Block a user