????
Current Path : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/dist/apps/audit-logs/entities/ |
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; }