|
@@ -3,15 +3,17 @@ package org.jeecg.modules.itdmGongDan.vo;
|
|
|
|
|
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
+import lombok.Data;
|
|
|
+import lombok.experimental.Accessors;
|
|
|
import org.jeecg.common.aspect.annotation.Dict;
|
|
|
import org.jeecgframework.poi.excel.annotation.Excel;
|
|
|
import org.springframework.format.annotation.DateTimeFormat;
|
|
|
|
|
|
-import java.util.Date;
|
|
|
-
|
|
|
/**
|
|
|
* 检测项目和试验计划
|
|
|
* */
|
|
|
+@Data
|
|
|
+@Accessors(chain = true)
|
|
|
public class ItdmJCXMAndSYJHVO {
|
|
|
|
|
|
/**委托id*/
|
|
@@ -68,99 +70,99 @@ public class ItdmJCXMAndSYJHVO {
|
|
|
@ApiModelProperty(value = "传感器id")
|
|
|
private java.lang.String chuanganqi;
|
|
|
|
|
|
- public String getWeituoId() {
|
|
|
- return weituoId;
|
|
|
- }
|
|
|
-
|
|
|
- public void setWeituoId(String weituoId) {
|
|
|
- this.weituoId = weituoId;
|
|
|
- }
|
|
|
-
|
|
|
- public String getYangpinId() {
|
|
|
- return yangpinId;
|
|
|
- }
|
|
|
-
|
|
|
- public void setYangpinId(String yangpinId) {
|
|
|
- this.yangpinId = yangpinId;
|
|
|
- }
|
|
|
-
|
|
|
- public String getTestItems() {
|
|
|
- return testItems;
|
|
|
- }
|
|
|
-
|
|
|
- public void setTestItems(String testItems) {
|
|
|
- this.testItems = testItems;
|
|
|
- }
|
|
|
-
|
|
|
- public String getShebeiId() {
|
|
|
- return shebeiId;
|
|
|
- }
|
|
|
-
|
|
|
- public void setShebeiId(String shebeiId) {
|
|
|
- this.shebeiId = shebeiId;
|
|
|
- }
|
|
|
-
|
|
|
- public String getPm() {
|
|
|
- return pm;
|
|
|
- }
|
|
|
-
|
|
|
- public void setPm(String pm) {
|
|
|
- this.pm = pm;
|
|
|
- }
|
|
|
-
|
|
|
- public Date getJihuaStartDate() {
|
|
|
- return jihuaStartDate;
|
|
|
- }
|
|
|
-
|
|
|
- public void setJihuaStartDate(Date jihuaStartDate) {
|
|
|
- this.jihuaStartDate = jihuaStartDate;
|
|
|
- }
|
|
|
-
|
|
|
- public Date getJihuaEndDate() {
|
|
|
- return jihuaEndDate;
|
|
|
- }
|
|
|
-
|
|
|
- public void setJihuaEndDate(Date jihuaEndDate) {
|
|
|
- this.jihuaEndDate = jihuaEndDate;
|
|
|
- }
|
|
|
-
|
|
|
- public Integer getStatus() {
|
|
|
- return status;
|
|
|
- }
|
|
|
-
|
|
|
- public void setStatus(Integer status) {
|
|
|
- this.status = status;
|
|
|
- }
|
|
|
-
|
|
|
- public String getReportNo() {
|
|
|
- return reportNo;
|
|
|
- }
|
|
|
-
|
|
|
- public void setReportNo(String reportNo) {
|
|
|
- this.reportNo = reportNo;
|
|
|
- }
|
|
|
-
|
|
|
- public String getChuanganqi() {
|
|
|
- return chuanganqi;
|
|
|
- }
|
|
|
-
|
|
|
- public void setChuanganqi(String chuanganqi) {
|
|
|
- this.chuanganqi = chuanganqi;
|
|
|
- }
|
|
|
-
|
|
|
- public String getTestPlanId() {
|
|
|
- return testPlanId;
|
|
|
- }
|
|
|
-
|
|
|
- public void setTestPlanId(String testPlanId) {
|
|
|
- this.testPlanId = testPlanId;
|
|
|
- }
|
|
|
-
|
|
|
- public String getTestItemsId() {
|
|
|
- return testItemsId;
|
|
|
- }
|
|
|
-
|
|
|
- public void setTestItemsId(String testItemsId) {
|
|
|
- this.testItemsId = testItemsId;
|
|
|
- }
|
|
|
+// public String getWeituoId() {
|
|
|
+// return weituoId;
|
|
|
+// }
|
|
|
+//
|
|
|
+// public void setWeituoId(String weituoId) {
|
|
|
+// this.weituoId = weituoId;
|
|
|
+// }
|
|
|
+//
|
|
|
+// public String getYangpinId() {
|
|
|
+// return yangpinId;
|
|
|
+// }
|
|
|
+//
|
|
|
+// public void setYangpinId(String yangpinId) {
|
|
|
+// this.yangpinId = yangpinId;
|
|
|
+// }
|
|
|
+//
|
|
|
+// public String getTestItems() {
|
|
|
+// return testItems;
|
|
|
+// }
|
|
|
+//
|
|
|
+// public void setTestItems(String testItems) {
|
|
|
+// this.testItems = testItems;
|
|
|
+// }
|
|
|
+//
|
|
|
+// public String getShebeiId() {
|
|
|
+// return shebeiId;
|
|
|
+// }
|
|
|
+//
|
|
|
+// public void setShebeiId(String shebeiId) {
|
|
|
+// this.shebeiId = shebeiId;
|
|
|
+// }
|
|
|
+//
|
|
|
+// public String getPm() {
|
|
|
+// return pm;
|
|
|
+// }
|
|
|
+//
|
|
|
+// public void setPm(String pm) {
|
|
|
+// this.pm = pm;
|
|
|
+// }
|
|
|
+//
|
|
|
+// public Date getJihuaStartDate() {
|
|
|
+// return jihuaStartDate;
|
|
|
+// }
|
|
|
+//
|
|
|
+// public void setJihuaStartDate(Date jihuaStartDate) {
|
|
|
+// this.jihuaStartDate = jihuaStartDate;
|
|
|
+// }
|
|
|
+//
|
|
|
+// public Date getJihuaEndDate() {
|
|
|
+// return jihuaEndDate;
|
|
|
+// }
|
|
|
+//
|
|
|
+// public void setJihuaEndDate(Date jihuaEndDate) {
|
|
|
+// this.jihuaEndDate = jihuaEndDate;
|
|
|
+// }
|
|
|
+//
|
|
|
+// public Integer getStatus() {
|
|
|
+// return status;
|
|
|
+// }
|
|
|
+//
|
|
|
+// public void setStatus(Integer status) {
|
|
|
+// this.status = status;
|
|
|
+// }
|
|
|
+//
|
|
|
+// public String getReportNo() {
|
|
|
+// return reportNo;
|
|
|
+// }
|
|
|
+//
|
|
|
+// public void setReportNo(String reportNo) {
|
|
|
+// this.reportNo = reportNo;
|
|
|
+// }
|
|
|
+//
|
|
|
+// public String getChuanganqi() {
|
|
|
+// return chuanganqi;
|
|
|
+// }
|
|
|
+//
|
|
|
+// public void setChuanganqi(String chuanganqi) {
|
|
|
+// this.chuanganqi = chuanganqi;
|
|
|
+// }
|
|
|
+//
|
|
|
+// public String getTestPlanId() {
|
|
|
+// return testPlanId;
|
|
|
+// }
|
|
|
+//
|
|
|
+// public void setTestPlanId(String testPlanId) {
|
|
|
+// this.testPlanId = testPlanId;
|
|
|
+// }
|
|
|
+//
|
|
|
+// public String getTestItemsId() {
|
|
|
+// return testItemsId;
|
|
|
+// }
|
|
|
+//
|
|
|
+// public void setTestItemsId(String testItemsId) {
|
|
|
+// this.testItemsId = testItemsId;
|
|
|
+// }
|
|
|
}
|