hot1 property

void hot1=(int value)

整数增减量1(增减单位为1)

Implementation

set hot1(int value) => data['hot1'] = DbQueryField.toBaseType(value);