This commit is contained in:
ls
2025-06-16 23:53:41 +08:00
parent 0b459109fd
commit d2e7066ed0
48 changed files with 234 additions and 96 deletions

View File

@@ -8,5 +8,5 @@ public interface ExperimentReviewResultEnum {
String UNKNOWN = "无法评定"; String UNKNOWN = "无法评定";
String HIGH = "高估"; String HIGH = "高估";
String LOW = "低估"; String LOW = "低估";
String HIGH_OR_LOW = "高估/低估"; String HIGH_OR_LOW = "高估低估";
} }

View File

@@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType;
import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.Experiment;
import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.entity.ExperimentSampleInfo;
import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Component;
/** /**
* @author lise * @author lise
*/ */
@Component
public class ESCC225001Executor implements IExperimentReviewRuleExecutor { public class ESCC225001Executor implements IExperimentReviewRuleExecutor {
@Override @Override
public String getProcessType() { public String getProcessType() {

View File

@@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType;
import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.Experiment;
import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.entity.ExperimentSampleInfo;
import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Component;
/** /**
* @author lise * @author lise
*/ */
@Component
public class ESCC225002Executor implements IExperimentReviewRuleExecutor { public class ESCC225002Executor implements IExperimentReviewRuleExecutor {
@Override @Override
public String getProcessType() { public String getProcessType() {

View File

@@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType;
import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.Experiment;
import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.entity.ExperimentSampleInfo;
import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Component;
/** /**
* @author lise * @author lise
*/ */
@Component
public class ESCC225003Executor implements IExperimentReviewRuleExecutor { public class ESCC225003Executor implements IExperimentReviewRuleExecutor {
@Override @Override
public String getProcessType() { public String getProcessType() {

View File

@@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType;
import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.Experiment;
import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.entity.ExperimentSampleInfo;
import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Component;
/** /**
* @author lise * @author lise
*/ */
@Component
public class ESCC225004Executor implements IExperimentReviewRuleExecutor { public class ESCC225004Executor implements IExperimentReviewRuleExecutor {
@Override @Override
public String getProcessType() { public String getProcessType() {

View File

@@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType;
import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.Experiment;
import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.entity.ExperimentSampleInfo;
import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Component;
/** /**
* @author lise * @author lise
*/ */
@Component
public class ESCC2290001Executor implements IExperimentReviewRuleExecutor { public class ESCC2290001Executor implements IExperimentReviewRuleExecutor {
@Override @Override
public String getProcessType() { public String getProcessType() {

View File

@@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType;
import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.Experiment;
import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.entity.ExperimentSampleInfo;
import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Component;
/** /**
* @author lise * @author lise
*/ */
@Component
public class ESCC2290002Executor implements IExperimentReviewRuleExecutor { public class ESCC2290002Executor implements IExperimentReviewRuleExecutor {
@Override @Override
public String getProcessType() { public String getProcessType() {

View File

@@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType;
import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.Experiment;
import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.entity.ExperimentSampleInfo;
import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Component;
/** /**
* @author lise * @author lise
*/ */
@Component
public class ESCC2290003Executor implements IExperimentReviewRuleExecutor { public class ESCC2290003Executor implements IExperimentReviewRuleExecutor {
@Override @Override
public String getProcessType() { public String getProcessType() {

View File

@@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType;
import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.Experiment;
import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.entity.ExperimentSampleInfo;
import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Component;
/** /**
* @author lise * @author lise
*/ */
@Component
public class ESCC2290004Executor implements IExperimentReviewRuleExecutor { public class ESCC2290004Executor implements IExperimentReviewRuleExecutor {
@Override @Override
public String getProcessType() { public String getProcessType() {

View File

@@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType;
import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.Experiment;
import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.entity.ExperimentSampleInfo;
import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Component;
/** /**
* @author lise * @author lise
*/ */
@Component
public class ESCC2290005Executor implements IExperimentReviewRuleExecutor { public class ESCC2290005Executor implements IExperimentReviewRuleExecutor {
@Override @Override
public String getProcessType() { public String getProcessType() {

View File

@@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType;
import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.Experiment;
import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.entity.ExperimentSampleInfo;
import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Component;
/** /**
* @author lise * @author lise
*/ */
@Component
public class ESCC2290006Executor implements IExperimentReviewRuleExecutor { public class ESCC2290006Executor implements IExperimentReviewRuleExecutor {
@Override @Override
public String getProcessType() { public String getProcessType() {

View File

@@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType;
import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.Experiment;
import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.entity.ExperimentSampleInfo;
import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Component;
/** /**
* @author lise * @author lise
*/ */
@Component
public class ESCC2290007Executor implements IExperimentReviewRuleExecutor { public class ESCC2290007Executor implements IExperimentReviewRuleExecutor {
@Override @Override
public String getProcessType() { public String getProcessType() {

View File

@@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType;
import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.Experiment;
import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.entity.ExperimentSampleInfo;
import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Component;
/** /**
* @author lise * @author lise
*/ */
@Component
public class ESCC2290008Executor implements IExperimentReviewRuleExecutor { public class ESCC2290008Executor implements IExperimentReviewRuleExecutor {
@Override @Override
public String getProcessType() { public String getProcessType() {

View File

@@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType;
import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.Experiment;
import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.entity.ExperimentSampleInfo;
import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Component;
/** /**
* @author lise * @author lise
*/ */
@Component
public class ESCC2290009Executor implements IExperimentReviewRuleExecutor { public class ESCC2290009Executor implements IExperimentReviewRuleExecutor {
@Override @Override
public String getProcessType() { public String getProcessType() {

View File

@@ -1,67 +1,160 @@
package org.jeecg.modules.database.service.executor; package org.jeecg.modules.database.service.executor;
import jakarta.annotation.PostConstruct; import jakarta.annotation.PostConstruct;
import jakarta.annotation.Resource;
import org.jeecg.modules.database.constant.ExperimentReviewProcessType; import org.jeecg.modules.database.constant.ExperimentReviewProcessType;
import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.Experiment;
import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.entity.ExperimentSampleInfo;
import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Component;
import java.util.HashMap; import java.util.HashMap;
import java.util.Map; import java.util.Map;
@Service @Component
public class ExecutorHolder { public class ExecutorHolder {
private Map<String, IExperimentReviewRuleExecutor> executors = new HashMap<>(); private Map<String, IExperimentReviewRuleExecutor> 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 @PostConstruct
public void init() { public void init() {
executors.put(ExperimentReviewProcessType.ESCC22500 + "1", new ESCC225001Executor()); executors.put(ExperimentReviewProcessType.ESCC22500 + "1", eSCC225001Executor);
executors.put(ExperimentReviewProcessType.ESCC22500 + "2", new ESCC225002Executor()); executors.put(ExperimentReviewProcessType.ESCC22500 + "2", eSCC225002Executor);
executors.put(ExperimentReviewProcessType.ESCC22500 + "3", new ESCC225003Executor()); executors.put(ExperimentReviewProcessType.ESCC22500 + "3", eSCC225003Executor);
executors.put(ExperimentReviewProcessType.ESCC22500 + "4", new ESCC225004Executor()); executors.put(ExperimentReviewProcessType.ESCC22500 + "4", eSCC225004Executor);
executors.put(ExperimentReviewProcessType.ESCC229000 + "1", new ESCC2290001Executor()); executors.put(ExperimentReviewProcessType.ESCC229000 + "1", eSCC2290001Executor);
executors.put(ExperimentReviewProcessType.ESCC229000 + "2", new ESCC2290002Executor()); executors.put(ExperimentReviewProcessType.ESCC229000 + "2", eSCC2290002Executor);
executors.put(ExperimentReviewProcessType.ESCC229000 + "3", new ESCC2290003Executor()); executors.put(ExperimentReviewProcessType.ESCC229000 + "3", eSCC2290003Executor);
executors.put(ExperimentReviewProcessType.ESCC229000 + "4", new ESCC2290004Executor()); executors.put(ExperimentReviewProcessType.ESCC229000 + "4", eSCC2290004Executor);
executors.put(ExperimentReviewProcessType.ESCC229000 + "5", new ESCC2290005Executor()); executors.put(ExperimentReviewProcessType.ESCC229000 + "5", eSCC2290005Executor);
executors.put(ExperimentReviewProcessType.ESCC229000 + "6", new ESCC2290006Executor()); executors.put(ExperimentReviewProcessType.ESCC229000 + "6", eSCC2290006Executor);
executors.put(ExperimentReviewProcessType.ESCC229000 + "7", new ESCC2290007Executor()); executors.put(ExperimentReviewProcessType.ESCC229000 + "7", eSCC2290007Executor);
executors.put(ExperimentReviewProcessType.ESCC229000 + "8", new ESCC2290008Executor()); executors.put(ExperimentReviewProcessType.ESCC229000 + "8", eSCC2290008Executor);
executors.put(ExperimentReviewProcessType.ESCC229000 + "9", new ESCC2290009Executor()); executors.put(ExperimentReviewProcessType.ESCC229000 + "9", eSCC2290009Executor);
executors.put(ExperimentReviewProcessType.GJB548C + "1", new GJB548C1Executor()); executors.put(ExperimentReviewProcessType.GJB548C + "1", gjb548C1Executor);
executors.put(ExperimentReviewProcessType.GJB548C + "2", new GJB548C2Executor()); executors.put(ExperimentReviewProcessType.GJB548C + "2", gJB548C2Executor);
executors.put(ExperimentReviewProcessType.GJB548C + "3", new GJB548C3Executor()); executors.put(ExperimentReviewProcessType.GJB548C + "3", gJB548C3Executor);
executors.put(ExperimentReviewProcessType.GJB548C + "4", new GJB548C4Executor()); executors.put(ExperimentReviewProcessType.GJB548C + "4", gJB548C4Executor);
executors.put(ExperimentReviewProcessType.GJB548C + "5", new GJB548C5Executor()); executors.put(ExperimentReviewProcessType.GJB548C + "5", gJB548C5Executor);
executors.put(ExperimentReviewProcessType.GJB548C + "6", new GJB548C6Executor()); executors.put(ExperimentReviewProcessType.GJB548C + "6", gJB548C6Executor);
executors.put(ExperimentReviewProcessType.GJB548C + "7", new GJB548C7Executor()); executors.put(ExperimentReviewProcessType.GJB548C + "7", gJB548C7Executor);
executors.put(ExperimentReviewProcessType.GJB548C + "8", new GJB548C8Executor()); executors.put(ExperimentReviewProcessType.GJB548C + "8", gJB548C8Executor);
executors.put(ExperimentReviewProcessType.GJB548C + "9", new GJB548C9Executor()); executors.put(ExperimentReviewProcessType.GJB548C + "9", gJB548C9Executor);
executors.put(ExperimentReviewProcessType.GJB548C + "10", new GJB548C10Executor()); executors.put(ExperimentReviewProcessType.GJB548C + "10", gJB548C10Executor);
executors.put(ExperimentReviewProcessType.GJB548C + "11", new GJB548C11Executor()); executors.put(ExperimentReviewProcessType.GJB548C + "11", gJB548C11Executor);
executors.put(ExperimentReviewProcessType.GJB548C + "12", new GJB548C12Executor()); executors.put(ExperimentReviewProcessType.GJB548C + "12", gJB548C12Executor);
executors.put(ExperimentReviewProcessType.GJB548C + "13", new GJB548C13Executor()); executors.put(ExperimentReviewProcessType.GJB548C + "13", gJB548C13Executor);
executors.put(ExperimentReviewProcessType.GJB548C + "14", new GJB548C14Executor()); executors.put(ExperimentReviewProcessType.GJB548C + "14", gJB548C14Executor);
executors.put(ExperimentReviewProcessType.GJB548C + "15", new GJB548C15Executor()); executors.put(ExperimentReviewProcessType.GJB548C + "15", gJB548C15Executor);
executors.put(ExperimentReviewProcessType.GJB548C + "16", new GJB548C16Executor()); executors.put(ExperimentReviewProcessType.GJB548C + "16", gJB548C16Executor);
executors.put(ExperimentReviewProcessType.QJ10004 + "1", new QJ100041Executor()); executors.put(ExperimentReviewProcessType.QJ10004 + "1", qJ100041Executor);
executors.put(ExperimentReviewProcessType.QJ10004 + "2", new QJ100042Executor()); executors.put(ExperimentReviewProcessType.QJ10004 + "2", qJ100042Executor);
executors.put(ExperimentReviewProcessType.QJ10004 + "3", new QJ100043Executor()); executors.put(ExperimentReviewProcessType.QJ10004 + "3", qJ100043Executor);
executors.put(ExperimentReviewProcessType.QJ10004 + "4", new QJ100044Executor()); executors.put(ExperimentReviewProcessType.QJ10004 + "4", qJ100044Executor);
executors.put(ExperimentReviewProcessType.QJ10004 + "5", new QJ100045Executor()); executors.put(ExperimentReviewProcessType.QJ10004 + "5", qJ100045Executor);
executors.put(ExperimentReviewProcessType.QJ10004 + "6", new QJ100046Executor()); executors.put(ExperimentReviewProcessType.QJ10004 + "6", qJ100046Executor);
executors.put(ExperimentReviewProcessType.QJ10004 + "7", new QJ100047Executor()); executors.put(ExperimentReviewProcessType.QJ10004 + "7", qJ100047Executor);
executors.put(ExperimentReviewProcessType.QJ10004 + "8", new QJ100048Executor()); executors.put(ExperimentReviewProcessType.QJ10004 + "8", qJ100048Executor);
executors.put(ExperimentReviewProcessType.QJ10004 + "9", new QJ100049Executor()); executors.put(ExperimentReviewProcessType.QJ10004 + "9", qJ100049Executor);
executors.put(ExperimentReviewProcessType.QJ10004 + "10", new QJ1000410Executor()); executors.put(ExperimentReviewProcessType.QJ10004 + "10", qJ1000410Executor);
executors.put(ExperimentReviewProcessType.QJ10004 + "11", new QJ1000411Executor()); executors.put(ExperimentReviewProcessType.QJ10004 + "11", qJ1000411Executor);
executors.put(ExperimentReviewProcessType.QJ10004 + "12", new QJ1000412Executor()); executors.put(ExperimentReviewProcessType.QJ10004 + "12", qJ1000412Executor);
executors.put(ExperimentReviewProcessType.QJ10004 + "13", new QJ1000413Executor()); executors.put(ExperimentReviewProcessType.QJ10004 + "13", qJ1000413Executor);
executors.put(ExperimentReviewProcessType.QJ10004 + "14", new QJ1000414Executor()); executors.put(ExperimentReviewProcessType.QJ10004 + "14", qJ1000414Executor);
executors.put(ExperimentReviewProcessType.QJ10004 + "15", new QJ1000415Executor()); executors.put(ExperimentReviewProcessType.QJ10004 + "15", qJ1000415Executor);
executors.put(ExperimentReviewProcessType.QJ10004 + "16", new QJ1000416Executor()); executors.put(ExperimentReviewProcessType.QJ10004 + "16", qJ1000416Executor);
executors.put(ExperimentReviewProcessType.QJ10004 + "17", new QJ1000417Executor()); executors.put(ExperimentReviewProcessType.QJ10004 + "17", qJ1000417Executor);
} }
public String execute(String processType, Experiment experiment, ExperimentSampleInfo sampleInfo) { public String execute(String processType, Experiment experiment, ExperimentSampleInfo sampleInfo) {

View File

@@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType;
import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.Experiment;
import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.entity.ExperimentSampleInfo;
import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Component;
/** /**
* @author lise * @author lise
*/ */
@Component
public class GJB548C10Executor implements IExperimentReviewRuleExecutor { public class GJB548C10Executor implements IExperimentReviewRuleExecutor {
@Override @Override
public String getProcessType() { public String getProcessType() {

View File

@@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType;
import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.Experiment;
import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.entity.ExperimentSampleInfo;
import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Component;
/** /**
* @author lise * @author lise
*/ */
@Component
public class GJB548C11Executor implements IExperimentReviewRuleExecutor { public class GJB548C11Executor implements IExperimentReviewRuleExecutor {
@Override @Override
public String getProcessType() { public String getProcessType() {

View File

@@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType;
import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.Experiment;
import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.entity.ExperimentSampleInfo;
import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Component;
/** /**
* @author lise * @author lise
*/ */
@Component
public class GJB548C12Executor implements IExperimentReviewRuleExecutor { public class GJB548C12Executor implements IExperimentReviewRuleExecutor {
@Override @Override
public String getProcessType() { public String getProcessType() {

View File

@@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType;
import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.Experiment;
import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.entity.ExperimentSampleInfo;
import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Component;
/** /**
* @author lise * @author lise
*/ */
@Component
public class GJB548C13Executor implements IExperimentReviewRuleExecutor { public class GJB548C13Executor implements IExperimentReviewRuleExecutor {
@Override @Override
public String getProcessType() { public String getProcessType() {

View File

@@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType;
import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.Experiment;
import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.entity.ExperimentSampleInfo;
import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Component;
/** /**
* @author lise * @author lise
*/ */
@Component
public class GJB548C14Executor implements IExperimentReviewRuleExecutor { public class GJB548C14Executor implements IExperimentReviewRuleExecutor {
@Override @Override
public String getProcessType() { public String getProcessType() {

View File

@@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType;
import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.Experiment;
import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.entity.ExperimentSampleInfo;
import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Component;
/** /**
* @author lise * @author lise
*/ */
@Component
public class GJB548C15Executor implements IExperimentReviewRuleExecutor { public class GJB548C15Executor implements IExperimentReviewRuleExecutor {
@Override @Override
public String getProcessType() { public String getProcessType() {

View File

@@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType;
import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.Experiment;
import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.entity.ExperimentSampleInfo;
import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Component;
/** /**
* @author lise * @author lise
*/ */
@Component
public class GJB548C16Executor implements IExperimentReviewRuleExecutor { public class GJB548C16Executor implements IExperimentReviewRuleExecutor {
@Override @Override
public String getProcessType() { public String getProcessType() {

View File

@@ -9,13 +9,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewResultEnum;
import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.Experiment;
import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.entity.ExperimentSampleInfo;
import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Component;
/** /**
* @author lise * @author lise
* @version GJB548C1Executor.java, v 0.1 2025年06月16日 20:57 lise * @version GJB548C1Executor.java, v 0.1 2025年06月16日 20:57 lise
*/ */
@Component
public class GJB548C1Executor implements IExperimentReviewRuleExecutor { public class GJB548C1Executor implements IExperimentReviewRuleExecutor {
@Override @Override
public String getProcessType() { public String getProcessType() {

View File

@@ -9,13 +9,14 @@ import org.jeecg.modules.database.constant.ExperimentReviewResultEnum;
import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.Experiment;
import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.entity.ExperimentSampleInfo;
import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Component;
/** /**
* @author lise * @author lise
* @version GJB548C1Executor.java, v 0.1 2025年06月16日 20:57 lise * @version GJB548C1Executor.java, v 0.1 2025年06月16日 20:57 lise
*/ */
@Component
public class GJB548C2Executor implements IExperimentReviewRuleExecutor { public class GJB548C2Executor implements IExperimentReviewRuleExecutor {
@Override @Override
public String getProcessType() { public String getProcessType() {

View File

@@ -9,13 +9,14 @@ import org.jeecg.modules.database.constant.ExperimentReviewResultEnum;
import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.Experiment;
import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.entity.ExperimentSampleInfo;
import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Component;
/** /**
* @author lise * @author lise
* @version GJB548C1Executor.java, v 0.1 2025年06月16日 20:57 lise * @version GJB548C1Executor.java, v 0.1 2025年06月16日 20:57 lise
*/ */
@Component
public class GJB548C3Executor implements IExperimentReviewRuleExecutor { public class GJB548C3Executor implements IExperimentReviewRuleExecutor {
@Override @Override
public String getProcessType() { public String getProcessType() {

View File

@@ -8,13 +8,14 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType;
import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.Experiment;
import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.entity.ExperimentSampleInfo;
import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Component;
/** /**
* @author lise * @author lise
* @version GJB548C1Executor.java, v 0.1 2025年06月16日 20:57 lise * @version GJB548C1Executor.java, v 0.1 2025年06月16日 20:57 lise
*/ */
@Component
public class GJB548C4Executor implements IExperimentReviewRuleExecutor { public class GJB548C4Executor implements IExperimentReviewRuleExecutor {
@Override @Override
public String getProcessType() { public String getProcessType() {

View File

@@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType;
import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.Experiment;
import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.entity.ExperimentSampleInfo;
import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Component;
/** /**
* @author lise * @author lise
*/ */
@Component
public class GJB548C5Executor implements IExperimentReviewRuleExecutor { public class GJB548C5Executor implements IExperimentReviewRuleExecutor {
@Override @Override
public String getProcessType() { public String getProcessType() {

View File

@@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType;
import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.Experiment;
import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.entity.ExperimentSampleInfo;
import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Component;
/** /**
* @author lise * @author lise
*/ */
@Component
public class GJB548C6Executor implements IExperimentReviewRuleExecutor { public class GJB548C6Executor implements IExperimentReviewRuleExecutor {
@Override @Override
public String getProcessType() { public String getProcessType() {

View File

@@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType;
import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.Experiment;
import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.entity.ExperimentSampleInfo;
import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Component;
/** /**
* @author lise * @author lise
*/ */
@Component
public class GJB548C7Executor implements IExperimentReviewRuleExecutor { public class GJB548C7Executor implements IExperimentReviewRuleExecutor {
@Override @Override
public String getProcessType() { public String getProcessType() {

View File

@@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType;
import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.Experiment;
import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.entity.ExperimentSampleInfo;
import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Component;
/** /**
* @author lise * @author lise
*/ */
@Component
public class GJB548C8Executor implements IExperimentReviewRuleExecutor { public class GJB548C8Executor implements IExperimentReviewRuleExecutor {
@Override @Override
public String getProcessType() { public String getProcessType() {

View File

@@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType;
import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.Experiment;
import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.entity.ExperimentSampleInfo;
import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Component;
/** /**
* @author lise * @author lise
*/ */
@Component
public class GJB548C9Executor implements IExperimentReviewRuleExecutor { public class GJB548C9Executor implements IExperimentReviewRuleExecutor {
@Override @Override
public String getProcessType() { public String getProcessType() {

View File

@@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType;
import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.Experiment;
import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.entity.ExperimentSampleInfo;
import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Component;
/** /**
* @author lise * @author lise
*/ */
@Component
public class QJ1000410Executor implements IExperimentReviewRuleExecutor { public class QJ1000410Executor implements IExperimentReviewRuleExecutor {
@Override @Override
public String getProcessType() { public String getProcessType() {

View File

@@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType;
import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.Experiment;
import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.entity.ExperimentSampleInfo;
import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Component;
/** /**
* @author lise * @author lise
*/ */
@Component
public class QJ1000411Executor implements IExperimentReviewRuleExecutor { public class QJ1000411Executor implements IExperimentReviewRuleExecutor {
@Override @Override
public String getProcessType() { public String getProcessType() {

View File

@@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType;
import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.Experiment;
import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.entity.ExperimentSampleInfo;
import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Component;
/** /**
* @author lise * @author lise
*/ */
@Component
public class QJ1000412Executor implements IExperimentReviewRuleExecutor { public class QJ1000412Executor implements IExperimentReviewRuleExecutor {
@Override @Override
public String getProcessType() { public String getProcessType() {

View File

@@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType;
import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.Experiment;
import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.entity.ExperimentSampleInfo;
import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Component;
/** /**
* @author lise * @author lise
*/ */
@Component
public class QJ1000413Executor implements IExperimentReviewRuleExecutor { public class QJ1000413Executor implements IExperimentReviewRuleExecutor {
@Override @Override
public String getProcessType() { public String getProcessType() {

View File

@@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType;
import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.Experiment;
import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.entity.ExperimentSampleInfo;
import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Component;
/** /**
* @author lise * @author lise
*/ */
@Component
public class QJ1000414Executor implements IExperimentReviewRuleExecutor { public class QJ1000414Executor implements IExperimentReviewRuleExecutor {
@Override @Override
public String getProcessType() { public String getProcessType() {

View File

@@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType;
import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.Experiment;
import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.entity.ExperimentSampleInfo;
import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Component;
/** /**
* @author lise * @author lise
*/ */
@Component
public class QJ1000415Executor implements IExperimentReviewRuleExecutor { public class QJ1000415Executor implements IExperimentReviewRuleExecutor {
@Override @Override
public String getProcessType() { public String getProcessType() {

View File

@@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType;
import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.Experiment;
import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.entity.ExperimentSampleInfo;
import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Component;
/** /**
* @author lise * @author lise
*/ */
@Component
public class QJ1000416Executor implements IExperimentReviewRuleExecutor { public class QJ1000416Executor implements IExperimentReviewRuleExecutor {
@Override @Override
public String getProcessType() { public String getProcessType() {

View File

@@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType;
import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.Experiment;
import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.entity.ExperimentSampleInfo;
import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Component;
/** /**
* @author lise * @author lise
*/ */
@Component
public class QJ1000417Executor implements IExperimentReviewRuleExecutor { public class QJ1000417Executor implements IExperimentReviewRuleExecutor {
@Override @Override
public String getProcessType() { public String getProcessType() {

View File

@@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType;
import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.Experiment;
import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.entity.ExperimentSampleInfo;
import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Component;
/** /**
* @author lise * @author lise
*/ */
@Component
public class QJ100041Executor implements IExperimentReviewRuleExecutor { public class QJ100041Executor implements IExperimentReviewRuleExecutor {
@Override @Override
public String getProcessType() { public String getProcessType() {

View File

@@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType;
import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.Experiment;
import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.entity.ExperimentSampleInfo;
import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Component;
/** /**
* @author lise * @author lise
*/ */
@Component
public class QJ100042Executor implements IExperimentReviewRuleExecutor { public class QJ100042Executor implements IExperimentReviewRuleExecutor {
@Override @Override
public String getProcessType() { public String getProcessType() {

View File

@@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType;
import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.Experiment;
import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.entity.ExperimentSampleInfo;
import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Component;
/** /**
* @author lise * @author lise
*/ */
@Component
public class QJ100043Executor implements IExperimentReviewRuleExecutor { public class QJ100043Executor implements IExperimentReviewRuleExecutor {
@Override @Override
public String getProcessType() { public String getProcessType() {

View File

@@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType;
import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.Experiment;
import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.entity.ExperimentSampleInfo;
import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Component;
/** /**
* @author lise * @author lise
*/ */
@Component
public class QJ100044Executor implements IExperimentReviewRuleExecutor { public class QJ100044Executor implements IExperimentReviewRuleExecutor {
@Override @Override
public String getProcessType() { public String getProcessType() {

View File

@@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType;
import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.Experiment;
import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.entity.ExperimentSampleInfo;
import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Component;
/** /**
* @author lise * @author lise
*/ */
@Component
public class QJ100045Executor implements IExperimentReviewRuleExecutor { public class QJ100045Executor implements IExperimentReviewRuleExecutor {
@Override @Override
public String getProcessType() { public String getProcessType() {

View File

@@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType;
import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.Experiment;
import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.entity.ExperimentSampleInfo;
import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Component;
/** /**
* @author lise * @author lise
*/ */
@Component
public class QJ100046Executor implements IExperimentReviewRuleExecutor { public class QJ100046Executor implements IExperimentReviewRuleExecutor {
@Override @Override
public String getProcessType() { public String getProcessType() {

View File

@@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType;
import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.Experiment;
import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.entity.ExperimentSampleInfo;
import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Component;
/** /**
* @author lise * @author lise
*/ */
@Component
public class QJ100047Executor implements IExperimentReviewRuleExecutor { public class QJ100047Executor implements IExperimentReviewRuleExecutor {
@Override @Override
public String getProcessType() { public String getProcessType() {

View File

@@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType;
import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.Experiment;
import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.entity.ExperimentSampleInfo;
import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Component;
/** /**
* @author lise * @author lise
*/ */
@Component
public class QJ100048Executor implements IExperimentReviewRuleExecutor { public class QJ100048Executor implements IExperimentReviewRuleExecutor {
@Override @Override
public String getProcessType() { public String getProcessType() {

View File

@@ -8,12 +8,13 @@ import org.jeecg.modules.database.constant.ExperimentReviewProcessType;
import org.jeecg.modules.database.entity.Experiment; import org.jeecg.modules.database.entity.Experiment;
import org.jeecg.modules.database.entity.ExperimentSampleInfo; import org.jeecg.modules.database.entity.ExperimentSampleInfo;
import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor; import org.jeecg.modules.database.service.IExperimentReviewRuleExecutor;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Component;
/** /**
* @author lise * @author lise
*/ */
@Component
public class QJ100049Executor implements IExperimentReviewRuleExecutor { public class QJ100049Executor implements IExperimentReviewRuleExecutor {
@Override @Override
public String getProcessType() { public String getProcessType() {