package org.kuali.student.core.organization.dto;
public interface TestInterfaceDTO {
public String getTest();
}