add - 新增查询全量模型中的租户集合
This commit is contained in:
parent
d8c9f1ed7f
commit
89f48baa21
@ -215,7 +215,7 @@ public class BpmnProcessModelController implements ProcessModelApi {
|
||||
}
|
||||
|
||||
@Operation(summary = "查询模型的租户集合")
|
||||
@GetMapping("/api/process/model/tenant/ids")
|
||||
@GetMapping("/tenant/ids")
|
||||
@Override
|
||||
public CommonResponse<List<String>> getTenantIds() {
|
||||
log.info("查询模型的租户集合getTenantIds");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user