From 7b27b2c061d90355ca0a7c24714096d211e67ef3 Mon Sep 17 00:00:00 2001
From: liyong <18434998025@163.com>
Date: 星期一, 18 五月 2026 16:28:10 +0800
Subject: [PATCH] fix(customer): 修复客户查询中使用状态过滤条件

---
 src/main/java/com/ruoyi/sales/pojo/SalesQuotationProduct.java |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/ruoyi/sales/pojo/SalesQuotationProduct.java b/src/main/java/com/ruoyi/sales/pojo/SalesQuotationProduct.java
index fb36111..2e55e79 100644
--- a/src/main/java/com/ruoyi/sales/pojo/SalesQuotationProduct.java
+++ b/src/main/java/com/ruoyi/sales/pojo/SalesQuotationProduct.java
@@ -17,6 +17,9 @@
     @Schema(description = "浜у搧Id")
     @TableField(value = "product_id")
     private Long productId;
+    @Schema(description = "浜у搧瑙勬牸Id")
+    @TableField(value = "product_model_id")
+    private Long productModelId;
     @Schema(description = "鍟嗗搧鍚嶇О")
     private String product;
     @Schema(description = "鍟嗗搧瑙勬牸")

--
Gitblit v1.9.3