|
@@ -2,6 +2,8 @@ package com.lantone.qc.kernel.catalogue.behospitalized;
|
|
|
|
|
|
import com.lantone.qc.kernel.catalogue.QCCatalogue;
|
|
|
import com.lantone.qc.kernel.util.CatalogueUtil;
|
|
|
+import com.lantone.qc.pub.model.InputInfo;
|
|
|
+import com.lantone.qc.pub.model.OutputInfo;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.stereotype.Component;
|
|
|
|
|
@@ -18,8 +20,7 @@ public class BEH0001 extends QCCatalogue {
|
|
|
public BEH0001() {
|
|
|
qcCatalogueMap.put("BEH0001", this);
|
|
|
}
|
|
|
- public Map<String, Map<String, String>> execute() {
|
|
|
+ public void execute(InputInfo inputInfo, OutputInfo outputInfo) {
|
|
|
System.out.println("111111111");
|
|
|
- return null;
|
|
|
}
|
|
|
}
|