|
@@ -0,0 +1,103 @@
|
|
|
+/**
|
|
|
+ * 系统服务
|
|
|
+ */
|
|
|
+package com.miniframe.generate.comm.system;
|
|
|
+import com.miniframe.core.BaseMapModel;
|
|
|
+import java.io.Serializable;
|
|
|
+/**
|
|
|
+ * 监测点结果获取->数据
|
|
|
+ */
|
|
|
+public class D_D10018_VALS_RECODE extends BaseMapModel implements Serializable {
|
|
|
+ private static final long serialVersionUID = -1463838678425832212L;
|
|
|
+ String chname;//监测点名称
|
|
|
+ /**
|
|
|
+ *监测点名称
|
|
|
+ */
|
|
|
+ public void setChname(String chname) {
|
|
|
+ this.chname=chname;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ *监测点名称
|
|
|
+ */
|
|
|
+ public String getChname() {
|
|
|
+ return this.chname;
|
|
|
+ }
|
|
|
+ String v1;//v1
|
|
|
+ /**
|
|
|
+ *v1
|
|
|
+ */
|
|
|
+ public void setV1(String v1) {
|
|
|
+ this.v1=v1;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ *v1
|
|
|
+ */
|
|
|
+ public String getV1() {
|
|
|
+ return this.v1;
|
|
|
+ }
|
|
|
+ String v2;//v2
|
|
|
+ /**
|
|
|
+ *v2
|
|
|
+ */
|
|
|
+ public void setV2(String v2) {
|
|
|
+ this.v2=v2;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ *v2
|
|
|
+ */
|
|
|
+ public String getV2() {
|
|
|
+ return this.v2;
|
|
|
+ }
|
|
|
+ String v3;//v3
|
|
|
+ /**
|
|
|
+ *v3
|
|
|
+ */
|
|
|
+ public void setV3(String v3) {
|
|
|
+ this.v3=v3;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ *v3
|
|
|
+ */
|
|
|
+ public String getV3() {
|
|
|
+ return this.v3;
|
|
|
+ }
|
|
|
+ String v4;//v4
|
|
|
+ /**
|
|
|
+ *v4
|
|
|
+ */
|
|
|
+ public void setV4(String v4) {
|
|
|
+ this.v4=v4;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ *v4
|
|
|
+ */
|
|
|
+ public String getV4() {
|
|
|
+ return this.v4;
|
|
|
+ }
|
|
|
+ String v5;//v5
|
|
|
+ /**
|
|
|
+ *v5
|
|
|
+ */
|
|
|
+ public void setV5(String v5) {
|
|
|
+ this.v5=v5;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ *v5
|
|
|
+ */
|
|
|
+ public String getV5() {
|
|
|
+ return this.v5;
|
|
|
+ }
|
|
|
+ String v6;//v6
|
|
|
+ /**
|
|
|
+ *v6
|
|
|
+ */
|
|
|
+ public void setV6(String v6) {
|
|
|
+ this.v6=v6;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ *v6
|
|
|
+ */
|
|
|
+ public String getV6() {
|
|
|
+ return this.v6;
|
|
|
+ }
|
|
|
+}
|