This commit is contained in:
2025-02-10 19:25:25 +08:00
parent ea3ce510d8
commit a6157ddad8
11 changed files with 136 additions and 13 deletions

View File

@ -10,6 +10,6 @@ public class VideoTaskStatusVO {
private Long templateId;
private Long faceId;
private Long scenicId;
private int count;
private int maxCount;
private long count;
private long maxCount;
}