diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/constant/ExperimentReviewResultEnum.java b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/constant/ExperimentReviewResultEnum.java index f4b7620..e23a012 100644 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/constant/ExperimentReviewResultEnum.java +++ b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/constant/ExperimentReviewResultEnum.java @@ -8,5 +8,5 @@ public interface ExperimentReviewResultEnum { String UNKNOWN = "无法评定"; String HIGH = "高估"; String LOW = "低估"; - String HIGH_OR_LOW = "高估/低估"; + String HIGH_OR_LOW = "高估或低估"; } diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/ESCC225001Executor.java b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/ESCC225001Executor.java index 59c7435..2651993 100644 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/ESCC225001Executor.java +++ b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/ESCC225001Executor.java @@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType; import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; -import org.springframework.stereotype.Service; +import org.springframework.stereotype.Component; /** * @author lise */ +@Component public class ESCC225001Executor implements IExperimentReviewRuleExecutor { @Override public String getProcessType() { diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/ESCC225002Executor.java b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/ESCC225002Executor.java index 7221f81..a1d0800 100644 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/ESCC225002Executor.java +++ b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/ESCC225002Executor.java @@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType; import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; -import org.springframework.stereotype.Service; +import org.springframework.stereotype.Component; /** * @author lise */ +@Component public class ESCC225002Executor implements IExperimentReviewRuleExecutor { @Override public String getProcessType() { diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/ESCC225003Executor.java b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/ESCC225003Executor.java index 6b0ffa6..bb4e992 100644 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/ESCC225003Executor.java +++ b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/ESCC225003Executor.java @@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType; import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; -import org.springframework.stereotype.Service; +import org.springframework.stereotype.Component; /** * @author lise */ +@Component public class ESCC225003Executor implements IExperimentReviewRuleExecutor { @Override public String getProcessType() { diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/ESCC225004Executor.java b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/ESCC225004Executor.java index 04de11a..955aa25 100644 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/ESCC225004Executor.java +++ b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/ESCC225004Executor.java @@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType; import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; -import org.springframework.stereotype.Service; +import org.springframework.stereotype.Component; /** * @author lise */ +@Component public class ESCC225004Executor implements IExperimentReviewRuleExecutor { @Override public String getProcessType() { diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/ESCC2290001Executor.java b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/ESCC2290001Executor.java index 7242150..a002557 100644 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/ESCC2290001Executor.java +++ b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/ESCC2290001Executor.java @@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType; import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; -import org.springframework.stereotype.Service; +import org.springframework.stereotype.Component; /** * @author lise */ +@Component public class ESCC2290001Executor implements IExperimentReviewRuleExecutor { @Override public String getProcessType() { diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/ESCC2290002Executor.java b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/ESCC2290002Executor.java index b3efef2..00faac8 100644 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/ESCC2290002Executor.java +++ b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/ESCC2290002Executor.java @@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType; import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; -import org.springframework.stereotype.Service; +import org.springframework.stereotype.Component; /** * @author lise */ +@Component public class ESCC2290002Executor implements IExperimentReviewRuleExecutor { @Override public String getProcessType() { diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/ESCC2290003Executor.java b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/ESCC2290003Executor.java index aa7a420..ccdda02 100644 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/ESCC2290003Executor.java +++ b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/ESCC2290003Executor.java @@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType; import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; -import org.springframework.stereotype.Service; +import org.springframework.stereotype.Component; /** * @author lise */ +@Component public class ESCC2290003Executor implements IExperimentReviewRuleExecutor { @Override public String getProcessType() { diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/ESCC2290004Executor.java b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/ESCC2290004Executor.java index 092a685..35b347a 100644 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/ESCC2290004Executor.java +++ b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/ESCC2290004Executor.java @@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType; import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; -import org.springframework.stereotype.Service; +import org.springframework.stereotype.Component; /** * @author lise */ +@Component public class ESCC2290004Executor implements IExperimentReviewRuleExecutor { @Override public String getProcessType() { diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/ESCC2290005Executor.java b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/ESCC2290005Executor.java index 3f5e6ac..1d2dd45 100644 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/ESCC2290005Executor.java +++ b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/ESCC2290005Executor.java @@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType; import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; -import org.springframework.stereotype.Service; +import org.springframework.stereotype.Component; /** * @author lise */ +@Component public class ESCC2290005Executor implements IExperimentReviewRuleExecutor { @Override public String getProcessType() { diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/ESCC2290006Executor.java b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/ESCC2290006Executor.java index 14a6786..d2421c6 100644 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/ESCC2290006Executor.java +++ b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/ESCC2290006Executor.java @@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType; import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; -import org.springframework.stereotype.Service; +import org.springframework.stereotype.Component; /** * @author lise */ +@Component public class ESCC2290006Executor implements IExperimentReviewRuleExecutor { @Override public String getProcessType() { diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/ESCC2290007Executor.java b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/ESCC2290007Executor.java index e755bc6..20705aa 100644 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/ESCC2290007Executor.java +++ b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/ESCC2290007Executor.java @@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType; import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; -import org.springframework.stereotype.Service; +import org.springframework.stereotype.Component; /** * @author lise */ +@Component public class ESCC2290007Executor implements IExperimentReviewRuleExecutor { @Override public String getProcessType() { diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/ESCC2290008Executor.java b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/ESCC2290008Executor.java index 74fb233..9013652 100644 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/ESCC2290008Executor.java +++ b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/ESCC2290008Executor.java @@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType; import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; -import org.springframework.stereotype.Service; +import org.springframework.stereotype.Component; /** * @author lise */ +@Component public class ESCC2290008Executor implements IExperimentReviewRuleExecutor { @Override public String getProcessType() { diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/ESCC2290009Executor.java b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/ESCC2290009Executor.java index aa7068b..4cf3df6 100644 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/ESCC2290009Executor.java +++ b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/ESCC2290009Executor.java @@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType; import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; -import org.springframework.stereotype.Service; +import org.springframework.stereotype.Component; /** * @author lise */ +@Component public class ESCC2290009Executor implements IExperimentReviewRuleExecutor { @Override public String getProcessType() { diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/ExecutorHolder.java b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/ExecutorHolder.java index 0dc3691..39137a2 100644 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/ExecutorHolder.java +++ b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/ExecutorHolder.java @@ -1,67 +1,160 @@ package org.jeecg.modules.database.service.executor; import jakarta.annotation.PostConstruct; +import jakarta.annotation.Resource; import org.jeecg.modules.database.constant.ExperimentReviewProcessType; import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; -import org.springframework.stereotype.Service; +import org.springframework.stereotype.Component; import java.util.HashMap; import java.util.Map; -@Service +@Component public class ExecutorHolder { private Map executors = new HashMap<>(); + @Resource + private ESCC225001Executor eSCC225001Executor; + @Resource + private ESCC225002Executor eSCC225002Executor; + @Resource + private ESCC225003Executor eSCC225003Executor; + @Resource + private ESCC225004Executor eSCC225004Executor; + @Resource + private ESCC2290001Executor eSCC2290001Executor; + @Resource + private ESCC2290002Executor eSCC2290002Executor; + @Resource + private ESCC2290003Executor eSCC2290003Executor; + @Resource + private ESCC2290004Executor eSCC2290004Executor; + @Resource + private ESCC2290005Executor eSCC2290005Executor; + @Resource + private ESCC2290006Executor eSCC2290006Executor; + @Resource + private ESCC2290007Executor eSCC2290007Executor; + @Resource + private ESCC2290008Executor eSCC2290008Executor; + @Resource + private ESCC2290009Executor eSCC2290009Executor; + @Resource + private GJB548C1Executor gjb548C1Executor; + @Resource + private GJB548C2Executor gJB548C2Executor; + @Resource + private GJB548C3Executor gJB548C3Executor; + @Resource + private GJB548C4Executor gJB548C4Executor; + @Resource + private GJB548C5Executor gJB548C5Executor; + @Resource + private GJB548C6Executor gJB548C6Executor; + @Resource + private GJB548C7Executor gJB548C7Executor; + @Resource + private GJB548C8Executor gJB548C8Executor; + @Resource + private GJB548C9Executor gJB548C9Executor; + @Resource + private GJB548C10Executor gJB548C10Executor; + @Resource + private GJB548C11Executor gJB548C11Executor; + @Resource + private GJB548C12Executor gJB548C12Executor; + @Resource + private GJB548C13Executor gJB548C13Executor; + @Resource + private GJB548C14Executor gJB548C14Executor; + @Resource + private GJB548C15Executor gJB548C15Executor; + @Resource + private GJB548C16Executor gJB548C16Executor; + @Resource + private QJ100041Executor qJ100041Executor; + @Resource + private QJ100042Executor qJ100042Executor; + @Resource + private QJ100043Executor qJ100043Executor; + @Resource + private QJ100044Executor qJ100044Executor; + @Resource + private QJ100045Executor qJ100045Executor; + @Resource + private QJ100046Executor qJ100046Executor; + @Resource + private QJ100047Executor qJ100047Executor; + @Resource + private QJ100048Executor qJ100048Executor; + @Resource + private QJ100049Executor qJ100049Executor; + @Resource + private QJ1000410Executor qJ1000410Executor; + @Resource + private QJ1000411Executor qJ1000411Executor; + @Resource + private QJ1000412Executor qJ1000412Executor; + @Resource + private QJ1000413Executor qJ1000413Executor; + @Resource + private QJ1000414Executor qJ1000414Executor; + @Resource + private QJ1000415Executor qJ1000415Executor; + @Resource + private QJ1000416Executor qJ1000416Executor; + @Resource + private QJ1000417Executor qJ1000417Executor; @PostConstruct public void init() { - executors.put(ExperimentReviewProcessType.ESCC22500 + "1", new ESCC225001Executor()); - executors.put(ExperimentReviewProcessType.ESCC22500 + "2", new ESCC225002Executor()); - executors.put(ExperimentReviewProcessType.ESCC22500 + "3", new ESCC225003Executor()); - executors.put(ExperimentReviewProcessType.ESCC22500 + "4", new ESCC225004Executor()); - executors.put(ExperimentReviewProcessType.ESCC229000 + "1", new ESCC2290001Executor()); - executors.put(ExperimentReviewProcessType.ESCC229000 + "2", new ESCC2290002Executor()); - executors.put(ExperimentReviewProcessType.ESCC229000 + "3", new ESCC2290003Executor()); - executors.put(ExperimentReviewProcessType.ESCC229000 + "4", new ESCC2290004Executor()); - executors.put(ExperimentReviewProcessType.ESCC229000 + "5", new ESCC2290005Executor()); - executors.put(ExperimentReviewProcessType.ESCC229000 + "6", new ESCC2290006Executor()); - executors.put(ExperimentReviewProcessType.ESCC229000 + "7", new ESCC2290007Executor()); - executors.put(ExperimentReviewProcessType.ESCC229000 + "8", new ESCC2290008Executor()); - executors.put(ExperimentReviewProcessType.ESCC229000 + "9", new ESCC2290009Executor()); - executors.put(ExperimentReviewProcessType.GJB548C + "1", new GJB548C1Executor()); - executors.put(ExperimentReviewProcessType.GJB548C + "2", new GJB548C2Executor()); - executors.put(ExperimentReviewProcessType.GJB548C + "3", new GJB548C3Executor()); - executors.put(ExperimentReviewProcessType.GJB548C + "4", new GJB548C4Executor()); - executors.put(ExperimentReviewProcessType.GJB548C + "5", new GJB548C5Executor()); - executors.put(ExperimentReviewProcessType.GJB548C + "6", new GJB548C6Executor()); - executors.put(ExperimentReviewProcessType.GJB548C + "7", new GJB548C7Executor()); - executors.put(ExperimentReviewProcessType.GJB548C + "8", new GJB548C8Executor()); - executors.put(ExperimentReviewProcessType.GJB548C + "9", new GJB548C9Executor()); - executors.put(ExperimentReviewProcessType.GJB548C + "10", new GJB548C10Executor()); - executors.put(ExperimentReviewProcessType.GJB548C + "11", new GJB548C11Executor()); - executors.put(ExperimentReviewProcessType.GJB548C + "12", new GJB548C12Executor()); - executors.put(ExperimentReviewProcessType.GJB548C + "13", new GJB548C13Executor()); - executors.put(ExperimentReviewProcessType.GJB548C + "14", new GJB548C14Executor()); - executors.put(ExperimentReviewProcessType.GJB548C + "15", new GJB548C15Executor()); - executors.put(ExperimentReviewProcessType.GJB548C + "16", new GJB548C16Executor()); - executors.put(ExperimentReviewProcessType.QJ10004 + "1", new QJ100041Executor()); - executors.put(ExperimentReviewProcessType.QJ10004 + "2", new QJ100042Executor()); - executors.put(ExperimentReviewProcessType.QJ10004 + "3", new QJ100043Executor()); - executors.put(ExperimentReviewProcessType.QJ10004 + "4", new QJ100044Executor()); - executors.put(ExperimentReviewProcessType.QJ10004 + "5", new QJ100045Executor()); - executors.put(ExperimentReviewProcessType.QJ10004 + "6", new QJ100046Executor()); - executors.put(ExperimentReviewProcessType.QJ10004 + "7", new QJ100047Executor()); - executors.put(ExperimentReviewProcessType.QJ10004 + "8", new QJ100048Executor()); - executors.put(ExperimentReviewProcessType.QJ10004 + "9", new QJ100049Executor()); - executors.put(ExperimentReviewProcessType.QJ10004 + "10", new QJ1000410Executor()); - executors.put(ExperimentReviewProcessType.QJ10004 + "11", new QJ1000411Executor()); - executors.put(ExperimentReviewProcessType.QJ10004 + "12", new QJ1000412Executor()); - executors.put(ExperimentReviewProcessType.QJ10004 + "13", new QJ1000413Executor()); - executors.put(ExperimentReviewProcessType.QJ10004 + "14", new QJ1000414Executor()); - executors.put(ExperimentReviewProcessType.QJ10004 + "15", new QJ1000415Executor()); - executors.put(ExperimentReviewProcessType.QJ10004 + "16", new QJ1000416Executor()); - executors.put(ExperimentReviewProcessType.QJ10004 + "17", new QJ1000417Executor()); + executors.put(ExperimentReviewProcessType.ESCC22500 + "1", eSCC225001Executor); + executors.put(ExperimentReviewProcessType.ESCC22500 + "2", eSCC225002Executor); + executors.put(ExperimentReviewProcessType.ESCC22500 + "3", eSCC225003Executor); + executors.put(ExperimentReviewProcessType.ESCC22500 + "4", eSCC225004Executor); + executors.put(ExperimentReviewProcessType.ESCC229000 + "1", eSCC2290001Executor); + executors.put(ExperimentReviewProcessType.ESCC229000 + "2", eSCC2290002Executor); + executors.put(ExperimentReviewProcessType.ESCC229000 + "3", eSCC2290003Executor); + executors.put(ExperimentReviewProcessType.ESCC229000 + "4", eSCC2290004Executor); + executors.put(ExperimentReviewProcessType.ESCC229000 + "5", eSCC2290005Executor); + executors.put(ExperimentReviewProcessType.ESCC229000 + "6", eSCC2290006Executor); + executors.put(ExperimentReviewProcessType.ESCC229000 + "7", eSCC2290007Executor); + executors.put(ExperimentReviewProcessType.ESCC229000 + "8", eSCC2290008Executor); + executors.put(ExperimentReviewProcessType.ESCC229000 + "9", eSCC2290009Executor); + executors.put(ExperimentReviewProcessType.GJB548C + "1", gjb548C1Executor); + executors.put(ExperimentReviewProcessType.GJB548C + "2", gJB548C2Executor); + executors.put(ExperimentReviewProcessType.GJB548C + "3", gJB548C3Executor); + executors.put(ExperimentReviewProcessType.GJB548C + "4", gJB548C4Executor); + executors.put(ExperimentReviewProcessType.GJB548C + "5", gJB548C5Executor); + executors.put(ExperimentReviewProcessType.GJB548C + "6", gJB548C6Executor); + executors.put(ExperimentReviewProcessType.GJB548C + "7", gJB548C7Executor); + executors.put(ExperimentReviewProcessType.GJB548C + "8", gJB548C8Executor); + executors.put(ExperimentReviewProcessType.GJB548C + "9", gJB548C9Executor); + executors.put(ExperimentReviewProcessType.GJB548C + "10", gJB548C10Executor); + executors.put(ExperimentReviewProcessType.GJB548C + "11", gJB548C11Executor); + executors.put(ExperimentReviewProcessType.GJB548C + "12", gJB548C12Executor); + executors.put(ExperimentReviewProcessType.GJB548C + "13", gJB548C13Executor); + executors.put(ExperimentReviewProcessType.GJB548C + "14", gJB548C14Executor); + executors.put(ExperimentReviewProcessType.GJB548C + "15", gJB548C15Executor); + executors.put(ExperimentReviewProcessType.GJB548C + "16", gJB548C16Executor); + executors.put(ExperimentReviewProcessType.QJ10004 + "1", qJ100041Executor); + executors.put(ExperimentReviewProcessType.QJ10004 + "2", qJ100042Executor); + executors.put(ExperimentReviewProcessType.QJ10004 + "3", qJ100043Executor); + executors.put(ExperimentReviewProcessType.QJ10004 + "4", qJ100044Executor); + executors.put(ExperimentReviewProcessType.QJ10004 + "5", qJ100045Executor); + executors.put(ExperimentReviewProcessType.QJ10004 + "6", qJ100046Executor); + executors.put(ExperimentReviewProcessType.QJ10004 + "7", qJ100047Executor); + executors.put(ExperimentReviewProcessType.QJ10004 + "8", qJ100048Executor); + executors.put(ExperimentReviewProcessType.QJ10004 + "9", qJ100049Executor); + executors.put(ExperimentReviewProcessType.QJ10004 + "10", qJ1000410Executor); + executors.put(ExperimentReviewProcessType.QJ10004 + "11", qJ1000411Executor); + executors.put(ExperimentReviewProcessType.QJ10004 + "12", qJ1000412Executor); + executors.put(ExperimentReviewProcessType.QJ10004 + "13", qJ1000413Executor); + executors.put(ExperimentReviewProcessType.QJ10004 + "14", qJ1000414Executor); + executors.put(ExperimentReviewProcessType.QJ10004 + "15", qJ1000415Executor); + executors.put(ExperimentReviewProcessType.QJ10004 + "16", qJ1000416Executor); + executors.put(ExperimentReviewProcessType.QJ10004 + "17", qJ1000417Executor); } public String execute(String processType, Experiment experiment, ExperimentSampleInfo sampleInfo) { diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C10Executor.java b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C10Executor.java index b272b60..eddbd49 100644 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C10Executor.java +++ b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C10Executor.java @@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType; import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; -import org.springframework.stereotype.Service; +import org.springframework.stereotype.Component; /** * @author lise */ +@Component public class GJB548C10Executor implements IExperimentReviewRuleExecutor { @Override public String getProcessType() { diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C11Executor.java b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C11Executor.java index fb551ae..d8a291e 100644 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C11Executor.java +++ b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C11Executor.java @@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType; import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; -import org.springframework.stereotype.Service; +import org.springframework.stereotype.Component; /** * @author lise */ +@Component public class GJB548C11Executor implements IExperimentReviewRuleExecutor { @Override public String getProcessType() { diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C12Executor.java b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C12Executor.java index cbd3f78..2fb2599 100644 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C12Executor.java +++ b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C12Executor.java @@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType; import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; -import org.springframework.stereotype.Service; +import org.springframework.stereotype.Component; /** * @author lise */ +@Component public class GJB548C12Executor implements IExperimentReviewRuleExecutor { @Override public String getProcessType() { diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C13Executor.java b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C13Executor.java index 2917c2f..e3e8838 100644 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C13Executor.java +++ b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C13Executor.java @@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType; import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; -import org.springframework.stereotype.Service; +import org.springframework.stereotype.Component; /** * @author lise */ +@Component public class GJB548C13Executor implements IExperimentReviewRuleExecutor { @Override public String getProcessType() { diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C14Executor.java b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C14Executor.java index 0bd2e79..417c06b 100644 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C14Executor.java +++ b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C14Executor.java @@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType; import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; -import org.springframework.stereotype.Service; +import org.springframework.stereotype.Component; /** * @author lise */ +@Component public class GJB548C14Executor implements IExperimentReviewRuleExecutor { @Override public String getProcessType() { diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C15Executor.java b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C15Executor.java index f03c3c3..e14af0f 100644 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C15Executor.java +++ b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C15Executor.java @@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType; import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; -import org.springframework.stereotype.Service; +import org.springframework.stereotype.Component; /** * @author lise */ +@Component public class GJB548C15Executor implements IExperimentReviewRuleExecutor { @Override public String getProcessType() { diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C16Executor.java b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C16Executor.java index a960113..931dbe4 100644 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C16Executor.java +++ b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C16Executor.java @@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType; import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; -import org.springframework.stereotype.Service; +import org.springframework.stereotype.Component; /** * @author lise */ +@Component public class GJB548C16Executor implements IExperimentReviewRuleExecutor { @Override public String getProcessType() { diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C1Executor.java b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C1Executor.java index cc21120..da66d14 100644 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C1Executor.java +++ b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C1Executor.java @@ -9,13 +9,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewResultEnum; import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; -import org.springframework.stereotype.Service; +import org.springframework.stereotype.Component; /** * @author lise * @version GJB548C1Executor.java, v 0.1 2025年06月16日 20:57 lise */ - +@Component public class GJB548C1Executor implements IExperimentReviewRuleExecutor { @Override public String getProcessType() { diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C2Executor.java b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C2Executor.java index 02d379f..5731b48 100644 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C2Executor.java +++ b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C2Executor.java @@ -9,13 +9,14 @@ import org.jeecg.modules.database.constant.ExperimentReviewResultEnum; import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; -import org.springframework.stereotype.Service; +import org.springframework.stereotype.Component; /** * @author lise * @version GJB548C1Executor.java, v 0.1 2025年06月16日 20:57 lise */ +@Component public class GJB548C2Executor implements IExperimentReviewRuleExecutor { @Override public String getProcessType() { diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C3Executor.java b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C3Executor.java index 9f2e38e..01596d0 100644 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C3Executor.java +++ b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C3Executor.java @@ -9,13 +9,14 @@ import org.jeecg.modules.database.constant.ExperimentReviewResultEnum; import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; -import org.springframework.stereotype.Service; +import org.springframework.stereotype.Component; /** * @author lise * @version GJB548C1Executor.java, v 0.1 2025年06月16日 20:57 lise */ +@Component public class GJB548C3Executor implements IExperimentReviewRuleExecutor { @Override public String getProcessType() { diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C4Executor.java b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C4Executor.java index 942570a..f69e4db 100644 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C4Executor.java +++ b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C4Executor.java @@ -8,13 +8,14 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType; import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; -import org.springframework.stereotype.Service; +import org.springframework.stereotype.Component; /** * @author lise * @version GJB548C1Executor.java, v 0.1 2025年06月16日 20:57 lise */ +@Component public class GJB548C4Executor implements IExperimentReviewRuleExecutor { @Override public String getProcessType() { diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C5Executor.java b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C5Executor.java index 2102b6c..e2b89bd 100644 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C5Executor.java +++ b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C5Executor.java @@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType; import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; -import org.springframework.stereotype.Service; +import org.springframework.stereotype.Component; /** * @author lise */ +@Component public class GJB548C5Executor implements IExperimentReviewRuleExecutor { @Override public String getProcessType() { diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C6Executor.java b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C6Executor.java index 0b40f90..8f475b7 100644 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C6Executor.java +++ b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C6Executor.java @@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType; import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; -import org.springframework.stereotype.Service; +import org.springframework.stereotype.Component; /** * @author lise */ +@Component public class GJB548C6Executor implements IExperimentReviewRuleExecutor { @Override public String getProcessType() { diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C7Executor.java b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C7Executor.java index f651151..6b29c35 100644 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C7Executor.java +++ b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C7Executor.java @@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType; import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; -import org.springframework.stereotype.Service; +import org.springframework.stereotype.Component; /** * @author lise */ +@Component public class GJB548C7Executor implements IExperimentReviewRuleExecutor { @Override public String getProcessType() { diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C8Executor.java b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C8Executor.java index b58c5f2..3c7c0bb 100644 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C8Executor.java +++ b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C8Executor.java @@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType; import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; -import org.springframework.stereotype.Service; +import org.springframework.stereotype.Component; /** * @author lise */ +@Component public class GJB548C8Executor implements IExperimentReviewRuleExecutor { @Override public String getProcessType() { diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C9Executor.java b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C9Executor.java index 8a6a333..904e8dd 100644 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C9Executor.java +++ b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/GJB548C9Executor.java @@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType; import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; -import org.springframework.stereotype.Service; +import org.springframework.stereotype.Component; /** * @author lise */ +@Component public class GJB548C9Executor implements IExperimentReviewRuleExecutor { @Override public String getProcessType() { diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ1000410Executor.java b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ1000410Executor.java index 84afb63..bfffa55 100644 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ1000410Executor.java +++ b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ1000410Executor.java @@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType; import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; -import org.springframework.stereotype.Service; +import org.springframework.stereotype.Component; /** * @author lise */ +@Component public class QJ1000410Executor implements IExperimentReviewRuleExecutor { @Override public String getProcessType() { diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ1000411Executor.java b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ1000411Executor.java index f927090..498e109 100644 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ1000411Executor.java +++ b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ1000411Executor.java @@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType; import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; -import org.springframework.stereotype.Service; +import org.springframework.stereotype.Component; /** * @author lise */ +@Component public class QJ1000411Executor implements IExperimentReviewRuleExecutor { @Override public String getProcessType() { diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ1000412Executor.java b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ1000412Executor.java index 4f3c192..a2a19f9 100644 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ1000412Executor.java +++ b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ1000412Executor.java @@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType; import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; -import org.springframework.stereotype.Service; +import org.springframework.stereotype.Component; /** * @author lise */ +@Component public class QJ1000412Executor implements IExperimentReviewRuleExecutor { @Override public String getProcessType() { diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ1000413Executor.java b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ1000413Executor.java index 144afc7..8247f8f 100644 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ1000413Executor.java +++ b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ1000413Executor.java @@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType; import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; -import org.springframework.stereotype.Service; +import org.springframework.stereotype.Component; /** * @author lise */ +@Component public class QJ1000413Executor implements IExperimentReviewRuleExecutor { @Override public String getProcessType() { diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ1000414Executor.java b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ1000414Executor.java index 7e52657..304039b 100644 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ1000414Executor.java +++ b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ1000414Executor.java @@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType; import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; -import org.springframework.stereotype.Service; +import org.springframework.stereotype.Component; /** * @author lise */ +@Component public class QJ1000414Executor implements IExperimentReviewRuleExecutor { @Override public String getProcessType() { diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ1000415Executor.java b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ1000415Executor.java index ef74166..341b5ef 100644 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ1000415Executor.java +++ b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ1000415Executor.java @@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType; import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; -import org.springframework.stereotype.Service; +import org.springframework.stereotype.Component; /** * @author lise */ +@Component public class QJ1000415Executor implements IExperimentReviewRuleExecutor { @Override public String getProcessType() { diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ1000416Executor.java b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ1000416Executor.java index fe52dac..33da88f 100644 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ1000416Executor.java +++ b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ1000416Executor.java @@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType; import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; -import org.springframework.stereotype.Service; +import org.springframework.stereotype.Component; /** * @author lise */ +@Component public class QJ1000416Executor implements IExperimentReviewRuleExecutor { @Override public String getProcessType() { diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ1000417Executor.java b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ1000417Executor.java index d32d96f..b03388d 100644 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ1000417Executor.java +++ b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ1000417Executor.java @@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType; import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; -import org.springframework.stereotype.Service; +import org.springframework.stereotype.Component; /** * @author lise */ +@Component public class QJ1000417Executor implements IExperimentReviewRuleExecutor { @Override public String getProcessType() { diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ100041Executor.java b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ100041Executor.java index 0056808..4b15966 100644 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ100041Executor.java +++ b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ100041Executor.java @@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType; import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; -import org.springframework.stereotype.Service; +import org.springframework.stereotype.Component; /** * @author lise */ +@Component public class QJ100041Executor implements IExperimentReviewRuleExecutor { @Override public String getProcessType() { diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ100042Executor.java b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ100042Executor.java index c0b8813..af269d2 100644 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ100042Executor.java +++ b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ100042Executor.java @@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType; import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; -import org.springframework.stereotype.Service; +import org.springframework.stereotype.Component; /** * @author lise */ +@Component public class QJ100042Executor implements IExperimentReviewRuleExecutor { @Override public String getProcessType() { diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ100043Executor.java b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ100043Executor.java index 2954b0b..b9ed8c2 100644 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ100043Executor.java +++ b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ100043Executor.java @@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType; import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; -import org.springframework.stereotype.Service; +import org.springframework.stereotype.Component; /** * @author lise */ +@Component public class QJ100043Executor implements IExperimentReviewRuleExecutor { @Override public String getProcessType() { diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ100044Executor.java b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ100044Executor.java index 65d87aa..b578134 100644 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ100044Executor.java +++ b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ100044Executor.java @@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType; import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; -import org.springframework.stereotype.Service; +import org.springframework.stereotype.Component; /** * @author lise */ +@Component public class QJ100044Executor implements IExperimentReviewRuleExecutor { @Override public String getProcessType() { diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ100045Executor.java b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ100045Executor.java index d9c311d..e7c6dc9 100644 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ100045Executor.java +++ b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ100045Executor.java @@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType; import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; -import org.springframework.stereotype.Service; +import org.springframework.stereotype.Component; /** * @author lise */ +@Component public class QJ100045Executor implements IExperimentReviewRuleExecutor { @Override public String getProcessType() { diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ100046Executor.java b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ100046Executor.java index 94e46d2..cf60d14 100644 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ100046Executor.java +++ b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ100046Executor.java @@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType; import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; -import org.springframework.stereotype.Service; +import org.springframework.stereotype.Component; /** * @author lise */ +@Component public class QJ100046Executor implements IExperimentReviewRuleExecutor { @Override public String getProcessType() { diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ100047Executor.java b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ100047Executor.java index 37b46aa..dd5d813 100644 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ100047Executor.java +++ b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ100047Executor.java @@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType; import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; -import org.springframework.stereotype.Service; +import org.springframework.stereotype.Component; /** * @author lise */ +@Component public class QJ100047Executor implements IExperimentReviewRuleExecutor { @Override public String getProcessType() { diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ100048Executor.java b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ100048Executor.java index f735081..6fe1011 100644 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ100048Executor.java +++ b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ100048Executor.java @@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType; import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; -import org.springframework.stereotype.Service; +import org.springframework.stereotype.Component; /** * @author lise */ +@Component public class QJ100048Executor implements IExperimentReviewRuleExecutor { @Override public String getProcessType() { diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ100049Executor.java b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ100049Executor.java index 61c214d..c396278 100644 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ100049Executor.java +++ b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/service/executor/QJ100049Executor.java @@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType; import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; -import org.springframework.stereotype.Service; +import org.springframework.stereotype.Component; /** * @author lise */ +@Component public class QJ100049Executor implements IExperimentReviewRuleExecutor { @Override public String getProcessType() {