parent
eca7fad7fa
commit
ae6c5a1b56
@ -1,11 +0,0 @@
|
||||
package com.luoo.user.mapstruct;
|
||||
|
||||
import com.luoo.user.dto.store.StoreUpdateDto;
|
||||
import com.luoo.user.pojo.Store;
|
||||
import org.mapstruct.*;
|
||||
|
||||
@Mapper(componentModel = "spring")
|
||||
public interface StoreMapper {
|
||||
|
||||
void updateStoreFromDto(StoreUpdateDto dto, @MappingTarget Store entity);
|
||||
}
|
Loading…
Reference in new issue