我叫洪圣文

This commit is contained in:
2026-05-15 16:36:50 +08:00
parent b6006e0dfe
commit 6687cf0339
36 changed files with 2201 additions and 271 deletions

View File

@@ -0,0 +1,8 @@
export const DICT_CODES = {
USER_STATE: 'state',
EVENT_TYPE: 'event_type',
LEDGER_DEVICE_TYPE: 'ledger_device_type',
LEDGER_DEVICE_MODEL: 'Ex-factory_Dev_Type'
} as const
export type DictCode = (typeof DICT_CODES)[keyof typeof DICT_CODES]