Class DepartmentRestController


@RestController @RequestMapping("/api/v1/department") public class DepartmentRestController extends BaseRestController<DepartmentRequest,DepartmentRestService>