摘要: from sqlalchemy import String, TypeDecorator # 自定义类型 class DateTimeTZString(TypeDecorator): """指定函数名称""" impl = String def process_bind_param(self, va 阅读全文
posted @ 2024-06-05 10:48 meizhengchao 阅读(1) 评论(0) 推荐(0) 编辑