master:app查询入参调整;

pull/1121/head
liujiang 2025-09-02 13:00:50 +08:00
parent c9352b7a3a
commit 26f195d2bd
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ import java.util.List;
public class IndexSearchVO extends BasePageVO {
@ApiModelProperty(value = "档口ID")
private Long storeId;
private List<String> storeIdList;
@ApiModelProperty(value = "搜索内容")
private String search;
@ApiModelProperty(value = "商品状态列表")