#20230510 欣影管理平台装置信息查询代码

jni
18616268358 2 years ago
parent 6c2786c9b7
commit e611bb65ab

@ -10,21 +10,10 @@ import javax.validation.constraints.NotNull;
@ApiModel(value = "拍照时间表请求参数", description = "拍照时间表请求参数") @ApiModel(value = "拍照时间表请求参数", description = "拍照时间表请求参数")
public class TerminalReqPhotoTimeVo { public class TerminalReqPhotoTimeVo {
@NotNull(message = "通道号")
@ApiModelProperty(value = "通道号", example = "123455")
private Short channel;
@NotNull(message = "装置ID不能缺少")
@ApiModelProperty(value = "装置ID", example = "123455")
private Short termId;
@NotNull(message = "检测装置ID不能缺少") @NotNull(message = "检测装置ID不能缺少")
@ApiModelProperty(value = "检测装置ID", example = "123455") @ApiModelProperty(value = "检测装置ID", example = "123455")
private Short cmdId; private String cmdId;
@ApiModelProperty(value = "请求ID", example = "123455")
private Integer requestId;
} }

Loading…
Cancel
Save