admin
2021-06-05 ddff7888bf7e754d12fb5fc85a58f3012f456490
app/src/main/java/com/tejia/lijin/app/entity/OrderGoods.java
@@ -29,6 +29,15 @@
    @Expose
    TextColorSet goodsTitle;
    //下单时间
    @Expose
    private String placeOrderTime;
    //订单状态
    @Expose
    private String payState;
    public String getActualCount() {
        return actualCount;
    }
@@ -117,4 +126,19 @@
        this.goodsType = goodsType;
    }
    public String getPlaceOrderTime() {
        return placeOrderTime;
    }
    public void setPlaceOrderTime(String placeOrderTime) {
        this.placeOrderTime = placeOrderTime;
    }
    public String getPayState() {
        return payState;
    }
    public void setPayState(String payState) {
        this.payState = payState;
    }
}