|
@@ -1,27 +1,17 @@
|
|
|
package org.jeecg.modules.leanEventWarn.entity;
|
|
|
-
|
|
|
-import java.io.Serializable;
|
|
|
-<<<<<<<< HEAD:jeecg-module-gather/src/main/java/org/jeecg/modules/leanEventWarn/entity/LeanEventWarnInfo.java
|
|
|
-import java.io.UnsupportedEncodingException;
|
|
|
-import java.util.Date;
|
|
|
-import java.math.BigDecimal;
|
|
|
-========
|
|
|
-import java.math.BigDecimal;
|
|
|
-
|
|
|
->>>>>>>> f7c25db (数据采集告警信息触发001):jeecg-module-gather/src/main/java/org/jeecg/modules/gatherData/entity/FpgGatherData.java
|
|
|
import com.baomidou.mybatisplus.annotation.IdType;
|
|
|
import com.baomidou.mybatisplus.annotation.TableId;
|
|
|
import com.baomidou.mybatisplus.annotation.TableName;
|
|
|
-import com.baomidou.mybatisplus.annotation.TableLogic;
|
|
|
import lombok.Data;
|
|
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
|
|
import org.springframework.format.annotation.DateTimeFormat;
|
|
|
import org.jeecgframework.poi.excel.annotation.Excel;
|
|
|
-import org.jeecg.common.aspect.annotation.Dict;
|
|
|
import io.swagger.annotations.ApiModel;
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
import lombok.EqualsAndHashCode;
|
|
|
import lombok.experimental.Accessors;
|
|
|
+import java.io.Serializable;
|
|
|
+import java.util.Date;
|
|
|
|
|
|
/**
|
|
|
* @Description: 精益事件告警信息表
|
|
@@ -63,7 +53,6 @@ public class LeanEventWarnInfo implements Serializable {
|
|
|
/**区域ID*/
|
|
|
@Excel(name = "区域ID", width = 15)
|
|
|
@ApiModelProperty(value = "区域ID")
|
|
|
-<<<<<<<< HEAD:jeecg-module-gather/src/main/java/org/jeecg/modules/leanEventWarn/entity/LeanEventWarnInfo.java
|
|
|
private String deviceRegionId;
|
|
|
/**设备ID*/
|
|
|
@Excel(name = "设备ID", width = 15)
|
|
@@ -89,28 +78,4 @@ public class LeanEventWarnInfo implements Serializable {
|
|
|
@Excel(name = "拓展字段", width = 15)
|
|
|
@ApiModelProperty(value = "拓展字段")
|
|
|
private String remark;
|
|
|
-========
|
|
|
- private java.lang.String deviceRegionId;
|
|
|
- /**设备id*/
|
|
|
- @Excel(name = "设备id", width = 15)
|
|
|
- @ApiModelProperty(value = "设备id")
|
|
|
- private java.lang.String deviceInformationId;
|
|
|
- /**运行电流*/
|
|
|
- @Excel(name = "运行电流", width = 15)
|
|
|
- @ApiModelProperty(value = "运行电流")
|
|
|
- private BigDecimal current;
|
|
|
- /**有功功率*/
|
|
|
- @Excel(name = "有功功率", width = 15)
|
|
|
- @ApiModelProperty(value = "有功功率")
|
|
|
- private BigDecimal activePower;
|
|
|
- /**电压*/
|
|
|
- @Excel(name = "电压", width = 15)
|
|
|
- @ApiModelProperty(value = "电压")
|
|
|
- private BigDecimal voltage;
|
|
|
- /**峰平谷类型*/
|
|
|
- @Excel(name = "峰平谷类型", width = 15, dicCode = "fpg_type")
|
|
|
- @Dict(dicCode = "fpg_type")
|
|
|
- @ApiModelProperty(value = "峰平谷类型")
|
|
|
- private java.lang.String fpgType;
|
|
|
->>>>>>>> f7c25db (数据采集告警信息触发001):jeecg-module-gather/src/main/java/org/jeecg/modules/gatherData/entity/FpgGatherData.java
|
|
|
}
|