Interface CatalogStoreConvert
- All Superinterfaces:
cn.sliew.carp.framework.common.convert.BaseConvert<CatalogStore,CatalogStoreDTO>
public interface CatalogStoreConvert
extends cn.sliew.carp.framework.common.convert.BaseConvert<CatalogStore,CatalogStoreDTO>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault CatalogStoretoDo(CatalogStoreDTO dto) default CatalogStoreDTOtoDto(CatalogStore entity) Methods inherited from interface cn.sliew.carp.framework.common.convert.BaseConvert
toDo, toDto
-
Field Details
-
INSTANCE
-
-
Method Details
-
toDo
- Specified by:
toDoin interfacecn.sliew.carp.framework.common.convert.BaseConvert<CatalogStore,CatalogStoreDTO>
-
toDto
- Specified by:
toDtoin interfacecn.sliew.carp.framework.common.convert.BaseConvert<CatalogStore,CatalogStoreDTO>
-