master:app查询入参调整;
parent
c9352b7a3a
commit
26f195d2bd
|
|
@ -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 = "商品状态列表")
|
||||
|
|
|
|||
Loading…
Reference in New Issue