xin
2025-07-10 c1bee26b4a8fd6c9d554cc9f16a8e2ee81731543
oying-system/src/main/java/com/oying/modules/sh/domain/request/GeneratorOrder.java
@@ -16,7 +16,7 @@
public class GeneratorOrder {
    @ApiModelProperty(value = "门店ID")
    private String storeId;
    private Long storeId;
    @ApiModelProperty(value = "商品&数量")
    private List<ProductOrder> products;
}