luqingyang
2023-10-25 d2048c247c446be08598abf8e1bc11a4ea77be32
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;
    }