feat: implement multi-branch biometric IP configuration and auto-sync

This commit is contained in:
2026-05-19 11:24:41 +08:00
parent 2ecce8a990
commit 20a79a130d
12 changed files with 337 additions and 435 deletions

View File

@@ -66,6 +66,7 @@ class BranchController extends Controller
'zip_code' => 'nullable|string|max:20',
'phone' => 'nullable|string|max:20',
'email' => 'nullable|email|max:255',
'zkteco_ip' => 'nullable|string|max:255',
'status' => 'nullable|in:active,inactive',
]);
@@ -111,6 +112,7 @@ class BranchController extends Controller
'zip_code' => 'nullable|string|max:20',
'phone' => 'nullable|string|max:20',
'email' => 'nullable|email|max:255',
'zkteco_ip' => 'nullable|string|max:255',
'status' => 'nullable|in:active,inactive',
]);