修改增加意向门店接口

This commit is contained in:
shuo.wang
2025-01-10 17:22:27 +08:00
parent 1b752aff83
commit 2f962e4039
3 changed files with 33 additions and 19 deletions

View File

@@ -23,6 +23,8 @@ public class AddShopRequest {
@NotEmpty
@ApiModelProperty("店铺名称")
private List<String> shopNameList;
@ApiModelProperty(value = "当前登录用户id",hidden = true)
private String userId;
public AddShopRequest() {
}