WANG преди 6 години
родител
ревизия
6ad8592c8a
променени са 1 файла, в които са добавени 3 реда и са изтрити 2 реда
  1. 3 2
      examcloud-core-examwork-api/src/main/java/cn/com/qmth/examcloud/examwork/api/ExamCloudService.java

+ 3 - 2
examcloud-core-examwork-api/src/main/java/cn/com/qmth/examcloud/examwork/api/ExamCloudService.java

@@ -143,12 +143,13 @@ public interface ExamCloudService extends CloudService {
 	GetExamOrgListResp getExamOrgList(GetExamOrgListReq req);
 
 	/**
-	 * 获取考生ext集合
+	 * 获取考生属性值集合
 	 *
 	 * @author WANGWEI
 	 * @param req
 	 * @return
 	 */
-	GetExamStudentPropertyValueListResp getExamStudentPropertyValueList(GetExamStudentPropertyValueListReq req);
+	GetExamStudentPropertyValueListResp getExamStudentPropertyValueList(
+			GetExamStudentPropertyValueListReq req);
 
 }