|
@@ -1,7 +1,6 @@
|
|
|
package cn.com.qmth.examcloud.question.commons.core.question;
|
|
|
|
|
|
import java.io.Serializable;
|
|
|
-import java.util.List;
|
|
|
import java.util.Map;
|
|
|
|
|
|
/**
|
|
@@ -35,11 +34,6 @@ public class DefaultQuestion implements Serializable {
|
|
|
*/
|
|
|
private DefaultQuestionStructure masterVersion;
|
|
|
|
|
|
- /**
|
|
|
- * 分支版本
|
|
|
- */
|
|
|
- private List<DefaultQuestionStructure> branchVersionList;
|
|
|
-
|
|
|
/**
|
|
|
* 扩展属性
|
|
|
*/
|
|
@@ -77,14 +71,6 @@ public class DefaultQuestion implements Serializable {
|
|
|
this.masterVersion = masterVersion;
|
|
|
}
|
|
|
|
|
|
- public List<DefaultQuestionStructure> getBranchVersionList() {
|
|
|
- return branchVersionList;
|
|
|
- }
|
|
|
-
|
|
|
- public void setBranchVersionList(List<DefaultQuestionStructure> branchVersionList) {
|
|
|
- this.branchVersionList = branchVersionList;
|
|
|
- }
|
|
|
-
|
|
|
public Map<String, String> getProperties() {
|
|
|
return properties;
|
|
|
}
|