WANG 6 سال پیش
والد
کامیت
6ad8592c8a

+ 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);
 
 }