|
@@ -3,10 +3,15 @@ package com.wdkl.ncs.android.middleware.model.vo;
|
|
import com.wdkl.ncs.android.middleware.model.annotation.Column;
|
|
import com.wdkl.ncs.android.middleware.model.annotation.Column;
|
|
|
|
|
|
<<<<<<< HEAD
|
|
<<<<<<< HEAD
|
|
|
|
+<<<<<<< HEAD
|
|
import java.io.Serializable;
|
|
import java.io.Serializable;
|
|
|
|
|
|
=======
|
|
=======
|
|
>>>>>>> parent of f5f16a1... 修改
|
|
>>>>>>> parent of f5f16a1... 修改
|
|
|
|
+=======
|
|
|
|
+import java.io.Serializable;
|
|
|
|
+
|
|
|
|
+>>>>>>> 170213061e8027575b3fdb4d55c60c31e06a1ba7
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -17,10 +22,14 @@ import io.swagger.annotations.ApiModelProperty;
|
|
*/
|
|
*/
|
|
|
|
|
|
<<<<<<< HEAD
|
|
<<<<<<< HEAD
|
|
|
|
+<<<<<<< HEAD
|
|
public class WatchContactsVO implements Serializable {
|
|
public class WatchContactsVO implements Serializable {
|
|
=======
|
|
=======
|
|
public class WatchContactsVO {
|
|
public class WatchContactsVO {
|
|
>>>>>>> parent of f5f16a1... 修改
|
|
>>>>>>> parent of f5f16a1... 修改
|
|
|
|
+=======
|
|
|
|
+public class WatchContactsVO implements Serializable {
|
|
|
|
+>>>>>>> 170213061e8027575b3fdb4d55c60c31e06a1ba7
|
|
|
|
|
|
@Column(name = "device_id")
|
|
@Column(name = "device_id")
|
|
@ApiModelProperty(name = "device_id", value = "设备id", hidden = false)
|
|
@ApiModelProperty(name = "device_id", value = "设备id", hidden = false)
|