升级版本
This commit is contained in:
2
pom.xml
2
pom.xml
@ -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>
|
||||||
|
@ -66,6 +66,7 @@ public class StoreProductRuleController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ForbidSubmit
|
||||||
@PostMapping("/save/{id}")
|
@PostMapping("/save/{id}")
|
||||||
@Log("新增/修改sku规则")
|
@Log("新增/修改sku规则")
|
||||||
@ApiOperation("新增/修改sku规则")
|
@ApiOperation("新增/修改sku规则")
|
||||||
|
Reference in New Issue
Block a user