From ec4e77644293f355a102af72c605cd9926e8fdc3 Mon Sep 17 00:00:00 2001 From: "1437892690@qq.com" <1437892690@qq.com> Date: Thu, 13 Jun 2024 16:21:26 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8A=9F=E8=83=BD]=20=E5=90=8E=E7=AB=AF-?= =?UTF-8?q?=E5=B7=A5=E5=8D=95=E5=BC=80=E5=A7=8B=E5=A4=84=E7=90=86=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #[1178251643289600]后端-工单开始处理按钮优化 http://192.168.0.96:8090/demo/rdm.html#/task-detail/939050947543040/939050947543050/1178251643289600 --- .../IProcessTaskStartApiCrossoverService.java | 25 ------------------- 1 file changed, 25 deletions(-) delete mode 100644 src/main/java/neatlogic/framework/process/crossover/IProcessTaskStartApiCrossoverService.java diff --git a/src/main/java/neatlogic/framework/process/crossover/IProcessTaskStartApiCrossoverService.java b/src/main/java/neatlogic/framework/process/crossover/IProcessTaskStartApiCrossoverService.java deleted file mode 100644 index 80fed0fe..00000000 --- a/src/main/java/neatlogic/framework/process/crossover/IProcessTaskStartApiCrossoverService.java +++ /dev/null @@ -1,25 +0,0 @@ -/*Copyright (C) 2023 深圳极向量科技有限公司 All Rights Reserved. - -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU Affero General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU Affero General Public License for more details. - -You should have received a copy of the GNU Affero General Public License -along with this program. If not, see .*/ - -package neatlogic.framework.process.crossover; - -import neatlogic.framework.crossover.ICrossoverService; -import com.alibaba.fastjson.JSONObject; - -public interface IProcessTaskStartApiCrossoverService extends ICrossoverService { - - Object myDoService(JSONObject jsonObj) throws Exception; - -} -- Gitee