【代码评审】IoT:MQTT 插件

This commit is contained in:
YunaiV
2025-02-27 12:45:42 +08:00
parent 006ef40c4b
commit 36dd18d41f
6 changed files with 35 additions and 10 deletions

View File

@@ -59,9 +59,11 @@ public class MqttSignUtils {
@Getter
@AllArgsConstructor
public static class MqttSignResult {
private final String clientId;
private final String username;
private final String password;
}
}