From b27d06b8f0b805efd16e28fd80a57a0ed8a053ce Mon Sep 17 00:00:00 2001
From: jinlin <jinlin>
Date: 星期三, 21 二月 2024 15:31:31 +0800
Subject: [PATCH] 修改
---
modules/mainPart/src/main/java/com/zt/life/modules/project/model/SoftwareTestOrder.java | 230 +++++++++++++++++++--------------------------------------
1 files changed, 78 insertions(+), 152 deletions(-)
diff --git a/modules/mainPart/src/main/java/com/zt/life/modules/project/model/SoftwareTestOrder.java b/modules/mainPart/src/main/java/com/zt/life/modules/project/model/SoftwareTestOrder.java
index 04b7896..db3d983 100644
--- a/modules/mainPart/src/main/java/com/zt/life/modules/project/model/SoftwareTestOrder.java
+++ b/modules/mainPart/src/main/java/com/zt/life/modules/project/model/SoftwareTestOrder.java
@@ -10,6 +10,8 @@
import lombok.EqualsAndHashCode;
import java.util.Date;
+import java.util.HashMap;
+import java.util.List;
/**
* software_test_order
@@ -25,9 +27,6 @@
@ApiModelProperty(value = "椤圭洰ID")
private Long projectId;
- @ApiModelProperty(value = "鏈烘瀯ID")
- private Long agencyId;
-
@ApiModelProperty(value = "濮旀墭鍗曠紪鍙�")
private String code;
@@ -40,11 +39,20 @@
@ApiModelProperty(value = "娴嬭瘯渚濇嵁")
private String testBasis;
- @ApiModelProperty(value = "娴嬭瘯绫诲瀷")
- private String testType;
+ @ApiModelProperty(value = "娴嬭瘯渚濇嵁鍏朵粬锛�")
+ private String otherBasis;
+
+ @ApiModelProperty(value = "娴嬭瘯绫诲瀷1")
+ private String testType1;
+
+ @ApiModelProperty(value = "娴嬭瘯绫诲瀷2")
+ private String testType2;
@ApiModelProperty(value = "娴嬭瘯鏍囧噯")
private String testStandard;
+
+ @ApiModelProperty(value = "娴嬭瘯鏍囧噯鍏朵粬")
+ private String otherStandard;
@ApiModelProperty(value = "寮�濮嬫棩鏈�")
@JsonFormat(pattern = "yyyy-MM-dd")
@@ -60,6 +68,9 @@
@ApiModelProperty(value = "鍏朵粬瑕佹眰")
private String otherRequire;
+ @ApiModelProperty(value = "鍏朵粬瑕佹眰鍏朵粬")
+ private String requireOther;
+
@ApiModelProperty(value = "娴嬭瘯鏃ユ湡")
@JsonFormat(pattern = "yyyy-MM-dd")
private Date testDate;
@@ -69,10 +80,13 @@
private Date deliveryDate;
@ApiModelProperty(value = "妫�娴嬭垂鐢�")
- private Integer testCost;
+ private String testCost;
@ApiModelProperty(value = "鐗╁搧鎬ц川")
private String articleNature;
+
+ @ApiModelProperty(value = "鐗╁搧鎬ц川鍏朵粬")
+ private String otherNature;
@ApiModelProperty(value = "鏍峰搧鐘舵��")
private String sampleStatus;
@@ -100,6 +114,20 @@
@ApiModelProperty(value = "浼犵湡")
private String fax;
+
+ @ApiModelProperty(value = "濮旀墭鏂圭瀛�")
+ private String entrustSign;
+
+ @ApiModelProperty(value = "濮旀墭鏂圭瀛楁棩鏈�")
+ @JsonFormat(pattern = "yyyy-MM-dd")
+ private Date entrustSignDate;
+
+ @ApiModelProperty(value = "鎵挎墭鏂圭瀛�")
+ private String contractSign;
+
+ @ApiModelProperty(value = "鎵挎墭鏂圭瀛楁棩鏈�")
+ @JsonFormat(pattern = "yyyy-MM-dd")
+ private Date contractSignDate;
@TableField(exist = false)
@ApiModelProperty(value = "濮旀墭鍗曚綅鍚嶇О")
@@ -138,8 +166,8 @@
private String softwareName;
@TableField(exist = false)
- @ApiModelProperty(value = "椤圭洰鏍囪瘑")
- private String identity;
+ @ApiModelProperty(value = "杞欢鏍囪瘑")
+ private String softwareIdentity;
@TableField(exist = false)
@ApiModelProperty(value = "瀵嗙骇")
@@ -149,9 +177,11 @@
@ApiModelProperty(value = "鍏抽敭绛夌骇")
private Integer criticalLevel;
- @TableField(exist = false)
@ApiModelProperty(value = "娴嬭瘯绾у埆")
private Integer testLevel;
+
+ @ApiModelProperty(value = "骞翠唤")
+ private String year;
@TableField(exist = false)
@ApiModelProperty(value = "杞欢绫诲瀷")
@@ -194,156 +224,52 @@
@ApiModelProperty(value = "鏄惁琚祴浠�")
private String isMeasured;
+ @TableField(exist = false)
+ @ApiModelProperty(value = "娴嬭瘯绫诲瀷1绗�1鍒�")
+ List<HashMap<String, Object>> testType11;
+ @TableField(exist = false)
+ @ApiModelProperty(value = "娴嬭瘯绫诲瀷1绗�2鍒�")
+ List<HashMap<String, Object>> testType12;
+ @TableField(exist = false)
+ @ApiModelProperty(value = "娴嬭瘯绫诲瀷2绗�1鍒�")
+ List<HashMap<String, Object>> testType21;
+ @TableField(exist = false)
+ @ApiModelProperty(value = "娴嬭瘯绫诲瀷2绗�2鍒�")
+ List<HashMap<String, Object>> testType22;
- public String getEntrustUnitName() {
- return entrustUnitName;
- }
+ @TableField(exist = false)
+ @ApiModelProperty(value = "鍏抽敭绛夌骇瀛楃涓�")
+ String criticalLevelStr;
- public void setEntrustUnitName(String entrustUnitName) {
- this.entrustUnitName = entrustUnitName;
- }
+ @TableField(exist = false)
+ @ApiModelProperty(value = "杞欢绫诲瀷瀛楃涓�")
+ String sortwareTypeStr;
- public String getEntrustUnitAddress() {
- return entrustUnitAddress;
- }
+ @TableField(exist = false)
+ @ApiModelProperty(value = "娴嬭瘯渚濇嵁瀛楃涓�")
+ String testBasisStr;
- public void setEntrustUnitAddress(String entrustUnitAddress) {
- this.entrustUnitAddress = entrustUnitAddress;
- }
+ @TableField(exist = false)
+ @ApiModelProperty(value = "娴嬭瘯鐩稿叧鏍囧噯瀛楃涓�")
+ String testStandardStr;
- public String getEntrustUnitContact() {
- return entrustUnitContact;
- }
+ @TableField(exist = false)
+ @ApiModelProperty(value = "娴嬭瘯绾у埆瀛楃涓�")
+ String testLevelStr;
- public void setEntrustUnitContact(String entrustUnitContact) {
- this.entrustUnitContact = entrustUnitContact;
- }
+ @TableField(exist = false)
+ @ApiModelProperty(value = "鍏朵粬瑕佹眰瀛楃涓�")
+ String otherRequireStr;
- public String getEntrustUnitContWay() {
- return entrustUnitContWay;
- }
+ @TableField(exist = false)
+ @ApiModelProperty(value = "鐗╁搧鎬ц川瀛楃涓�")
+ String articleNatureStr;
- public void setEntrustUnitContWay(String entrustUnitContWay) {
- this.entrustUnitContWay = entrustUnitContWay;
- }
+ @TableField(exist = false)
+ @ApiModelProperty(value = "鏍峰搧鐘舵�佸瓧绗︿覆")
+ String sampleStatusStr;
- public String getDevelopUnitName() {
- return developUnitName;
- }
-
- public void setDevelopUnitName(String developUnitName) {
- this.developUnitName = developUnitName;
- }
-
- public String getDevelopUnitAddress() {
- return developUnitAddress;
- }
-
- public void setDevelopUnitAddress(String developUnitAddress) {
- this.developUnitAddress = developUnitAddress;
- }
-
- public String getDevelopUnitContact() {
- return developUnitContact;
- }
-
- public void setDevelopUnitContact(String developUnitContact) {
- this.developUnitContact = developUnitContact;
- }
-
- public String getDevelopUnitContWay() {
- return developUnitContWay;
- }
-
- public void setDevelopUnitContWay(String developUnitContWay) {
- this.developUnitContWay = developUnitContWay;
- }
-
- public String getSoftwareName() {
- return softwareName;
- }
-
- public void setSoftwareName(String softwareName) {
- this.softwareName = softwareName;
- }
-
- public String getCode() {
- return code;
- }
-
- public void setCode(String code) {
- this.code = code;
- }
-
- public String getIdentity() {
- return identity;
- }
-
- public void setIdentity(String identity) {
- this.identity = identity;
- }
-
- public Integer getSecretClass() {
- return secretClass;
- }
-
- public void setSecretClass(Integer secretClass) {
- this.secretClass = secretClass;
- }
-
- public Integer getCriticalLevel() {
- return criticalLevel;
- }
-
- public void setCriticalLevel(Integer criticalLevel) {
- this.criticalLevel = criticalLevel;
- }
-
- public Integer getTestLevel() {
- return testLevel;
- }
-
- public void setTestLevel(Integer testLevel) {
- this.testLevel = testLevel;
- }
-
- public String getSoftwareType() {
- return softwareType;
- }
-
- public void setSoftwareType(String softwareType) {
- this.softwareType = softwareType;
- }
-
- public String getProjectLeader() {
- return projectLeader;
- }
-
- public void setProjectLeader(String projectLeader) {
- this.projectLeader = projectLeader;
- }
-
- public String getProjectTesters() {
- return projectTesters;
- }
-
- public void setProjectTesters(String projectTesters) {
- this.projectTesters = projectTesters;
- }
-
- public String getProjectReviewer() {
- return projectReviewer;
- }
-
- public void setProjectReviewer(String projectReviewer) {
- this.projectReviewer = projectReviewer;
- }
-
- public Integer getIsContract() {
- return isContract;
- }
-
- public void setIsContract(Integer isContract) {
- this.isContract = isContract;
- }
+ @TableField(exist = false)
+ @ApiModelProperty(value = "瀵嗙骇瀛楃涓�")
+ String secretClassStr;
}
--
Gitblit v1.9.1