zhubaomin
2025-04-18 f5a35b86d6d66bcc7961626f1de1940c775d0bd9
pipIrr-platform/pipIrr-web/pipIrr-web-sell/src/main/java/com/dy/pipIrrSell/client/SeClientToVoClient.java
@@ -4,6 +4,7 @@
import com.dy.pipIrrGlobal.voSe.VoClient;
import org.mapstruct.Mapper;
import org.mapstruct.Mapping;
import org.mapstruct.ReportingPolicy;
import org.mapstruct.factory.Mappers;
/**
@@ -13,7 +14,7 @@
 * @Description
 */
@Mapper
@Mapper(unmappedTargetPolicy = ReportingPolicy.IGNORE)
public interface SeClientToVoClient {
    SeClientToVoClient INSTANCT = Mappers.getMapper(SeClientToVoClient.class);