wyq 6 months ago
parent 4f93df29ec
commit 63cbd27784
  1. 4
      crmeb-common/src/main/java/com/zbkj/common/response/StoreProductInfoResponse.java

@ -32,7 +32,11 @@ public class StoreProductInfoResponse implements Serializable {
@ApiModelProperty(value = "商品id")
private Integer id;
@ApiModelProperty(value = "每单限购数量")
private Integer orderProductNums;
@ApiModelProperty(value = "用户限购数量")
private Integer userProductNums;
@ApiModelProperty(value = "商品图片")
private String image;

Loading…
Cancel
Save