fuliqi
2025-02-07 c1681aa10f7f57b43becb4b17d71c1494d991836
ycl-pojo/src/main/java/com/ycl/platform/domain/entity/YwPoint.java
@@ -104,4 +104,9 @@
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private Date recoveryTime;
    //设备登录的用户名密码
    @TableField("username")
    private String username;
    @TableField("password")
    private String password;
}