1.21
parent
10a4a491ac
commit
9ed8c924ee
|
@ -16,7 +16,7 @@ public interface DoctorConvert {
|
|||
|
||||
DoctorEntity doctorVoToDoctorEntity(DoctorVo doctorVo);
|
||||
@Mappings({
|
||||
@Mapping(source = "id", target = "doctorId")
|
||||
@Mapping(source = "id", target = "id")
|
||||
})
|
||||
DoctorVo doctorEntityToDoctorVo(DoctorEntity doctorEntity);
|
||||
List<DoctorVo> doctorEntityListToDoctorVoList(List<DoctorEntity> doctorEntityList);
|
||||
|
|
Loading…
Reference in New Issue