bee.osql.transform

class ResultUtil:

将结果集的一行转换为实体对象

@staticmethod
def transform_result(row, column_names, entity_class):
class ParamUtil:
@staticmethod
def transform_param(params: list):
@staticmethod
def transform_list_tuple_param(params):