升级版本

This commit is contained in:
taozi
2022-11-27 18:04:07 +08:00
parent 0bd614b60e
commit 4964312372
2 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.5</version> <version>2.7.6</version>
</parent> </parent>
<properties> <properties>

View File

@ -66,6 +66,7 @@ public class StoreProductRuleController {
} }
@ForbidSubmit
@PostMapping("/save/{id}") @PostMapping("/save/{id}")
@Log("新增/修改sku规则") @Log("新增/修改sku规则")
@ApiOperation("新增/修改sku规则") @ApiOperation("新增/修改sku规则")