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