|
|
@@ -1,6 +1,7 @@ |
|
|
|
package com.hz.pm.api.common.statemachine.action; |
|
|
|
|
|
|
|
import cn.hutool.core.lang.Assert; |
|
|
|
import com.hz.pm.api.common.statemachine.builder.impl.SelfTestStateMachineBuilderImpl; |
|
|
|
import com.hz.pm.api.common.statemachine.builder.impl.TestValidStateMachineBuilderImpl; |
|
|
|
import com.hz.pm.api.common.statemachine.event.SelfTestStateChangeEvent; |
|
|
|
import com.hz.pm.api.common.statemachine.util.TenderStateMachineUtil; |
|
|
@@ -20,7 +21,7 @@ import org.springframework.statemachine.annotation.WithStateMachine; |
|
|
|
* @since 17:08 2024/2/24 |
|
|
|
*/ |
|
|
|
@Slf4j |
|
|
|
@WithStateMachine(id = TestValidStateMachineBuilderImpl.MACHINE_ID) |
|
|
|
@WithStateMachine(id = SelfTestStateMachineBuilderImpl.MACHINE_ID) |
|
|
|
public class SelfTestAction { |
|
|
|
|
|
|
|
private Purchase getPurchaseInfo(Message<SelfTestStateChangeEvent> message) { |
|
|
|