ZengTao
2023-09-06 3879216b974b6a54232dd03017e0695186cea092
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;
    }