新增mac地址
This commit is contained in:
@ -51,6 +51,11 @@ public class AppDeviceShareVo implements Serializable {
|
|||||||
@ExcelProperty(value = "设备名称")
|
@ExcelProperty(value = "设备名称")
|
||||||
private String deviceName;
|
private String deviceName;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 设备mac地址
|
||||||
|
*/
|
||||||
|
private String deviceMac;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 手机号
|
* 手机号
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user