fix(merge): resolve compile errors and restore remote db IP

This commit is contained in:
2026-06-11 11:49:34 +09:00
parent accbbdc2fa
commit 19e6be27de
4 changed files with 10 additions and 6 deletions

View File

@@ -27,10 +27,15 @@ export interface SWUser {
export interface HardwareLog {
id: string;
assetId: string;
date: string;
assetId?: string;
asset_id?: string;
date?: string;
log_date?: string;
created_at?: string;
details: string;
user: string;
user?: string;
log_user?: string;
event_type?: string;
}
export interface MasterAssetData {