2025-11-04 14:14:19 +08:00
|
|
|
/**
|
|
|
|
|
* 全局数据状态管理模块定义
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
import { defineNamespace } from "@cqsjjb/jjb-dva-runtime";
|
|
|
|
|
|
|
|
|
|
export const NS_GLOBAL = defineNamespace("global");
|
2025-11-14 11:35:35 +08:00
|
|
|
export const NS_LEDGER = defineNamespace("ledger");
|
|
|
|
|
export const NS_IGNORE = defineNamespace("ignore");
|
|
|
|
|
export const NS_CONFIRM_USER = defineNamespace("confirmUser");
|
|
|
|
|
export const NS_CONFIRM = defineNamespace("confirm");
|
|
|
|
|
export const NS_RECTIFICATION = defineNamespace("rectification");
|
|
|
|
|
export const NS_SPECIAL_DISPOSAL = defineNamespace("specialDisposal");
|
|
|
|
|
export const NS_ACCEPTANCE = defineNamespace("acceptance");
|
|
|
|
|
export const NS_PART = defineNamespace("part");
|
|
|
|
|
export const NS_AVERAGE = defineNamespace("average");
|