feat() 规则级别
parent
9a59b495b4
commit
89b448f187
|
@ -43,10 +43,6 @@ public class VersionCodeController extends BaseController {
|
|||
return success(versionCodeService.getVersionCode(id));
|
||||
}
|
||||
|
||||
@RequiresPermissions("rule:versionCode:add")
|
||||
@PostMapping("/add")
|
||||
public Result add(@RequestBody)
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue