2020-03-26 13:42
@yunqi 我在使用过程中,number(9) --> java.lang.Integer 至少没出问题,
model中使用没问题
public void setClickCount(java.lang.Integer clickCount) {
set("CLICK_COUNT", clickCount);
}
public java.lang.Integer getClickCount() {
return getInt("CLICK_COUNT");
}