2025-11-17 17:14:02 +08:00
|
|
|
/**
|
|
|
|
|
* 全局数据状态管理模块定义
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
import { defineNamespace } from "@cqsjjb/jjb-dva-runtime";
|
|
|
|
|
|
|
|
|
|
export const NS_GLOBAL = defineNamespace("global");
|
2026-02-02 11:14:41 +08:00
|
|
|
export const NS_APPROVER_USER = defineNamespace("approverUser");
|
|
|
|
|
export const NS_FIRST_LEVEL_DOOR_INFO = defineNamespace("firstLevelDoorInfo");
|
|
|
|
|
export const NS_RELATED_PERSONNEL = defineNamespace("relatedPersonnel");
|
2026-03-12 09:06:52 +08:00
|
|
|
export const NS_VEHICLE_AUDIT = defineNamespace("vehicleAudit");
|
2026-02-02 11:14:41 +08:00
|
|
|
export const NS_TEMPORARY_PERSONNEL = defineNamespace("temporaryPersonnel");
|
|
|
|
|
export const NS_TEMPORARY_VEHICLE = defineNamespace("temporaryVehicle");
|
|
|
|
|
export const NS_STOCK_PERSONNEL_AND_VEHICLES = defineNamespace("stockPersonnelAndVehicles");
|
2026-03-12 09:06:52 +08:00
|
|
|
export const NS_VEHICLE_APPLY = defineNamespace("vehicleApply");
|
2026-02-02 11:14:41 +08:00
|
|
|
export const NS_BRANCH_PERSONNEL_AND_VEHICLES = defineNamespace("branchPersonnelAndVehicles");
|
|
|
|
|
export const NS_STAKEHOLDER_PERSONNEL_AND_VEHICLES = defineNamespace("stakeholderPersonnelAndVehicles");
|
|
|
|
|
export const NS_PORT_BASED_UNITS_PERSONNEL_AND_VEHICLES = defineNamespace("portBasedUnitsPersonnelAndVehicles");
|
|
|
|
|
export const NS_INSPECT_DEPARTMENT_VEHICLES = defineNamespace("inspectDepartmentVehicles");
|
|
|
|
|
export const NS_VEHICLES_VIOLATION = defineNamespace("vehiclesViolation");
|
|
|
|
|
export const NS_VEHICLE_BLACKLIST = defineNamespace("vehicleBlacklist");
|
|
|
|
|
export const NS_PERSONNEL_PERMISSION_RECORDS = defineNamespace("personnelPermissionRecords");
|
|
|
|
|
export const NS_PERSONNEL_APPLICATION = defineNamespace("personnelApplication");
|
|
|
|
|
export const NS_VEHICLE_APPLICATION = defineNamespace("vehicleApplication");
|
2026-02-06 16:12:22 +08:00
|
|
|
export const NS_ENCLOSED_AREA = defineNamespace("enclosedArea");
|
|
|
|
|
export const NS_ENCLOSED_AREA_PERSONNEL_APPLY = defineNamespace("enclosedAreaPersonnelApply");
|
|
|
|
|
export const NS_ENCLOSED_AREA_VEHICLE_APPLY = defineNamespace("enclosedAreaVehicleApply");
|
|
|
|
|
export const NS_ENCLOSED_PERSONNEL_AND_VEHICLE_STATISTICS = defineNamespace("enclosedPersonnelAndVehicleStatistics");
|
2026-02-09 08:38:25 +08:00
|
|
|
export const NS_ENCLOSED_ENTERPRISE_PERSONNEL_PERMISSIONS = defineNamespace("enclosedEnterprisePersonnelPermissions");
|
2026-02-09 11:06:10 +08:00
|
|
|
export const NS_ENCLOSED_TEMPORARY_PERSONNEL_REVIEW = defineNamespace("enclosedTemporaryPersonnelReview");
|
2026-02-09 13:59:48 +08:00
|
|
|
export const NS_ENCLOSED_TEMPORARY_VEHICLE_REVIEW = defineNamespace("enclosedTemporaryVehicleReview");
|