浏览代码

Merge remote-tracking branch 'origin/master'

宋悦 8 年之前
父节点
当前提交
4719b855c2
共有 1 个文件被更改,包括 13 次插入1 次删除
  1. 13 1
      core-domain/src/main/java/cn/com/qmth/examcloud/service/core/entity/Org.java

+ 13 - 1
core-domain/src/main/java/cn/com/qmth/examcloud/service/core/entity/Org.java

@@ -30,6 +30,10 @@ public class Org implements Serializable{
 
 
     @NotNull
     @NotNull
     private String name;
     private String name;
+    /**
+     * 学习中心代码
+     */
+    private String code;
 
 
     private String logo;
     private String logo;
 
 
@@ -141,6 +145,14 @@ public class Org implements Serializable{
         this.updateTime = updateTime;
         this.updateTime = updateTime;
     }
     }
 
 
-    public Org() {
+    public String getCode() {
+		return code;
+	}
+
+	public void setCode(String code) {
+		this.code = code;
+	}
+
+	public Org() {
     }
     }
 }
 }