testcnt property

void testcnt=(int value)

检测次数

Implementation

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