From 068fc7f2e81178e55fa191a13709af64b1a163f6 Mon Sep 17 00:00:00 2001
From: EricsHu <hrr145632>
Date: 星期一, 05 十二月 2022 14:27:43 +0800
Subject: [PATCH] 处理编码

---
 src/main/java/com/qxueyou/scc/exam/model/ExamReExamPaper.java |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/main/java/com/qxueyou/scc/exam/model/ExamReExamPaper.java b/src/main/java/com/qxueyou/scc/exam/model/ExamReExamPaper.java
index 377dc03..f34a381 100644
--- a/src/main/java/com/qxueyou/scc/exam/model/ExamReExamPaper.java
+++ b/src/main/java/com/qxueyou/scc/exam/model/ExamReExamPaper.java
@@ -21,7 +21,7 @@
 import com.qxueyou.scc.base.model.ITrace;
 
 /**
- * The persistent class for the exam_re_exam_paper database table. 考试试卷关联表
+ * The persistent class for the exam_re_exam_paper database table. 鑰冭瘯璇曞嵎鍏宠仈琛�
  */
 @Entity
 @Table(name = "exam_re_exam_paper")
@@ -60,22 +60,22 @@
 	@JsonIgnore
 	private Date createTime;
 
-	/** 修改人ID */
+	/** 淇敼浜篒D */
 	@Column(name = "UPDATE_ID", length = 32)
 	@JsonIgnore
 	private String updateId;
 
-	/** 修改时间 */
+	/** 淇敼鏃堕棿 */
 	@Column(name = "UPDATE_TIME", nullable = false)
 	@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
 	private Date updateTime;
 
-	/** 修改人 */
+	/** 淇敼浜� */
 	@Column(name = "UPDATOR", length = 100)
 	@JsonIgnore
 	private String updator;
 
-	/** 删除标志 */
+	/** 鍒犻櫎鏍囧織 */
 	@Column(name = "DELETE_FLAG", nullable = false)
 	@JsonIgnore
 	private boolean deleteFlag;

--
Gitblit v1.8.0