微调
This commit is contained in:
@@ -97,10 +97,16 @@ public class CsEventPO extends BaseEntity {
|
||||
*/
|
||||
@TableField(value = "location")
|
||||
private String location;
|
||||
|
||||
/**
|
||||
* 用于数据控制 1:设备登记,2:功能调试,3:出厂调试 4:设备投运)
|
||||
* 流程信息(用于数据控制 1:设备登记,2:功能调试,3:出厂调试 4:设备投运)
|
||||
*/
|
||||
@TableField(value = "process")
|
||||
private String process;
|
||||
private Integer process;
|
||||
|
||||
/**
|
||||
* 告警故障编码(一般显示为Hex)
|
||||
*/
|
||||
@TableField(value = "code")
|
||||
private String code;
|
||||
}
|
||||
Reference in New Issue
Block a user