Relational less than operator. 判断a是否小于b
static bool lessThanDecString(String a, String b) { return Decimal.parse(a) < Decimal.parse(b); }