/** * Created by jlutt on 2022-02-09 * * @author jlutt */ enum AreaEnum { PROVINCE, CITY, COUNTY; }