2026-06-22 13:48:12 +08:00
|
|
|
/**
|
|
|
|
|
* 全局数据状态管理模块定义
|
|
|
|
|
*/
|
|
|
|
|
import { defineNamespace } from "@cqsjjb/jjb-dva-runtime";
|
|
|
|
|
|
|
|
|
|
export const NS_GLOBAL = defineNamespace("global");
|
|
|
|
|
export const NS_PERSNONEL_CERTFICATE = defineNamespace("personnelCertificate");
|
|
|
|
|
export const NS_CORP_CERTIFICATE = defineNamespace("corpCertificate");
|
|
|
|
|
export const NS_USER_CERTIFICATE = defineNamespace("userCertificate");
|
|
|
|
|
export const NS_COURSEWARE = defineNamespace("courseware");
|
2026-06-23 18:07:30 +08:00
|
|
|
export const NS_ORG_INFO = defineNamespace("orgInfo");
|
|
|
|
|
export const NS_ORG_QUALIFICATION_CERT = defineNamespace("orgQualificationCert");
|
|
|
|
|
export const NS_ORG_DEPARTMENT = defineNamespace("orgDepartment");
|
|
|
|
|
export const NS_ORG_POSITION = defineNamespace("orgPosition");
|
|
|
|
|
export const NS_STAFF_INFO = defineNamespace("staffInfo");
|
|
|
|
|
export const NS_STAFF_CERTIFICATE = defineNamespace("staffCertificate");
|
|
|
|
|
export const NS_STAFF_CHANGE_LOG = defineNamespace("staffChangeLog");
|
|
|
|
|
export const NS_STAFF_RESIGNATION_APPLY = defineNamespace("staffResignationApply");
|
|
|
|
|
export const NS_EQUIP_INFO = defineNamespace("equipInfo");
|
2026-06-30 17:32:29 +08:00
|
|
|
export const NS_QUAL_FILING = defineNamespace("qualFiling");
|