public interface ShowTypeWrapper extends com.jeeplus.core.mapstruct.EntityWrapper<ShowTypeDTO,ShowType>
| 限定符和类型 | 字段和说明 |
|---|---|
static ShowTypeWrapper |
INSTANCE |
| 限定符和类型 | 方法和说明 |
|---|---|
ShowTypeDTO |
toDTO(ShowType entity) |
ShowType |
toEntity(ShowTypeDTO dto) |
static final ShowTypeWrapper INSTANCE
ShowType toEntity(ShowTypeDTO dto)
toEntity 在接口中 com.jeeplus.core.mapstruct.EntityWrapper<ShowTypeDTO,ShowType>ShowTypeDTO toDTO(ShowType entity)
toDTO 在接口中 com.jeeplus.core.mapstruct.EntityWrapper<ShowTypeDTO,ShowType>Copyright © 2022. All rights reserved.