convertor 修改
This commit is contained in:
parent
cff5c76200
commit
1bd5ece8fe
@ -42,8 +42,6 @@ public interface UserProfileAppConvertor {
|
||||
@Mapping(target = "personalPhotos", ignore = true)
|
||||
@Mapping(target = "wearBadge", ignore = true)
|
||||
@Mapping(target = "wearHonor", ignore = true)
|
||||
@Mapping(target = "wearRide", ignore = true)
|
||||
@Mapping(target = "wearAvatar", ignore = true)
|
||||
UserProfileDTO toFullUserProfileDTO(UserProfile userProfile);
|
||||
|
||||
default LoginLoggerEvent toLoginLoggerEventRegister(CreateAccountCmd cmd) {
|
||||
@ -84,8 +82,6 @@ public interface UserProfileAppConvertor {
|
||||
@Mapping(target = "useProps", ignore = true)
|
||||
@Mapping(target = "wearBadge", ignore = true)
|
||||
@Mapping(target = "wearHonor", ignore = true)
|
||||
@Mapping(target = "wearRide", ignore = true)
|
||||
@Mapping(target = "wearAvatar", ignore = true)
|
||||
UserProfileDTO toSimpleUserProfileDTO(UserProfile userProfile);
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user