用户收件地址的代码 review

This commit is contained in:
YunaiV
2020-05-06 19:52:18 +08:00
parent 4669e81645
commit 9da9a50b92
5 changed files with 8 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ public interface UserAddressRPCConvert {
UserAddressRPCConvert INSTANCE = Mappers.getMapper(UserAddressRPCConvert.class);
// TODO FROM 芋艿 to 小范:如果不用映射,可以不用 @Mappings 哈
@Mappings({})
UserAddressAddDTO convert(UserAddressAddRequest userAddressAddRequest);