From 2067faa6a9a6bee8f5450f956d5edd16c09e98a6 Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期一, 30 三月 2026 11:59:54 +0800
Subject: [PATCH] fix(Home): 修正图表类型,本月趋势改为柱状+折线组合,库龄分布改为柱状图
---
Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_RedisService/Options/RedisOptions.cs | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_RedisService/Options/RedisOptions.cs b/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_RedisService/Options/RedisOptions.cs
index 0bfb5a8..1f002be 100644
--- a/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_RedisService/Options/RedisOptions.cs
+++ b/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_RedisService/Options/RedisOptions.cs
@@ -46,6 +46,12 @@
/// </summary>
public int SyncBatchSize { get; set; } = 1000;
+ /// <summary>
+ /// 鑷姩鍚屾鎺掗櫎鐨刱ey鍓嶇紑鍒楄〃锛堣繖浜沰ey涓嶄細琚嚜鍔ㄥ悓姝ヨ鐩栵級
+ /// 渚嬪锛歔"wcs:SocketDevices:"] 琛ㄧず璁惧鐘舵�佷笉浼氳鑷姩鍚屾
+ /// </summary>
+ public List<string> SyncExcludePrefixes { get; set; } = new();
+
public MonitoringOptions Monitoring { get; set; } = new();
public EvictionOptions Eviction { get; set; } = new();
--
Gitblit v1.9.3