Class CustomerRestService


@Service @Description("Customer Management Service - Customer information and relationship management service") public class CustomerRestService extends BaseRestServiceWithExport<CustomerEntity,CustomerRequest,CustomerResponse,CustomerExcel>