aijinhui
2023-10-14 0a12bfc2e9594345a0a6cf136bcf234c62450d9d
ard-work/src/main/java/com/ruoyi/device/camera/domain/ArdCameras.java
@@ -104,7 +104,7 @@
     * 部门ID
     */
    @Excel(name = "部门ID")
    private Integer deptId;
    private Long deptId;
    /**
     * 方位角
@@ -171,6 +171,10 @@
     * 登录ID
     */
    private Integer loginId;
    /**
     * 在线状态 0-离线 1-在线
     */
    private String state;
    private String operatorId;
    private Date operatorExpired;
    /**