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

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

public interface AdsDataHealthStatusSummaryProjection extends CommonDataHealthStatusSummaryProjection {

    @Value("#{target.parent_rep_owner}")
    String getParentRepOwner();

    @Value("#{target.account_id}")
    String getAccountId();

}
