zxl
2025-05-29 71f61d13531b3e2a0099ba5afe3f268c99c5bacf
ycl-pojo/src/main/java/com/ycl/platform/domain/entity/YwPoint.java
@@ -87,6 +87,10 @@
    @TableField("online")
    private Integer online;
    @ApiModelProperty("1在线 0未知 -1离线")
    @TableField("ping_online")
    private Integer pingOnline;
    @TableField("serial_number")
    private String serialNumber;
@@ -100,4 +104,9 @@
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private Date recoveryTime;
    //设备登录的用户名密码
    @TableField("username")
    private String username;
    @TableField("password")
    private String password;
}