package com.dingzhuo.energy.project.reportForm.domain;
|
|
import com.dingzhuo.energy.common.utils.time.TimeType;
|
import com.dingzhuo.energy.framework.web.domain.BaseEntity;
|
|
import java.time.Instant;
|
|
/**
|
*
|
* @author sys
|
* @date 2020-03-25
|
*/
|
public class reportForm extends BaseEntity {
|
private static final long serialVersionUID = 1L;
|
|
private String code;
|
private String name;
|
private String nodeId;
|
private String parentId;
|
private String address;
|
private String modelCode;
|
private String nodeCategory;
|
private String orderNum;
|
private String indexId;
|
private String indexType;
|
private String value;
|
private String dataTime;
|
private String timeDate;
|
private String parentName;
|
private String timeYear;
|
private TimeType timeType;
|
private String value1;
|
private String value2;
|
private String value3;
|
private String value4;
|
private String value5;
|
private String value6;
|
private String value7;
|
private String value8;
|
private String value9;
|
private String value10;
|
private String value11;
|
private String value12;
|
private String value13;
|
public String getCode() {
|
return code;
|
}
|
|
public void setCode(String code) {
|
this.code = code;
|
}
|
|
public String getName() {
|
return name;
|
}
|
|
public void setName(String name) {
|
this.name = name;
|
}
|
|
public String getNodeId() {
|
return nodeId;
|
}
|
|
public void setNodeId(String nodeId) {
|
this.nodeId = nodeId;
|
}
|
|
public String getParentId() {
|
return parentId;
|
}
|
|
public void setParentId(String parentId) {
|
this.parentId = parentId;
|
}
|
|
public String getAddress() {
|
return address;
|
}
|
|
public void setAddress(String address) {
|
this.address = address;
|
}
|
|
public String getModelCode() {
|
return modelCode;
|
}
|
|
public void setModelCode(String modelCode) {
|
this.modelCode = modelCode;
|
}
|
|
public String getNodeCategory() {
|
return nodeCategory;
|
}
|
|
public void setNodeCategory(String nodeCategory) {
|
this.nodeCategory = nodeCategory;
|
}
|
|
public String getOrderNum() {
|
return orderNum;
|
}
|
|
public void setOrderNum(String orderNum) {
|
this.orderNum = orderNum;
|
}
|
|
public String getIndexId() {
|
return indexId;
|
}
|
|
public void setIndexId(String indexId) {
|
this.indexId = indexId;
|
}
|
|
public String getIndexType() {
|
return indexType;
|
}
|
|
public void setIndexType(String indexType) {
|
this.indexType = indexType;
|
}
|
|
public String getValue() {
|
return value;
|
}
|
|
public void setValue(String value) {
|
this.value = value;
|
}
|
|
public String getDataTime() {
|
return dataTime;
|
}
|
|
public void setDataTime(String dataTime) {
|
this.dataTime = dataTime;
|
}
|
|
public String getTimeDate() {
|
return timeDate;
|
}
|
|
public void setTimeDate(String timeDate) {
|
this.timeDate = timeDate;
|
}
|
|
public String getParentName() {
|
return parentName;
|
}
|
|
public void setParentName(String parentName) {
|
this.parentName = parentName;
|
}
|
|
public String getTimeYear() {
|
return timeYear;
|
}
|
|
public void setTimeYear(String timeYear) {
|
this.timeYear = timeYear;
|
}
|
|
public TimeType getTimeType() {
|
return timeType;
|
}
|
|
public void setTimeType(TimeType timeType) {
|
this.timeType = timeType;
|
}
|
|
public String getValue1() {
|
return value1;
|
}
|
|
public void setValue1(String value1) {
|
this.value1 = value1;
|
}
|
|
public String getValue2() {
|
return value2;
|
}
|
|
public void setValue2(String value2) {
|
this.value2 = value2;
|
}
|
|
public String getValue3() {
|
return value3;
|
}
|
|
public void setValue3(String value3) {
|
this.value3 = value3;
|
}
|
|
public String getValue4() {
|
return value4;
|
}
|
|
public void setValue4(String value4) {
|
this.value4 = value4;
|
}
|
|
public String getValue5() {
|
return value5;
|
}
|
|
public void setValue5(String value5) {
|
this.value5 = value5;
|
}
|
|
public String getValue6() {
|
return value6;
|
}
|
|
public void setValue6(String value6) {
|
this.value6 = value6;
|
}
|
|
public String getValue7() {
|
return value7;
|
}
|
|
public void setValue7(String value7) {
|
this.value7 = value7;
|
}
|
|
public String getValue8() {
|
return value8;
|
}
|
|
public void setValue8(String value8) {
|
this.value8 = value8;
|
}
|
|
public String getValue9() {
|
return value9;
|
}
|
|
public void setValue9(String value9) {
|
this.value9 = value9;
|
}
|
|
public String getValue10() {
|
return value10;
|
}
|
|
public void setValue10(String value10) {
|
this.value10 = value10;
|
}
|
|
public String getValue11() {
|
return value11;
|
}
|
|
public void setValue11(String value11) {
|
this.value11 = value11;
|
}
|
|
public String getValue12() {
|
return value12;
|
}
|
|
public void setValue12(String value12) {
|
this.value12 = value12;
|
}
|
|
public String getValue13() {
|
return value13;
|
}
|
|
public void setValue13(String value13) {
|
this.value13 = value13;
|
}
|
}
|