chenrui
2025-03-25 4ac4b1505f60088e59d78d999205377a8f170ca2
basic-server/src/main/java/com/ruoyi/basic/dto/ProductDto.java
@@ -8,4 +8,8 @@
    private Integer id;
    private String name;
    private Integer workShopId;
    private String workShopName;
}