inflow group 추가
This commit is contained in:
@@ -1,22 +0,0 @@
|
||||
//package com.eactive.eai.common.logger.mapper;
|
||||
//
|
||||
//import com.eactive.eai.common.logger.HttpAdapterExtraHeaderVo;
|
||||
//import com.eactive.eai.data.entity.onl.logger.HttpAdapterExtraHeader;
|
||||
//import com.eactive.eai.data.mapper.BaseMapperConfig;
|
||||
//import com.eactive.eai.data.mapper.GenericMapper;
|
||||
//
|
||||
//import org.mapstruct.InheritInverseConfiguration;
|
||||
//import org.mapstruct.Mapper;
|
||||
//import org.mapstruct.Mapping;
|
||||
//
|
||||
//@Mapper(config = BaseMapperConfig.class)
|
||||
//public interface HttpAdapterExtraHeaderMapper extends GenericMapper<HttpAdapterExtraHeaderVo, HttpAdapterExtraHeader> {
|
||||
//
|
||||
// @Override
|
||||
// @Mapping(source = "id.name", target = "name")
|
||||
// HttpAdapterExtraHeaderVo toVo(HttpAdapterExtraHeader entity);
|
||||
//
|
||||
// @Override
|
||||
// @InheritInverseConfiguration
|
||||
// HttpAdapterExtraHeader toEntity(HttpAdapterExtraHeaderVo vo);
|
||||
//}
|
||||
Reference in New Issue
Block a user