package com.banking.xc.entity; public class City { private String cityName; private String cityCode; private String isHotCity; //boolean string }