jinlin
2023-11-16 28861950cf0af20668efa599489fef3f7ae2e427
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.HashMap;
import java.util.List;
/**
@@ -39,10 +40,10 @@
   @ApiModelProperty(value = "测试依据")
   private String testBasis;
   @ApiModelProperty(value = "测试类型")
   @ApiModelProperty(value = "测试类型1")
   private String testType1;
   @ApiModelProperty(value = "测试类型")
   @ApiModelProperty(value = "测试类型2")
   private String testType2;
   @ApiModelProperty(value = "测试标准")
@@ -102,6 +103,18 @@
   @ApiModelProperty(value = "传真")
   private String fax;
   @ApiModelProperty(value = "委托方签字")
   private String entrustSign;
   @ApiModelProperty(value = "委托方签字日期")
   private String entrustSignDate;
   @ApiModelProperty(value = "承托方签字")
   private String contractSign;
   @ApiModelProperty(value = "承托方签字日期")
   private String contractSignDate;
   @TableField(exist = false)
   @ApiModelProperty(value = "委托单位名称")
@@ -198,15 +211,15 @@
   @TableField(exist = false)
   @ApiModelProperty(value = "测试类型1第1列")
   List<String> testType11;
   List<HashMap<String, Object>> testType11;
   @TableField(exist = false)
   @ApiModelProperty(value = "测试类型1第2列")
   List<String> testType12;
   List<HashMap<String, Object>> testType12;
   @TableField(exist = false)
   @ApiModelProperty(value = "测试类型2第1列")
   List<String> testType21;
   List<HashMap<String, Object>> testType21;
   @TableField(exist = false)
   @ApiModelProperty(value = "测试类型2第2列")
   List<String> testType22;
   List<HashMap<String, Object>> testType22;
}