!19 添加角色功能

Merge pull request !19 from Radar/role
This commit is contained in:
Radar 2022-10-13 12:35:09 +00:00 committed by Gitee
commit bbe2367b7b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -34,6 +34,9 @@ import java.util.List;
@Api(value = "ActivationApi", description = "策略集管理相关操作", tags = {"策略集API"})
public class ActivationApiController {
/**
* service.
*/
@Autowired
private ActivationService activationService;