增加设备运行日志
This commit is contained in:
parent
45a8620fdd
commit
81f58eb0f4
@ -0,0 +1,32 @@
|
||||
package com.xhpc.pp.domain;
|
||||
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.Date;
|
||||
|
||||
@Data
|
||||
public class XhpcDeviceMessage {
|
||||
|
||||
private Long deviceMessageId;
|
||||
|
||||
private String type;
|
||||
|
||||
private String serialNumber;
|
||||
|
||||
private String content;
|
||||
|
||||
private String replyContent;
|
||||
|
||||
private Integer status;
|
||||
|
||||
private Date createTime;
|
||||
|
||||
private String createBy;
|
||||
|
||||
private Date updateTime;
|
||||
|
||||
private String updateBy;
|
||||
|
||||
private String remark;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user