|
|
@@ -26,6 +26,11 @@ public interface SysTenantMapper {
|
|
|
|
|
|
SysTenantPO toPO(SysTenantCommonDTO source);
|
|
|
|
|
|
+ @Mappings(
|
|
|
+ {
|
|
|
+ @Mapping(target = "avatar",source = "tenantAvatar")
|
|
|
+ }
|
|
|
+ )
|
|
|
SysTenantPO toPO(SysTenantAddDTO source);
|
|
|
|
|
|
SysTenantAddDTO toAddTOPO(SysCurrentTenantAddDTO source);
|