From 2f0ade35ec9107f94c153057b207e4f21e9a29b0 Mon Sep 17 00:00:00 2001 From: zhy <luhan1008611> Date: 星期三, 25 十月 2023 17:31:33 +0800 Subject: [PATCH] Merge branch 'master' of http://116.198.39.83:7111/r/xxjProject/low-consum-manage --- consum-model-pojo/src/main/java/com/consum/model/po/LWhGoods.java | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/consum-model-pojo/src/main/java/com/consum/model/po/LWhGoods.java b/consum-model-pojo/src/main/java/com/consum/model/po/LWhGoods.java index 391c973..5bb2173 100644 --- a/consum-model-pojo/src/main/java/com/consum/model/po/LWhGoods.java +++ b/consum-model-pojo/src/main/java/com/consum/model/po/LWhGoods.java @@ -60,7 +60,7 @@ @JsonIgnore protected boolean isset_unit = false; - private Double price = null; + private Long price = null; @JsonIgnore protected boolean isset_price = false; @@ -247,11 +247,11 @@ return this.unit == null || this.unit.length() == 0; } - public Double getPrice() { + public Long getPrice() { return this.price; } - public void setPrice(Double price) { + public void setPrice(Long price) { this.price = price; this.isset_price = true; } -- Gitblit v1.9.1