feat(inventory): 販賣機視覺優化、修復匯入日期缺失與倉庫刪除權限錯誤

This commit is contained in:
2026-02-09 10:19:46 +08:00
parent f22df90e01
commit 5e542752ba
14 changed files with 255 additions and 71 deletions

View File

@@ -113,6 +113,7 @@ export interface SafetyStockSetting {
unit?: string;
createdAt: string;
updatedAt: string;
isNew?: boolean;
}
/**