From 28861950cf0af20668efa599489fef3f7ae2e427 Mon Sep 17 00:00:00 2001 From: jinlin <jinlin> Date: 星期四, 16 十一月 2023 10:46:46 +0800 Subject: [PATCH] Changes --- modules/mainPart/src/main/java/com/zt/life/modules/project/model/SoftwareTestOrder.java | 21 +++++++++++++++++---- 1 files changed, 17 insertions(+), 4 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 131c9cc..f5fda81 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.HashMap; import java.util.List; /** @@ -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; } -- Gitblit v1.9.1