|
@@ -2,7 +2,7 @@ package com.lantone.daqe.service.impl;
|
|
|
|
|
|
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
|
|
import com.lantone.daqe.entity.MedicalRecordContent;
|
|
|
-import com.lantone.daqe.mapper.MedicalRecordContentMapper;
|
|
|
+import com.lantone.daqe.mapper.MedicalRecordContentMapperDaqe;
|
|
|
import com.lantone.daqe.service.MedicalRecordContentService;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
|
|
@@ -12,6 +12,6 @@ import org.springframework.stereotype.Service;
|
|
|
* </p>
|
|
|
*/
|
|
|
@Service
|
|
|
-public class MedicalRecordContentServiceImpl extends ServiceImpl<MedicalRecordContentMapper, MedicalRecordContent> implements MedicalRecordContentService {
|
|
|
+public class MedicalRecordContentServiceImpl extends ServiceImpl<MedicalRecordContentMapperDaqe, MedicalRecordContent> implements MedicalRecordContentService {
|
|
|
|
|
|
}
|