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/org/model/OrgClassReUser.java |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/main/java/com/qxueyou/scc/org/model/OrgClassReUser.java b/src/main/java/com/qxueyou/scc/org/model/OrgClassReUser.java
index 5c5f681..b574672 100644
--- a/src/main/java/com/qxueyou/scc/org/model/OrgClassReUser.java
+++ b/src/main/java/com/qxueyou/scc/org/model/OrgClassReUser.java
@@ -22,17 +22,17 @@
 public class OrgClassReUser implements Serializable, ITrace {
 	private static final long serialVersionUID = 1L;
 
-	/** 未激活课程 */
+	/** 鏈縺娲昏绋� */
 	public static final int CLASS_NOT_ACTIVATED = 1;
-	/** 加入课程 */
+	/** 鍔犲叆璇剧▼ */
 	public static final int CLASS_ADD = 2;
-	/**初审通过*/
+	/**鍒濆閫氳繃*/
 	public static final int CLASS_FIRST_PASS = 3;
-	/**初审拒绝*/
+	/**鍒濆鎷掔粷*/
 	public static final int CLASS_FIRST_REJECT = 4;
-	/**最终通过*/
+	/**鏈�缁堥�氳繃*/
 	public static final int CLASS_END_PASS = 5;
-	/**最终拒绝*/
+	/**鏈�缁堟嫆缁�*/
 	public static final int CLASS_END_REJECT = 6;
 
 	@Id

--
Gitblit v1.8.0