zxl
2025-03-03 eb0e29e72049bc65f943cc864929c332b07f25d0
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;
}