添加“景区内容(成片、未成片模版、源素材)列表”接口

This commit is contained in:
longbinbin
2024-12-10 16:16:43 +08:00
parent 4c51e1be08
commit 3b94b34cf6
29 changed files with 246 additions and 76 deletions

View File

@@ -23,4 +23,6 @@ public interface FaceService {
ApiResponse<Integer> update(FaceEntity face);
ApiResponse faceUPload(MultipartFile file,Long scrnicId);
ApiResponse<FaceRespVO> getFaceByMemberId(Long memberId);
}