package com.oying.modules.pc.category.converter; import com.oying.modules.pc.category.domain.PlatformCategory; import com.oying.modules.pc.category.domain.dto.PlatformCategoryCreateRequest; import com.oying.modules.pc.category.domain.dto.PlatformCategoryUpdateRequest; import org.springframework.stereotype.Component; @Component public class PlatformCategoryDtoAssembler { }