CZT
2023-10-25 4a41dd96b1a288fee3343c405b3f3b0c08d5646c
src/main/java/com/fzzy/async/fzzy40/entity/Fz40SecCamera.java
@@ -52,9 +52,13 @@
    @PropertyDef(label = "抓拍方式")
    private String snapType;
    @Column(name = "azwzlx", length = 2)
    @PropertyDef(label = "安装位置类型")
    private String azwzlx;
    @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 = "名称")
@@ -92,16 +96,20 @@
    @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;
    @PropertyDef(label = "页面中的坐标")
    @Column(name = "POS_X_", updatable = false)
    @Column(name = "POS_X_")
    private double posX;
    @PropertyDef(label = "页面中的坐标")
    @Column(name = "POS_Y_", updatable = false)
    @Column(name = "POS_Y_")
    private double posY;
    @Column(name = "SCREEN_SHOW_", length = 1)
@@ -112,7 +120,7 @@
    @PropertyDef(label = "监管自动抓拍")
    private String snapTag;
    @Column(name = "UPDATE_TIME_")
    @Column(name = "UPDATE_TIME_", length = 1)
    @PropertyDef(label = "更新时间")
    private Date updateTime;
}