实体类中的属性:
/** * 所属省份 */ @Transient private String province;
后来发现Transient引用错了,应该是:
import javax.persistence.Transient;