From f0a269825f5adb0ac0ead75396feb603f13d278a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=97=AD?= <2795210596@qq.com> Date: Sun, 20 Apr 2025 11:45:08 +0800 Subject: [PATCH] =?UTF-8?q?ES=E5=95=86=E5=93=81=E4=BF=A1=E6=81=AF=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E4=BB=B7=E6=A0=BC=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/tmerclub/cloud/common/local/vo/CueProductSearchVO.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmerclub-common/tmerclub-common-local/src/main/java/com/tmerclub/cloud/common/local/vo/CueProductSearchVO.java b/tmerclub-common/tmerclub-common-local/src/main/java/com/tmerclub/cloud/common/local/vo/CueProductSearchVO.java index 6978cbe..0ffd500 100644 --- a/tmerclub-common/tmerclub-common-local/src/main/java/com/tmerclub/cloud/common/local/vo/CueProductSearchVO.java +++ b/tmerclub-common/tmerclub-common-local/src/main/java/com/tmerclub/cloud/common/local/vo/CueProductSearchVO.java @@ -39,7 +39,7 @@ public class CueProductSearchVO implements Serializable { private String productImages; @Schema(description = "价格") - private Long price; + private Long productPrice; @Schema(description = "品牌信息") private CueBrandSearchVO brandItem;