|
|
|
@ -19,10 +19,13 @@ public interface ProductCategoryConvert {
|
|
|
|
@Mappings({})
|
|
|
|
@Mappings({})
|
|
|
|
UsersProductCategoryVO convertToVO(ProductCategoryBO category);
|
|
|
|
UsersProductCategoryVO convertToVO(ProductCategoryBO category);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Mappings({})
|
|
|
|
List<UsersProductCategoryVO> convertToVO(List<ProductCategoryBO> categoryList);
|
|
|
|
List<UsersProductCategoryVO> convertToVO(List<ProductCategoryBO> categoryList);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Mappings({})
|
|
|
|
AdminsProductCategoryTreeNodeVO convert(ProductCategoryBO category);
|
|
|
|
AdminsProductCategoryTreeNodeVO convert(ProductCategoryBO category);
|
|
|
|
|
|
|
|
|
|
|
|
CommonResult<AdminsProductCategoryVO> convert(CommonResult<ProductCategoryBO> result);
|
|
|
|
@Mappings({})
|
|
|
|
|
|
|
|
CommonResult<AdminsProductCategoryVO> convert2(CommonResult<ProductCategoryBO> result);
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|