TRX vor 1 Jahr
Ursprung
Commit
056e5e4d02

+ 2 - 0
src/main/java/com/github/microservice/models/iot/IotSendParam.java

@@ -59,4 +59,6 @@ public class IotSendParam {
     @Schema(description = "是否是模拟数据", defaultValue = "false")
     private Boolean isImitate = Boolean.FALSE;
 
+    @Schema(description = "是否接收返回")
+    private Boolean isNeedReplay = Boolean.FALSE;
 }