rename TyrSaasRoleApi
This commit is contained in:
parent
c7e54252d1
commit
2ff21391e8
@ -18,7 +18,7 @@ import java.util.List;
|
||||
* 角色
|
||||
*/
|
||||
@FeignClient(name = "tyr", url = "${axzo.service.tyr:http://tyr:8080}")
|
||||
public interface SaasRoleApi {
|
||||
public interface TyrSaasRoleApi {
|
||||
|
||||
/**
|
||||
* 保存/更新
|
||||
@ -3,7 +3,7 @@ package cn.axzo.tyr.server.controller.role;
|
||||
import cn.axzo.framework.domain.web.BizException;
|
||||
import cn.axzo.framework.domain.web.code.BaseCode;
|
||||
import cn.axzo.framework.domain.web.result.ApiResult;
|
||||
import cn.axzo.tyr.client.feign.SaasRoleApi;
|
||||
import cn.axzo.tyr.client.feign.TyrSaasRoleApi;
|
||||
import cn.axzo.tyr.client.model.req.QueryByIdentityIdTypeReq;
|
||||
import cn.axzo.tyr.client.model.req.QuerySaasRoleReq;
|
||||
import cn.axzo.tyr.client.model.res.QueryBatchByIdentityIdTypeRes;
|
||||
@ -28,7 +28,7 @@ import java.util.List;
|
||||
@Slf4j
|
||||
@RestController
|
||||
@RequiredArgsConstructor
|
||||
public class SaasRoleController implements SaasRoleApi {
|
||||
public class SaasRoleController implements TyrSaasRoleApi {
|
||||
|
||||
@Autowired
|
||||
RoleService roleService;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user