From abf1c0a35d85d38239ff5d2ed746a4e4b797c9d1 Mon Sep 17 00:00:00 2001
From: xiaoyi <908147524@qq.com>
Date: 星期四, 20 八月 2026 14:05:02 +0800
Subject: [PATCH] feat 功能修正
---
yudao-module-crm/src/main/java/cn/iocoder/yudao/module/crm/dal/dataobject/quotation/CrmSaleQuotationDO.java | 33 +++++++++++++++++++++++++++++++++
1 files changed, 33 insertions(+), 0 deletions(-)
diff --git a/yudao-module-crm/src/main/java/cn/iocoder/yudao/module/crm/dal/dataobject/quotation/CrmSaleQuotationDO.java b/yudao-module-crm/src/main/java/cn/iocoder/yudao/module/crm/dal/dataobject/quotation/CrmSaleQuotationDO.java
index 1c47b67..365c416 100644
--- a/yudao-module-crm/src/main/java/cn/iocoder/yudao/module/crm/dal/dataobject/quotation/CrmSaleQuotationDO.java
+++ b/yudao-module-crm/src/main/java/cn/iocoder/yudao/module/crm/dal/dataobject/quotation/CrmSaleQuotationDO.java
@@ -129,4 +129,37 @@
*/
private String remark;
+ /**
+ * 鎶ヤ环绫诲瀷锛堢數鍔汣RM鎵╁睍锛�
+ *
+ * 瀛楀吀 crm_quotation_type锛歡eneral=閫氱敤 / power=鐢靛姏鎶ヤ环 / energy=鑳芥簮鏈嶅姟
+ */
+ private String quotationType;
+ /**
+ * 鍚堝悓瀹归噺锛坘VA锛屼粎鐢靛姏/鑳芥簮鎶ヤ环锛�
+ */
+ private BigDecimal capacity;
+ /**
+ * 鏈�澶ч渶閲忥紙kW锛屼粎涓ら儴鍒剁數浠凤級
+ */
+ private BigDecimal maxDemand;
+ /**
+ * 鐢靛害鍗曚环锛堝厓/kWh锛�
+ */
+ private BigDecimal unitPrice;
+ /**
+ * 鐢典环妯″紡
+ *
+ * 瀛楀吀 crm_tariff_mode锛歴ingle=鍗曚竴鍒� / two-part=涓ら儴鍒� / tier=闃舵 / tou=宄拌胺鍒嗘椂
+ */
+ private String tariffMode;
+ /**
+ * 鍔涜皟鐢佃垂锛堝厓锛�
+ */
+ private BigDecimal powerFactorFee;
+ /**
+ * 缁撶畻鍛ㄦ湡锛堟湀锛�
+ */
+ private Integer billingCycle;
+
}
\ No newline at end of file
--
Gitblit v1.9.3