Merge branch 'master' of http://git.hchbox.com/yuyou/client into master

master
土豆兄弟 4 years ago
commit 406a7e90c7

@ -66,6 +66,9 @@ public class XuebaMessageDO {
@Column(name = "device")
private Integer device;
@Column(name = "appointment")
private String appointment;
/**
* id
*/

@ -65,6 +65,11 @@ public class XuebaMessageDTO {
*/
private String tag_key_device;
/**
*
*/
private String tag_key_appointment;
}
@Data
@ -96,6 +101,11 @@ public class XuebaMessageDTO {
*
*/
private String device;
/**
*
*/
private String appointment;
}
}

Loading…
Cancel
Save