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

@@ -60,7 +60,7 @@ public class PCShopController {
return ResponseResult.success(shopService.addShop(request));
}
@ApiOperation("修改门店编号和门店名称")
@ApiOperation("修改门店编号和门店名称和门店所属区域")
@PostMapping("/updateShopCode")
public ResponseResult<Integer> updateShopCode(@RequestBody @Validated UpdateShopCodeRequest request) {
return ResponseResult.success(shopService.updateShopCode(request));