fix 增加修改门店区域

This commit is contained in:
shuo.wang
2024-11-12 18:08:24 +08:00
parent a483ac86ad
commit 6eda5bdba4
3 changed files with 5 additions and 1 deletions

View File

@@ -25,4 +25,7 @@ public class UpdateShopCodeRequest {
@ApiModelProperty("门店名称")
private String shopName;
@ApiModelProperty("门店所属区域")
private Long regionId;
}