| | |
| | | private Integer yCurrent = 0; |
| | | |
| | | /** |
| | | * 演示模式 |
| | | */ |
| | | private Boolean demo = false; |
| | | |
| | | /** |
| | | * 日志采集时间 |
| | | */ |
| | | private Long deviceDataLog = System.currentTimeMillis(); |
| | |
| | | * 扩展字段 |
| | | */ |
| | | private Object extend; |
| | | |
| | | /** |
| | | * 系统消息 |
| | | */ |
| | | private String systemMsg; |
| | | |
| | | public String getProtocolStatus$() { |
| | | if (this.protocolStatusType == null) { |
| | |
| | | return this.pakMk ? "Y" : "N"; |
| | | } |
| | | |
| | | public String getDemo$() { |
| | | if (this.demo == null) { |
| | | return ""; |
| | | } |
| | | |
| | | return this.demo ? "Y" : "N"; |
| | | } |
| | | |
| | | public HashMap<String, Object> getPoint() { |
| | | HashMap<String, Object> map = new HashMap<>(); |
| | | if (this.currentCode == null) { |