From 3a985f6b77989c95029d273864aa5f782e15ef96 Mon Sep 17 00:00:00 2001
From: jinlin <jinlin>
Date: 星期二, 14 十一月 2023 11:07:57 +0800
Subject: [PATCH] Changes
---
modules/mainPart/src/main/java/com/zt/life/modules/project/model/SoftwareTestOrder.java | 169 +++++---------------------------------------------------
1 files changed, 15 insertions(+), 154 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 04ffe2f..d093085 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,7 @@
import lombok.EqualsAndHashCode;
import java.util.Date;
+import java.util.List;
/**
* software_test_order
@@ -139,8 +140,8 @@
private String softwareName;
@TableField(exist = false)
- @ApiModelProperty(value = "椤圭洰鏍囪瘑")
- private String identity;
+ @ApiModelProperty(value = "杞欢鏍囪瘑")
+ private String softwareIdentity;
@TableField(exist = false)
@ApiModelProperty(value = "瀵嗙骇")
@@ -195,157 +196,17 @@
@ApiModelProperty(value = "鏄惁琚祴浠�")
private String isMeasured;
+ @TableField(exist = false)
+ @ApiModelProperty(value = "娴嬭瘯绫诲瀷1绗�1鍒�")
+ List<String> testType11;
+ @TableField(exist = false)
+ @ApiModelProperty(value = "娴嬭瘯绫诲瀷1绗�2鍒�")
+ List<String> testType12;
+ @TableField(exist = false)
+ @ApiModelProperty(value = "娴嬭瘯绫诲瀷2绗�1鍒�")
+ List<String> testType21;
+ @TableField(exist = false)
+ @ApiModelProperty(value = "娴嬭瘯绫诲瀷2绗�2鍒�")
+ List<String> testType22;
-
- public String getEntrustUnitName() {
- return entrustUnitName;
- }
-
- public void setEntrustUnitName(String entrustUnitName) {
- this.entrustUnitName = entrustUnitName;
- }
-
- public String getEntrustUnitAddress() {
- return entrustUnitAddress;
- }
-
- public void setEntrustUnitAddress(String entrustUnitAddress) {
- this.entrustUnitAddress = entrustUnitAddress;
- }
-
- public String getEntrustUnitContact() {
- return entrustUnitContact;
- }
-
- public void setEntrustUnitContact(String entrustUnitContact) {
- this.entrustUnitContact = entrustUnitContact;
- }
-
- public String getEntrustUnitContWay() {
- return entrustUnitContWay;
- }
-
- public void setEntrustUnitContWay(String entrustUnitContWay) {
- this.entrustUnitContWay = entrustUnitContWay;
- }
-
- 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;
- }
}
--
Gitblit v1.9.1