mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-25 22:47:49 +08:00
修复属性注释错误
This commit is contained in:
parent
4dd5864cf1
commit
1dc65330fc
@ -44,7 +44,7 @@ public class MediaInfo {
|
|||||||
private Integer audioChannels;
|
private Integer audioChannels;
|
||||||
@Schema(description = "音频采样率")
|
@Schema(description = "音频采样率")
|
||||||
private Integer audioSampleRate;
|
private Integer audioSampleRate;
|
||||||
@Schema(description = "音频采样率")
|
@Schema(description = "时长")
|
||||||
private Long duration;
|
private Long duration;
|
||||||
@Schema(description = "在线")
|
@Schema(description = "在线")
|
||||||
private Boolean online;
|
private Boolean online;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user