yudao-module-crm/src/main/java/cn/iocoder/yudao/module/crm/controller/admin/customer/vo/customer/CrmCustomerPageReqVO.java
@@ -42,6 +42,12 @@ @Schema(description = "客户来源", example = "1") private Integer source; @Schema(description = "客户分类", example = "industrial") private String customerType; @Schema(description = "当前信用等级", example = "B") private String creditLevel; @Schema(description = "场景类型", example = "1") @InEnum(CrmSceneTypeEnum.class) private Integer sceneType; // 场景类型,为 null 时则表示全部