package com.codesdream.ase.service; public interface IBaseInformationService { boolean checkAdministrativeDivision(String name); }