11111
parent
d4848acd71
commit
be9cf3f31d
|
@ -35,6 +35,7 @@ public class RuleEngineVersionController {
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
@PostMapping("/insertVersion")
|
@PostMapping("/insertVersion")
|
||||||
@Operation(summary = "规则引擎版本",description = "通过传入版本添加的实体类,进行规则引擎的版本添加")
|
@Operation(summary = "规则引擎版本",description = "通过传入版本添加的实体类,进行规则引擎的版本添加")
|
||||||
public Result insertVersion(@Validated @RequestBody VersionAddReq versionAddReq){
|
public Result insertVersion(@Validated @RequestBody VersionAddReq versionAddReq){
|
||||||
|
|
Loading…
Reference in New Issue