Relational greater than operator. 判断a是否大于b
static bool greaterThanDecString(String a, String b) { return Decimal.parse(a) > Decimal.parse(b); }