????

Your IP : 216.73.216.64


Current Path : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/dist/apps/audit-logs/entities/
Upload File :
Current File : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/dist/apps/audit-logs/entities/audit-log.entity.d.ts

import BaseEntity from '@/apps/models/base-entity.model';
export declare class AuditLog extends BaseEntity {
    logTableName: string;
    logId: number;
    approvedBy: number;
    approvedAt: Date;
    status: string;
    comments: string;
}