wu
2023-09-06 a8698fd74b7e630820f42eb76bd58ce8d22585d1
springboot-vue3/src/main/java/com/example/springboot/entity/OrderOut.java
@@ -11,9 +11,11 @@
    public Integer id() {
        return id;
    }
    public void setId(Integer id) {
        this.id = id;
    }
    public Integer getId() {
        return id;
    }