彭雪彬
2025-07-15 25526c5fe2edd5a6133a239b490f9d03044e75cf
oying-system/src/main/java/com/oying/modules/sh/domain/request/GeneratorOrder.java
@@ -4,6 +4,7 @@
import lombok.Getter;
import lombok.Setter;
import javax.validation.constraints.NotNull;
import java.util.List;
/**
@@ -16,6 +17,7 @@
public class GeneratorOrder {
    @ApiModelProperty(value = "门店ID")
    @NotNull
    private Long storeId;
    @ApiModelProperty(value = "商品&数量")
    private List<ProductOrder> products;