@@ -29,6 +29,8 @@ public class MqttUser implements Serializable {
@TableId(value = "id", type = IdType.AUTO)
private Integer id;
+ private String sn;
+
private String username;
private String passwordHash;
@@ -52,6 +52,9 @@ public class MqttUserDto {
@ApiModelProperty("唯一标识")
+ @ApiModelProperty("sn号")
@ApiModelProperty("账号")