package io.delphiplatform.api.v3.rdb.entity;

import org.springframework.beans.factory.annotation.Value;

public interface DspDataHealthStatusSummaryProjection extends CommonDataHealthStatusSummaryProjection {

    @Value("#{target.dsp_segment}")
    String getDspSegment();

}
