liugl
2020-11-02 c2877e03172d68af0a0eacd56ac0f5d4c67c6f26
app/src/main/java/com/okgoincar/bean/LocalOrderBean.java
@@ -7,6 +7,15 @@
    private String orderId;
    private String orderType = "2";
    private double money = 0.0;
    private String userId;
    public String getUserId() {
        return userId;
    }
    public void setUserId(String userId) {
        this.userId = userId;
    }
    public Long getStartTime() {
        return startTime;
@@ -47,4 +56,6 @@
    public void setMoney(double money) {
        this.money = money;
    }
}