This commit is contained in:
2026-03-02 09:25:09 +08:00
parent d8ae21ced4
commit 74f7b8f602
16 changed files with 832 additions and 127 deletions

View File

@@ -55,6 +55,8 @@ const BPM_DICT = {
/** ========== CAR - 车辆模块 ========== */
const CAR_DICT = {
CAR_RENEWAL_PRODUCT_TYPE: 'car_renewal_product_type', // 续保产品类别
CAR_RENEWAL_PAY_METHOD: 'car_renewal_pay_method', // 续保结算方式
CAR_RENEWAL_YEAR: 'car_renewal_year', // 续保生效年限
} as const
/** 字典类型枚举 - 统一导出 */