yudao-module-crm/src/main/java/cn/iocoder/yudao/module/crm/enums/common/CrmBizTypeEnum.java
@@ -24,7 +24,8 @@ CRM_CONTRACT(5, "合同"), CRM_PRODUCT(6, "产品"), CRM_RECEIVABLE(7, "回款"), CRM_RECEIVABLE_PLAN(8, "回款计划") CRM_RECEIVABLE_PLAN(8, "回款计划"), CRM_SALE_QUOTATION(9, "销售报价") ; public static final Integer[] ARRAYS = Arrays.stream(values()).map(CrmBizTypeEnum::getType).toArray(Integer[]::new);