zhangyong
2023-09-17 e6f7bba9aa14c8ff3fc154ccd5a26eb3c3f3d6f9
springboot-vue3/src/main/java/com/example/springboot/entity/OrderOut.java
@@ -23,7 +23,6 @@
    public void setOrderId(String orderid) {
        this.orderid = orderid;
    }
    public String getOrderId() {
        return orderid;
    }
@@ -31,7 +30,6 @@
    public void setState(Integer state) {
        this.state = state;
    }
    public Integer getState() {
        return state;
    }
@@ -39,7 +37,6 @@
    public void setModTime(Date modtime) {
        this.modtime = modtime;
    }
    public Date getModTime() {
        return modtime;
    }