refactor(流程定义): 弃用 流程定义相关 接口
This commit is contained in:
@@ -36,6 +36,7 @@ import java.nio.charset.StandardCharsets;
|
||||
@RequiredArgsConstructor
|
||||
@RestController
|
||||
@RequestMapping("/workflow/definition")
|
||||
@Deprecated
|
||||
public class WfDefinitionController extends BaseController {
|
||||
|
||||
private final IWfDefinitionService flowDefinitionService;
|
||||
|
||||
Reference in New Issue
Block a user