在bean中set的时候最好写上这个,避免报空指针。。。。。。。。。。。。。。。

 

public void setImgAddress(String imgAddress) {
this.imgAddress = imgAddress == null ? null : imgAddress.trim();
}

Bean——-xml(javaType)
Integer —-Integer
String —Varchar
Double(double)—-Double
Date——-TIMESTAMP
long——-Integer

版权声明:本文为xiaohouzai原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
本文链接:https://www.cnblogs.com/xiaohouzai/p/8337156.html