package com.moral.mapper; import com.moral.entity.Province; public interface ProvinceMapper { Province getProvinceByProvinceCode(int provinceCode); }