- 等于 : equal :eq
- 不等于 : not equal : ne
- 小于 : less than : lt
- 大于 : greater than :gt
- 小于等于 : less than or equal : loe
- 大于等于 : greater than or equal : goe
例子:builder.optionalAnd(leftBound,()->qOrgBoltDept.leftBound.goe(leftBound));
例子:builder.optionalAnd(leftBound,()->qOrgBoltDept.leftBound.goe(leftBound));