clll
2023-11-27 1ebc598658f85c07c7cbabaf289ab89838a8acc9
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;
    }