You've already forked FrameTour-BE
bug修改,根性视频meta信息
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
package com.ycwl.basic.model.task.req;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
@Data
|
||||
public class VideoInfoReq {
|
||||
private Integer height;
|
||||
private Integer width;
|
||||
private Float duration;
|
||||
private BigDecimal duration;
|
||||
}
|
||||
|
Reference in New Issue
Block a user