Merge remote-tracking branch 'origin/dev/dev' into dev/dev

This commit is contained in:
shahaibo
2025-03-26 15:13:06 +08:00
10 changed files with 77 additions and 12 deletions

View File

@@ -23,7 +23,7 @@ public class PoseTransformation extends BaseEntity {
private String videoUrl;
// GIF第一帧截图
private String imageUrl;
private String firstFrameUrl;
private byte isLiked;

View File

@@ -15,4 +15,6 @@ public class SketchReconstruction extends BaseEntity{
private Long generateDetailId;
private String gender;
}