From abb53ac6519850eabadefded9d4bb64a0717c052 Mon Sep 17 00:00:00 2001
From: sxy <3187870250@qq.com>
Date: Sat, 14 Jun 2025 16:59:41 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=AC=A6=E5=8F=B7?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 internal/model/valueAdd_bundle.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/internal/model/valueAdd_bundle.go b/internal/model/valueAdd_bundle.go
index 00b1d8c..c49a939 100644
--- a/internal/model/valueAdd_bundle.go
+++ b/internal/model/valueAdd_bundle.go
@@ -76,7 +76,7 @@ type PriceOptions []*PriceOption
 type PriceOption struct {
 	Id     int32   `json:"id"`
 	Num    int32   `json:"num"`
-	Symbol string  `json:"symbol"` // 符号> < = <= =>
+	Symbol string  `json:"symbol"` // 符号> < = >= <=
 	Price  float32 `json:"price"`  // 价格(根据priceMode决定是单价还是总价)
 }