소스 검색

update content-service/disk CamRecordDto

reghao 6 달 전
부모
커밋
99cb70012a
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      content/content-service/src/main/java/cn/reghao/tnb/content/app/disk/model/dto/CamRecordDto.java

+ 0 - 2
content/content-service/src/main/java/cn/reghao/tnb/content/app/disk/model/dto/CamRecordDto.java

@@ -18,8 +18,6 @@ public class CamRecordDto {
     @NotNull
     private Long startAt;
     @NotNull
-    private Integer duration;
-    @NotNull
     private Integer videoChannelCode;
     @NotBlank
     private String videoFileId;