数据中心修改
This commit is contained in:
@@ -18,14 +18,14 @@ import java.time.LocalDateTime;
|
||||
@Getter
|
||||
@Setter
|
||||
@TableName("cld_month_flow")
|
||||
public class MonthFlow extends BaseEntity {
|
||||
public class MonthFlow {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
* 装置序号
|
||||
*/
|
||||
private String lineId;
|
||||
private String devId;
|
||||
|
||||
/**
|
||||
* 统计时间
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
package com.njcn.device.pq.pojo.po;
|
||||
|
||||
import com.baomidou.mybatisplus.annotation.TableId;
|
||||
import lombok.Data;
|
||||
import org.influxdb.annotation.Column;
|
||||
import org.influxdb.annotation.Measurement;
|
||||
@@ -30,4 +31,4 @@ public class TerminalLogs {
|
||||
@Column(name = "terminal_describe")
|
||||
private String terminalDescribe;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user