import { Base } from '../../base/BaseEntity'; /** 设备日志 */ export declare class DeviceLog extends Base { operator: string; level: string; description: string; constructor(props?: Partial); }