You've already forked FrameTour-BE
bug修改,根性视频meta信息
This commit is contained in:
@ -22,6 +22,7 @@ public interface VideoMapper {
|
||||
int add(VideoEntity task);
|
||||
int deleteById(Long id);
|
||||
int update(VideoEntity task);
|
||||
int updateMeta(VideoEntity task);
|
||||
|
||||
VideoEntity findByTaskId(@NonNull Long taskId);
|
||||
|
||||
|
Reference in New Issue
Block a user