src/main/java/com/ots/project/exam/service/IEntDemographyInfoService.java
@@ -16,4 +16,11 @@ int deleteEntDemographyInfoByIds(String ids); int deleteEntDemographyInfoById(Long infoId); /*** * 获取填写语言 * @param memberId * @return */ String getlangType(Long memberId); }