| | |
| | | import com.bstek.dorado.annotation.PropertyDef; |
| | | import com.ld.igds.constant.Constant; |
| | | import lombok.Data; |
| | | |
| | | import javax.persistence.*; |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | |
| | | @PropertyDef(label = "抓拍方式") |
| | | private String snapType; |
| | | |
| | | @Column(name = "spjklx", length = 1) |
| | | @PropertyDef(label = "视频监控类型") |
| | | private String spjklx; |
| | | |
| | | @Column(name = "spdwlx", length = 2) |
| | | @PropertyDef(label = "视频点位类型") |
| | | private String spdwlx; |
| | | |
| | | @Column(name = "NAME_", length = 50) |
| | | @PropertyDef(label = "名称") |
| | | private String name; |
| | |
| | | @PropertyDef(label = "流媒体地址") |
| | | private String mediaAddr; |
| | | |
| | | @Column(name = "PHONE_ADDR_", length = 100) |
| | | @PropertyDef(label = "手机直播地址") |
| | | private String phoneAddr; |
| | | |
| | | @Column(name = "REMARK_", length = 300) |
| | | @PropertyDef(label = "备注") |
| | | private String remark; |