modules/mainPart/src/main/java/com/zt/life/modules/project/model/SoftwareTestOrder.java
@@ -25,8 +25,6 @@ @ApiModelProperty(value = "项目ID") private Long projectId; @ApiModelProperty(value = "机构ID") private Long agencyId; @ApiModelProperty(value = "委托单编号") private String code; @@ -41,7 +39,10 @@ private String testBasis; @ApiModelProperty(value = "测试类型") private String testType; private String testType1; @ApiModelProperty(value = "测试类型") private String testType2; @ApiModelProperty(value = "测试标准") private String testStandard; @@ -195,6 +196,7 @@ private String isMeasured; public String getEntrustUnitName() { return entrustUnitName; }