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