From 689dd676fc0efb31236d989334122590b7198d61 Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期一, 16 三月 2026 09:30:11 +0800
Subject: [PATCH] 1

---
 Code/WCS/WIDESEAWCS_S7Simulator/WIDESEAWCS_S7Simulator.Web/src/types/index.ts |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Code/WCS/WIDESEAWCS_S7Simulator/WIDESEAWCS_S7Simulator.Web/src/types/index.ts b/Code/WCS/WIDESEAWCS_S7Simulator/WIDESEAWCS_S7Simulator.Web/src/types/index.ts
index 37928e7..7c51653 100644
--- a/Code/WCS/WIDESEAWCS_S7Simulator/WIDESEAWCS_S7Simulator.Web/src/types/index.ts
+++ b/Code/WCS/WIDESEAWCS_S7Simulator/WIDESEAWCS_S7Simulator.Web/src/types/index.ts
@@ -19,8 +19,8 @@
 // 鍐呭瓨鍖哄煙閰嶇疆
 export interface MemoryRegionConfig {
   mRegionSize: number
-  dBBBlockCount: number
-  dBBBlockSize: number
+  dbBlockCount: number
+  dbBlockSize: number
   iRegionSize: number
   qRegionSize: number
   tRegionCount: number
@@ -82,8 +82,8 @@
   activationKey?: string
   autoStart: boolean
   mRegionSize: number
-  dBBBlockCount: number
-  dBBBlockSize: number
+  dbBlockCount: number
+  dbBlockSize: number
   iRegionSize: number
   qRegionSize: number
   tRegionCount: number

--
Gitblit v1.9.3