|
@@ -3,6 +3,7 @@ package com.lantone.qc.kernel.catalogue.medicalwriting;
|
|
|
import com.lantone.qc.kernel.catalogue.QCCatalogue;
|
|
|
import com.lantone.qc.pub.model.InputInfo;
|
|
|
import com.lantone.qc.pub.model.OutputInfo;
|
|
|
+import org.springframework.stereotype.Component;
|
|
|
|
|
|
import java.text.ParseException;
|
|
|
|
|
@@ -12,6 +13,7 @@ import java.text.ParseException;
|
|
|
* @Author : 楼辉荣
|
|
|
* @Date: 2020-03-28 17:32
|
|
|
*/
|
|
|
+@Component
|
|
|
public class MEDI0653 extends QCCatalogue {
|
|
|
@Override
|
|
|
protected void start(InputInfo inputInfo, OutputInfo outputInfo) throws ParseException {
|