|
|
|
@ -1,16 +1,20 @@ |
|
|
|
package com.inspect.patrol.vo; |
|
|
|
|
|
|
|
import com.fasterxml.jackson.annotation.JsonProperty; |
|
|
|
import com.inspect.base.core.web.domain.BaseEntity; |
|
|
|
import lombok.Getter; |
|
|
|
|
|
|
|
@Getter |
|
|
|
public class CameraVo extends BaseEntity { |
|
|
|
@JsonProperty("eqpbookId") |
|
|
|
private String eqpBookId; |
|
|
|
private String areaId; |
|
|
|
private String channelCode; |
|
|
|
private String channelName; |
|
|
|
private String channelId; |
|
|
|
@JsonProperty("patroldeviceCode") |
|
|
|
private String patrolDeviceCode; |
|
|
|
@JsonProperty("patroldeviceName") |
|
|
|
private String patrolDeviceName; |
|
|
|
private String name; |
|
|
|
private String useMode; |
|
|
|
|