could not find a getter for ... in class ..异常的原因分析 1.get/set不允许方法名中有连续两个大写字母,例如public String getODPType(){ return this.oDPType; } public void setODPType(String oDPType){ this.oDPType = oDPType; }