bee.condition
class
Condition(abc.ABC):
Condition.条件构造器
@abstractmethod
def
having( self, functionType: bee.bee_enum.FunctionType, field: str, op: bee.bee_enum.Op, value: Any) -> Condition: