UNPKG

qrcode-framework

Version:

12 lines (11 loc) 313 B
import { Model } from 'sequelize'; export declare class BaseModel extends Model { /** * 重载tojson,如果某个字段是Date类型,进行时间戳转换 */ toJSON(): object; updateProperty(obj: object, option?: { include?: string[]; exclude?: string[]; }): this; }