banner、商品、商品分类等代码的 REVIEW
This commit is contained in:
@@ -3,7 +3,6 @@ package cn.iocoder.mall.user.rpc.convert.user;
|
||||
import cn.iocoder.mall.user.biz.bo.user.UserAddressBO;
|
||||
import cn.iocoder.mall.user.rpc.response.user.UserAddressResponse;
|
||||
import org.mapstruct.Mapper;
|
||||
import org.mapstruct.Mappings;
|
||||
import org.mapstruct.factory.Mappers;
|
||||
|
||||
/**
|
||||
@@ -17,7 +16,6 @@ public interface UserAddressRPCConvert {
|
||||
|
||||
UserAddressRPCConvert INSTANCE = Mappers.getMapper(UserAddressRPCConvert.class);
|
||||
|
||||
// TODO DONE FROM 芋艿 to 小范:如果不用映射,可以不用 @Mappings 哈
|
||||
@Mappings({})
|
||||
UserAddressResponse convert(UserAddressBO userAddressBO);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user