From 39f2e9b35977420ba8afc64151cb9c424f4d26c7 Mon Sep 17 00:00:00 2001
From: jinlin <jinlin>
Date: 星期三, 06 十二月 2023 16:42:08 +0800
Subject: [PATCH] 修改

---
 modules/mainPart/src/main/java/com/zt/life/modules/testCheckOrder/model/TestCheckOrder.java |   17 ++++++++++-------
 1 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/modules/mainPart/src/main/java/com/zt/life/modules/testCheckOrder/model/TestCheckOrder.java b/modules/mainPart/src/main/java/com/zt/life/modules/testCheckOrder/model/TestCheckOrder.java
index 568795e..21658a5 100644
--- a/modules/mainPart/src/main/java/com/zt/life/modules/testCheckOrder/model/TestCheckOrder.java
+++ b/modules/mainPart/src/main/java/com/zt/life/modules/testCheckOrder/model/TestCheckOrder.java
@@ -1,5 +1,6 @@
 package com.zt.life.modules.testCheckOrder.model;
 
+import com.baomidou.mybatisplus.annotation.TableField;
 import com.baomidou.mybatisplus.annotation.TableName;
 import com.fasterxml.jackson.annotation.JsonFormat;
 import com.zt.common.entity.BusiEntity;
@@ -32,16 +33,10 @@
 	private Long configItemId;
 
 	@ApiModelProperty(value = "閰嶇疆椤圭被鍨�")
-	private Long configItemType;
+	private Long pageCode;
 
 	@ApiModelProperty(value = "缂栧彿")
 	private String code;
-
-	@ApiModelProperty(value = "椤圭洰鏍囪瘑")
-	private String softwareIdentity;
-
-	@ApiModelProperty(value = "椤圭洰鍚嶇О")
-	private String softwareName;
 
 	@ApiModelProperty(value = "妫�鏌ヤ汉")
 	private String examiner;
@@ -79,4 +74,12 @@
 	@ApiModelProperty(value = "骞翠唤")
 	private String year;
 
+	@TableField(exist = false)
+	@ApiModelProperty(value = "椤圭洰鏍囪瘑")
+	private String softwareIdentity;
+
+	@TableField(exist = false)
+	@ApiModelProperty(value = "椤圭洰鍚嶇О")
+	private String softwareName;
+
 }

--
Gitblit v1.9.1