2025-11-17 17:14:02 +08:00
|
|
|
/**
|
|
|
|
|
* 全局数据状态管理模块定义
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
import { defineNamespace } from "@cqsjjb/jjb-dva-runtime";
|
|
|
|
|
|
|
|
|
|
export const NS_GLOBAL = defineNamespace("global");
|
|
|
|
|
export const NS_MKMJAREA = defineNamespace("mkmjArea");
|
|
|
|
|
export const NS_MKMJAREAGATE = defineNamespace("mkmjAreaGate");
|
|
|
|
|
export const NS_MKMJGATELOG = defineNamespace("mkmjGateLog");
|
|
|
|
|
export const NS_MKMJGATEVIDEO = defineNamespace("mkmjGateVideo");
|
|
|
|
|
export const NS_MKMJPASSAGE = defineNamespace("mkmjPassage");
|
2025-12-18 09:17:22 +08:00
|
|
|
export const NS_ENCLOSEDAREA = defineNamespace("enclosedArea");
|
2025-12-29 10:59:19 +08:00
|
|
|
export const NS_BASICINFORMATION = defineNamespace("basicInformation");
|
2026-01-05 16:25:27 +08:00
|
|
|
export const NS_PRIMARYACCESSCONTROL = defineNamespace("primaryAccessControl");
|