摄像头添加修改

dev
zhangxiongfeng 2026-08-07 15:35:00 +08:00
parent fa0b89b0c4
commit 71e17af9b9
1 changed files with 3 additions and 3 deletions

View File

@ -24,9 +24,9 @@ public class VideoAddCmd extends Command {
@ApiModelProperty(value = "口门/闸机id 外键id ", name = "foreignId", required = true) @ApiModelProperty(value = "口门/闸机id 外键id ", name = "foreignId", required = true)
@NotNull(message = "口门/闸机id 外键id 不能为空") @NotNull(message = "口门/闸机id 外键id 不能为空")
private Long foreignId; private Long foreignId;
@ApiModelProperty(value = "设备类型1-口门 2-闸机)", name = "deviceType", required = true) // @ApiModelProperty(value = "设备类型1-口门 2-闸机)", name = "deviceType", required = true)
@NotNull(message = "设备类型1-口门 2-闸机)不能为空") // @NotNull(message = "设备类型1-口门 2-闸机)不能为空")
private Integer deviceType; // private Integer deviceType;
@ApiModelProperty(value = "摄像头id", name = "videoResourceId", required = true) @ApiModelProperty(value = "摄像头id", name = "videoResourceId", required = true)
@NotEmpty(message = "摄像头id不能为空") @NotEmpty(message = "摄像头id不能为空")
private String videoResourceId; private String videoResourceId;