master:返回数据调整;

pull/1121/head
liujiang 2025-09-05 14:38:56 +08:00
parent 872e14ddb0
commit 2507940446
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@ public class APPProdCateTop3DTO {
private Integer orderNum;
@ApiModelProperty(value = "档口ID")
private Long storeId;
@ApiModelProperty(value = "档口商品ID")
private Long storeProdId;
@ApiModelProperty(value = "商品货号")
private String prodArtNum;
}