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");
|
2026-07-02 11:00:31 +08:00
|
|
|
export const NS_QUAL_REVIEW = defineNamespace("qualReview");
|
2026-07-02 17:50:43 +08:00
|
|
|
export const NS_QUAL_EXPERT = defineNamespace("qualExpert");
|
2026-07-07 10:39:45 +08:00
|
|
|
export const NS_DRIVER = defineNamespace("driver");
|
2026-07-16 11:27:49 +08:00
|
|
|
export const NS_RISK_CENTER = defineNamespace("riskCenter");
|
2026-07-20 11:16:32 +08:00
|
|
|
export const NS_SAFETY_EVAL_BUSINESS = defineNamespace("safetyEvalBusiness");
|