forked from dyf/fys-Multi-tenant
app设备类型查询
This commit is contained in:
@ -107,4 +107,5 @@ public class Device extends TenantEntity {
|
||||
*/
|
||||
private String createByName;
|
||||
|
||||
private Long bindingUserId;
|
||||
}
|
||||
|
||||
@ -27,4 +27,9 @@ public class AppDeviceVo {
|
||||
* 通讯方式 0:4G;1:蓝牙
|
||||
*/
|
||||
private Integer communicationMode;
|
||||
|
||||
/**
|
||||
* 设备图片
|
||||
*/
|
||||
private String devicePic;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user