|
@@ -99,6 +99,11 @@ public class Org implements Serializable{
|
|
|
*/
|
|
|
private String remark;
|
|
|
|
|
|
+ /**
|
|
|
+ * 网考端系统名称
|
|
|
+ */
|
|
|
+ private String examSysName;
|
|
|
+
|
|
|
public static long getSerialVersionUID() {
|
|
|
return serialVersionUID;
|
|
|
}
|
|
@@ -247,6 +252,14 @@ public class Org implements Serializable{
|
|
|
public void setRemark(String remark) {
|
|
|
this.remark = remark;
|
|
|
}
|
|
|
+
|
|
|
+ public String getExamSysName() {
|
|
|
+ return examSysName;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setExamSysName(String examSysName) {
|
|
|
+ this.examSysName = examSysName;
|
|
|
+ }
|
|
|
|
|
|
public Org(String name, String code, String contacts,String telphone) {
|
|
|
this.name = name;
|