1
0

APP设备分享功能开发

This commit is contained in:
2025-07-19 09:36:35 +08:00
parent 7d91426414
commit 13986bb493
25 changed files with 1183 additions and 20 deletions

View File

@ -118,4 +118,6 @@ public class Device extends TenantEntity {
private Long bindingUserId;
private Date bindingTime;
private String sendMsg;
}

View File

@ -28,4 +28,7 @@ public class AppDeviceBo {
@NotNull(message = "通讯方式不能为空", groups = { EditGroup.class })
private Integer communicationMode;
private String sendMsg;
private String deviceId;
}